[]Comment mettres des fonctions sur son trainer ?[]

    Publicités

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

Status
Not open for further replies.

B3D4V

Membre
May 9, 2012
24
0
301
Salut , aujourd'hui je vous demande comment mettre plusieurs fonctions a son trainer s4 league j'ai tous suivi a la lettre mais je veux mettre des fonctions , alors si quelq'un pourrais me dire comment faire ? pour mettre des fonctions sa serais sympa.

Merci
 
Oct 30, 2011
616
0
442
Salut Salut , Aprée avoir Fait ton Koda , tu a plusieur CheckBox


Exemple :

lobal $Checkbox1 = GUICtrlCreateCheckbox("200 HP", 16, 32, 145, 33)
Global $Checkbox2 = GUICtrlCreateCheckbox(" Inf SP", 16, 64, 153, 33)

Et donc , Dans le While 1 :

Aprée tu mets ta premiers value / adresse ( Checkbox1 )

If GUICtrlRead($checkbox1) = 1 Then
_memorywrite($200hp, $open, 000000, "byte[3]")
EndIf
Puis tu mets directement ton autre adresse / value a la suite

If GUICtrlRead($checkbox1) = 1 Then
_memorywrite($200Hp, $open, 9474192, "byte[3]")
EndIf
If GUICtrlRead($checkbox2) = 1 Then
_memorywrite($InfSp, $open, 000, "byte")
EndIf
 
Status
Not open for further replies.