hier mein source:
Code:
#include <windows.h>
#include <iostream>
#include <stdio.h>
#define haupt <0x01D27954>;
#define offset1 <0xC>;
#define offset2 <0xF4>;
#define address2 <0x01D27A54>;
void geldhack()
{
if(GetAsyncKeyState(VK_F1)&1){
*(float*)(haupt+offset1+offset2) = 77000;
}
}
void TheHacks()
{
for(;;)
{
geldhack();
Sleep(30);
}}
BOOL WINAPI DllMain(HINSTANCE mod, DWORD DWORD_GRUND, LPVOID res)
{
switch(DWORD_GRUND)
{
case 1:
CreateThread(0, 0, (LPTHREAD_START_ROUTINE)TheHacks , 0, 0, 0);
break;
case 2:
break;
}
return TRUE;
}
Code:
1>------ Erstellen gestartet: Projekt: lol hack2, Konfiguration: Debug Win32 ------ 1> main.cpp 1>c:\users\icryjokel\documents\visual studio 2010\projects\lol hack2\lol hack2\main.cpp(16): error C2059: Syntaxfehler: '<' 1>c:\users\icryjokel\documents\visual studio 2010\projects\lol hack2\lol hack2\main.cpp(16): error C2143: Syntaxfehler: Es fehlt ';' vor ')' ========== Erstellen: 0 erfolgreich, Fehler bei 1, 0 aktuell, 0 übersprungen ==========
Könnt mich auch in skype adden: Tommy15083






