Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


C++ Memory Write with offsets

 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming
View previous topic :: View next topic  
Author Message
ShineyAxe
How do I cheat?
Reputation: 0

Joined: 07 Jun 2014
Posts: 5

PostPosted: Fri Dec 05, 2014 4:28 pm    Post subject: C++ Memory Write with offsets Reply with quote

Hello there, how do i put offsets into this one?

//This is just a comment.
#include <iostream>
#include <windows.h>
#include <conio.h>

using namespace std;

int main()
{

void WriteInteger(DWORD Address, int Value);//Write the integer value

FLOAT SpeedValue = 500;


HWND MVHWND = FindWindow(NULL, TEXT("MicroVolts"));
DWORD pId;
GetWindowThreadProcessId(MVHWND, &pId);
HANDLE hProc = OpenProcess(PROCESS_ALL_ACCESS, FALSE, pId);


if(GetAsyncKeyState(VK_INSERT)&0x8000)//Hotkey
{
WriteProcessMemory(hProc, (LPVOID)0x102BEC8, &SpeedValue, sizeof (SpeedValue), NULL);
char MY_CHAR;
system("COLOR 4");
cout << "Enjoy your SpeedHack!";
cin >> MY_CHAR;
cout << MY_CHAR;
}
system("PAUSE");
}
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites