View previous topic :: View next topic |
Author |
Message |
derkrasseboy How do I cheat?
Reputation: 0
Joined: 12 Dec 2015 Posts: 2
|
Posted: Sat Dec 12, 2015 8:40 pm Post subject: [VB.NET] Get the Address by seaching for a String? |
|
|
Hello Guys.
I have a Game and i want to cheat in it, but the problem is that the address changes everytime when I open the programm, means that my vb.net tool needs to get the address by its own and without running cheat engine next to it. I want that my Tool just works without Cheat Engine. So when I open up CE I select the Game and select as value type "string" and then i put the text into the value textbox. I click on first scan and get the address and change it. I already have a code which replaces the Value but for that i need the address. So how im I suppose to get the address?
Thanks for any help
|
|
Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Sun Dec 13, 2015 1:41 am Post subject: |
|
|
Read up on how to use pointers / AOB's. You will have a much easier time handling things in your own application that way vs. searching for a string.
_________________
- Retired. |
|
Back to top |
|
 |
derkrasseboy How do I cheat?
Reputation: 0
Joined: 12 Dec 2015 Posts: 2
|
Posted: Sun Dec 13, 2015 6:53 am Post subject: |
|
|
ok, so the address changes every time i start the game, which is dayz btw. and the pointer is always the same, means that i need to get the pointer once and this is going to be the pointer every time?
|
|
Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Sun Dec 13, 2015 2:32 pm Post subject: |
|
|
derkrasseboy wrote: | ok, so the address changes every time i start the game, which is dayz btw. and the pointer is always the same, means that i need to get the pointer once and this is going to be the pointer every time? |
Sorry but we do not support online / multiplayer game hacking on this site.
http://forum.cheatengine.org/faq.php#0
_________________
- Retired. |
|
Back to top |
|
 |
|