Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


How to find every adress in a game.

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine
View previous topic :: View next topic  
Author Message
Battlemaster2
How do I cheat?
Reputation: 0

Joined: 04 Mar 2011
Posts: 3

PostPosted: Fri Mar 04, 2011 6:47 pm    Post subject: How to find every adress in a game. Reply with quote

Hello.

I want to make a hack application for a game. I know how to code Visual Basic and know how to edit memory. So I went into the game, and found the address I was looking for, but it keeps changing.

I looked up how to find pointers, but I have no idea what to do with the pointer when I have it.

Thanks if you decide to help me.

Edit: I guess this should be at General Gamehacking. Could someone move this for me?

Edit2: I read the General Gamehacking guidelines.
This is the game. g a m e s f o r t h e b r a i n . c o m / g a m e s /o o o z e . It's a fail game, but I just want to try it as a first hacking application. Sorry for the spaces, says I cant post URLs.
Back to top
View user's profile Send private message
Battlemaster2
How do I cheat?
Reputation: 0

Joined: 04 Mar 2011
Posts: 3

PostPosted: Sun Mar 06, 2011 11:01 am    Post subject: Reply with quote

Bump
Back to top
View user's profile Send private message
TheUnpredictable
How do I cheat?
Reputation: 0

Joined: 07 Mar 2011
Posts: 1

PostPosted: Mon Mar 07, 2011 2:37 pm    Post subject: pointer Reply with quote

Use Flasm its better than vb coding for flash games:)
Back to top
View user's profile Send private message
Radiation
Grandmaster Cheater
Reputation: 14

Joined: 17 Jun 2009
Posts: 842
Location: Chernobyl

PostPosted: Tue Mar 08, 2011 1:01 am    Post subject: Reply with quote

this is how pointers work:

you found two things, right? an address, and an offset (most likely)

now, this is what needs to happen:

1) Read the value of the address
2) Take the value and add the offset to it
3) Now the final value is your new address

This is how it's done in VB6:

Dim Address1 As Long
Call ReadALong("Game Process", &HAddress, value1)
Address1 = Address1 + &HOffset
Call WriteALong("Game Process", Address1, 100)


In final terms, Address1 is your new "EVER-CHANGING" address. Offset is the offset that you found. 100 is the value which you want to set the address to. You will need to change the 100 to something else that suits your needs.

_________________
Jesus loves you, Hitler! Smile

Playing/Embedding XM and MOD files in Visual Basic 6

.erutangis ruoy ni siht esu neht ,sdrawkcab siht daer ot hguone trams erew uoy fI
I can spell your name backwards: ‮Hitler
Back to top
View user's profile Send private message
Geri
Moderator
Reputation: 112

Joined: 05 Feb 2010
Posts: 5627

PostPosted: Tue Mar 08, 2011 8:01 am    Post subject: Reply with quote

Pointers will be mostly useless for a browser based game. Like flash and java etc. It is a waste of time to even search for them.
_________________
My trainers can be found here: http://www.szemelyesintegracio.hu/cheats

If you are interested in any of my crappy articles/tutorials about CE and game hacking, you can find them here:
http://www.szemelyesintegracio.hu/cheats/41-game-hacking-articles

Don't request cheats or updates.
Back to top
View user's profile Send private message
Radiation
Grandmaster Cheater
Reputation: 14

Joined: 17 Jun 2009
Posts: 842
Location: Chernobyl

PostPosted: Tue Mar 08, 2011 7:39 pm    Post subject: Reply with quote

Geri wrote:
Pointers will be mostly useless for a browser based game. Like flash and java etc. It is a waste of time to even search for them.


so, are there ways of defeating that? i know you can go into variable changing/scanning for flash, but what about Java?

_________________
Jesus loves you, Hitler! Smile

Playing/Embedding XM and MOD files in Visual Basic 6

.erutangis ruoy ni siht esu neht ,sdrawkcab siht daer ot hguone trams erew uoy fI
I can spell your name backwards: ‮Hitler
Back to top
View user's profile Send private message
Geri
Moderator
Reputation: 112

Joined: 05 Feb 2010
Posts: 5627

PostPosted: Tue Mar 08, 2011 9:59 pm    Post subject: Reply with quote

When people are trying to make trainers for flash games with pointers etc, they don't even think about what are they doing. Flash games are running in flash player which is running in a browser. It is a box in a box story. They expect that everyone is using the same browser with the same version with the same flash player version etc. Pointers and code injection will obviously not work if the game is running from a browser. If some stand-alone flash player is used (like in offline flash based games), then you can do a trainer for it with aobscan and maybe with pointers.

In most cases if you make a trainer for flash games this way, it will work on your computer max (and usually not even on your computer if you restart the game).

As for Java, I don't play Java games at all but I doubt that simple pointers would work for the above mentioned reasons.

Just think about how complex is the environment that is needed to run the game and it should be obvious that there are thousands of possible variations in browser etc. How will you make a trainer which is working in all environment? Obviously not the usual way that you use for exe files.

_________________
My trainers can be found here: http://www.szemelyesintegracio.hu/cheats

If you are interested in any of my crappy articles/tutorials about CE and game hacking, you can find them here:
http://www.szemelyesintegracio.hu/cheats/41-game-hacking-articles

Don't request cheats or updates.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> Cheat Engine All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites