View previous topic :: View next topic |
Author |
Message |
HyberCode Cheater
Reputation: 0
Joined: 17 Feb 2016 Posts: 40
|
Posted: Thu Oct 13, 2016 3:49 am Post subject: how to write to pointer in [C++] |
|
|
Code: | WriteProcessMemory(handel
(LPVOID)0x00E46861,&newvalue,sizeof(newvalue),0); |
Description: |
|
Filesize: |
9.75 KB |
Viewed: |
11746 Time(s) |

|
|
|
Back to top |
|
 |
STN I post too much
Reputation: 43
Joined: 09 Nov 2005 Posts: 2676
|
|
Back to top |
|
 |
HyberCode Cheater
Reputation: 0
Joined: 17 Feb 2016 Posts: 40
|
|
Back to top |
|
 |
STN I post too much
Reputation: 43
Joined: 09 Nov 2005 Posts: 2676
|
Posted: Fri Oct 14, 2016 6:45 am Post subject: |
|
|
LOL
Why are you trying to do this half-arsed? why not properly learn c++/win32 api then come back and you wouldn't be as clueless. This is how i started
http://win32assembly.programminghorizon.com/tutorials.html - do the full tutorials series, its so well written and actually fun to read...not for c++ but still the same thing.
But if you want to know what you do wrong
const char* processName = "popcapgame1.exe" ;
DWORD offest = 0xB16861;
const char* Address = processName + offest;
You are adding 0xB16861 to popcapgame1.exe...what do you think will be the result? You're supposed to get the base address of popcapgame1.exe NOT add it to an offset.
The code in that stackoverflw thread gets the base address of any process.
_________________
|
|
Back to top |
|
 |
HyberCode Cheater
Reputation: 0
Joined: 17 Feb 2016 Posts: 40
|
Posted: Sat Oct 15, 2016 12:13 am Post subject: |
|
|
STN wrote: | LOL
Why are you trying to do this half-arsed? why not properly learn c++/win32 api then come back and you wouldn't be as clueless. This is how i started
http://win32assembly.programminghorizon.com/tutorials.html - do the full tutorials series, its so well written and actually fun to read...not for c++ but still the same thing.
But if you want to know what you do wrong
const char* processName = "popcapgame1.exe" ;
DWORD offest = 0xB16861;
const char* Address = processName + offest;
You are adding 0xB16861 to popcapgame1.exe...what do you think will be the result? You're supposed to get the base address of popcapgame1.exe NOT add it to an offset.
The code in that stackoverflw thread gets the base address of any process. |
i book marked it , hopefully one day i use it
i totally understand and i am trying to learn it but i am not taking it serious at all
i just want to make simple program that help me cheating ... i am not planing on learning the whole language , it takes a lot of time and Practice & i am pretty sure u know what i mean
btw i tried to get the base address of the process but the program doesn't return anything ... or i am doing it wrong
thank you anyway
|
|
Back to top |
|
 |
Eurochron89 Newbie cheater
Reputation: 1
Joined: 12 Aug 2015 Posts: 17
|
Posted: Sun Oct 16, 2016 10:50 am Post subject: |
|
|
cheatislove cheatislife wrote: | i just want to make simple program that help me cheating ... |
In that case you should look at Cheat Engine's integrated Trainer Generator:
1) Open Cheat Engine and load your Cheat Table (in which you saved the working pointer)
- and start the game you want to cheat in
2) click on "File" -> "Generate generic trainer lua script from table"
3) in the new Window (named "Trainer generator"):
- look for Processname and select the exe of the game you want to cheat in
4) on the left side of the trainer generator click on "Add Hotkey"
- select your pointer from the list
- add hotkeys and select what you want to do (freeze / set value to / increase / decrease)
5) when you are done with editing the hotkeys:
- click on "Generate Trainer" and choose a filename and folder to save it
---
Now every time you want to cheat in the game, you start the trainer and
press the hotkey (trainer will start Cheat Engine in the background).
|
|
Back to top |
|
 |
HyberCode Cheater
Reputation: 0
Joined: 17 Feb 2016 Posts: 40
|
Posted: Tue Oct 18, 2016 7:25 am Post subject: |
|
|
Eurochron89 wrote: | cheatislove cheatislife wrote: | i just want to make simple program that help me cheating ... |
In that case you should look at Cheat Engine's integrated Trainer Generator:
1) Open Cheat Engine and load your Cheat Table (in which you saved the working pointer)
- and start the game you want to cheat in
2) click on "File" -> "Generate generic trainer lua script from table"
3) in the new Window (named "Trainer generator"):
- look for Processname and select the exe of the game you want to cheat in
4) on the left side of the trainer generator click on "Add Hotkey"
- select your pointer from the list
- add hotkeys and select what you want to do (freeze / set value to / increase / decrease)
5) when you are done with editing the hotkeys:
- click on "Generate Trainer" and choose a filename and folder to save it
---
Now every time you want to cheat in the game, you start the trainer and
press the hotkey (trainer will start Cheat Engine in the background). |
thank you but i already created advance lua trainer , lua engine in cheat engine is esey language or whatever it call , i just don't want to stick with it since anti cheats getting stronger ....
i did understand what he meant of "base address of the process"
if he gave me correct place to understand it i would be much better
but sometimes people think everyone understand things like they do )
|
|
Back to top |
|
 |
|