Register for your free account! | Forgot your password?

You last visited: Today at 19:02

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Release] VIP Code's

Discussion on [Release] VIP Code's within the WarRock Hacks, Bots, Cheats & Exploits forum part of the WarRock category.

Closed Thread
 
Old   #1
 
w00tare's Avatar
 
elite*gold: 0
Join Date: May 2008
Posts: 248
Received Thanks: 279
[Release] VIP Code's

Hey People me agin,
Click thanks button agin!

Code:
Invis :

if (Invis==0)
{
  const BYTE inviis[1] = {0x2C};

  {
    
	  DWORD dwProtect;
            VirtualProtect((void*)(Invis), 1, PAGE_EXECUTE_READWRITE, &dwProtect);
            memcpy((void*)(Invis), &inviis, 1);
            VirtualProtect((void*)(Invis), 1, dwProtect, NULL);
      }
}
else
{
if (Invis==1)
{
  const BYTE inviis[1] = {0x1C};

  {
    
	  DWORD dwProtect;
            VirtualProtect((void*)(Invis), 1, PAGE_EXECUTE_READWRITE, &dwProtect);
            memcpy((void*)(Invis), &inviis, 1);
            VirtualProtect((void*)(Invis), 1, dwProtect, NULL);
      }
}
}


STW :

if (CH_scope)
{

const BYTE stw[6] = {0x90, 0x90, 0x90, 0x90, 0x90, 0x90};
         
{
            DWORD dwProtect;
            VirtualProtect((void*)(stw_addie1), 6, PAGE_EXECUTE_READWRITE, &dwProtect);
            memcpy((void*)(stw_addie1), &stw, 6);
            VirtualProtect((void*)(stw_addie1), 6, dwProtect, NULL);
      }
}
else
{

const BYTE STWoff[3] = {0x8b, 0x51, 0x38};
{        

            DWORD dwProtect;
            VirtualProtect((void*)(stw_addie1), 3, PAGE_EXECUTE_READWRITE, &dwProtect);
            memcpy((void*)(stw_addie1), &STWoff, 3);
            VirtualProtect((void*)(stw_addie1), 3, dwProtect, NULL);
}
}


ESP :


if (CH_Esp==0)
{
  const BYTE espp[1] = {0x75};

  {
    
	  DWORD dwProtect;
            VirtualProtect((void*)(esp1), 1, PAGE_EXECUTE_READWRITE, &dwProtect);
            memcpy((void*)(esp1), &espp, 1);
            VirtualProtect((void*)(esp1), 1, dwProtect, NULL);
      }
}
else
{
if (CH_Esp==1)
{
  const BYTE espp[1] = {0x74};

  {
    
	  DWORD dwProtect;
            VirtualProtect((void*)(esp1), 1, PAGE_EXECUTE_READWRITE, &dwProtect);
            memcpy((void*)(esp1), &espp, 1);
            VirtualProtect((void*)(esp1), 1, dwProtect, NULL);
      }
}
}


Boneshot :

if (CH_Boneshot==0)
{
  const BYTE bone[2] = {0x85, 0xC0};

  {
    
	  DWORD dwProtect;
            VirtualProtect((void*)(boneshot1), 2, PAGE_EXECUTE_READWRITE, &dwProtect);
            memcpy((void*)(boneshot1), &bone, 2);
            VirtualProtect((void*)(boneshot1), 2, dwProtect, NULL);
      }
}
else
{
if (CH_Boneshot==1)
{
  const BYTE bone[1] = {0x31};

  {
    
	  DWORD dwProtect;
            VirtualProtect((void*)(boneshot1), 1, PAGE_EXECUTE_READWRITE, &dwProtect);
            memcpy((void*)(boneshot1), &bone, 1);
            VirtualProtect((void*)(boneshot1), 1, dwProtect, NULL);
      }
}
}

if (DoCrosshair)( LPDIRECT3DDEVICE8 )pDevice
;{
    D3DCOLOR xcolor = D3DCOLOR_ARGB( 255, 0, 0, 255 ); //set color
                                
    int size = 18, strong = 3; // size and width/length
    int iCenterX = GetSystemMetrics( 0 ) / 2;
    int iCenterY = GetSystemMetrics( 1 ) / 2;
    if( iCenterX < 20 && iCenterY < 20 )
    {
    iCenterX = ( GetSystemMetrics( 0 ) / 2 );
    iCenterY = ( GetSystemMetrics( 1 ) / 2 );
    }
    D3DRECT rec2 = { iCenterX- size, iCenterY, iCenterX+ size, iCenterY+ strong};
    D3DRECT rec3 = { iCenterX, iCenterY- size, iCenterX+ strong,iCenterY+ size};
    pDevice->Clear(1, &rec2, D3DCLEAR_TARGET, xcolor, 0,  0);
    pDevice->Clear(1, &rec3, D3DCLEAR_TARGET, xcolor, 0,  0);
}


