| View previous topic :: View next topic |
| Author |
Message |
thefun25 Grandmaster Cheater Reputation: -1
Joined: 14 May 2007 Posts: 568
|
Posted: Sat May 22, 2010 12:00 pm Post subject: Minesweeper infinite click |
|
|
Ive been working on an AA injection for a while now.
I can easily get this to work with a freeze, but my script doesnt work.. Causes the game to crash after I try to click a square when game is over.
Btw when [01005000] is 1 you can click when its 16 its game over
010034de is the first address that writes when the game is over.
| Code: | alloc(newmem,2048) //2kb should be enough
label(returnhere)
label(originalcode)
label(exit)
010034de:
jmp newmem
nop
returnhere:
newmem: //this is allocated memory, you have read,write,execute access
mov [01005000],01
jmp returnhere
originalcode:
exit:
jmp returnhere |
_________________
|
|
| Back to top |
|
 |
Cryoma Grandmaster Cheater
Reputation: 24
Joined: 14 Jan 2009 Posts: 934
|
Posted: Mon May 24, 2010 2:44 pm Post subject: |
|
|
What does infinite click do?
Edit: Sorry, I thought this was for Minecraft x[
_________________
| Cryoma wrote: | | MajjikelKitty wrote: | | Uzeut wrote: | | Broken image is broken. | so is my asshole | Sorry bout that. |
|
|
| Back to top |
|
 |
thefun25 Grandmaster Cheater Reputation: -1
Joined: 14 May 2007 Posts: 568
|
Posted: Mon Jun 28, 2010 6:32 pm Post subject: |
|
|
The hack lets you click on squares even after you touched a mine, and the game is over. I can do this with freezing a variable but not in aa, idk how lulz
_________________
|
|
| Back to top |
|
 |
|