| View previous topic :: View next topic |
| Author |
Message |
NanoByte Expert Cheater
Reputation: 1
Joined: 13 Sep 2013 Posts: 222
|
Posted: Fri May 02, 2014 12:06 pm Post subject: Wooot WHY!!!!!!!!!!!!!!! |
|
|
Hmm dont understand whats going on
if i nop "mov [esi],eax" the value im trying to change dosent change good++ if nop the value freezes
but im trying to increase it and it dosent work, and i dont understand why.
i tried "mov [esi],999" and "mov [esi],fff" and "add [esi],fff" nothing as if the code is being ignored
also if somebody got time to explain the concept behind Push and pop
DarkSoulsII.exe+E2B50 - 55 - push ebp
DarkSoulsII.exe+E2B51 - 8B EC - mov ebp,esp
DarkSoulsII.exe+E2B53 - 8B 45 08 - mov eax,[ebp+08]
DarkSoulsII.exe+E2B56 - 56 - push esi
DarkSoulsII.exe+E2B57 - 8B F1 - mov esi,ecx
DarkSoulsII.exe+E2B59 - 39 06 - cmp [esi],eax
DarkSoulsII.exe+E2B5B - 74 5E - je DarkSoulsII.exe+E2BBB
DarkSoulsII.exe+E2B5D - 57 - push edi
DarkSoulsII.exe+E2B5E - 8B 7D 0C - mov edi,[ebp+0C]
DarkSoulsII.exe+E2B61 - 89 06 - mov [esi],eax
DarkSoulsII.exe+E2B63 - 89 7E 04 - mov [esi+04],edi
These 2 do it somehow---------------- inc and dec the value
DarkSoulsII.exe+E2B68 - 75 1D - jne DarkSoulsII.exe+E2B87
DarkSoulsII.exe+E2B6A - 6A 01 - push 01
DarkSoulsII.exe+E2B6C - 6A 01 - push 01
DarkSoulsII.exe+E2B6E - 50 - push eax
DarkSoulsII.exe+E2B6F - 8D 46 0A - lea eax,[esi+0A]
DarkSoulsII.exe+E2B72 - 6A 0D - push 0D
DarkSoulsII.exe+E2B74 - 50 - push eax
DarkSoulsII.exe+E2B75 - E8 960C0000 - call DarkSoulsII.exe+E3810
DarkSoulsII.exe+E2B7A - 83 C4 14 - add esp,14
DarkSoulsII.exe+E2B7D - 5F - pop edi
DarkSoulsII.exe+E2B7E - C6 46 08 00 - mov byte ptr [esi+08],00
|
|
| Back to top |
|
 |
DrNOP Newbie cheater
Reputation: 0
Joined: 21 Apr 2014 Posts: 19
|
Posted: Sat May 03, 2014 8:34 am Post subject: |
|
|
Get the value of ESI at DarkSoulsII.exe+E2B59 (breakpoint)
Then find out what else writes to the address that ESI points at.
|
|
| Back to top |
|
 |
lamafao Expert Cheater
Reputation: 1
Joined: 17 Apr 2013 Posts: 130
|
Posted: Sat May 03, 2014 9:19 am Post subject: |
|
|
| DrNOP wrote: | Get the value of ESI at DarkSoulsII.exe+E2B59 (breakpoint)
Then find out what else writes to the address that ESI points at. |
1 question, why does my game always crash when i try to set a breakpoint on any address? Any game
|
|
| Back to top |
|
 |
Rydian Grandmaster Cheater Supreme
Reputation: 31
Joined: 17 Sep 2012 Posts: 1358
|
Posted: Sat May 03, 2014 11:38 am Post subject: |
|
|
| lamafao wrote: | | DrNOP wrote: | Get the value of ESI at DarkSoulsII.exe+E2B59 (breakpoint)
Then find out what else writes to the address that ESI points at. |
1 question, why does my game always crash when i try to set a breakpoint on any address? Any game | Any game? Some games have anti-debugger code and will kill themselves if they detect a debugger attached but there's generally settings you can change in CE to prevent detection. Even then most games don't do this.
Terraria, Starbound, Cave Story, Cave Story+, FTL, Borderlands, Borderlands 2, Amnesia, Aquaria, Bastion, Cube World, La-Mulana, Oblivion, Rogue Legacy... all of those games, I can attach to fine.
Show us your debugger CE settings?
_________________
|
|
| Back to top |
|
 |
lamafao Expert Cheater
Reputation: 1
Joined: 17 Apr 2013 Posts: 130
|
Posted: Sat May 03, 2014 11:49 am Post subject: |
|
|
| Rydian wrote: | | Show us your debugger CE settings? |
Tried on Assault Cube and Sauerbrater (cube2)
|
|
| Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25807 Location: The netherlands
|
Posted: Sat May 03, 2014 11:52 am Post subject: |
|
|
Try on the tutorial and check if that also crashes.
Also, try page exceptions
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
| Back to top |
|
 |
NanoByte Expert Cheater
Reputation: 1
Joined: 13 Sep 2013 Posts: 222
|
Posted: Sat May 03, 2014 12:09 pm Post subject: |
|
|
| any form of tracking freezes the game even in veh mod
|
|
| Back to top |
|
 |
lamafao Expert Cheater
Reputation: 1
Joined: 17 Apr 2013 Posts: 130
|
Posted: Sat May 03, 2014 12:21 pm Post subject: |
|
|
| Dark Byte wrote: | Try on the tutorial and check if that also crashes.
Also, try page exceptions |
As soon as i turn on breakpoint tutorial goes to not responding
turning it off doesnt help
Edit: After i turn off breakpoint and close memory viewer it goes back to normal, supposed to be like that?
|
|
| Back to top |
|
 |
justa_dude Grandmaster Cheater
Reputation: 23
Joined: 29 Jun 2010 Posts: 893
|
Posted: Sun May 04, 2014 12:53 am Post subject: |
|
|
| lamafao wrote: | | Dark Byte wrote: | Try on the tutorial and check if that also crashes.
Also, try page exceptions |
As soon as i turn on breakpoint tutorial goes to not responding
turning it off doesnt help
Edit: After i turn off breakpoint and close memory viewer it goes back to normal, supposed to be like that? |
Serious question, not trying to be funny or mean: what do you think a breakpoint is/does?
_________________
A nagy kapu mellett, mindig van egy kis kapu.
----------------------
Come on... |
|
| Back to top |
|
 |
NanoByte Expert Cheater
Reputation: 1
Joined: 13 Sep 2013 Posts: 222
|
Posted: Sun May 04, 2014 4:34 am Post subject: |
|
|
| Totally forgot how it worked lol. game freeze because cheat engine withing for you to go to the next step F7
|
|
| Back to top |
|
 |
lamafao Expert Cheater
Reputation: 1
Joined: 17 Apr 2013 Posts: 130
|
Posted: Sun May 04, 2014 6:48 am Post subject: |
|
|
| justa_dude wrote: | | Serious question, not trying to be funny or mean: what do you think a breakpoint is/does? |
Well i thought the game/program goes back to normal after you turn it off..
I think i used breakpoints only in olly years ago when i didn't understand much, to check if the address has anything to do with what im doing.
Also this
| Quote: | | Totally forgot how it worked lol. game freeze because cheat engine withing for you to go to the next step F7 |
|
|
| Back to top |
|
 |
|