| View previous topic :: View next topic |
| Author |
Message |
hey How do I cheat?
Reputation: 0
Joined: 04 Nov 2015 Posts: 4
|
Posted: Fri Nov 13, 2015 8:01 pm Post subject: Working C code for finding base address? |
|
|
Hello,
I have literally spend last week trying every possible script that I found on this forum, stackoverflow or internet, but I couldn't not find base address of a process. I realized that it is lot easier if you inject you dll file in the game, but since I don't know how to do that I stick with other scripts. Every possible script that I found has gave me errors, or at least didn't work, and since I don't know Windows API I beg for some working script (C or C++).
Currently I am learning at college subject called "Operating Systems" and a lot of terms are slowly becoming more clearer, but I need script now, not in couple of years when I know all windows API calls.
|
|
| Back to top |
|
 |
hollow87 Cheater
Reputation: 0
Joined: 07 Feb 2015 Posts: 28
|
Posted: Fri Nov 13, 2015 10:47 pm Post subject: |
|
|
The answer would have been easily found using the search function on forum.
The 5 windows api methods that come to mind for me are
CreateToolhelp32Snapshot
Process32First
Process32Next
Module32First
Module32Next
You are not going to get anywhere asking for people to do the work for you, you have to want to learn it. Just copying and pasting random pieces of code will not work.
|
|
| Back to top |
|
 |
atom0s Moderator
Reputation: 205
Joined: 25 Jan 2006 Posts: 8587 Location: 127.0.0.1
|
Posted: Sat Nov 14, 2015 1:09 am Post subject: |
|
|
Locking this.. This is the most asked question on this forum and its been answered a billion times. Take a minute to look / search.
_________________
- Retired. |
|
| Back to top |
|
 |
|