[Only registered and activated users can see links. Click Here To Register...]
Quote:
void Premium()
{
if (CH_Premium == 1) // B
{
*(int*)(ADR_SERVERPOINTER+OFS_PREM+OFS_PREM2) = 1;
}
if (CH_Premium == 2) // S
{
*(int*)(ADR_SERVERPOINTER+OFS_PREM+OFS_PREM2) = 2;
}
if (CH_Premium == 3) // G
{
*(int*)(ADR_SERVERPOINTER+OFS_PREM+OFS_PREM2) = 3;
}
if (CH_Premium == 4) // P
{
*(int*)(ADR_SERVERPOINTER+OFS_PREM+OFS_PREM2) = 4;
}}
Quote:
void Premium()
{
if (CH_Premium == 0)
{
*(long*)(dwServerPtr+ADR_OFS_PREMIUM1) = 0, 10;
*(float*)(dwServerPtr+ADR_OFS_PREMIUM2) = 1, 1;
}
if (CH_Premium == 1) // Bronze
{
*(long*)(dwServerPtr+ADR_OFS_PREMIUM1) = 1, 10;
*(float*)(dwServerPtr+ADR_OFS_PREMIUM2) = 1, 1;
}
if (CH_Premium == 2) // Silber
{
*(long*)(dwServerPtr+ADR_OFS_PREMIUM1) = 2, 10;
*(float*)(dwServerPtr+ADR_OFS_PREMIUM2) = 1, 1;
}
if (CH_Premium == 3) // Gold
{
*(long*)(dwServerPtr+ADR_OFS_PREMIUM1) = 3, 10;
*(float*)(dwServerPtr+ADR_OFS_PREMIUM2) = 1, 1;
}
if (CH_Premium == 4) // Platin
{
*(long*)(dwServerPtr+ADR_OFS_PREMIUM1) = 4, 10;
*(float*)(dwServerPtr+ADR_OFS_PREMIUM2) = 1, 1;
}}
Quote:
if (CH_cross==1)
{
int x = ( GetSystemMetrics( 0 ) / 2);
int y = ( GetSystemMetrics( 1 ) / 2);
D3DRECT rec = { x - 10, y, x + 10, y + 1};
D3DRECT rec2 = { x, y - 10, x + 1, y + 10};
pDevice->Clear(1, &rec, D3DCLEAR_TARGET, D3DCOLOR_ARGB(255, 255, 0, 0), 0, 0); //Red
pDevice->Clear(1, &rec2, D3DCLEAR_TARGET, D3DCOLOR_ARGB(255, 255, 0, 0), 0, 0); //Red
}
Quote:
.\base.cpp(204) : error C2146: Syntaxfehler: Fehlendes ')' vor Bezeichner 'pDevice'
.\base.cpp(204) : error C2660: 'IDirect3DDevice9::Clear': Funktion akzeptiert keine 4 Argumente
.\base.cpp(204) : fatal error C1057: Unerwartetes Dateiende bei der Erweiterung eines Makros
Quote:
//--[Bytes]--//
BYTE QuickPlantOn [] = { 0x7D,0x16 };
BYTE QuickPlantOff [] = { 0x7D,0x53 }
Quote:
if(CH_Prone == 0)
{
WriteAsm((void *)ADR_PRONE,PRONEOFF,2);
}
if (CH_Prone==1)
{
WriteAsm((void *)ADR_PRONE,NOPS,2);
}
Quote:
if(CH_AutoAmmo == 1)
if(GetAsyncKeyState(VK_END) &1)
{
DWORD dwProtect;
const BYTE nop[6] = {0x90,0x90,0x90,0x90,0x90,0x90};
VirtualProtect((void*)(ADR_AUTOAMMO), 6, PAGE_EXECUTE_READWRITE, &dwProtect);
memcpy((void*)ADR_AUTOAMMO, &nop, 6);
VirtualProtect((void*)(ADR_AUTOAMMO), 6, dwProtect, NULL);
}
Quote:
if(CH_Spectator == 1)
{
*(long*)(ADR_SERVERPOINTER + ADR_SPECTATOR ) = 5;
}else{
*(long*)(ADR_SERVERPOINTER + ADR_SPECTATOR ) = 0;
}
Quote:
if (CH_VehicleFall == 0)
{
WriteAsm((void *)ADR_NOVEHDMG,CARDMGOFF,5);
}
if (CH_VehicleFall == 1)
{
WriteAsm((void *)ADR_NOVEHDMG,CARDMGON,5);
}
Quote:
if(CH_AntiMine == 0)
WriteAsm((void *)ADR_ANTIMINE,MINEOFF,6);
if (CH_AntiMine==1)
WriteAsm((void *)ADR_ANTIMINE,NOPS,6);
Quote:
if(RainPX==0){*(int*)OFS_Rain = 0;Sleep(20000);}
if(RainPX){*(int*)OFS_Rain = 1;}
Quote:
if(MapCollor1==1){*(float*)MapCollors1 = 250;}
if(MapCollor1==2){*(float*)MapCollors1 = 500;}
if(MapCollor1==3){*(float*)MapCollors1 = 750;}
if(MapCollor1==4){*(float*)MapCollors1 = 1000;}
if(MapCollor1==5){*(float*)MapCollors1 = 1500;}
if(MapCollor1==6){*(float*)MapCollors1 = 2000;}
if(MapCollor1==7){*(float*)MapCollors1 = 2500;}
if(MapCollor1==8){*(float*)MapCollors1 = 3000;}
if(MapCollor1==9){*(float*)MapCollors1 = 5000;}
if(MapCollor2==1){*(float*)MapCollors2 = 250;}
if(MapCollor2==2){*(float*)MapCollors2 = 500;}
if(MapCollor2==3){*(float*)MapCollors2 = 750;}
if(MapCollor2==4){*(float*)MapCollors2 = 1000;}
if(MapCollor2==5){*(float*)MapCollors2 = 1500;}
if(MapCollor2==6){*(float*)MapCollors2 = 2000;}
if(MapCollor2==7){*(float*)MapCollors2 = 2500;}
if(MapCollor2==8){*(float*)MapCollors2 = 3000;}
if(MapCollor2==9){*(float*)MapCollors2 = 5000;}
if(MapCollor3==1){*(float*)MapCollors3 = 250;}
if(MapCollor3==2){*(float*)MapCollors3 = 500;}
if(MapCollor3==3){*(float*)MapCollors3 = 750;}
if(MapCollor3==4){*(float*)MapCollors3 = 1000;}
if(MapCollor3==5){*(float*)MapCollors3 = 1500;}
if(MapCollor3==6){*(float*)MapCollors3 = 2000;}
if(MapCollor3==7){*(float*)MapCollors3 = 2500;}
if(MapCollor3==8){*(float*)MapCollors3 = 3000;}
if(MapCollor3==9){*(float*)MapCollors3 = 5000;}
Quote:
if(QuickPlant==0){WriteAsm(( void *)Adr_QPlant,QuickPlantOff,2);}
if(QuickPlant==1){WriteAsm(( void *)Adr_QPlant,QuickPlantOn,2);}
Quote:
if(AutoDie){KB(VK_F4);}
if(AutoEnter){KB(VK_RETURN);}
if(AutoJump){KB(VK_SPACE);}
if(AutoF){KB('f');}
if(AutoTele){KB(VK_F11);}
Quote:
////void __cdecl MsgBox(char* text){ //WarRock Style MSGBox
//// void* MsgF = (void*) 0x71BCE0;
//// void* MsgG = (void*) 0x43DD70;
//// _asm
//// {
//// push ecx
//// mov ecx, esp
//// mov [esp+8], esp
//// push text
//// call MsgF
//// call MsgG
//// add esp, 4
//// }
//// }
Quote:
if(WaterCollor){
*(float*)WaterCollor1 = 33943;
*(float*)WaterCollor2 = 343;
*(float*)WaterCollor3 = 393; Rehook();}
if(Waterdeep){
*(float*)WaterDeep1 = 33943;
*(float*)WaterDeep2 = 343;
*(float*)WaterDeep3 = 393; Rehook();}//Find 'Rehook' yourself
1.googleQuote:
Quelle??
Und du hast einen addylogger programmiert??
wenn du angeblich c++ könntest, dann wüsstest du doch den fehler bei premium.
Die bytes stimmen teilweise aber er hätte Credits angeben können.......Quote:
1. Ich glaube die Bytes sind schon alt oda neu xD
Bin mir nich sicher...
4. Was heisst 1337 xD :D ?
Quote:
lol !
1337 = KIng????.
Quote:
1337, manchmal 1337 5P34K, selten auch 31337 bzw. 313373 geschrieben.
Quote:
char *Supspreadvalue[] = {"OFF","Low","Middel","Hard","Extrem","*Amok*"} ;
Quote:
void SupernoSpread() //nicht getesten ->
{
if (CH_SUPspre == 0)
{
*(double*)(ADR_MEM_SUPERNOSPREAD) =5;
}
if (CH_SUPspre == 1)
{
*(double*)(ADR_MEM_SUPERNOSPREAD) =4;
}
if (CH_SUPspre == 2)
{
*(double*)(ADR_MEM_SUPERNOSPREAD) =3;
}
if (CH_SUPspre == 3)
{
*(double*)(ADR_MEM_SUPERNOSPREAD) =2;
}
if (CH_SUPspre == 4)
{
*(double*)(ADR_MEM_SUPERNOSPREAD) =1;
}
if (CH_SUPspre == 5)
{
*(double*)(ADR_MEM_SUPERNOSPREAD) =0;
}}