| View previous topic :: View next topic |
| Author |
Message |
Haseo98 How do I cheat?
Reputation: 0
Joined: 13 Jul 2015 Posts: 2
|
Posted: Mon Jul 13, 2015 11:31 am Post subject: x360ce help |
|
|
| I need help because I am trying to play a game, but I only have a generic USB controller, i heard about the minhook, but I don't know what to do with the files of minhoko I downloaded, any help would be GREATLY apreciated
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Mon Jul 13, 2015 11:58 am Post subject: |
|
|
Do you know how to program at all in any language that can make use of minhook? If not then you are starting at the wrong point.
_________________
- Retired. |
|
| Back to top |
|
 |
Haseo98 How do I cheat?
Reputation: 0
Joined: 13 Jul 2015 Posts: 2
|
Posted: Mon Jul 13, 2015 1:21 pm Post subject: |
|
|
| I have NO idea... I just want to play my game... T_T maybe you might be able to help?
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Mon Jul 13, 2015 4:10 pm Post subject: |
|
|
| Haseo98 wrote: | | I have NO idea... I just want to play my game... T_T maybe you might be able to help? |
You are really not ready to get into hooking if you do not know how to program at all.
minhook is best used with C/C++, so take the time to learn the language first before you jump into trying to do hooking and such.
A good online starting point for learning the basics of C++ can be found here:
http://www.cplusplus.com/doc/tutorial/
If you need more info to read up on, just Google for 'C++ tutorials'. You'll find plenty of free information online.
_________________
- Retired. |
|
| Back to top |
|
 |
Krampus Cheater
Reputation: 0
Joined: 22 Nov 2014 Posts: 41
|
Posted: Fri Jul 17, 2015 6:59 pm Post subject: |
|
|
Just to add on to this, I've read a few of the tutorials and it seems like the author gives good explanations, as well as plenty of questions and challenges at the end of each lesson.
http://www.learncpp.com/
If you find C++ is to difficult at this time, Python is a good alternative to start with. It's very easy and simple, and will definitely get across many of the ideas behind any programming language. Once you've got Python down, move into C++.
www.codecademy.com is a good place to learn Python.
Just a future tip, if you want to get into reversing and such, learn assembly. You don't have to be good enough in it to write full programs, but good enough in it that you know what registers are, what flags are, and what most common instructions do. Chances are if you continue with game hacking, you'll want to know how to reverse (And you'll need knowledge of assembly for that).
I found these posts to be incredibly helpful in starting down the path of assembly.
http://forum.cheatengine.org/viewtopic.php?t=95363
http://forum.cheatengine.org/viewtopic.php?t=222520
Good luck,
Krampus
_________________
There is no spoon. |
|
| Back to top |
|
 |
|