Guys, this script is working but you may change some stuff since it is kinda old, but it does still work!
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:Quote:
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 68Quote:
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?
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 CEngineQuote:
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?
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 hackerQuote:
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 ;)
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 inQuote:
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