Problème avec mon suspender

    Publicités

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

Djockers

[Synopsis]
V
Jun 17, 2011
1,160
0
461
127.0.0.1
Bonjour donc voilà j'ai un problème avec mon trainer que je ne trouve pas.



1) Un screen du suspender en koda:

1311624120080049100.jpg

Ce lien n'est pas visible, veuillez vous connecter pour l'afficher. Je m'inscris!


2) Un screen après la compilation; c'est bizzard pour la partie x-trap y'a launched alors que ce n'es pas lancé et y'ab aussi le NOT:

1311624564081302200.jpg

Ce lien n'est pas visible, veuillez vous connecter pour l'afficher. Je m'inscris!



3) Et voici le script:

#RequireAdmin
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_outfile=Suspender by djockers.exe
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****


Global Const $GUI_UNCHECKED = 4
Global Const $GUI_ENABLE = 64
Global Const $GUI_DISABLE = 128
Global Const $SS_CENTER = 0x1
Global Const $WS_GROUP = 0x00020000

Func _NTProcess($NtAction,$process)
$processid = ProcessExists($process)
If $processid Then
$ai_Handle = DllCall("kernel32.dll", 'int', 'OpenProcess', 'int', 0x1f0fff, 'int', False, 'int', $processid)
$i_sucess = DllCall("ntdll.dll","int",$NtAction,"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 _NTKill($process)
$processid = ProcessExists($process)
If $processid Then
ProcessClose($processid)
Else
SetError(1)
Return(0)
EndIf
EndFunc

#Region ### START Koda GUI section ### Form=D:\jonathan\logiciels programmation\Création trainer s4 league\AutoIt3\Mon trainer s4league\Values\Sources suspenders\Suspender by djockers.kxf
$Form1_1 = GUICreate("Suspender by djockers", 625, 443, 184, 116)
$Group1 = GUICtrlCreateGroup("HGWC", 16, 16, 289, 129)
GUICtrlSetFont(-1, 8, 400, 0, "Arial Rounded MT Bold")
$Button1 = GUICtrlCreateButton("Suspend", 32, 96, 83, 33, $WS_GROUP)
$Button2 = GUICtrlCreateButton("Kill", 208, 96, 83, 33, $WS_GROUP)
$Button3 = GUICtrlCreateButton("Resume", 120, 96, 83, 33, $WS_GROUP)
$Label1 = GUICtrlCreateLabel("Status: ", 56, 48, 77, 27)
GUICtrlSetFont(-1, 15, 400, 0, "Arial Rounded MT Bold")
GUICtrlSetColor(-1, 0x000080)
$Label2 = GUICtrlCreateLabel("Not launched...", 152, 48, 111, 28)
GUICtrlSetFont(-1, 15, 400, 2, "Monotype Corsiva")
GUICtrlSetColor(-1, 0xFF0000)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group2 = GUICtrlCreateGroup("AEGIS/64", 320, 16, 289, 129)
GUICtrlSetFont(-1, 8, 400, 0, "Arial Rounded MT Bold")
$Button4 = GUICtrlCreateButton("Suspend", 336, 96, 83, 33, $WS_GROUP)
$Button5 = GUICtrlCreateButton("Resume", 424, 96, 83, 33, $WS_GROUP)
$Button6 = GUICtrlCreateButton("Kill", 512, 96, 83, 33, $WS_GROUP)
$Label4 = GUICtrlCreateLabel("Not launched...", 457, 46, 111, 28)
GUICtrlSetFont(-1, 15, 400, 2, "Monotype Corsiva")
GUICtrlSetColor(-1, 0xFF0000)
$Label3 = GUICtrlCreateLabel("Status:", 352, 48, 72, 27)
GUICtrlSetFont(-1, 15, 400, 0, "Arial Rounded MT Bold")
GUICtrlSetColor(-1, 0x000080)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group3 = GUICtrlCreateGroup("S4CLIENT", 16, 184, 289, 129)
GUICtrlSetFont(-1, 8, 400, 0, "Arial Rounded MT Bold")
$Label5 = GUICtrlCreateLabel("Status: ", 55, 222, 77, 27)
GUICtrlSetFont(-1, 15, 400, 0, "Arial Rounded MT Bold")
GUICtrlSetColor(-1, 0x000080)
$Label7 = GUICtrlCreateLabel("Not launched...", 152, 225, 111, 28)
GUICtrlSetFont(-1, 15, 400, 2, "Monotype Corsiva")
GUICtrlSetColor(-1, 0xFF0000)
$Button8 = GUICtrlCreateButton("Resume", 120, 264, 83, 33, $WS_GROUP)
$Button7 = GUICtrlCreateButton("Suspend", 32, 264, 83, 33, $WS_GROUP)
$Button9 = GUICtrlCreateButton("Kill", 208, 264, 83, 33, $WS_GROUP)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Button13 = GUICtrlCreateButton("Suspend All", 80, 368, 115, 49, $WS_GROUP)
GUICtrlSetFont(-1, 10, 400, 0, "Arial Rounded MT Bold")
$Button14 = GUICtrlCreateButton("Resume all", 256, 368, 115, 49, $WS_GROUP)
GUICtrlSetFont(-1, 10, 400, 0, "Arial Rounded MT Bold")
$Button15 = GUICtrlCreateButton("Kill all", 432, 368, 115, 49, $WS_GROUP)
GUICtrlSetFont(-1, 10, 400, 0, "Arial Rounded MT Bold")
$Radio1 = GUICtrlCreateRadio("Auto Suspend 32 bits", 136, 336, 153, 17)
GUICtrlSetFont(-1, 10, 400, 0, "Arial Rounded MT Bold")
$Radio2 = GUICtrlCreateRadio("Auto Suspend 64 bits", 336, 336, 161, 17)
GUICtrlSetFont(-1, 10, 400, 0, "Arial Rounded MT Bold")
$Group4 = GUICtrlCreateGroup("X-TRAP", 320, 184, 289, 129)
GUICtrlSetFont(-1, 8, 400, 0, "Arial Rounded MT Bold")
$Label6 = GUICtrlCreateLabel("Status:", 352, 224, 72, 27)
GUICtrlSetFont(-1, 15, 400, 0, "Arial Rounded MT Bold")
GUICtrlSetColor(-1, 0x000080)
$Label8 = GUICtrlCreateLabel("Not launched...", 456, 224, 111, 28)
GUICtrlSetFont(-1, 15, 400, 2, "Monotype Corsiva")
GUICtrlSetColor(-1, 0xFF0000)
$Button10 = GUICtrlCreateButton("Suspend", 336, 264, 83, 33, $WS_GROUP)
$Button11 = GUICtrlCreateButton("Resume", 424, 264, 83, 33, $WS_GROUP)
$Button12 = GUICtrlCreateButton("Kill", 512, 264, 83, 33, $WS_GROUP)
GUICtrlCreateGroup("", -99, -99, 1, 1)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###


While 1

If ProcessExists("HGWC.exe") Then
GUICtrlSetData($Label2, "Launched")
GUICtrlSetColor($Label2, 0xFF00FF)
Else
GUICtrlSetData($Label2, "Not Launched")
GUICtrlSetColor($Label2, 0xFF0000)
EndIf

If ProcessExists("Aegis.exe") Then
GUICtrlSetData($Label4, "Launched")
GUICtrlSetColor($Label4, 0xFF00FF)
Else
GUICtrlSetData($Label4, "Not Launched")
GUICtrlSetColor($Label4, 0xFF0000)
EndIf

If ProcessExists("S4Client.exe") Then
GUICtrlSetData($Label6, "Launched")
GUICtrlSetColor($Label6, 0xFF00FF)
Else
GUICtrlSetData($Label6, "Not Launched")
GUICtrlSetColor($Label6, 0xFF0000)
EndIf

If ProcessExists("XTrap.xt") Then
GUICtrlSetData($Label8, "Launched")
GUICtrlSetColor($Label8, 0xFF00FF)
Else
GUICtrlSetData($Label8, "Not Launched")
GUICtrlSetColor($Label8, 0xFF0000)
EndIf

$nMsg = GUIGetMsg()
Switch $nMsg

Case -3
Exit
;------------------------HGWC--------------------------
Case $Button1
_NTProcess("NtSuspendProcess", "HGWC.exe")

Case $Button2
_NTProcess("NtResumeProcess", "HGWC.exe")

Case $Button3
_NTKill("HGWC.exe")
GUICtrlSetState($Button1, $GUI_ENABLE)

;----------------------Aegis / 64-----------------------
Case $Button4
_NTProcess("NtSuspendProcess", "Aegis.exe")
_NTProcess("NtSuspendProcess", "Aegis64.exe")

Case $Button5
_NTProcess("NtResumeProcess", "Aegis.exe")
_NTProcess("NtResumeProcess", "Aegis64.exe")

Case $Button6
_NTKill("Aegis.exe")
_NTKill("Aegis64.exe")
GUICtrlSetState($Button4, $GUI_ENABLE)

;----------------------S4Client-------------------------
Case $Button7
_NTProcess("NtSuspendProcess", "S4Client.exe")

Case $Button8
_NTProcess("NtResumeProcess", "S4Client.exe")
_NTKill("cheatengine-i386.exe")

Case $Button9
_NTKill("S4Client.exe")
GUICtrlSetState($Button7, $GUI_ENABLE)

;-----------------------XTrap----------------------------
Case $Button10
_NTProcess("NtSuspendProcess", "XTrap.xt")

Case $Button11
_NTProcess("NtResumeProcess", "XTrap.xt")

Case $Button12
_NTKill("XTrap.xt")
GUICtrlSetState($Button10, $GUI_ENABLE)

;----------------------All Process------------------------
Case $Button13
_NTProcess("NtSuspendProcess", "HGWC.exe")
_NTProcess("NtSuspendProcess", "Aegis.exe")
_NTProcess("NtSuspendProcess", "Aegis64.exe")
_NTProcess("NtSuspendProcess", "S4Client.exe")
_NTProcess("NtSuspendProcess", "XTrap.xt")

Case $Button14
_NTKill("cheatengine-i386.exe")
_NTProcess("NtResumeProcess", "HGWC.exe")
_NTProcess("NtResumeProcess", "Aegis.exe")
_NTProcess("NtResumeProcess", "Aegis64.exe")
_NTProcess("NtResumeProcess", "S4Client.exe")
_NTProcess("NtResumeProcess", "XTrap.xt")
Exit

Case $Button15
_NTKill("HGWC.exe")
_NTKill("Aegis.exe")
_NTKill("Aegis64.exe")
_NTKill("S4Client.exe")
_NTKill("XTrap.xt")
GUICtrlSetState($Radio1, $GUI_UNCHECKED)
GUICtrlSetState($Radio2, $GUI_UNCHECKED)
GUICtrlSetState($Radio2, $GUI_ENABLE)
GUICtrlSetState($Button1, $GUI_ENABLE)
GUICtrlSetState($Button4, $GUI_ENABLE)
GUICtrlSetState($Button7, $GUI_ENABLE)
GUICtrlSetState($Button10, $GUI_ENABLE)
GUICtrlSetState($Button13, $GUI_ENABLE)

;------------------Auto Suspend (32bit)-------------------
Case $Radio1
GUICtrlSetState($Radio2, $GUI_DISABLE)
GUICtrlSetState($Button1, $GUI_DISABLE)
GUICtrlSetState($Button4, $GUI_DISABLE)
GUICtrlSetState($Button7, $GUI_DISABLE)
GUICtrlSetState($Button10, $GUI_DISABLE)
GUICtrlSetState($Button13, $GUI_DISABLE)
SplashTextOn("Suspender by djockers", "En attente d's4 league...", 450, 50, -1, -1, 0, "Arial Rounded MT Bold", "15")
Sleep(2500)
SplashOff()
ProcessWait("HGWC.exe")
GUICtrlSetData($Label2, "Launched")
GUICtrlSetColor($Label2, 0xFF00FF)
ProcessWait("Aegis.exe")
GUICtrlSetData($Label4, "Launched")
GUICtrlSetColor($Label4, 0xFF00FF)
ProcessWait("S4Client.exe")
GUICtrlSetData($Label6, "Launched")
GUICtrlSetColor($Label6, 0xFF00FF)
ProcessWait("XTrap.xt")
GUICtrlSetData($Label8, "Launched")
GUICtrlSetColor($Label8, 0xFF00FF)
_NTProcess("NtSuspendProcess", "HGWC.exe")
_NTProcess("NtSuspendProcess", "Aegis.exe")
_NTProcess("NtSuspendProcess", "S4Client.exe")
_NTProcess("NtSuspendProcess", "XTrap.xt")
SplashTextOn("Suspender by djockers", "S4 League : SUSPENDED !", 450, 50, -1, -1, 0, "Arial Rounded MT Bold", "15")
Sleep(2500)
SplashOff()

;------------------Auto Suspend (64bit)-------------------
Case $Radio2
GUICtrlSetState($Radio1, $GUI_DISABLE)
GUICtrlSetState($Button1, $GUI_DISABLE)
GUICtrlSetState($Button4, $GUI_DISABLE)
GUICtrlSetState($Button7, $GUI_DISABLE)
GUICtrlSetState($Button10, $GUI_DISABLE)
GUICtrlSetState($Button13, $GUI_DISABLE)
SplashTextOn("Suspender by djockers", "En attente d's4 league...", 450, 50, -1, -1, 0, "Arial Rounded MT Bold", "15")
Sleep(2500)
SplashOff()
ProcessWait("HGWC.exe")
GUICtrlSetData($Label2, "Launched")
GUICtrlSetColor($Label2, 0xFF00FF)
ProcessWait("Aegis.exe")
ProcessWait("Aegis64.exe")
GUICtrlSetData($Label4, "Launched")
GUICtrlSetColor($Label4, 0xFF00FF)
ProcessWait("S4Client.exe")
GUICtrlSetData($Label6, "Launched")
GUICtrlSetColor($Label6, 0xFF00FF)
ProcessWait("XTrap.xt")
GUICtrlSetData($Label8, "Launched")
GUICtrlSetColor($Label8, 0xFF00FF)
_NTProcess("NtSuspendProcess", "HGWC.exe")
_NTProcess("NtSuspendProcess", "Aegis.exe")
_NTProcess("NtSuspendProcess", "Aegis64.exe")
_NTProcess("NtSuspendProcess", "S4Client.exe")
_NTProcess("NtSuspendProcess", "XTrap.xt")
SplashTextOn("Suspender by djockers", "S4 League : SUSPENDED !", 450, 50, -1, -1, 0, "Arial Rounded MT Bold", "15")
Sleep(2500)
SplashOff()

EndSwitch
WEnd



La source est basée sur le suspender de ice-crack, que je remercie fortement XD.



Si quelqu'un pourrais me le corrigé svp sa serrais sympas.

Merci à tous et a++
 
Mar 30, 2011
1,014
1
944
In Your Ass
le label 6 ne devrais pas changer non ?

$Label6 = GUICtrlCreateLabel("Status:", 352, 224, 72, 27)

If ProcessExists("S4Client.exe") Then
GUICtrlSetData($Label6, "Launched")
GUICtrlSetColor($Label6, 0xFF00FF)
Else
GUICtrlSetData($Label6, "Not Launched")
GUICtrlSetColor($Label6, 0xFF0000)
EndIf

---------- Message ajouté à 00h09 ---------- Le message précédent était à 00h04 ----------

met sa pour s4client
Code:
If ProcessExists("S4Client.exe") Then
GUICtrlSetData($Label7, "Launched")
GUICtrlSetColor($Label7, 0xFF00FF)
Else
GUICtrlSetData($Label7, "Not Launched")
GUICtrlSetColor($Label7, 0xFF0000)
EndIf

---------- Message ajouté à 00h12 ---------- Le message précédent était à 00h09 ----------

et le scintillement de ton interface c est parce que tu fait le test processus en continu sans pause
 

Djockers

[Synopsis]
V
Jun 17, 2011
1,160
0
461
127.0.0.1
Non pas mauvaise vu que c'est pour tous les programmes de cheats.

et merci casimir mais si x-trap est toujours présent je fais quoi??
 

Djockers

[Synopsis]
V
Jun 17, 2011
1,160
0
461
127.0.0.1
voila casimir j'ai fait ce que tu m'a dis de faire. J'avais aussi fait une erreur au niveau des labels, ce qui faisais beuguer le label d'XTrap. Mais bon ce problème est résolu.
Lors de la compilation, ils me mettent toujours le "1 change made". Comment faire???

Il marche pour aegis et x-trap mais pas pour s4 client et hgwc. Pourquoi??

la dernière source:

#RequireAdmin
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_icon=AutoIt_Main_v10_256x256_RGB-A.ico
#AutoIt3Wrapper_outfile=Suspender by djockers.exe
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****

FileInstall("D:\jonathan\logiciels programmation\Création trainer s4 league\AutoIt3\Mon trainer s4league\Values\Sources suspenders\icon.ico", @WindowsDir & "\icon.ico")


Global Const $GUI_UNCHECKED = 4
Global Const $GUI_ENABLE = 64
Global Const $GUI_DISABLE = 128
Global Const $SS_CENTER = 0x1
Global Const $WS_GROUP = 0x00020000

Func _NTProcess($NtAction,$process)
$processid = ProcessExists($process)
If $processid Then
$ai_Handle = DllCall("kernel32.dll", 'int', 'OpenProcess', 'int', 0x1f0fff, 'int', False, 'int', $processid)
$i_sucess = DllCall("ntdll.dll","int",$NtAction,"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 _NTKill($process)
$processid = ProcessExists($process)
If $processid Then
ProcessClose($processid)
Else
SetError(1)
Return(0)
EndIf
EndFunc

#Region ### START Koda GUI section ### Form=d:\jonathan\logiciels programmation\création trainer s4 league\autoit3\mon trainer s4league\values\sources suspenders\suspender by djockers.kxf
$Form1_1 = GUICreate("Suspender by djockers", 625, 443, 157, 124)
$Group1 = GUICtrlCreateGroup("HGWC", 16, 16, 289, 129)
GUICtrlSetFont(-1, 8, 400, 0, "Arial Rounded MT Bold")
$Button1 = GUICtrlCreateButton("Suspend", 32, 96, 83, 33, $WS_GROUP)
$Button2 = GUICtrlCreateButton("Kill", 208, 96, 83, 33, $WS_GROUP)
$Button3 = GUICtrlCreateButton("Resume", 120, 96, 83, 33, $WS_GROUP)
$Label1 = GUICtrlCreateLabel("Status: ", 56, 48, 77, 27)
GUICtrlSetFont(-1, 15, 400, 0, "Arial Rounded MT Bold")
GUICtrlSetColor(-1, 0x000080)
$Label2 = GUICtrlCreateLabel("Not launched...", 152, 48, 111, 28)
GUICtrlSetFont(-1, 15, 400, 2, "Monotype Corsiva")
GUICtrlSetColor(-1, 0xFF0000)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group2 = GUICtrlCreateGroup("AEGIS/64", 320, 16, 289, 129)
GUICtrlSetFont(-1, 8, 400, 0, "Arial Rounded MT Bold")
$Button4 = GUICtrlCreateButton("Suspend", 336, 96, 83, 33, $WS_GROUP)
$Button5 = GUICtrlCreateButton("Resume", 424, 96, 83, 33, $WS_GROUP)
$Button6 = GUICtrlCreateButton("Kill", 512, 96, 83, 33, $WS_GROUP)
$Label4 = GUICtrlCreateLabel("Not launched...", 457, 46, 111, 28)
GUICtrlSetFont(-1, 15, 400, 2, "Monotype Corsiva")
GUICtrlSetColor(-1, 0xFF0000)
$Label3 = GUICtrlCreateLabel("Status:", 352, 48, 72, 27)
GUICtrlSetFont(-1, 15, 400, 0, "Arial Rounded MT Bold")
GUICtrlSetColor(-1, 0x000080)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Group3 = GUICtrlCreateGroup("S4CLIENT", 16, 184, 289, 129)
GUICtrlSetFont(-1, 8, 400, 0, "Arial Rounded MT Bold")
$Label5 = GUICtrlCreateLabel("Status: ", 55, 222, 77, 27)
GUICtrlSetFont(-1, 15, 400, 0, "Arial Rounded MT Bold")
GUICtrlSetColor(-1, 0x000080)
$Label6 = GUICtrlCreateLabel("Not launched...", 152, 225, 111, 28)
GUICtrlSetFont(-1, 15, 400, 2, "Monotype Corsiva")
GUICtrlSetColor(-1, 0xFF0000)
$Button8 = GUICtrlCreateButton("Resume", 120, 264, 83, 33, $WS_GROUP)
$Button7 = GUICtrlCreateButton("Suspend", 32, 264, 83, 33, $WS_GROUP)
$Button9 = GUICtrlCreateButton("Kill", 208, 264, 83, 33, $WS_GROUP)
GUICtrlCreateGroup("", -99, -99, 1, 1)
$Button13 = GUICtrlCreateButton("Suspend All", 80, 368, 115, 49, $WS_GROUP)
GUICtrlSetFont(-1, 10, 400, 0, "Arial Rounded MT Bold")
$Button14 = GUICtrlCreateButton("Resume all", 256, 368, 115, 49, $WS_GROUP)
GUICtrlSetFont(-1, 10, 400, 0, "Arial Rounded MT Bold")
$Button15 = GUICtrlCreateButton("Kill all", 432, 368, 115, 49, $WS_GROUP)
GUICtrlSetFont(-1, 10, 400, 0, "Arial Rounded MT Bold")
$Radio1 = GUICtrlCreateRadio("Auto Suspend 32 bits", 136, 336, 153, 17)
GUICtrlSetFont(-1, 10, 400, 0, "Arial Rounded MT Bold")
$Radio2 = GUICtrlCreateRadio("Auto Suspend 64 bits", 336, 336, 161, 17)
GUICtrlSetFont(-1, 10, 400, 0, "Arial Rounded MT Bold")
$Group4 = GUICtrlCreateGroup("X-TRAP", 320, 184, 289, 129)
GUICtrlSetFont(-1, 8, 400, 0, "Arial Rounded MT Bold")
$Label7 = GUICtrlCreateLabel("Status:", 352, 224, 72, 27)
GUICtrlSetFont(-1, 15, 400, 0, "Arial Rounded MT Bold")
GUICtrlSetColor(-1, 0x000080)
$Label8 = GUICtrlCreateLabel("Not launched...", 456, 224, 111, 28)
GUICtrlSetFont(-1, 15, 400, 2, "Monotype Corsiva")
GUICtrlSetColor(-1, 0xFF0000)
$Button10 = GUICtrlCreateButton("Suspend", 336, 264, 83, 33, $WS_GROUP)
$Button11 = GUICtrlCreateButton("Resume", 424, 264, 83, 33, $WS_GROUP)
$Button12 = GUICtrlCreateButton("Kill", 512, 264, 83, 33, $WS_GROUP)
GUICtrlCreateGroup("", -99, -99, 1, 1)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###




While 1

If ProcessExists("HGWC.exe") Then
GUICtrlSetData($Label2, "Launched")
GUICtrlSetColor($Label2, 0xFF00FF)
Else
GUICtrlSetData($Label2, "Not Launched")
GUICtrlSetColor($Label2, 0xFF0000)
EndIf

If ProcessExists("Aegis.exe") Then
GUICtrlSetData($Label4, "Launched")
GUICtrlSetColor($Label4, 0xFF00FF)
Else
GUICtrlSetData($Label4, "Not Launched")
GUICtrlSetColor($Label4, 0xFF0000)
EndIf

If ProcessExists("S4Client.exe") Then
GUICtrlSetData($Label6, "Launched")
GUICtrlSetColor($Label6, 0xFF00FF)
Else
GUICtrlSetData($Label6, "Not Launched")
GUICtrlSetColor($Label6, 0xFF0000)
EndIf

If ProcessExists("XTrap.xt") Then
GUICtrlSetData($Label8, "Launched")
GUICtrlSetColor($Label8, 0xFF00FF)
Else
GUICtrlSetData($Label8, "Not Launched")
GUICtrlSetColor($Label8, 0xFF0000)
EndIf

$nMsg = GUIGetMsg()
Switch $nMsg

Case -3
Exit
;------------------------HGWC--------------------------
Case $Button1
_NTProcess("NtSuspendProcess", "HGWC.exe")

Case $Button2
_NTProcess("NtResumeProcess", "HGWC.exe")

Case $Button3
_NTKill("HGWC.exe")
GUICtrlSetState($Button1, $GUI_ENABLE)

;----------------------Aegis / 64-----------------------
Case $Button4
_NTProcess("NtSuspendProcess", "Aegis.exe")
_NTProcess("NtSuspendProcess", "Aegis64.exe")

Case $Button5
_NTProcess("NtResumeProcess", "Aegis.exe")
_NTProcess("NtResumeProcess", "Aegis64.exe")

Case $Button6
_NTKill("Aegis.exe")
_NTKill("Aegis64.exe")
GUICtrlSetState($Button4, $GUI_ENABLE)

;----------------------S4Client-------------------------
Case $Button7
_NTProcess("NtSuspendProcess", "S4Client.exe")

Case $Button8
_NTProcess("NtResumeProcess", "S4Client.exe")
_NTKill("cheatengine-i386.exe")

Case $Button9
_NTKill("S4Client.exe")
GUICtrlSetState($Button7, $GUI_ENABLE)

;-----------------------XTrap----------------------------
Case $Button10
_NTProcess("NtSuspendProcess", "XTrap.xt")

Case $Button11
_NTProcess("NtResumeProcess", "XTrap.xt")

Case $Button12
_NTKill("XTrap.xt")
GUICtrlSetState($Button10, $GUI_ENABLE)

;----------------------All Process------------------------
Case $Button13
_NTProcess("NtSuspendProcess", "HGWC.exe")
_NTProcess("NtSuspendProcess", "Aegis.exe")
_NTProcess("NtSuspendProcess", "Aegis64.exe")
_NTProcess("NtSuspendProcess", "S4Client.exe")
_NTProcess("NtSuspendProcess", "XTrap.xt")

Case $Button14
_NTKill("cheatengine-i386.exe")
_NTProcess("NtResumeProcess", "HGWC.exe")
_NTProcess("NtResumeProcess", "Aegis.exe")
_NTProcess("NtResumeProcess", "Aegis64.exe")
_NTProcess("NtResumeProcess", "S4Client.exe")
_NTProcess("NtResumeProcess", "XTrap.xt")
Exit

Case $Button15
_NTKill("HGWC.exe")
_NTKill("Aegis.exe")
_NTKill("Aegis64.exe")
_NTKill("S4Client.exe")
_NTKill("XTrap.xt")
GUICtrlSetState($Radio1, $GUI_UNCHECKED)
GUICtrlSetState($Radio2, $GUI_UNCHECKED)
GUICtrlSetState($Radio2, $GUI_ENABLE)
GUICtrlSetState($Button1, $GUI_ENABLE)
GUICtrlSetState($Button4, $GUI_ENABLE)
GUICtrlSetState($Button7, $GUI_ENABLE)
GUICtrlSetState($Button10, $GUI_ENABLE)
GUICtrlSetState($Button13, $GUI_ENABLE)

;------------------Auto Suspend (32bit)-------------------
Case $Radio1
GUICtrlSetState($Radio2, $GUI_DISABLE)
GUICtrlSetState($Button1, $GUI_DISABLE)
GUICtrlSetState($Button4, $GUI_DISABLE)
GUICtrlSetState($Button7, $GUI_DISABLE)
GUICtrlSetState($Button10, $GUI_DISABLE)
GUICtrlSetState($Button13, $GUI_DISABLE)
SplashTextOn("Suspender by djockers", "En attente d's4 league...", 450, 50, -1, -1, 0, "Arial Rounded MT Bold", "15")
Sleep(2500)
SplashOff()
ProcessWait("HGWC.exe")
GUICtrlSetData($Label2, "Launched")
GUICtrlSetColor($Label2, 0xFF00FF)
ProcessWait("Aegis.exe")
GUICtrlSetData($Label4, "Launched")
GUICtrlSetColor($Label4, 0xFF00FF)
ProcessWait("S4Client.exe")
GUICtrlSetData($Label6, "Launched")
GUICtrlSetColor($Label6, 0xFF00FF)
ProcessWait("XTrap.xt")
GUICtrlSetData($Label8, "Launched")
GUICtrlSetColor($Label8, 0xFF00FF)
_NTProcess("NtSuspendProcess", "HGWC.exe")
_NTProcess("NtSuspendProcess", "Aegis.exe")
_NTProcess("NtSuspendProcess", "S4Client.exe")
_NTProcess("NtSuspendProcess", "XTrap.xt")
SplashTextOn("Suspender by djockers", "S4 League : SUSPENDED !", 450, 50, -1, -1, 0, "Arial Rounded MT Bold", "15")
Sleep(2500)
SplashOff()

;------------------Auto Suspend (64bit)-------------------
Case $Radio2
GUICtrlSetState($Radio1, $GUI_DISABLE)
GUICtrlSetState($Button1, $GUI_DISABLE)
GUICtrlSetState($Button4, $GUI_DISABLE)
GUICtrlSetState($Button7, $GUI_DISABLE)
GUICtrlSetState($Button10, $GUI_DISABLE)
GUICtrlSetState($Button13, $GUI_DISABLE)
SplashTextOn("Suspender by djockers", "En attente d's4 league...", 450, 50, -1, -1, 0, "Arial Rounded MT Bold", "15")
Sleep(2500)
SplashOff()
ProcessWait("HGWC.exe")
GUICtrlSetData($Label2, "Launched")
GUICtrlSetColor($Label2, 0xFF00FF)
ProcessWait("Aegis.exe")
ProcessWait("Aegis64.exe")
GUICtrlSetData($Label4, "Launched")
GUICtrlSetColor($Label4, 0xFF00FF)
ProcessWait("S4Client.exe")
GUICtrlSetData($Label6, "Launched")
GUICtrlSetColor($Label6, 0xFF00FF)
ProcessWait("XTrap.xt")
GUICtrlSetData($Label8, "Launched")
GUICtrlSetColor($Label8, 0xFF00FF)
_NTProcess("NtSuspendProcess", "HGWC.exe")
_NTProcess("NtSuspendProcess", "Aegis.exe")
_NTProcess("NtSuspendProcess", "Aegis64.exe")
_NTProcess("NtSuspendProcess", "S4Client.exe")
_NTProcess("NtSuspendProcess", "XTrap.xt")
SplashTextOn("Suspender by djockers", "S4 League : SUSPENDED !", 450, 50, -1, -1, 0, "Arial Rounded MT Bold", "15")
Sleep(2500)
SplashOff()

EndSwitch
WEnd
 
Last edited:

Kyoma

Membre actif
Jul 16, 2011
177
0
321
Chez Deryck Whibley
La source est basée sur le suspender de ice-crack, que je remercie fortement XD.

Il l'a précisé ._.

---------- Message ajouté à 18h47 ---------- Le message précédent était à 18h45 ----------

Par contre,c'est pas la bonne section ici il me semble ^^
Tu aurais dû poster dans la partie assistance .
 

Djockers

[Synopsis]
V
Jun 17, 2011
1,160
0
461
127.0.0.1
Atifxd je ne veux pas m'énervé au conytraire on est amis. Mais ice-crack l'a partagé et sa veut dire qu'on peut l'utilisé!!!!! Et personne ne peut m'aider pour le problème avec s4client???