View previous topic :: View next topic |
Author |
Message |
airelekire How do I cheat?
Reputation: 0
Joined: 19 Apr 2016 Posts: 8
|
Posted: Tue Apr 19, 2016 6:31 am Post subject: Poinster Scan and what writes or accesses this address. |
|
|
I'm trying to make a Pointer address for an online game. I already have 1 address for the speed hack and tried "what writes/accesses this address" on the address, then I OK on the attach debugger on game, but when I change the value of the speed hack, it crashes the game giving me a DLL error. So I can't really manual look for the static address. All I have are the values for the speed hack and a partial static address.. Like every time I search for the speed address #####XXX .. XXX is always constant. Tried Pointer scan for this address but it takes so long. Help would be greatly appreciated. |
|
Back to top |
|
 |
PinPoint Expert Cheater
Reputation: 10
Joined: 07 Apr 2016 Posts: 223 Location: Scotland
|
Posted: Tue Apr 19, 2016 9:45 am Post subject: |
|
|
what is the game?
try AOB to data.
find out what writes to your address, open dissembler on the instruction that popped up, open up auto assembler (Ctrl+a), select cheat engine frame work template then the AOB injection template.
now all you do it add two lines of code.
just underneath label(whatever) put in : globalalloc(_base,4)
now look at the original code in the script. something like:
mov [eax+978],esi
blah
blah
above the mov [eax+978],esi put in mov[_base],eax<<<<<only eax if it is in original code.
Dont execute it but assign the script to current cheat table table and close it. and go back to the cheat table. add an address manually and click pointer. type in "_base" and in the offset box type in what ever the offset was.(in the example above it is 978)
now toggle the script you assigned to the table and the address you added should populate and be the address of what you were wanting
Rydian has a great guide in the "Cheat Engine Tutorials" section on this. |
|
Back to top |
|
 |
airelekire How do I cheat?
Reputation: 0
Joined: 19 Apr 2016 Posts: 8
|
Posted: Wed Apr 20, 2016 4:03 am Post subject: |
|
|
Game is Blade & Soul TW. Im assuming its packed with an anti-debugger. I think it was themida. Not sure how to remove it but ill try your suggestion and look into the tutorial. Thanks. |
|
Back to top |
|
 |
ulysse31 Master Cheater
Reputation: 2
Joined: 19 Mar 2015 Posts: 324 Location: Paris
|
Posted: Wed Apr 20, 2016 4:47 am Post subject: |
|
|
1°/ In order to not have your thread closed you should edit your post and remove the name of the game as right now you are breaking the rules (simply by posting the name of an online game).
2°/I remember at this game's release date i logged in to check how hacking was working and I had no problem speed hacking around changing values etc.
Are you using Veh Debug mode ? |
|
Back to top |
|
 |
|