Aide autoit3 vite svp !!

    Publicités

Users Who Are Viewing This Thread (Total: 0, Members: 0, Guests: 0)

Status
Not open for further replies.
Aug 17, 2012
1,439
2
944
Chez Moi :p
www.wattpad.com
Salut en fait j'ai un petit problème et je cherche comment le réparer , quand je fais compile ça me met la fenetre et ça se ferme après deux secondes , aidez moi svp

#RequireAdmin
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Icon=..\..\..\Program Files (x86)\alaplaya\S4League\S4League.ico
#AutoIt3Wrapper_Compile_Both=y
#AutoIt3Wrapper_UseX64=y
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("TR4IN33R'S BY [L]ol[M]an", 615, 438, 192, 124)
$Checkbox1 = GUICtrlCreateCheckbox("GodMode", 24, 184, 145, 33)
$Checkbox2 = GUICtrlCreateCheckbox("SP Infini", 24, 248, 153, 33)
$CheatByLolMan = GUICtrlCreateEdit("", 56, 48, 505, 121)
GUICtrlSetData(-1, "Cheat by [L]ol[M]an sur cheat gam3")
GUICtrlSetFont(-1, 24, 400, 2, "Impact")
GUICtrlSetColor(-1, 0x800080)
$Button1 = GUICtrlCreateButton("Start ? Clique !", 304, 232, 289, 97)
GUICtrlSetFont(-1, 18, 800, 0, "Comic Sans MS")
GUICtrlSetColor(-1, 0xFF0000)
GUICtrlSetBkColor(-1, 0xFFFFFF)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###


While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
cheat()
Exit

EndSwitch
WEnd




Func cheat()
ToolTip("En Attente d'S4League", 0, 0)
ProcessWait("S4Client.exe")
$PID = ProcessExists("S4Client.exe")
Sleep(500)
$OPEN = _MEMORYOPEN($PID)
_processsuspend("Aegis.exe")
_processsuspend("Aegis64.exe")
_processsuspend("HGWC.exe")
_processsuspend("S4Client.exe")
_processsuspend("XTrap.xt")
Sleep (2000)
If GUICtrlRead ($checkbox1) = 1 Then
_MEMORYWRITE(0x00504858 , $OPEN, "4226388112", "long")
If GUICtrlRead ($checkbox2) = 1 Then
_MEMORYWRITE(0x00472A02 , $OPEN, "2348565979", "long")
EndIf
_memoryclose(ProcessExists("S4Client.exe"))
_processresume("Aegis.exe")
_processresume("Aegis64.exe")
_processresume("HGWC.exe")
_processresume("S4Client.exe")
_processresume("XTrap.xt")
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
 

Ice-Crack

Membre actif
May 6, 2011
495
0
742
28
Script corrigé ;)

#RequireAdmin

#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Icon=..\..\..\Program Files (x86)\alaplaya\S4League\S4League.ico
#AutoIt3Wrapper_Compile_Both=y
#AutoIt3Wrapper_UseX64=y
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****

#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <NomadMemory.au3>
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>

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

#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("TR4IN33R'S BY [L]ol[M]an", 615, 438, 192, 124)
$Checkbox1 = GUICtrlCreateCheckbox("GodMode", 24, 184, 145, 33)
$Checkbox2 = GUICtrlCreateCheckbox("SP Infini", 24, 248, 153, 33)
$CheatByLolMan = GUICtrlCreateEdit("", 56, 48, 505, 121)
GUICtrlSetData(-1, "Cheat by [L]ol[M]an sur cheat gam3")
GUICtrlSetFont(-1, 24, 400, 2, "Impact")
GUICtrlSetColor(-1, 0x800080)
$Button1 = GUICtrlCreateButton("Start ? Clique !", 304, 232, 289, 97)
GUICtrlSetFont(-1, 18, 800, 0, "Comic Sans MS")
GUICtrlSetColor(-1, 0xFF0000)
GUICtrlSetBkColor(-1, 0xFFFFFF)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###


While 1

$nMsg = GUIGetMsg()
Switch $nMsg

Case $GUI_EVENT_CLOSE
Exit

Case $Button1
cheat()

Func cheat()
ToolTip("En Attente d'S4League", 0, 0)
ProcessWait("S4Client.exe")
$PID = ProcessExists("S4Client.exe")
Sleep(500)
$OPEN = _MEMORYOPEN($PID)
_processsuspend("Aegis.exe")
_processsuspend("Aegis64.exe")
_processsuspend("HGWC.exe")
_processsuspend("S4Client.exe")
_processsuspend("XTrap.xt")
Sleep (2000)

If GUICtrlRead ($checkbox1) = 1 Then
_MEMORYWRITE(0x00504858 , $OPEN, "4226388112", "long")
EndIf

If GUICtrlRead ($checkbox2) = 1 Then
_MEMORYWRITE(0x00472A02 , $OPEN, "2348565979", "long")
EndIf

_memoryclose(ProcessExists("S4Client.exe"))
_processresume("Aegis.exe")
_processresume("Aegis64.exe")
_processresume("HGWC.exe")
_processresume("S4Client.exe")
_processresume("XTrap.xt")
Exit
Endfunc

EndSwitch
WEnd

Tu avais oublié le "EndIf" à la ligne 99.
 
Last edited:

[A]pokah.

Membre d'Honneur
V
Jan 25, 2012
2,012
3
944
27
Derrière toi !
Discord
Apokah#8011
Enfin des gens qui aident, Par contre Autoit = indétectable ?
Genre, Les cheats sont détectable après 10-20 Minutes et je me disais si Autoit aussi.
 

Exetra

Membre d'Honneur
V
Dec 17, 2010
916
0
441
C'est pas une question de langage.
Le 'Abnormal Game Client' d'XTrap est causé par le simple fait que la mémoire statique du jeu est modifiée.
Après oui, AutoIt est de base détecté par HGWC (ce qui vous bannit) & par XTrap.
 

Ice-Crack

Membre actif
May 6, 2011
495
0
742
28
Perso mon suspender est indétectable, j'ai test et même après 15-20min il n'est toujours pas détecté. C'est juste quand l'on modifie des données du client qu'il détecte.
 
Aug 17, 2012
1,439
2
944
Chez Moi :p
www.wattpad.com
Ice-Crack meme problème avec ton code source ... Il se ferme et ne me donne aucun cheat :'(

---------- Message ajouté à 12h45 ---------- Le message précédent était à 12h44 ----------

Mais j'ai réussi t'inquiète ;)
 
Aug 17, 2012
1,439
2
944
Chez Moi :p
www.wattpad.com
Je réessaie O_o

---------- Message ajouté à 14h39 ---------- Le message précédent était à 14h35 ----------

Toujours rien :/

---------- Message ajouté à 14h50 ---------- Le message précédent était à 14h39 ----------

S'illll teu pléééé teste le avant de me donner :'(
 
Jan 5, 2011
1,018
0
602
30
Devant toi !?
Sinon ser pas trop a grand chose il se fait détecté vitte fait entre 10-15 minute je vai regardé si ton script marche jte tien au courant
 
Status
Not open for further replies.