Page 2 of 6 FirstFirst 1234 ... LastLast
Results 16 to 30 of 85
  1. #16
    jcgallardo's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    HOT & DIRTY ,,i,,
    Posts
    417
    Reputation
    10
    Thanks
    89
    My Mood
    Hot
    waaaaaahhh idol @HaxcodER™ helffffffffff xD

    ---------- Post added at 12:35 AM ---------- Previous post was at 12:33 AM ----------

    Quote Originally Posted by HAxCodER™ View Post
    hanap kayo ng addie sa wr int nian compare nyo nlng to PH hehe
    waaahhh idol @HaxcodER™ heeellllllllffffffff

  2. #17
    WRPHNoob's Avatar
    Join Date
    Jul 2012
    Gender
    male
    Posts
    54
    Reputation
    10
    Thanks
    23
    My Mood
    Amused
    Paano kung hindi lang IGN: Spectator ang Amped Spectator? Malalaman pa rin ba pag may pumasok na spectator??

  3. #18
    laser12's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    10
    here ! #include <windows.h>

    #define ADR_Glasswalls 0x0095B01C
    #define ADR_SNS 0x007F7510
    #define OFS_NoRecoil1 0x00000C444
    #define OFS_NoRecoil2 0x00000C44C
    #define OFS_NoRecoil3 0x00000C448
    #define ADR_UnliStamina1 0x007F5068 //10.0
    #define ADR_UnliStamina2 0x007F5064 //100.0
    #define ADR_UnliStamina3 0x007F506C //15.0
    #define ADR_UnliStamina4 0x007F5074 //20.0
    #define ADR_UnliStamina5 0x007F5070 //30.0
    #define ADR_UnliStamina6 0x007F507C //70.0
    #define OFS_NFD 0x00102E8
    #define ADR_FastAmmo 0x00958670
    #define ADR_FastRepair 0x00958678
    #define ADR_FastHealth 0x0095867C
    #define ADR_FastFlag 0x00958688
    DWORD *ingame= (DWORD*)0xAD7368;
    void Hacks()
    {
    if(GetKeyState(VK_MBUTTON))
    {
    *(int*)(ADR_Glasswalls) = 1;
    }else{
    *(int*)(ADR_Glasswalls) = 0;
    }
    }

    void sns()
    {
    *(double*)ADR_SNS = 0;
    }

    void NoRecoil()
    {
    DWORD dwPlayerPtr = *(DWORD*)0xAD7368;
    if(dwPlayerPtr != 0)
    {
    *(float*)(dwPlayerPtr + OFS_NoRecoil1) = 0;
    *(float*)(dwPlayerPtr + OFS_NoRecoil2) = 0;
    *(float*)(dwPlayerPtr + OFS_NoRecoil3) = 0;
    }
    }
    void GotMorphine()
    {
    *(float*)ADR_UnliStamina1 = 999999;
    }

    void NFD()
    {
    DWORD dwPlayerPtr = *(DWORD*)0xAD7368;
    if(dwPlayerPtr != 0)
    {
    *(float*)(dwPlayerPtr+OFS_NFD) = -10000;
    }
    }
    void fastall()
    {
    *(float*)ADR_FastAmmo = 5000000;
    *(float*)ADR_FastHealth = 5000000;
    *(float*)ADR_FastRepair = 5000000;
    *(float*)ADR_FastFlag = 5000000;
    }

    void Loop()
    {
    for(;; )
    {
    if(*ingame)
    {
    Hacks();
    sns();
    NoRecoil();
    GotMorphine();
    NFD();
    fastall();
    }
    Sleep(200);
    }
    }

    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    DisableThreadLibraryCalls(hDll);
    if (dwReason==DLL_PROCESS_ATTACH)
    {
    MessageBoxA(NULL, "Made by: Darkcoder [M_P_G_H]", "MPGH Choob", MB_OK);
    MessageBoxA(NULL, "Credits To:[Ghost996][SilentHeart]", "Alrights Reserved 2012", MB_OK);
    MessageBoxA(NULL, "Assist by me: joshua del barrio", "MPGH Coder", MB_OK);
    MessageBoxA(NULL, "Party na !", "L.O.L ", MB_OK);
    CreateThread(0, 0,(LPTHREAD_START_ROUTINE)Loop, 0, 0, 0);
    }
    return TRUE;
    }

    try mo yan gawa ka !

  4. #19
    blindbully's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    Quote Originally Posted by laser12 View Post
    here ! #include <windows.h>

    #define ADR_Glasswalls 0x0095B01C
    #define ADR_SNS 0x007F7510
    #define OFS_NoRecoil1 0x00000C444
    #define OFS_NoRecoil2 0x00000C44C
    #define OFS_NoRecoil3 0x00000C448
    #define ADR_UnliStamina1 0x007F5068 //10.0
    #define ADR_UnliStamina2 0x007F5064 //100.0
    #define ADR_UnliStamina3 0x007F506C //15.0
    #define ADR_UnliStamina4 0x007F5074 //20.0
    #define ADR_UnliStamina5 0x007F5070 //30.0
    #define ADR_UnliStamina6 0x007F507C //70.0
    #define OFS_NFD 0x00102E8
    #define ADR_FastAmmo 0x00958670
    #define ADR_FastRepair 0x00958678
    #define ADR_FastHealth 0x0095867C
    #define ADR_FastFlag 0x00958688
    DWORD *ingame= (DWORD*)0xAD7368;
    void Hacks()
    {
    if(GetKeyState(VK_MBUTTON))
    {
    *(int*)(ADR_Glasswalls) = 1;
    }else{
    *(int*)(ADR_Glasswalls) = 0;
    }
    }

    void sns()
    {
    *(double*)ADR_SNS = 0;
    }

    void NoRecoil()
    {
    DWORD dwPlayerPtr = *(DWORD*)0xAD7368;
    if(dwPlayerPtr != 0)
    {
    *(float*)(dwPlayerPtr + OFS_NoRecoil1) = 0;
    *(float*)(dwPlayerPtr + OFS_NoRecoil2) = 0;
    *(float*)(dwPlayerPtr + OFS_NoRecoil3) = 0;
    }
    }
    void GotMorphine()
    {
    *(float*)ADR_UnliStamina1 = 999999;
    }

    void NFD()
    {
    DWORD dwPlayerPtr = *(DWORD*)0xAD7368;
    if(dwPlayerPtr != 0)
    {
    *(float*)(dwPlayerPtr+OFS_NFD) = -10000;
    }
    }
    void fastall()
    {
    *(float*)ADR_FastAmmo = 5000000;
    *(float*)ADR_FastHealth = 5000000;
    *(float*)ADR_FastRepair = 5000000;
    *(float*)ADR_FastFlag = 5000000;
    }

    void Loop()
    {
    for(;; )
    {
    if(*ingame)
    {
    Hacks();
    sns();
    NoRecoil();
    GotMorphine();
    NFD();
    fastall();
    }
    Sleep(200);
    }
    }

    BOOL WINAPI DllMain ( HMODULE hDll, DWORD dwReason, LPVOID lpReserved )
    {
    DisableThreadLibraryCalls(hDll);
    if (dwReason==DLL_PROCESS_ATTACH)
    {
    MessageBoxA(NULL, "Made by: Darkcoder [M_P_G_H]", "MPGH Choob", MB_OK);
    MessageBoxA(NULL, "Credits To:[Ghost996][SilentHeart]", "Alrights Reserved 2012", MB_OK);
    MessageBoxA(NULL, "Assist by me: joshua del barrio", "MPGH Coder", MB_OK);
    MessageBoxA(NULL, "Party na !", "L.O.L ", MB_OK);
    CreateThread(0, 0,(LPTHREAD_START_ROUTINE)Loop, 0, 0, 0);
    }
    return TRUE;
    }

    try mo yan gawa ka !

    ano to, papatawa yata hehe

  5. #20
    thugxcry01's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    127
    Reputation
    10
    Thanks
    119
    My Mood
    Breezy
    anu yan ? pareho ng sakin ata ?

  6. #21
    mcbone14's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    if(Mcbone==1)
    Posts
    357
    Reputation
    10
    Thanks
    275
    My Mood
    Amazed
    Pinag Uusapan SPECTATOR .Anu yang Code na yan? BWAHAHAHA!

    BTW.
    Yuri Vargas and Jonathan Chan Have that Thing ..
    Try To Ask for Help.
    Pero alam ko 101% ibbenta yan





  7. #22
    drealim's Avatar
    Join Date
    Jun 2012
    Gender
    female
    Posts
    68
    Reputation
    10
    Thanks
    4
    My Mood
    Amused
    Quote Originally Posted by jcgallardo View Post


    ahihihihihi... naghahanap din ako eh.. meron akong nakitaan na SS nyan eh, kaso biglang inalis yung SS kasi pinagkaguluhan ng mga players lol.. pag may nakuha ka pa-share naman para everybody HAPPY ^_^ hehehe...
    uu nakita ko rin ung ss nun sa fb. inalis na nga.

    meron ang friend ko ng auto dc pag pumasok sa room ang spectator. ewan ko kng gaano katotoo pero di naman magsisinungaling un. sabi nga dapat ginamit ko daw yun. that ill fate of my account could had been avoided.
    Last edited by drealim; 08-27-2012 at 07:10 AM.

  8. #23
    blindbully's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    this is not yet solved.... up ^

  9. #24
    HAxCodER™'s Avatar
    Join Date
    Jan 2011
    Gender
    female
    Location
    Fucking Your Mom
    Posts
    2,450
    Reputation
    -2
    Thanks
    552
    My Mood
    Yeehaw
    dump na kayo ng warrock INT

    MUKANG PERA!

  10. #25
    drealim's Avatar
    Join Date
    Jun 2012
    Gender
    female
    Posts
    68
    Reputation
    10
    Thanks
    4
    My Mood
    Amused

    Red face

    by the way i pissed the spectator. its 2 am and i saw him. i followed him around coz i have 3 spare laptops beside me watching server alpha bravo and charlie. when he spectated alpha room 0 with 23+ access i PMed all the known cheaters inside to turn off their cheats coz the spectator was recording. seconds later the 3rd program users were in the lobby. then the spectator PMed that we are in the same shop. it means he can see the messages going in and out of a room but he cant see our IPs that is different. I bet he is so pissed tonight where he got up from rainy evening sleep to catch some but to his disappointment, there are watchdogs everywhere. Here is the SS.


    Attached Thumbnails Attached Thumbnails
    screenshot_052.jpg  


  11. #26
    drealim's Avatar
    Join Date
    Jun 2012
    Gender
    female
    Posts
    68
    Reputation
    10
    Thanks
    4
    My Mood
    Amused
    oh he is pissed. my IP is banned again. i tried changing it but i still cannot load warrock or access amped. do you think every WR installation has an indivual id or something?

  12. #27
    HAxCodER™'s Avatar
    Join Date
    Jan 2011
    Gender
    female
    Location
    Fucking Your Mom
    Posts
    2,450
    Reputation
    -2
    Thanks
    552
    My Mood
    Yeehaw
    why anong meron dito ?

    MUKANG PERA!

  13. #28
    jcgallardo's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    HOT & DIRTY ,,i,,
    Posts
    417
    Reputation
    10
    Thanks
    89
    My Mood
    Hot
    Quote Originally Posted by drealim View Post
    oh he is pissed. my IP is banned again. i tried changing it but i still cannot load warrock or access amped. do you think every WR installation has an indivual id or something?
    @drealim it might be possible that your IP address was assigned by DHCP, try to contact your network provider and ask how to get a new IP address then you will manually obtain this on your TCP/IP properties, afterwards you can access WR and AMPED...

  14. #29
    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 depende yan @mcbone14 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.

  15. #30
    jcgallardo's Avatar
    Join Date
    Jun 2012
    Gender
    male
    Location
    HOT & DIRTY ,,i,,
    Posts
    417
    Reputation
    10
    Thanks
    89
    My Mood
    Hot
    okies... well its proven already ^_^

Page 2 of 6 FirstFirst 1234 ... LastLast

Similar Threads

  1. bully - the game
    By -[standoff]- in forum General
    Replies: 27
    Last Post: 09-11-2007, 03:29 AM
  2. I need help installing the game.
    By jeremywilms in forum WarRock - International Hacks
    Replies: 6
    Last Post: 04-24-2007, 03:41 AM
  3. most killz in the game
    By Gourav2122 in forum WarRock - International Hacks
    Replies: 20
    Last Post: 01-08-2007, 02:17 AM
  4. Does enyone own the game gangsters 2
    By jeremy6996 in forum General Gaming
    Replies: 5
    Last Post: 09-18-2006, 03:26 PM
  5. The Game, Stop Snitchin Stop Lying
    By gunot in forum Entertainment
    Replies: 5
    Last Post: 02-08-2006, 02:06 PM