value1 How do I cheat?
Reputation: 0
Joined: 09 Feb 2014 Posts: 1
|
Posted: Sun Feb 09, 2014 5:21 pm Post subject: Memory Offset in VB.net |
|
|
This might be a very dumb and newbie question
I find the value I'm looking for at address (for example) 049E9458.
The value at this address is written by Code: | mov rax,[nolimits2app.exe+BBEAD0]
movss [rax+08]xmm1 | RAX equals 0x049E9458 after the mov.
But how can I find the value of "nolimits2app.exe" (I know I have to add the +0xBBEAD0 still) in VB.net?
When I do this with Code: | GetModuleHandle("nolimits2app.exe") | the resulting pointer remains "0".
Again, appologies, if this is an effing dumb newbie question
PS: Yes, I'm looking for the g-values in NoLimits Rollercoaster Simulator
|
|