View previous topic :: View next topic |
Author |
Message |
NiceHacksDude How do I cheat?
Reputation: 0
Joined: 23 Feb 2015 Posts: 3
|
Posted: Mon Feb 23, 2015 8:04 pm Post subject: Creating A Trainer, Need help with Base address. |
|
|
So sorry if i'm posting this when there is already a tutorial about it, I am trying to change a health value and other values for the game Magicite. I am trying to create the trainer through visual basic, but I can't get the base address to work. Heres what I have so far for the health value:
"mono.dll"+0020A554 (This is the base address)
These are the offsets that come with it:
8, 8, 23c, c4, 400
I got this from doing the pointer scan, and this does work in cheat engine, I can restart the game and the value will stay the same of course, but I can get the trainer to work in visual basic. After looking through a bunch of tutorials this is what I have so far, it still doesn't work but I think im close.
Code: |
Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
Try
WriteDMAInteger("Magicite", "mono.dll+0020A554", Offsets:={&H8, &H8, &H23C, &HC4, &H400})
Catch ex As Exception
End Try
End Sub
End Class
|
Any ideas on how to fix this? Thanks so much if you can and sorry if I missed a tutorial or something and this is my first post so sorry if I'm in the wrong section.
|
|
Back to top |
|
 |
Pingo Grandmaster Cheater
Reputation: 8
Joined: 12 Jul 2007 Posts: 571
|
Posted: Tue Feb 24, 2015 7:38 am Post subject: |
|
|
You'l need to post the code for the WriteDMAInteger function.
_________________
|
|
Back to top |
|
 |
NiceHacksDude How do I cheat?
Reputation: 0
Joined: 23 Feb 2015 Posts: 3
|
Posted: Tue Feb 24, 2015 8:52 pm Post subject: |
|
|
Pingo wrote: | You'l need to post the code for the WriteDMAInteger function. |
I just got that thing from a youtube video hoping it would work, where could I get this code?
|
|
Back to top |
|
 |
vchibi How do I cheat?
Reputation: 0
Joined: 25 Feb 2015 Posts: 1
|
Posted: Wed Feb 25, 2015 8:01 pm Post subject: |
|
|
go to cheat engine > memory view > ctrl + g > mono.dll+0020A554> you will get an address, replace "mono.dll+0020A554" with it , goodluck
|
|
Back to top |
|
 |
NiceHacksDude How do I cheat?
Reputation: 0
Joined: 23 Feb 2015 Posts: 3
|
Posted: Thu Feb 26, 2015 1:23 am Post subject: |
|
|
vchibi wrote: | go to cheat engine > memory view > ctrl + g > mono.dll+0020A554> you will get an address, replace "mono.dll+0020A554" with it , goodluck |
I don't see the new address for it, still says the same address.
|
|
Back to top |
|
 |
|