if (Mapname)
{
	sprintf (maapname, "[[--  Mapname --]] %s", (ADR_MAPNAME));
	DrawText(maapname, 400,10, D3DCOLOR_ARGB( 255, 255, 255, 255 ), abc1234);
}
///////////////////////ROOM HACKS//////////////////////////////////////////////////////
if (RM) 
{ 
DWORD dwPlayerPointer = *(DWORD*)Serverpointer; 
if(dwPlayerPointer != 0) 
{ 
*(long*)(dwPlayerPointer + OS_ROOMMASTER) = *(long*)(dwPlayerPointer + OS_PLAYER); 
} 
}

if (SM) 
{ 
DWORD dwPlayerPointer = *(DWORD*)Serverpointer; 
if(dwPlayerPointer != 0) 
{ 
*(long*)(dwPlayerPointer + OS_SUPERMASTER) = *(long*)(dwPlayerPointer + OS_PLAYER); 
} 
}

if (Moreexp) 
{ 
DWORD dwPlayerPointer = *(DWORD*)Serverpointer; 
if(dwPlayerPointer != 0) 
{ 
*(long*)(dwPlayerPointer + OS_50EXP) = 5;
} 
}

if (Moredinner) 
{ 
DWORD dwPlayerPointer = *(DWORD*)Serverpointer; 
if(dwPlayerPointer != 0) 
{ 
*(long*)(dwPlayerPointer + OS_50DINAR) = 5;
} 
}

if (CH_Glasswalls) // on
{	
if(GetAsyncKeyState(VK_SHIFT) &1)
{
*(int*)0xC44C78 = 0, 4;
}
}
else
if (CH_Glasswalls) // off
{	
if(GetAsyncKeyState(VK_SHIFT) &1)
{
*(int*)0xC44C78 = 123456789;
}
}
Click thanks button and reply to keep this thread alive!
w00tare is offline  
Thanks
13 Users
Old 05/08/2009, 21:59   #2
 
>>Orange<<'s Avatar
 
elite*gold: 1
Join Date: Aug 2008
Posts: 409
Received Thanks: 75
where can i make vip code
>>Orange<< is offline  
Old 07/17/2010, 18:14   #3
 
elite*gold: 0
Join Date: Jun 2010
Posts: 64
Received Thanks: 3
Und wie kann ich jetzt damit hacken???
Reiti1212 is offline  
Old 07/17/2010, 18:20   #4
 
.Dexter's Avatar
 
elite*gold: 0
Join Date: May 2010
Posts: 356
Received Thanks: 317
Quote:
Originally Posted by Reiti1212 View Post
Und wie kann ich jetzt damit hacken???

Garnicht!
Es ist lediglich eine Stückchen Source eines Großen hacks!
Dieser Teil bringt garnichts
.Dexter is offline  
Thanks
2 Users
Old 07/17/2010, 18:30   #5
 
HaPPySoNiC's Avatar
 
elite*gold: 0
Join Date: Mar 2009
Posts: 439
Received Thanks: 158
HaPPySoNiC is offline  
Old 07/17/2010, 18:31   #6
 
elite*gold: 1067
Join Date: Jun 2010
Posts: 1,098
Received Thanks: 195
#Closerequest

Warum grabt ihr einen Thread der schon 1 Jahr alt ist wieder aus?
.Kenton. is offline  
Old 07/18/2010, 01:31   #7

 
​strYker's Avatar
 
elite*gold: 0
Join Date: Feb 2010
Posts: 16,527
Received Thanks: 9,094
lulululu
​strYker is offline  
Thanks
2 Users
Closed Thread


Similar Threads Similar Threads
Code's 4 Free
06/06/2010 - WarRock Trading - 7 Replies
Closed habe keine mehr sry
Wr Code'S 4 free
06/04/2010 - Trading - 0 Replies
Closed habe keine mehr
[S]Dinar Code's [B]e*g
05/14/2010 - WarRock Trading - 2 Replies
Schon Weg :D
[SERVICE] Captcha Code's
05/14/2009 - Metin2 Private Server - 400 Replies
Hallo Leute, da einige Probleme mit den Captcha Codes haben, stelle ich mich zur Verfügung! Also ihr ladet euer Captcha bei einem Imagehoster hoch (zb. imagebanana.de) und fügt das Bild dann hier ein. Ich werde versuchen oft in diesen Thread reinzuschauen und euch dann den richtigen Code posten! Damit es nicht zu einem Spamthread wird, könnt ihr mir euer Captcha auch per privater Nachricht schicken, dies bearbeite ich schneller weil ich das schneller bemerke. €: Kann sein das auch mal ein...



All times are GMT +1. The time now is 19:02.


Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2025 elitepvpers All Rights Reserved.