View previous topic :: View next topic |
Author |
Message |
N3sk5i How do I cheat?
Reputation: 0
Joined: 20 Jan 2016 Posts: 3
|
Posted: Wed Jan 20, 2016 9:49 am Post subject: Finding in game timer |
|
|
I have been messing around in a game trying to figure out attack speed, but i have ran into dead ends. Speedhack works in it, but causes some issues. Have tried searching for unknown value and switching between fast/slow weapon, but that just got me the value of weapon i'm currently holding. The game seems to run on some sort of clock system, should i be searching for "in combat" value/timer? (weapons are already rather fast and i can't pause the game as it's online. I could slow down the process and search for changed/decreased values?)
|
|
Back to top |
|
 |
Eraser Grandmaster Cheater
Reputation: 0
Joined: 23 Jul 2008 Posts: 504 Location: http://www.youtube.com/PCtrainers
|
Posted: Wed Jan 20, 2016 10:15 am Post subject: |
|
|
if the game is online then it's server sided and cheat engine will most likely not work.. Unless you mean you load it online but it's actually offline.
|
|
Back to top |
|
 |
N3sk5i How do I cheat?
Reputation: 0
Joined: 20 Jan 2016 Posts: 3
|
Posted: Wed Jan 20, 2016 10:26 am Post subject: |
|
|
Eraser wrote: | if the game is online then it's server sided and cheat engine will most likely not work.. Unless you mean you load it online but it's actually offline. |
As i said speedhack works in it, i'm trying to figure out how i would get just attack speed.
|
|
Back to top |
|
 |
gir489 Grandmaster Cheater
Reputation: 14
Joined: 03 Jan 2012 Posts: 841 Location: Maryland, United States
|
Posted: Wed Jan 20, 2016 11:37 am Post subject: |
|
|
If speedhack is affecting it, then it's using QueryPerformanceCounter.
Put a breakpoint on QPC and filter out all the system calls, and find out where in the game it's calling it, then that should be a generic GetTime function. That should then be called in various places. Figure out which is for attack speed. It should be something like nextAttack = GetTime() + 6.9420666f; or something like that.
Some games might just call QueryPerformanceCounter inline without a wrapper function, so you could just check the IAT for it.
But that implies you know how to reverse engineer, which I doubt you do. So go with the former solution since that would work in cheat engine.
|
|
Back to top |
|
 |
N3sk5i How do I cheat?
Reputation: 0
Joined: 20 Jan 2016 Posts: 3
|
Posted: Wed Jan 20, 2016 1:43 pm Post subject: |
|
|
This is more complicated then i first thought, haven't messed around with breakpoints etc before and when i debug the game it seems to crash (probably something i'm doing wrong) , i will just go with the simple speed hack. Putting too much effort in something i don't really need
|
|
Back to top |
|
 |
|