[Help] From Developers Only Come Here !!

03/07/2014 16:44 medopop222#1
I need know now what wrong in my code Please !!
Code:
#Region ;**** Directives created by AutoIt3Wrapper_GUI ****
#AutoIt3Wrapper_Icon=..\S4League.ico
#EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****


#include <Nomadmemory.au3>
#include <ButtonConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#Region ### START Koda GUI section ### Form=e:\s4 league\new folder\m.kxf
$Form1_1 = GUICreate("MaDo Hacker V1.0", 245, 195, 200, 200)
GUISetBkColor(0x3399FF)
$Checkbox1 = GUICtrlCreateCheckbox("1 Hit Kill", 8, 16, 129, 33)
GUICtrlSetFont(-1, 24, 800, 0, "Arabic Typesetting")
$Checkbox2 = GUICtrlCreateCheckbox("Conquest", 8, 56, 129, 33)
GUICtrlSetFont(-1, 24, 800, 0, "Arabic Typesetting")
$Button1 = GUICtrlCreateButton("Hack", 16, 128, 211, 57)
GUICtrlSetFont(-1, 36, 800, 0, "Arabic Typesetting")
$Checkbox3 = GUICtrlCreateCheckbox("Inf Sp", 136, 48, 89, 41)
GUICtrlSetFont(-1, 24, 800, 0, "Arabic Typesetting")
$Checkbox4 = GUICtrlCreateCheckbox("GodMode", 136, 8, 105, 49)
GUICtrlSetFont(-1, 24, 800, 0, "Arabic Typesetting")
$Checkbox5 = GUICtrlCreateCheckbox("Inf Sentry", 48, 88, 161, 33)
GUICtrlSetFont(-1, 24, 800, 0, "Arabic Typesetting")
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###
While 1
	$nMsg = GUIGetMsg()
	Switch $nMsg
		Case $GUI_EVENT_CLOSE
			Exit
		 Case $Button1
			Hack()

	EndSwitch
WEnd
Func Hack() ; Start
GUISetState(@SW_HIDE)
MsgBox ( 0, "MaDo Hacker V1.0", "Enjoy Hacking <3" ) ;
$WAIT = ProcessWait("S4Client.exe"); This will make the hack search for s4League
$PID = ProcessExists("S4Client.exe"); This means he Found S4League
ToolTip("Open S4League",0,0);  Tooltip
$WAIT = ProcessWait("S4Client.exe"); Wait S4Client.exe
 $PID = ProcessExists("S4Client.exe"); Find S4Client.exe
Sleep(500);    Sleep
$OPEN = _MemoryOpen ($PID) ;   Open memory
If GUICtrlRead($Checkbox1) = 1 Then ; If the checkbox is checked ...
		_MemoryWrite(0x0051D1C9,$OPEN,"1593591259","long") ; Change value
		EndIf ; End check
If GUICtrlRead($Checkbox2) = 1 Then ; If the checkbox is checked ...
_MemoryWrite(0x01239724,$OPEN,"48","long") ; Change value
EndIf ; End check
If GUICtrlRead($Checkbox3) = 1 Then ; If the checkbox is checked ...
		_MemoryWrite(0x00481E82,$OPEN,"2348565979","long") ; Change value
EndIf ; End check
If GUICtrlRead($Checkbox4) = 1 Then ; If the checkbox is checked ...
		_MemoryWrite(0x0051C635,$OPEN,"3135869072","long") ; Change value
	EndIf ; End check
If GUICtrlRead($Checkbox5) = 1 Then ; If the checkbox is checked ...
		_MemoryWrite(0x00536C66,$OPEN,"2348565979","long") ; Change value
		EndIf ; End check
Exit
EndFunc
03/07/2014 17:32 SoulCr4ck#2
Only Copy and Paste .
That is your Problem.
03/07/2014 20:21 medopop222#3
Quote:
Originally Posted by SoulCr4ck View Post
Only Copy and Paste .
That is your Problem.
What you mean please ? I didn't Under Stand You .. Please understand me
03/07/2014 20:23 Dadyck#4
You copied the code and pasted it - you're no developer so no one here want to help you. If you can copy and paste code, you can use google as well.
03/07/2014 20:59 medopop222#5
Quote:
Originally Posted by Dadyck View Post
You copied the code and pasted it - you're no developer so no one here want to help you. If you can copy and paste code, you can use google as well.
Of Course I'm not developer but I wanna be !! so I try .. at least tell me how to make a Trainer so I learn from the developers as You and Soul.. Please tell me at least how can I make a Trainer work ?
03/07/2014 21:49 Der-Eddy#6
Quote:
Originally Posted by medopop222 View Post
Of Course I'm not developer but I wanna be !! so I try .. at least tell me how to make a Trainer so I learn from the developers as You and Soul.. Please tell me at least how can I make a Trainer work ?
I you want to develope on your self
don't slark start with Hacks

you will learn nothing if you copy only code from others
so first, learn the language
and then start making Hacks