Quote:
Originally Posted by WITZIG
Also ich habe jez die values und die adresse aber iwi weiß ich nicht weiter... :(
Code:
Code:
#include <windows.h>
#include <iostream>
using namespace std;
int main()
{
HWND hwnd;
FLOAT Id;
HANDLE ProcessHandle = ("S4Client.exe");
int value = 1;
unsigned adress = 0x16656106;
);
{
cout << "Waiting 4 S4Client.exe" << endl;
}
{
WriteProcessMemory(ProcessHandle,(LPVOID)adress,&value,sizeof(int),NULL);
cout << "Wert geschrieben" << endl;
}
cin.get();
}
Könnte mir jmd helfen o.O wäre seeeeehhhhr net :(
|
Was zur Hölle soll das sein ?
Du kannst doch nicht überall irgendwelche Klammern setzten ...
(was aber egal ist, da im Grunde alles falsch ist ...)
Und ohne eine Schleife wirst du es auch nicht hinbekommen :rolleyes: