View previous topic :: View next topic |
Author |
Message |
Jamie297 How do I cheat?
Reputation: 0
Joined: 23 Apr 2008 Posts: 8
|
Posted: Thu Apr 24, 2008 2:34 am Post subject: Problem with trainer |
|
|
Hi Guys,
I'm trying to make a trainer for a very simple online game. I've got all of my variables I want to change and when I change them via cheat engine it works fine.
On the trainer itself, how do I put a display of what the variable currently is? This is important as we need to know what the variable is before we change it, so not to be detected as cheating.
There are often 3 different variables that needed to be taken into account so knowing these 3 while changing them is vital.
Thanks
|
|
Back to top |
|
 |
Chase Payne Grandmaster Cheater
Reputation: 1
Joined: 20 Mar 2008 Posts: 533
|
Posted: Thu Apr 24, 2008 2:46 am Post subject: |
|
|
As far as I know the only way to view what the valeus are currently is thorugh cheat tables.
|
|
Back to top |
|
 |
Jamie297 How do I cheat?
Reputation: 0
Joined: 23 Apr 2008 Posts: 8
|
Posted: Thu Apr 24, 2008 2:54 am Post subject: |
|
|
Dammm I thought Cheat Engine was a little more sophisticated...
Maybe some custom code?
|
|
Back to top |
|
 |
Chase Payne Grandmaster Cheater
Reputation: 1
Joined: 20 Mar 2008 Posts: 533
|
Posted: Thu Apr 24, 2008 2:56 am Post subject: |
|
|
Porbably, but cheat tables will work fine... all you got to do is open it and your done.
If you knew about C++ youd woudnlt ask about this question so... youl ahve to sue em
|
|
Back to top |
|
 |
Psy Grandmaster Cheater Supreme
Reputation: 1
Joined: 27 Mar 2008 Posts: 1366
|
Posted: Thu Apr 24, 2008 3:03 am Post subject: |
|
|
You would have to code it yourself in a programming language.
You can then simply make use of an API to display the contents on a memory offset (such as ReadProcessMemory), and display it in a textbox.
Then you could either use that same box to write a user value back into memory, or create a seperate function.
With CE then, simply put, no.
|
|
Back to top |
|
 |
Jamie297 How do I cheat?
Reputation: 0
Joined: 23 Apr 2008 Posts: 8
|
Posted: Thu Apr 24, 2008 1:40 pm Post subject: |
|
|
Ok thanks, say for example the variable is 0073B4D3, could someone please write me the bit of code to show this??
Thanks
|
|
Back to top |
|
 |
Psy Grandmaster Cheater Supreme
Reputation: 1
Joined: 27 Mar 2008 Posts: 1366
|
Posted: Thu Apr 24, 2008 1:57 pm Post subject: |
|
|
That all depends on what language you are wanting to code in.
There isn't just some universal code to display.
|
|
Back to top |
|
 |
Jamie297 How do I cheat?
Reputation: 0
Joined: 23 Apr 2008 Posts: 8
|
Posted: Fri Apr 25, 2008 1:34 am Post subject: |
|
|
Ok thanks, I just figured it would be quite simple to do. I don't know much about coding.
Is there anywhere I can request someone to do this for me?
|
|
Back to top |
|
 |
Recifense I post too much
Reputation: 166
Joined: 17 Mar 2008 Posts: 3688 Location: Pernambuco - Brazil
|
Posted: Fri Apr 25, 2008 10:28 am Post subject: |
|
|
Could you please give us more information about the relation among the variables? Maybe a cheat engine script could solve you problem.
Cheers.
|
|
Back to top |
|
 |
|