Results 1 to 11 of 11
  1. #1
    AeroMan's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Hell
    Posts
    3,294
    Reputation
    189
    Thanks
    3,049
    My Mood
    Busy

    Post WarRock Public & Vip Source Codes

    Hey,
    Thank me if you like !

    Code:
    if (CH_PanicKey == 1)
    {
        if( GetAsyncKeyState( VK_CONTROL))
    {
            if( GetAsyncKeyState( VK_SPACE))
    {
    ExitGame(0);
    }
    }
    }
    Code:
    if(CH_teleport == 1)
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
    if(dwPlayerPtr != 0)
    {
    float PositionY = 0.0; float PositionX = 0.0;float PositionZ = 0.0;
    	PositionX = *(float*)(dwPlayerPtr + OFS_X);
    	PositionY = *(float*)(dwPlayerPtr + OFS_Y);
    	PositionZ = *(float*)(dwPlayerPtr + OFS_Z);
      if(GetAsyncKeyState(VK_F10)&1){
    		Telx = PositionX;
    		Tely = PositionY;
    		Telz = PositionZ;}
      if(GetAsyncKeyState(VK_F11)&1){
    		*(float*)(dwPlayerPtr + OFS_X) = Telx;
    		*(float*)(dwPlayerPtr + OFS_Y) = Tely;
    		*(float*)(dwPlayerPtr + OFS_Z) = Telz;	 
    }
    }
    }
    Code:
    if (CH_SP==1)
    {
    *(int*)(ADR_STAM5) = 1;
    }
    if (CH_SP==2)
    {
    *(int*)(ADR_STAM10) = 1;
    }

    Code:
    if(CH_WeaponHack == 1)
    {
    if(GetAsyncKeyState(VK_F7) &1)
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
    if(dwPlayerPtr != 0)
    {
    *(long*)(dwPlayerPtr+OFS_WEAPON1) = 114;
    }
    }
    }
    Code:
    if(CH_Fog == 0)
    {
    *(float*)OFS_NOFOG = 1166127104;//far fog address
    *(float*)OFS_NEARFOG = 1166127104; //nerfog addres
    }
    Code:
    if(CH_RollSpeed == 1)
    {
    	*(float*)(ADR_SPEEDROLL)= 250;
    }
    Code:
    if(CH_Dig == 1)
    {
    if(GetAsyncKeyState(VK_HOME) &1)
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
    *(float*)(dwPlayerPtr+OFS_Z) = -2000;
    }
    }
    Code:
    if(CH_Gravity == 1)
    {
    {
    *(float*)(ADR_PLAYERPOINTER+OFS_GRAVITY) = 800.0f;
    }
    }
    Code:
    if(CH_Fastrepair == 1)
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
    if(dwPlayerPtr != 0)
    {
    *(float*)ADR_FASTREPAIR = 5000000;
    }
    }
    Code:
    if(CH_Fasthealt == 1)
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
    if(dwPlayerPtr != 0)
    {
    *(float*)ADR_FASTHEALTH = 5000000;
    }
    }
    Code:
    if(CH_Fastflag == 1)
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
    if(dwPlayerPtr != 0)
    {
    *(float*)ADR_FASTFLAG = 5000000;
    }
    }
    Code:
    if(CH_Fastammo == 1)
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
    if(dwPlayerPtr != 0)
    {
    *(float*)ADR_FASTAMMO = 5000000;
    }
    }

    Code:
    if(CH_fullbright == 1)
    {
    *(int*)(ADR_FULLBRIGHT1) = 1092779973;
    *(int*)(ADR_FULLBRIGHT2) = 1092779973;
    *(int*)(ADR_FULLBRIGHT3) = 1092779973;
    }
    Code:
    if(CH_Nospawn ==1)
    {
    *(float*) ADR_NOSPAWN1 = 0;
    *(float*) ADR_NOSPAWN2 = 0;
    *(float*) ADR_NOSPAWN3 = 0;
    }
    Code:
    if(CH_speedhack == 1)
    {
    *(float*) ADR_SPEED  = 250;
    }
    Code:
    if(CH_Superjump == 1)
    {
    	if(GetAsyncKeyState(VK_CONTROL) &1)
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
    if(dwPlayerPtr != 0)
    {
    *(float*)(dwPlayerPtr+OFS_Z) = 500;
    }
    }
    }
    Code:
    if(CH_nobound == 1)
    {
    long t=0;
    unsigned long Protection;
    VirtualProtect((void*)ADR_NOBOUNDS1, sizeof(t), PAGE_READWRITE, &Protection);
    memcpy((void*)ADR_NOBOUNDS1, &t , sizeof(t));
    VirtualProtect((void*)ADR_NOBOUNDS1, sizeof(t), Protection, 0);
    
    VirtualProtect((void*)ADR_NOBOUNDS2, sizeof(t), PAGE_READWRITE, &Protection);
    memcpy((void*)ADR_NOBOUNDS2, &t , sizeof(t));
    VirtualProtect((void*)ADR_NOBOUNDS2, sizeof(t), Protection, 0);
    
    VirtualProtect((void*)ADR_NOBOUNDS3, sizeof(t), PAGE_READWRITE, &Protection);
    memcpy((void*)ADR_NOBOUNDS3, &t , sizeof(t));
    VirtualProtect((void*)ADR_NOBOUNDS3, sizeof(t), Protection, 0);
    }
    Code:
    if (CH_WTW==1){
    DWORD dwPlayerPointer = *(DWORD*)ADR_PLAYERPOINTER;
    if(dwPlayerPointer != 0){
    
    WriteAsm((void *)ADR_WTW,NOPS,3);
    }
    }else {
    if (CH_WTW==0){
    WriteAsm((void *)ADR_WTW,WTWOFF,3);
    }
    }
    Code:
    if(CH_slot == 1)
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_SERVERPOINTER;
    if(dwPlayerPtr != 0)
    {	
    *(long*)(dwPlayerPtr+OFS_5SLOT) = 1;
    }
    }
    Code:
    if(CH_level == 1)
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_SERVERPOINTER;
    if(dwPlayerPtr != 0)
    {	
    *(long*)(dwPlayerPtr+OFS_LEVEL) = 1400000;
    }
    }
    Code:
    if(CH_dinar == 1)
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_SERVERPOINTER;
    if(dwPlayerPtr != 0)
    {	
    *(long*)(dwPlayerPtr+OFS_DINAR) = 0;
    }
    }
    Code:
    if(CH_Prone == 0)
    {
    WriteAsm((void *)ADR_PRONE,PRONEOFF,2);
    }
    if (CH_Prone==1)
    {
    WriteAsm((void *)ADR_PRONE,NOPS,2);
    }
    Code:
    if(CH_nowater == 1)
    		{
    *(int*)(ADR_NOWATER) = 0;
    	}else{
    *(int*)(ADR_NOWATER) = 1;
    }
    Code:
    	MEMwrite((void *)(EhSvc+0x2B598),(void*)(PBYTE)"\x31",1);
    Thanks me if you like it!, also visit my other thread with source codes!

  2. The Following 5 Users Say Thank You to AeroMan For This Useful Post:

    egge7 (07-03-2010),reaper (07-01-2010),tabuzo013 (07-04-2010),xBuMbIx (07-07-2010),~GodLike~ (07-01-2010)

  3. #2
    taylan's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    In your Sisters Bed, Germany
    Posts
    240
    Reputation
    18
    Thanks
    258
    My Mood
    Happy
    That is never Vip sources . that is only Copy and paste . This bullshit is only a Nomenu hack Source Code. Sry but i sad only the true story

    Know how to create a No Menu Hack= Done
    Know how to make a Injector = Done
    Know how to make a D3D Menu Hack = Done


    Hate me, Hit me, Hurt me, Destroy me, but NEVER say that you love me

    Xfire : taylan14
    Skype: taylann13
    Msn : taylan-11@hotmail.de[/EMAIL]

    We are unable to come to the phone right now. At the tone, please leave your name, number, and Master Card, Visa, or American Express account number and we'll get back to, pending credit approval.

  4. The Following 2 Users Say Thank You to taylan For This Useful Post:

    Pixipixel. (07-17-2010),sexygamer (07-16-2010)

  5. #3
    Threadstarter
    Upcoming MPGHiean
    AeroMan's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Hell
    Posts
    3,294
    Reputation
    189
    Thanks
    3,049
    My Mood
    Busy
    Quote Originally Posted by taylan View Post
    That is never Vip sources . that is only Copy and paste . This bullshit is only a Nomenu hack Source Code. Sry but i sad only the true story
    dude relax, the real vip codes i wont post...

  6. The Following User Says Thank You to AeroMan For This Useful Post:

    sexygamer (07-16-2010)

  7. #4
    Don't be a prick, let me suck your vagina. yes i'm aware that makes no sense.
    MPGH Member
    tabuzo013's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    jizzboymad
    Posts
    1,989
    Reputation
    19
    Thanks
    548
    My Mood
    Blah
    wow ill try one

    what does this do
    Code:
    MEMwrite((void *)(EhSvc+0x2B598),(void*)(PBYTE)"\x31",1);
    Last edited by tabuzo013; 07-04-2010 at 05:47 AM.

  8. The Following User Says Thank You to tabuzo013 For This Useful Post:

    sexygamer (07-16-2010)

  9. #5
    Threadstarter
    Upcoming MPGHiean
    AeroMan's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Hell
    Posts
    3,294
    Reputation
    189
    Thanks
    3,049
    My Mood
    Busy
    Quote Originally Posted by tabuzo013 View Post
    wow ill try one

    what does this do
    Code:
    MEMwrite((void *)(EhSvc+0x2B598),(void*)(PBYTE)"\x31",1);

    Thats a little part of your bypass.
    Its the nano detect objects.
    Its needed in ur hack, but wont work because crc is currently patched.


  10. The Following User Says Thank You to AeroMan For This Useful Post:

    sexygamer (07-16-2010)

  11. #6
    Snape's Avatar
    Join Date
    May 2008
    Gender
    male
    Location
    Hogwarts
    Posts
    13,893
    Reputation
    855
    Thanks
    3,033
    wow. But i already new some of that stuff.



  12. The Following User Says Thank You to Snape For This Useful Post:

    sexygamer (07-16-2010)

  13. #7
    I got ants in my butt, and I needs to strut.
    Premium Seller
    Former Staff
    Premium Member
    Trusted
    Wyo's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    Guadalajara
    Posts
    24,113
    Reputation
    4354
    Thanks
    4,203
    My Mood
    Lurking
    is this working?

  14. The Following User Says Thank You to Wyo For This Useful Post:

    sexygamer (07-16-2010)

  15. #8
    Threadstarter
    Upcoming MPGHiean
    AeroMan's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Hell
    Posts
    3,294
    Reputation
    189
    Thanks
    3,049
    My Mood
    Busy
    Quote Originally Posted by DexLer View Post
    is this working?
    Yep, all sources are currently wokring

  16. The Following User Says Thank You to AeroMan For This Useful Post:

    sexygamer (07-16-2010)

  17. #9
    Pagn's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    WarRock and C++ section
    Posts
    1,505
    Reputation
    32
    Thanks
    302
    My Mood
    Relaxed
    Most of this source codes works!

  18. The Following User Says Thank You to Pagn For This Useful Post:

    sexygamer (07-16-2010)

  19. #10
    peta0723's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    1
    What includes i need to it works? i got some error like this : 'ADR_SPEED' : undeclared identifier
    I used:
    #include <windows.h>
    #include <iostream>

  20. The Following User Says Thank You to peta0723 For This Useful Post:

    sexygamer (07-16-2010)

  21. #11
    Threadstarter
    Upcoming MPGHiean
    AeroMan's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Hell
    Posts
    3,294
    Reputation
    189
    Thanks
    3,049
    My Mood
    Busy
    Quote Originally Posted by peta0723 View Post
    What includes i need to it works? i got some error like this : 'ADR_SPEED' : undeclared identifier
    I used:
    #include <windows.h>
    #include <iostream>
    its really easy.
    #define ADR_SPEED Your Speed addie

    -> Done
    Goodluck.

Similar Threads

  1. [Help] New VIP Source code...
    By xKickAss in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 18
    Last Post: 10-08-2011, 12:19 AM
  2. WarRock Public Source Codes & Bytes
    By AeroMan in forum WarRock Hack Source Code
    Replies: 7
    Last Post: 07-07-2010, 08:09 AM
  3. WarRock Public VIP hack
    By iLove2Hax in forum WarRock - International Hacks
    Replies: 5
    Last Post: 11-05-2008, 06:41 AM