Results 1 to 7 of 7
  1. #1
    bitcoder0's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    #define SkyWrath
    Posts
    21
    Reputation
    10
    Thanks
    25
    My Mood
    Blah

    SNIPPETS FOR THIS ADDRESSES!!!

    #define ADR_AutoHeadShot
    #define ADR_FarFog
    #define FullBright_1
    #define FullBright_2
    #define FullBright_3
    #define ADR_Scope
    #define ADR_NoWater1
    #define ADR_NoWater2
    #define ADR_AutoRepair
    #define ADR_AntiAfk
    #define ADR_Virtualjump
    #define ADR_FastPlant


    #Define Coders I Respect In This Forum.....

    @l_M_l `D` L U F F Y
    @dungzkii
    @HaXcODer
    @D3ath
    @ZombieTag



    REMEMBER.....

    If You Need Help Go To
    Google.com

    REMEMBER MY NAME TOO...

    wrelnathantimothy@yahoo.com

  2. #2
    donatelo07's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    C:\Windows\system32
    Posts
    224
    Reputation
    10
    Thanks
    121
    My Mood
    Happy
    Code:
     #include <Windows.h>
    
    #define ADR_AutoHeadShot	0x00
    #define ADR_FarFog	 0x00
    #define FullBright_1	0x00
    #define FullBright_2	0x00
    #define FullBright_3	0x00
    #define ADR_Scope 0x00
    #define ADR_NoWater1	0x00
    #define ADR_NoWater2	0x00
    #define ADR_AutoRepair 0x00
    #define ADR_AntiAfk 0x00
    #define ADR_Virtualjump 0x00
    #define ADR_FastPlant 0x00
    #define Playerpointer 0x00
    #define Serverpointer 0x00
    
    DWORD *ingame= (DWORD*)Playerpointer;
    DWORD *outgame= (DWORD*)Serverpointer;
    
    void Auto()
    {
    DWORD dwPlayerPtr = *(DWORD*)Playerpointer;
    if(dwPlayerPtr != 0)
    {
    *(float*)ADR_FastPlant =7;
    *(int*)(FullBright_1) = 1092779973;
    *(int*)(FullBright_2) = 1092779973;
    *(int*)(FullBright_3) = 1092779973;
    *(float*)(ADR_FarFog) = 1166127104;
    }
    }
    
    
    void NoWater()
    {
    if(GetAsyncKeyState(VK_F8))
    {
    *(int*)(ADR_NoWater1) = 0;
    *(int*)(ADR_NoWater2) = 0;
    }
    if(GetAsyncKeyState(VK_F9))
    {
    *(int*)(ADR_NoWater1) = 1;
    *(int*)(ADR_NoWater1) = 1;
    }
    }
    
    void autohead ()
    {
    if(GetKeyState(VK_HOME))
    *(long*)ADR_AutoHeadShot = 1235;
    
    else {
    *(long*)ADR_AutoHeadShot = 1237;
    }
    }
    
    void Scope ()
    {
    if(GetAsyncKeyState(VK_RBUTTON))
    {
    *(int*)(ADR_Scope) = 1;
    }
    else
    {
    *(int*)(ADR_Scope) = 5;
    }
    }
    
    void snip()
    {
    for(;; )
    {
    if(*ingame)
    {
    Auto();
    Scope();
    autohead();
    NoWater();
    }
    
    //if(*outgame)
    {
    //Visual();
    }
    Sleep(30);
    }
    }
    
    BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpReserved)
    {
    if(dwReason == DLL_PROCESS_ATTACH)
    {
    MessageBoxA(NULL, " WarRock7 ", "Credits", MB_OK);
    VirtualProtect((void *)snip,0,PAGE_READWRITE,&dwReason);
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)snip, 0, 0, 0);
    VirtualProtect((void*)snip,0,dwReason,&dwReason);
    }
    return TRUE;
    }

    ung sa Autorepair and virtual jump di ko alam eh sorry

    Respect List


    MJCreado
    xflict13
    akincbhevz
    HAxCodER™
    icebox346

  3. #3
    Some people aren't satisfied on what God has given to them.
    MPGH Member
    αςε.εmόkόι's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    Anywhere
    Posts
    1,645
    Reputation
    10
    Thanks
    750
    ayun si idol oh
    Quote Originally Posted by Ace Suazo
    There are no easy answer's but there are simple answers
    We must have the courage to do what is morally right

    Copyrighted by: Ace Suazo
    All Rights Reserved.

    Ask permission to me before sharing my works.

  4. #4
    donatelo07's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    C:\Windows\system32
    Posts
    224
    Reputation
    10
    Thanks
    121
    My Mood
    Happy
    Quote Originally Posted by akincbhevz View Post
    ayun si idol oh


    Aysus si idol talaga

    Respect List


    MJCreado
    xflict13
    akincbhevz
    HAxCodER™
    icebox346

  5. #5
    Some people aren't satisfied on what God has given to them.
    MPGH Member
    αςε.εmόkόι's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    Anywhere
    Posts
    1,645
    Reputation
    10
    Thanks
    750
    Hahaha. ako pa naging idol XD kaw nga mas mamaw idol e XD
    Quote Originally Posted by Ace Suazo
    There are no easy answer's but there are simple answers
    We must have the courage to do what is morally right

    Copyrighted by: Ace Suazo
    All Rights Reserved.

    Ask permission to me before sharing my works.

  6. #6
    dungzkii's Avatar
    Join Date
    Nov 2011
    Gender
    male
    Location
    #defiine ADR_MPGH
    Posts
    1,473
    Reputation
    10
    Thanks
    2,175
    My Mood
    Sneaky
    *(float*)AutoRepair = 999999;

    sa virtual jump try i float .. kalimutan ko na kasi yung source code dun eh ..

  7. #7
    Some people aren't satisfied on what God has given to them.
    MPGH Member
    αςε.εmόkόι's Avatar
    Join Date
    Feb 2012
    Gender
    male
    Location
    Anywhere
    Posts
    1,645
    Reputation
    10
    Thanks
    750
    Go lang ng Go. makaka gawa ka din sir
    Quote Originally Posted by Ace Suazo
    There are no easy answer's but there are simple answers
    We must have the courage to do what is morally right

    Copyrighted by: Ace Suazo
    All Rights Reserved.

    Ask permission to me before sharing my works.

Similar Threads

  1. Help for this address !!
    By dungzkii in forum WarRock Philippines Help & Discussions
    Replies: 25
    Last Post: 08-20-2012, 05:33 PM
  2. [Discussion] Help for this address !!
    By dungzkii in forum WarRock Hack Source Code
    Replies: 0
    Last Post: 07-30-2012, 04:21 AM
  3. [Help] Sorry for this but - Address Logger ?
    By D e a t h h a u n t S in forum WarRock - International Hacks
    Replies: 7
    Last Post: 09-28-2009, 01:40 PM
  4. Replies: 37
    Last Post: 06-20-2006, 04:24 PM
  5. hey i need some hacks for this game can any1 help
    By CrUsHa in forum Hack Requests
    Replies: 10
    Last Post: 05-21-2006, 09:14 PM