View previous topic :: View next topic |
Author |
Message |
Onfi How do I cheat?
Reputation: 0
Joined: 21 Jul 2013 Posts: 3
|
Posted: Sun Jul 21, 2013 5:52 pm Post subject: Cube World - Multilevel Pointer Troubles |
|
|
Sup everyone! Been a long-time lurker, never had a reason to make an account. I'm not super advanced with CE, but I know enough that hopefully someone can show me what I'm missing. I'm trying to find the base addresses to use in a trainer.
Here's my problem:
Find HP
Pointer scan the address (using default settings)
Narrow it down to 36 results (11 of which are labeled "Cube.exe", the remaining "THREADSTACK0")
Assuming what I want is labeled "Cube.exe", I add a pointer to the list
I find out what accesses the pointer (here is where it gets confusing for me)
Take damage
More than a few with 1 count, try them all, they all have the same suggested value
I hex search the suggested value, no results
All 11 pointer scanner results labeled "Cube.exe" (or "THREADSTACK0" for that matter) give the same suggested value
Maybe the attached image will explain things better.
Description: |
|
Filesize: |
162.37 KB |
Viewed: |
11965 Time(s) |

|
|
|
Back to top |
|
 |
DauntlessDS How do I cheat?
Reputation: 0
Joined: 22 Jul 2013 Posts: 3
|
Posted: Mon Jul 22, 2013 3:23 pm Post subject: |
|
|
One thing for sure is that all stat values are float point values because even though it is viewed as a rounded number on your HP bar, when you look at your equipment you have HP gains of "XX.X" instead of just "XX".
|
|
Back to top |
|
 |
mgr.inz.Player I post too much
Reputation: 222
Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
|
Posted: Mon Jul 22, 2013 4:46 pm Post subject: |
|
|
Too, I don't quite understand what he wants.
Do you want base address? But, you already have few of them:
Just add those 11 pointers to table.
Double click first pointer (column: address) or select and press CTRL+SHIFT+ENTER.
At the very bottom you will see "base address".
Do the same thing with second pointer, You will see another "base address".
Or maybe, do you want "player structure" address?
_________________
|
|
Back to top |
|
 |
Onfi How do I cheat?
Reputation: 0
Joined: 21 Jul 2013 Posts: 3
|
Posted: Mon Jul 22, 2013 5:48 pm Post subject: |
|
|
I feel like I'm really missing something.
What's the base address of this pointer? The last 2 addresses don't lead to HP.
Edit: Okay, so I've made a trainer from the pointer (which didn't seem to work previously). The trainer works after the client is reloaded, so I guess that's all I need to know?
Description: |
|
Filesize: |
23.54 KB |
Viewed: |
11898 Time(s) |

|
|
|
Back to top |
|
 |
mgr.inz.Player I post too much
Reputation: 222
Joined: 07 Nov 2008 Posts: 4438 Location: W kraju nad Wisla. UTC+01:00
|
Posted: Tue Jul 23, 2013 4:28 am Post subject: |
|
|
Pointer base address:
Base address can have few formats:
- address as hex
- address as modulename+moduleoffset
_________________
|
|
Back to top |
|
 |
Onfi How do I cheat?
Reputation: 0
Joined: 21 Jul 2013 Posts: 3
|
Posted: Tue Jul 23, 2013 1:47 pm Post subject: |
|
|
Thanks! I took a look at it again last night. Things became more clear when I had the same base address on all my other pointers.
I have one final question. When making trainers, hacks, ect, do you use the modulename+moduleoffset there too? What I'm trying to ask might sound stupid, but shouldn't there be an address with no offset for HP that doesn't change?
|
|
Back to top |
|
 |
|