View previous topic :: View next topic |
Author |
Message |
Eraser Grandmaster Cheater
Reputation: 0
Joined: 23 Jul 2008 Posts: 504 Location: http://www.youtube.com/PCtrainers
|
Posted: Sat Sep 15, 2012 4:41 am Post subject: Can't move mouse when game is minimized |
|
|
There is a free game called slenderman's shadow http://www.slendermansshadow.com/
I tried to make a trainer for it but when you try to minimize it you can't move your mouse. It's stuck in the middle (similar to when you minimize counter strike game, it gets stuck in the top left corner). I tried using hotkey to pop up cheat engine but then the mouse gets stuck in the middle again. Is there any way around this? (using -window to launch it in the window does not work).
|
|
Back to top |
|
 |
Studio80 Advanced Cheater
Reputation: 2
Joined: 12 Sep 2012 Posts: 83
|
Posted: Sat Sep 15, 2012 2:28 pm Post subject: |
|
|
Might be a protector. Scan the file with ProtectionID. If its unprotected then I think you need to look for the api function which freezes the mouse. I have no idea which API you need to look for. Then open OllyDB load the game in olly. Set a breakpoint on the API, launch the game and use ALT TAB, or the Window button. If everything went fine Olly should break on it. From there you can simply patch it, its really easy to patch stuff like this. Example if there is a CALL ADRESS, you simply can NOP it. Or if there is a JUMP condition you can nop it too or make a permanent jump. It really depends on the codes behaviour.
|
|
Back to top |
|
 |
661089799107 Expert Cheater
Reputation: 3
Joined: 25 Jan 2009 Posts: 186
|
Posted: Sun Sep 16, 2012 1:19 pm Post subject: |
|
|
The problem is most likely with SetCursorPos.
In cheat engine you can create hotkeys to toggle between mov edi, edi and ret nop for the beginning of that function.
|
|
Back to top |
|
 |
grasmanek94 Master Cheater
Reputation: 0
Joined: 03 Jun 2008 Posts: 283 Location: The Netherlands
|
Posted: Mon Sep 17, 2012 12:00 pm Post subject: |
|
|
Did you try pausing the game with the CE pause process option? (you can add a hotkey for that! mine is Shift+P)
Else run the game in a virtual machine and hack it, however that way you won't be able to create a trainer (but cheat systems will be unable to detect any cheats).
|
|
Back to top |
|
 |
|