View previous topic :: View next topic |
Author |
Message |
lolofdoom How do I cheat?
Reputation: 0
Joined: 30 Dec 2013 Posts: 5 Location: idk
|
Posted: Fri Oct 23, 2015 2:46 pm Post subject: Cheat Engine pointer scanning help? |
|
|
first of all
im not sure if this is the wrong section so please forgive me if it is
So my problem is, that when I scan for pointers in a specific address using cheat engine, I usually get "nameofprocess.exe" (sorry, its not letting me post urls, since im really bad at explaining this).
my question is, when trying to implement this using visual studio, how do I do it? Whenever I try writing "Mafia2.exe"+randomaddress it refuses to let me build, therefore I can't get the program to write to the correct address.
Any help?
|
|
Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
|
Back to top |
|
 |
lolofdoom How do I cheat?
Reputation: 0
Joined: 30 Dec 2013 Posts: 5 Location: idk
|
Posted: Fri Oct 23, 2015 2:56 pm Post subject: |
|
|
Zanzer wrote: | C#? Process.MainModule.BaseAddress |
no c++ and thats not what im talking about...
if only i could post a url of the picture,
_________________
Doom is Coming... Lol |
|
Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
|
Back to top |
|
 |
lolofdoom How do I cheat?
Reputation: 0
Joined: 30 Dec 2013 Posts: 5 Location: idk
|
Posted: Fri Oct 23, 2015 3:56 pm Post subject: |
|
|
Zanzer wrote: | C++
Sounds like those are the things you're trying to do...
You want to convert "Mafia.exe" into the base address. |
o: that is what im looking for :p
thanks man but 1 problem (on my end)
I misunderstood (me being my noobish self) its not in c++ its on vs windows application vb, have any idea how i can set it to base address?
this is basically what im using to write memory
WriteDMAInteger("Mafia2", &H1CC88E0, Offsets:={&H724}, Value:=TextBox1.Text, Level:=1, nsize:=4)
_________________
Doom is Coming... Lol |
|
Back to top |
|
 |
Zanzer I post too much
Reputation: 126
Joined: 09 Jun 2013 Posts: 3278
|
|
Back to top |
|
 |
|