[Tutorial]How to make a Trainer

05/04/2014 02:50 xKemya#46
Guys, this script is working but you may change some stuff since it is kinda old, but it does still work!
05/05/2014 11:08 tunahan130#47
Hey can you help me with Inf sp thing i have the same as what you did but it doesnt work and when i open resource hacker and insert the auto it file it says This is not a win 32 executable file. Or can you make a video?
05/05/2014 12:44 Δlpha#48
Quote:
Originally Posted by tunahan130 View Post
Hey can you help me with Inf sp thing i have the same as what you did but it doesnt work and when i open resource hacker and insert the auto it file it says This is not a win 32 executable file. Or can you make a video?
hey man you have to do what works for you is to compile the script in 32bit or 64bit and since then have windows executable form :)) and you can use the resource hacker "Thanks Thanks":bandit:

and so you can change the version to not detect
05/05/2014 18:52 pvpferib#49
can some one help me with "array of byte" looks like: C6 85 F7 FB FF FF 01

i want to use it for the "function hack()"


Quote:
Originally Posted by tunahan130 View Post
Hey can you help me with Inf sp thing i have the same as what you did but it doesnt work and when i open resource hacker and insert the auto it file it says This is not a win 32 executable file. Or can you make a video?
change: D9 45 FC 8B E5 5D C3 CC CC CC CC CC CC CC 55 8B EC 83 EC 68
to: DB 45 FC 8B E5 5D C3 CC CC CC CC CC CC CC 55 8B EC 83 EC 68
works for new patch ;)
05/05/2014 19:14 glenninator#50
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
_Hack()

EndSwitch
WEnd

Func _Hack()

GUISetState(@SW_HIDE)
MsgBox ( 0, "go", "hacking initialized" ) ; A Message Box that will appear after Clicking the start button.
$WAIT = ProcessWait("S4Client.exe"); This Function makes the program search for S4-Leauge
$PID = ProcessExists("S4Client.exe"); This means it found s4-league
$OPEN = _MemoryOpen ($PID)
If GUICtrlRead($Checkbox1) = 1 Then
_MemoryWrite(0x0048D1D2,$OPEN,"2348565979","long") ; Address, Value, and type can be found by Cheat Engine or Address Searcher
EndIf
Exit
EndFunc

i got this as part of my code but it doesn't seem to work, anyone knows why?
05/07/2014 10:08 Δlpha#51
Quote:
Originally Posted by glenninator View Post
While 1
$nMsg = GUIGetMsg()
Switch $nMsg
Case $GUI_EVENT_CLOSE
Exit
Case $Button1
_Hack()

EndSwitch
WEnd

Func _Hack()

GUISetState(@SW_HIDE)
MsgBox ( 0, "go", "hacking initialized" ) ; A Message Box that will appear after Clicking the start button.
$WAIT = ProcessWait("S4Client.exe"); This Function makes the program search for S4-Leauge
$PID = ProcessExists("S4Client.exe"); This means it found s4-league
$OPEN = _MemoryOpen ($PID)
If GUICtrlRead($Checkbox1) = 1 Then
_MemoryWrite(0x0048D1D2,$OPEN,"2348565979","long") ; Address, Value, and type can be found by Cheat Engine or Address Searcher
EndIf
Exit
EndFunc

i got this as part of my code but it doesn't seem to work, anyone knows why?
CE use it and find the address "FC 45 D9 8B E5 5D C3 CC CC CC CC CC CC CC 55 8B EC 83 EC 68" and change "45 DB FC 8B E5 5D C3 CC CC CC CC CC CC CC 55 8B EC 83 EC 68 "that will serve me just for CEngine
but then as you step autoit for example that's the only question that I have :))) thanks
05/07/2014 20:32 hubert12356#52
Ohh, Very hard:( i dont can CHAPTER 3 STEP 4 :(
05/09/2014 18:10 Ʀeŝ†ař†1³³7#53
nice , thanks :)
05/10/2014 00:11 tunahan130#54
Quote:
Originally Posted by pvpferib View Post
can some one help me with "array of byte" looks like: C6 85 F7 FB FF FF 01

i want to use it for the "function hack()"




change: D9 45 FC 8B E5 5D C3 CC CC CC CC CC CC CC 55 8B EC 83 EC 68
to: DB 45 FC 8B E5 5D C3 CC CC CC CC CC CC CC 55 8B EC 83 EC 68
works for new patch ;)
Where to find D9 45 FC 8B E5 5D C3 CC CC CC CC CC CC CC 55 8B EC 83 EC 68 because i cant find open my file in resource hacker
05/10/2014 16:28 Δlpha#55
have what I want to know is how to put that address autoit because it gives me error line 43 for example

I will try somehow to "C + +" or "Autoit" and see what happens :)))
05/10/2014 17:16 pvpferib#56
Quote:
Originally Posted by tunahan130 View Post
Where to find D9 45 FC 8B E5 5D C3 CC CC CC CC CC CC CC 55 8B EC 83 EC 68 because i cant find open my file in resource hacker
use a bypass or a suspender, then open cheat engine an take "array of byte" then put D9 45 FC 8B E5 5D C3 CC CC CC CC CC CC CC 55 8B EC 83 EC 68 in
and change D9 to DB and you'r done:)

Can anyone help me to make a trainer with it?

Or how to convert it to: _MemoryWrite(0x00,$OPEN,"0","Byte");
or somthing taht looks like it
05/11/2014 01:47 xInferno.#57
first go nd learn usn AutoIT or C++
05/11/2014 05:48 Black Aroc#58
nice tutorial, ty.
05/11/2014 14:25 tunahan130#59
When i do exact the same things as the tutorial and try to open it with resource hacker it says not executable win 32?? i think it means not working 32 bit?
05/12/2014 05:22 Necro'#60
Nice tutorial, thank you very much !