| View previous topic :: View next topic |
| Author |
Message |
Creepz Newbie cheater
Reputation: 0
Joined: 24 Apr 2015 Posts: 18
|
Posted: Tue Apr 28, 2015 1:48 pm Post subject: An easier way? |
|
|
So I finally found 2 pointers in the game but I took maybe about 30 to 60 mins each one which is too long I think.
I do the "Pointer scan this address" way & it worked for me but it takes way too long & maybe I can do something can make it faster?
These are my settings I do when I look for the pointers.
I made the "Pointer path may only be inside this region:" to 80000000 instead of FFFFFFFF, so that I think will make it go a bit faster?
I also put the Max Level to 6 because it won't get it with 4 & 5. With the Max offset value I just put in 3500 but I don't really know what it really means I just know it takes longer & with more results.
1st attachment since I can't post URL's yet.
Now is there a way I can only search through "mono.dll" instead of "game.exe" because both pointers are in mono & I'm certain most pointers I'm looking for are in there also.
Here is one of the pointers.
Maybe I am doing extra steps I'm not suppose to?
2nd attachment
I also tried to do the "Find what access this address..." way while knowing what the pointer is already but I can't get the pointer with that way.
So many questions I know but I want to learn all this interesting things.
| Description: |
|
| Filesize: |
38.09 KB |
| Viewed: |
4562 Time(s) |

|
| Description: |
|
| Filesize: |
23.46 KB |
| Viewed: |
4562 Time(s) |

|
|
|
| Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Tue Apr 28, 2015 2:59 pm Post subject: |
|
|
Table > Show Cheat Table Lua Script
| Code: | local module = "mono.dll"
local base = getAddress(module)
local size = getModuleSize(module)
print(string.format("%X",base))
print(string.format("%X",base+size)) |
In Pointer Scanner Options, you can enable Base address must be in specific range.
|
|
| Back to top |
|
 |
Creepz Newbie cheater
Reputation: 0
Joined: 24 Apr 2015 Posts: 18
|
Posted: Tue Apr 28, 2015 3:09 pm Post subject: |
|
|
| Zanzer wrote: | Table > Show Cheat Table Lua Script
| Code: | local module = "mono.dll"
local base = getAddress(module)
local size = getModuleSize(module)
print(string.format("%X",base))
print(string.format("%X",base+size)) |
In Pointer Scanner Options, you can enable Base address must be in specific range. |
So I just paste that script into Lua & execute or what exactly do I do with that? Sorry I'm barely beginning how to use CE & haven't really got to Lua much or at all.
With the Base Address would it be 00000000 - 01000000 or would I add the mono.dll to it?
|
|
| Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
Posted: Tue Apr 28, 2015 3:14 pm Post subject: |
|
|
Yes, paste that script and execute it.
A log window will pop up showing you the address range of the module.
Plug in those numbers for the base address from and to.
|
|
| Back to top |
|
 |
Creepz Newbie cheater
Reputation: 0
Joined: 24 Apr 2015 Posts: 18
|
Posted: Tue Apr 28, 2015 3:18 pm Post subject: |
|
|
| Zanzer wrote: | Yes, paste that script and execute it.
A log window will pop up showing you the address range of the module.
Plug in those numbers for the base address from and to. |
Wow that's going to come in handy thanks.
Btw should I change anything in Max Offset, Max Value or leave as that?
|
|
| Back to top |
|
 |
|