View previous topic :: View next topic |
Author |
Message |
RWPM How do I cheat?
Reputation: 0
Joined: 20 Jun 2015 Posts: 4
|
Posted: Sat Jun 20, 2015 12:41 pm Post subject: How do things myself? |
|
|
I know using CE.
I have programming skills.
How to make myself cheats? I want to write my own code, I want to start from simple things, such as unlimited money/health..
Then move on to more advanced things, such as aimbot, wallhack and so on..
And how can I find things without CE?
I'd love to if you can help me at first, then I believe I can move forward by myself..I just need the basics.
Thanks, and sorry if my English is not so understandable
|
|
Back to top |
|
 |
STN I post too much
Reputation: 43
Joined: 09 Nov 2005 Posts: 2676
|
|
Back to top |
|
 |
RWPM How do I cheat?
Reputation: 0
Joined: 20 Jun 2015 Posts: 4
|
Posted: Sat Jun 20, 2015 5:20 pm Post subject: |
|
|
Open a thread there?
|
|
Back to top |
|
 |
STN I post too much
Reputation: 43
Joined: 09 Nov 2005 Posts: 2676
|
Posted: Sun Jun 21, 2015 5:58 am Post subject: |
|
|
NO!! Read the tutorials posted there Sherlock
what you are asking is expplained tons of times already
_________________
|
|
Back to top |
|
 |
RWPM How do I cheat?
Reputation: 0
Joined: 20 Jun 2015 Posts: 4
|
Posted: Sun Jun 21, 2015 6:12 am Post subject: |
|
|
STN wrote: | NO!! Read the tutorials posted there Sherlock
what you are asking is expplained tons of times already |
There are so many tutorials, from which start?
|
|
Back to top |
|
 |
Rydian Grandmaster Cheater Supreme
Reputation: 31
Joined: 17 Sep 2012 Posts: 1358
|
Posted: Sun Jun 21, 2015 10:07 am Post subject: |
|
|
http://forum.cheatengine.org/viewtopic.php?t=572465
Talks about pointers and data structures.
http://forum.cheatengine.org/viewtopic.php?t=570083
Has some background info on cheats and shows you basic concepts in scripting.
You will need some tool such as BE or something else with a debugger in order to make your own working trainers for modern games most likely. You don't have to make the final thing in CE or whatever, but you're not going to be hacking games with notepad.
Once you understand pointers and byte replacement and junk you can pick up a programming language and make your own trainers with whatever functions in that language read and write to memory.
_________________
|
|
Back to top |
|
 |
RWPM How do I cheat?
Reputation: 0
Joined: 20 Jun 2015 Posts: 4
|
Posted: Sun Jun 21, 2015 10:36 am Post subject: |
|
|
Rydian wrote: | h t t p ://forum.cheatengine.org/viewtopic.php?t=572465
Talks about pointers and data structures.
h t t p ://forum.cheatengine.org/viewtopic.php?t=570083
Has some background info on cheats and shows you basic concepts in scripting.
You will need some tool such as BE or something else with a debugger in order to make your own working trainers for modern games most likely. You don't have to make the final thing in CE or whatever, but you're not going to be hacking games with notepad.
Once you understand pointers and byte replacement and junk you can pick up a programming language and make your own trainers with whatever functions in that language read and write to memory. |
So move to the 2 of these links?
Is there anything else?
What is BE? you mean CE?
Thank you!
|
|
Back to top |
|
 |
Rydian Grandmaster Cheater Supreme
Reputation: 31
Joined: 17 Sep 2012 Posts: 1358
|
Posted: Sun Jun 21, 2015 9:39 pm Post subject: |
|
|
The two links are tutorials, if you want to make your own trainers and stuff then you'll need to know how to do them in CE before you can do them manually.
And yeah, BE was a stupid typo.
_________________
|
|
Back to top |
|
 |
Krampus Cheater
Reputation: 0
Joined: 22 Nov 2014 Posts: 41
|
Posted: Mon Jun 22, 2015 6:08 pm Post subject: Re: How do things myself? |
|
|
RWPM wrote: | I know using CE.
I have programming skills.
How to make myself cheats? I want to write my own code, I want to start from simple things, such as unlimited money/health..
Then move on to more advanced things, such as aimbot, wallhack and so on..
And how can I find things without CE?
I'd love to if you can help me at first, then I believe I can move forward by myself..I just need the basics.
Thanks, and sorry if my English is not so understandable |
https://msdn.microsoft.com/en-us/library/windows/desktop/ms633499%28v=vs.85%29.aspx
https://msdn.microsoft.com/en-us/library/windows/desktop/ms633522%28v=vs.85%29.aspx
https://msdn.microsoft.com/en-us/library/windows/desktop/ms684320%28v=vs.85%29.aspx
Those are the functions you can use to grab the handle needed for the next two functions. You can loop through the process list to get the PID, it's completely up to you how you want to do it.
RPM/WPM:
https://msdn.microsoft.com/en-us/library/windows/desktop/ms680553%28v=vs.85%29.aspx
https://msdn.microsoft.com/en-us/library/windows/desktop/ms681674%28v=vs.85%29.aspx
That's enough to start a simple external hack. For internal, just Google "Writing a DLL".
You'll want good math skills in trig and geometry for an aimbot, and a good knowledge of how the graphics API being used on the game you're hacking for the wallhack. It's all very well documented around the net, just make a few Google searches.
_________________
There is no spoon. |
|
Back to top |
|
 |
|