View previous topic :: View next topic |
Author |
Message |
blazeddd How do I cheat?
Reputation: 0
Joined: 15 Jan 2017 Posts: 4
|
Posted: Sat Apr 08, 2017 5:57 pm Post subject: Basic hotkey question |
|
|
Hi guys so I'm super noob and after a few hours (omg noob) I finally figured this out:
Code: | openProcess("game.exe")
speedhack_setSpeed(24)
function functionThatSetsSpecificValue(sender)
openProcess("game.exe")
speedhack_setSpeed(24)
end
function functionThatSetsSpecificValue2(sender)
openProcess("game.exe")
speedhack_setSpeed(1)
end
createHotkey(functionThatSetsSpecificValue, VK_INSERT)
createHotkey(functionThatSetsSpecificValue2, VK_DELETE)
|
All I am wondering, is there anyway to make it a TOGGLE instead of two separate hot keys?
Thanks in advance!
P.S. A little side question.. why is it that when you set a game back to 1.0 speed, it still has a very very slight slow down? It's not exactly 1.0.. it's like .995 or something.. only way I can really remove it is by restarting the game and not using cheat engine. Is that as-intended?
|
|
Back to top |
|
 |
panraven Grandmaster Cheater
Reputation: 62
Joined: 01 Oct 2008 Posts: 958
|
|
Back to top |
|
 |
blazeddd How do I cheat?
Reputation: 0
Joined: 15 Jan 2017 Posts: 4
|
Posted: Sat Apr 08, 2017 7:14 pm Post subject: |
|
|
perfect, thank you very much.
lol dude I swear, I've even tested it. I open up the game, walk around, set speed to like 2.0 then back to 1.0 and walk around, and it's just not the same.
|
|
Back to top |
|
 |
|