Results 1 to 12 of 12
  1. #1
    makaniel1's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    #Define ADR_Glasswall HARD
    Posts
    135
    Reputation
    10
    Thanks
    56

    Arrow GlassWall not Working

    #include <windows.h>
    #include <stdio.h>

    //--------------------------Define Hacks--------------------------//
    #define ADR_Playerpointer 0x00
    #define ADR_Serverpointer 0x00
    #define ADR_GlassWall 0x00

    //--------------------------End Define Addies--------------------------//
    //--------------------------Define HackThread--------------------------//

    DWORD *playing = (DWORD*)ADR_Playerpointer;
    DWORD *lobby = (DWORD*)ADR_Serverpointer;

    //--------------------------End Define HackThread--------------------------//

    //--------------------------Start Hacks--------------------------//
    void GlassWall()
    {
    if(GetAsyncKeyState(VK_NUMPAD4)&1)
    {
    *(int*)(GlassWall) = 1;
    }
    if(GetAsyncKeyState(VK_NUMPAD5)&1)
    {
    *(int*)(GlassWall) = 0;
    }
    }
    void Kalolz()
    {
    for(;; )
    {
    if(*playing)
    {
    GlassWall();
    }
    if(*lobby)
    {
    }
    }
    Sleep(200);
    }

    BOOL WINAPI DllMain(HINSTANCE mod, DWORD processStatus, LPVOID res)
    {
    if (processStatus == DLL_PROCESS_ATTACH)
    {
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)Kalolz , 0, 0, 0);
    }
    return TRUE;
    }








    Please i need help! i'm so Noob . TY
    Run For your Lives !

  2. #2
    HAxCodER™'s Avatar
    Join Date
    Jan 2011
    Gender
    female
    Location
    Fucking Your Mom
    Posts
    2,450
    Reputation
    -2
    Thanks
    552
    My Mood
    Yeehaw
    ang hang siguro niyan 200 amf

    MUKANG PERA!

  3. #3
    Naruto Boy's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Location
    E-Konoha
    Posts
    127
    Reputation
    10
    Thanks
    10
    My Mood
    Sleepy
    #include <Windows.h>

    #define PlayerPointer 0x00A027E8
    #define ServerPointer 0x00A02784
    #define Glassw 0x00A02420

    void Hacks()
    {
    DWORD Player = *(DWORD*)PlayerPointer;
    DWORD Server = *(DWORD*)ServerPointer;

    if(Player!=0)
    {
    //GlassWalls
    if(GetAsyncKeyState(VK_NUMPAD2)&1){*(int*)(Glassw) = 1;}
    if(GetAsyncKeyState(VK_NUMPAD3)&1){*(int*)(Glassw) = 0;}

    }
    if(Server!=0)
    {

    }}

    void hThread()
    {
    for(;; )
    {
    Hacks();//Hacks
    }
    Sleep(200);
    }


    BOOL WINAPI DllMain(HINSTANCE hMODULE,DWORD dwReason,LPVOID lpvReserved)
    {
    if(dwReason == DLL_PROCESS_ATTACH)
    {
    CreateThread(NULL,NULL,(LPTHREAD_START_ROUTINE)hTh read,NULL,NULL,NULL);
    }
    return TRUE;
    }}
    - BOOL WINAPI DllMain(HINSTANCE hMODULE,DWORD dwReason,LPVOID lpvReserved)
    Last edited by Naruto Boy; 04-28-2012 at 04:09 PM.
    Respect List:
    Tobi

  4. #4
    makaniel1's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    #Define ADR_Glasswall HARD
    Posts
    135
    Reputation
    10
    Thanks
    56
    Quote Originally Posted by Naruto Boy View Post
    - BOOL WINAPI DllMain(HINSTANCE hMODULE,DWORD dwReason,LPVOID lpvReserved)
    thanks Naruto boy i'll try it ..

    LATER
    Last edited by makaniel1; 04-29-2012 at 03:41 AM.
    Run For your Lives !

  5. #5
    I love myself
    나도 너를 사랑해

    Former Staff
    Premium Member
    Jhem's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    167,646,447
    Posts
    5,150
    Reputation
    1220
    Thanks
    7,394
    My Mood
    Stressed
    Hahahaha........Tsk..Tsk...

    Hanap Kapa Gyan Ng Ibang Code...

  6. #6
    DyftRapid's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    305
    Reputation
    33
    Thanks
    1,012
    My Mood
    Angelic
    Defineded, but nice work

  7. #7
    Emokoi143's Avatar
    Join Date
    May 2012
    Gender
    male
    Location
    ASM_OPK
    Posts
    5
    Reputation
    10
    Thanks
    0
    that's source is detected !
    try to find undetected source !

  8. #8
    GMDaddy's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Somewhere in time
    Posts
    539
    Reputation
    10
    Thanks
    51
    Agree, that source code is detected already. HINT: void <--

  9. #9
    makaniel1's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    #Define ADR_Glasswall HARD
    Posts
    135
    Reputation
    10
    Thanks
    56
    Thnx to all reply to my thread .

    BTW my glasswall its already work
    my hack is undetected .

    HELL YEAH xDD
    Run For your Lives !

  10. #10
    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 GMDaddy View Post
    Agree, that source code is detected already. HINT: void <--
    Quote Originally Posted by Emokoi143 View Post
    that's source is detected !
    try to find undetected source !
    Hell no, its not the source that is detected -.-

  11. #11
    GMDaddy's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Somewhere in time
    Posts
    539
    Reputation
    10
    Thanks
    51
    Quote Originally Posted by makaniel1 View Post
    Thnx to all reply to my thread .

    BTW my glasswall its already work
    my hack is undetected .

    HELL YEAH xDD
    Glad that you could make your own hack.

  12. #12
    makaniel1's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Location
    #Define ADR_Glasswall HARD
    Posts
    135
    Reputation
    10
    Thanks
    56
    Quote Originally Posted by GMDaddy View Post
    Glad that you could make your own hack.
    Thanks
    Run For your Lives !

Similar Threads

  1. Hacks not working
    By crazy4her in forum WarRock - International Hacks
    Replies: 12
    Last Post: 06-07-2007, 03:25 AM
  2. TerrainGeometry Not Working Anymore?
    By Jammy in forum WarRock - International Hacks
    Replies: 0
    Last Post: 03-16-2007, 05:31 PM
  3. why warrock not working now??
    By tolik13 in forum WarRock - International Hacks
    Replies: 4
    Last Post: 07-09-2006, 03:27 PM
  4. WPE not work
    By trekpik in forum WarRock - International Hacks
    Replies: 3
    Last Post: 07-09-2006, 10:09 AM