raysalx0 How do I cheat?
Reputation: 0
Joined: 10 Nov 2023 Posts: 1
|
Posted: Fri Nov 10, 2023 12:38 am Post subject: Please help me edit this speedhack script |
|
|
Hi guys im new here! I just found a simple speedhack trainer,
Can anyone please help me to edit this script to be able to target process by using PID?
My game use multiple process with the same name so I need to target the correct process to make the speedhack working, please help...
Code: | MyCustomFormName.show()
function btnOpenProcessClick(sender)
if openProcess(MyCustomFormName.edtProcessname.text) then
MyCustomFormName.lblNotOpened.visible=false
MyCustomFormName.btnSH1.enabled=true
MyCustomFormName.btnSH8.enabled=true
else
showMessage("Failed opening this process")
end
end
function btnSH8Click(sender)
speedhack_setSpeed(8)
end
function btnSH1Click(sender)
speedhack_setSpeed(1)
end
function FormClose(sender)
closeCE();
return caHide --Possible options: caHide, caFree, caMinimize, caNone
|
|
|