View previous topic :: View next topic |
Author |
Message |
coreal How do I cheat?
Reputation: 0
Joined: 09 Nov 2015 Posts: 2
|
Posted: Mon Nov 09, 2015 10:31 am Post subject: how to hack montezuma |
|
|
well guys... im newbie at CE and i cant hack time in treasure of montezuma 3 and 4. anyone have ideas?
thansk!
|
|
Back to top |
|
 |
Cake-san Grandmaster Cheater
Reputation: 8
Joined: 18 Dec 2014 Posts: 541 Location: Semenanjung
|
Posted: Thu Nov 12, 2015 5:37 am Post subject: |
|
|
Instead of scanning for decrease value,scan for increase value.The timer is in float type.
Here's a script to freeze timer in Montezuma 3:
Code: |
[ENABLE]
aobscan(_inj1, D9 98 D0 00 00 00 8B 0D * * * * 81)
registersymbol(_inj1)
_inj1:
db 90 90 90 90 90 90
[DISABLE]
dealloc(newmem)
_inj1:
db D9 98 D0 00 00 00
//fstp dword ptr [eax+000000D0]
unregistersymbol(_inj1)
|
_________________
... |
|
Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Thu Nov 12, 2015 7:14 pm Post subject: |
|
|
This is not a tutorial, moved to a more suitable section.
_________________
- Retired. |
|
Back to top |
|
 |
coreal How do I cheat?
Reputation: 0
Joined: 09 Nov 2015 Posts: 2
|
Posted: Mon Nov 16, 2015 11:51 am Post subject: |
|
|
Cake-san wrote: | Instead of scanning for decrease value,scan for increase value.The timer is in float type.
Here's a script to freeze timer in Montezuma 3:
Code: |
[ENABLE]
aobscan(_inj1, D9 98 D0 00 00 00 8B 0D * * * * 81)
registersymbol(_inj1)
_inj1:
db 90 90 90 90 90 90
[DISABLE]
dealloc(newmem)
_inj1:
db D9 98 D0 00 00 00
//fstp dword ptr [eax+000000D0]
unregistersymbol(_inj1)
|
|
Thanks a lot!
But im still not understand how to... and for treasure of montezuma 4 is it possible too?
And, how can i use your script?
im really newbie :c
|
|
Back to top |
|
 |
Cake-san Grandmaster Cheater
Reputation: 8
Joined: 18 Dec 2014 Posts: 541 Location: Semenanjung
|
Posted: Mon Nov 16, 2015 1:03 pm Post subject: |
|
|
Sorry, just attach ce to game and paste this into ce,then activate it.
Code: |
<?xml version="1.0" encoding="utf-8"?>
<CheatTable>
<CheatEntries>
<CheatEntry>
<ID>0</ID>
<Description>"Montezuma 3 Freeze time"</Description>
<LastState Activated="0"/>
<Color>80000008</Color>
<VariableType>Auto Assembler Script</VariableType>
<AssemblerScript>[ENABLE]
aobscan(_inj1, D9 98 D0 00 00 00 8B 0D * * * * 81)
registersymbol(_inj1)
_inj1:
db 90 90 90 90 90 90
[DISABLE]
dealloc(newmem)
_inj1:
db D9 98 D0 00 00 00
//fstp dword ptr [eax+000000D0]
unregistersymbol(_inj1)
</AssemblerScript>
</CheatEntry>
</CheatEntries>
</CheatTable>
|
_________________
... |
|
Back to top |
|
 |
coreal How do I cheat?
Reputation: 0
Joined: 09 Nov 2015 Posts: 2
|
Posted: Tue Nov 24, 2015 9:08 am Post subject: |
|
|
Awesome!! It worked fine!
if possible you can show me a step by step how you find the adress and make this script? I want to learn more about cheating for create trainers by myself =D
|
|
Back to top |
|
 |
RodStallion How do I cheat?
Reputation: 0
Joined: 07 Feb 2016 Posts: 2
|
Posted: Sun Feb 07, 2016 9:25 pm Post subject: |
|
|
This isn't working for me, it will not activate. Can someone make a table, please? Treasures of Montezuma 4 on Steam. I can reward whoever can freeze the timer for me with various steam keys. Thanks.
|
|
Back to top |
|
 |
|