Bonjour je vais vous présentez un Mini Hack que j'ai fais.
Il concerne s4League et j'ai fais un C/C de mon poste dans la section concernante(Je peux changé le poste si je n'es point le droit)
Présentation :
Il est codé en Autoit
Il comporte 3 cheats
Il a besoin d'un Bypass
Sinon il marche 10~25 Minutes
Version :2.0
Fonctions :
Il concerne s4League et j'ai fais un C/C de mon poste dans la section concernante(Je peux changé le poste si je n'es point le droit)
Présentation :
Il est codé en Autoit
Il comporte 3 cheats
Il a besoin d'un Bypass
Sinon il marche 10~25 Minutes
Version :2.0
Fonctions :
CutSpeed : Quand vous frappez avec une sword un Speedhack se déclanche
Godmod : Vous êtes invincible
SpInf :Vos Sp sont sans limite
Godmod : Vous êtes invincible
SpInf :Vos Sp sont sans limite
Utilisation :
- Lancé le hack en tant que administrateur
- Cochez vos hacks
- Lancé le Bypass en tant que administrateur
- Lancé s4 et enjoy
- Cochez vos hacks
- Lancé le Bypass en tant que administrateur
- Lancé s4 et enjoy
IMPORTANT : Il marche sans bypass mais 10~25 Minutes
Lien :
Je sais pas pourquoi il y a 9/46
Et 1/46 :x
Ce lien n'est pas visible, veuillez vous connecter pour l'afficher. Je m'inscris!
Ce lien n'est pas visible, veuillez vous connecter pour l'afficher. Je m'inscris!
Code Source : (Valeur caché)
Code:
#RequireAdmin
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Icon=..\..\..\Program Files (x86)\alaplaya\S4League\S4League.ico
#AutoIt3Wrapper_Outfile=MiniCraftHack32.exe
#AutoIt3Wrapper_Outfile_x64=MiniCraftHack64.exe
#AutoIt3Wrapper_Compile_Both=y
#AutoIt3Wrapper_UseX64=y
#AutoIt3Wrapper_Run_Obfuscator=y
#Obfuscator_Parameters=/cf 1 /cv 1
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("Mini Trainer // by Craft", 265, 179, 192, 124)
GUISetBkColor(0xA6CAF0)
$Label1 = GUICtrlCreateLabel("Mini Trainer By Craft", 16, 8, 237, 25)
GUICtrlSetFont(-1, 14, 800, 0, "Algerian")
GUICtrlSetColor(-1, 0x800000)
$Group1 = GUICtrlCreateGroup("Cheat", 16, 56, 241, 105)
GUICtrlSetFont(-1, 10, 800, 0, "MS Sans Serif")
GUICtrlSetColor(-1, 0x800000)
$Checkbox1 = GUICtrlCreateCheckbox("CutSpeed", 24, 80, 97, 17)
$Button1 = GUICtrlCreateButton("Start", 152, 112, 91, 41)
GUICtrlSetColor(-1, 0x00FFFF)
GUICtrlSetBkColor(-1, 0x000000)
$Checkbox2 = GUICtrlCreateCheckbox("God Mode", 24, 104, 97, 17)
$Checkbox3 = GUICtrlCreateCheckbox("Sp Inf", 24, 128, 97, 17)
GUICtrlCreateGroup("", -99, -99, 1, 1)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
cheat()
EndSwitch
WEnd
Func cheat()
ToolTip("En attente de S4League...", 0, 0)
ProcessWait("S4Client.exe")
$PID = ProcessExists("S4Client.exe")
Sleep(500)
_PROCESSSUSPEND("Aegis.exe")
_PROCESSSUSPEND("Aegis64.exe")
_PROCESSSUSPEND("HGWC.exe")
_PROCESSSUSPEND("XTrap.xt")
_PROCESSSUSPEND("S4Client.exe")
$OPEN = _MEMORYOPEN($PID)
Sleep(2000)
If GUICtrlRead($Checkbox1) = 1 Then
_MEMORYWRITE(, $OPEN, "", "long")
EndIf
If GUICtrlRead($Checkbox2) = 1 Then
_MEMORYWRITE(, $OPEN, "", "long")
EndIf
If GUICtrlRead($Checkbox3) = 1 Then
_MEMORYWRITE(, $OPEN, "", "long")
EndIf
_MEMORYCLOSE(ProcessExists("S4Client.exe"))
_PROCESSRESUME("Aegis.exe")
_PROCESSRESUME("Aegis64.exe")
_PROCESSRESUME("HGWC.exe")
_PROCESSRESUME("S4Client.exe")
_PROCESSRESUME("XTrap.xt")
ToolTip("Enjoy the trainer by Crafteur007 !", 0, 0)
MsgBox(0, "Mini Trainer", "Values injectées Have fun !")
Sleep(5000)
Exit 0
EndFunc
Func _PROCESSSUSPEND($PROCESS)
$PROCESSID = ProcessExists($PROCESS)
If $PROCESSID Then
$AI_HANDLE = DllCall("kernel32.dll", "int", "OpenProcess", "int", 2035711, "int", False, "int", $PROCESSID)
$I_SUCESS = DllCall("ntdll.dll", "int", "NtSuspendProcess", "int", $AI_HANDLE[0])
DllCall("kernel32.dll", "ptr", "CloseHandle", "ptr", $AI_HANDLE)
If IsArray($I_SUCESS) Then
Return 1
Else
SetError(1)
Return 0
EndIf
Else
SetError(2)
Return 0
EndIf
EndFunc
Func _PROCESSRESUME($PROCESS)
$PROCESSID = ProcessExists($PROCESS)
If $PROCESSID Then
$AI_HANDLE = DllCall("kernel32.dll", "int", "OpenProcess", "int", 2035711, "int", False, "int", $PROCESSID)
$I_SUCESS = DllCall("ntdll.dll", "int", "NtResumeProcess", "int", $AI_HANDLE[0])
DllCall("kernel32.dll", "ptr", "CloseHandle", "ptr", $AI_HANDLE)
If IsArray($I_SUCESS) Then
Return 1
Else
SetError(1)
Return 0
EndIf
Else
SetError(2)
Return 0
EndIf
EndFunc
Last edited: