Thread: Please..

Results 1 to 14 of 14
  1. #1
    killallbosz's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    WarRock Hacks/Source Code Section.
    Posts
    316
    Reputation
    10
    Thanks
    681
    My Mood
    Doh

    Please..

    Hi can someone fix this.. and help me
    Code:
    #include <windows.h>
    #include <stdio.h>
    
    #define ADR_PlayerPointer 0xA955F4
    #define ADR_ServerPointer 0xA9C67C
    
    DWORD *ingame= (DWORD*) ADR_PlayerPointer;
    DWORD *outgame= (DWORD*)ADR_ServerPointer;
    struct CBase
    {
    CPlayer* Local;
    char* BLAH[0xA955F4]  <== can someone tell me where i can put this?
    CPlayer** Player;
    };
    void OPK()
    {
    if ( CPlayer->Local )
    {
    if(GetKeyState(VK_HOME))
    {
    for (int MaxPlayer = 0; MaxPlayer < 32; MaxPlayer++)
    {
    CPlayer->p_Global[MaxPlayer]->PosX = 0;
    CPlayer->p_Global[MaxPlayer]->PosY = 0;
    CPlayer->p_Global[MaxPlayer]->PosZ = 0;
    }
    }
    }
    }
    void HackThread()
    {
    for(;; )
    {
    if(*ingame)
    {
    OPK();
    }
    if(*outgame)
    {
    }
    Sleep(120); //prevent for overloading the cpu
    }
    }
    //--------------------------End HackThread--------------------------//
    
    //--------------------------End--------------------------//
    BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
    if(dwReason == DLL_PROCESS_ATTACH)
    {
    MessageBoxA(NULL,"HELP ME HATERS","Message",MB_OK);
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread , 0, 0, 0);
    }
    return TRUE;
    }
    MAKE IT ALL HAVE SENSE
    */~` Ãnønÿ/\/\ØÛ§ £øVèr§ `~ \*





    ▀█▀ █ █▀▄▀█   ▒█▀▀▀ █▀▀▄ ▀▀█   ░░░▒█ █░░█ █▀▀█ █▀▄▀█ ▀▀█
    ▒█░ ░ █░▀░█   ▒█▀▀▀ █░░█ ▄▀░   ░▄░▒█ █▀▀█ █▄▄█ █░▀░█ ▄▀░
    ▄█▄ ░ ▀░░░▀   ▒█▄▄▄ ▀▀▀░ ▀▀▀   ▒█▄▄█ ▀░░▀ ▀░░▀ ▀░░░▀ ▀▀▀

  2. #2
    DaneCoder's Avatar
    Join Date
    May 2014
    Gender
    male
    Location
    parking lot
    Posts
    465
    Reputation
    10
    Thanks
    777
    My Mood
    Doubtful
    OPK using playerpointer? I dont think that will work
    FUCK YOU

  3. #3
    killallbosz's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    WarRock Hacks/Source Code Section.
    Posts
    316
    Reputation
    10
    Thanks
    681
    My Mood
    Doh
    Quote Originally Posted by DaneCoder View Post
    OPK using playerpointer? I dont think that will work
    Can someone arrange that , @DaneCoder ,Jesus Caballos tell to me that the CPlayer i will put PlayerPointer
    MAKE IT ALL HAVE SENSE
    */~` Ãnønÿ/\/\ØÛ§ £øVèr§ `~ \*





    ▀█▀ █ █▀▄▀█   ▒█▀▀▀ █▀▀▄ ▀▀█   ░░░▒█ █░░█ █▀▀█ █▀▄▀█ ▀▀█
    ▒█░ ░ █░▀░█   ▒█▀▀▀ █░░█ ▄▀░   ░▄░▒█ █▀▀█ █▄▄█ █░▀░█ ▄▀░
    ▄█▄ ░ ▀░░░▀   ▒█▄▄▄ ▀▀▀░ ▀▀▀   ▒█▄▄█ ▀░░▀ ▀░░▀ ▀░░░▀ ▀▀▀

  4. #4
    DaneCoder's Avatar
    Join Date
    May 2014
    Gender
    male
    Location
    parking lot
    Posts
    465
    Reputation
    10
    Thanks
    777
    My Mood
    Doubtful
    Quote Originally Posted by killallbosz View Post
    Can someone arrange that , @DaneCoder ,Jesus Caballos tell to me that the CPlayer i will put PlayerPointer
    Don't believe people that easy, they might be tricking you, I never saw an OPK that uses playerpointer. Use global pointer, and source is already public
    FUCK YOU

  5. #5
    killallbosz's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    WarRock Hacks/Source Code Section.
    Posts
    316
    Reputation
    10
    Thanks
    681
    My Mood
    Doh
    Quote Originally Posted by DaneCoder View Post
    Don't believe people that easy, they might be tricking you, I never saw an OPK that uses playerpointer. Use global pointer, and source is already public
    Okay i tell Jesus that he is tricking me,
    MAKE IT ALL HAVE SENSE
    */~` Ãnønÿ/\/\ØÛ§ £øVèr§ `~ \*





    ▀█▀ █ █▀▄▀█   ▒█▀▀▀ █▀▀▄ ▀▀█   ░░░▒█ █░░█ █▀▀█ █▀▄▀█ ▀▀█
    ▒█░ ░ █░▀░█   ▒█▀▀▀ █░░█ ▄▀░   ░▄░▒█ █▀▀█ █▄▄█ █░▀░█ ▄▀░
    ▄█▄ ░ ▀░░░▀   ▒█▄▄▄ ▀▀▀░ ▀▀▀   ▒█▄▄█ ▀░░▀ ▀░░▀ ▀░░░▀ ▀▀▀

  6. #6
    V3n0x's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    57
    Reputation
    10
    Thanks
    15
    My Mood
    Amazed
    learn basics

    and there's a lot OPK source have been released on public....
    -= |::V3n0x::| =-

    im just ein Neuling







    Respect:
    Ryuzaki™
    DaneCoder
    Jhem
    Burn3r
    RoBerTo
    Cyno™
    AeroMan

  7. The Following User Says Thank You to V3n0x For This Useful Post:

    DaneCoder (08-03-2014)

  8. #7
    WhiteHat PH's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Some Where I Belong
    Posts
    1,350
    Reputation
    25
    Thanks
    3,100
    My Mood
    Aggressive
    @V3n0x Right dont use copy paste .... might be learn something and Know the besic!






    When Im gone dont forget me cause I will come back someday.



    Youtube Channel


     


  9. #8
    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,393
    My Mood
    Stressed
    If I remember correctly, creating classes is easy but, it might be hard on you if you do not know the rules of it.
    float = 4;
    int = 4;
    btye = 1;

  10. #9
    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 Jhem View Post
    If I remember correctly, creating classes is easy but, it might be hard on you if you do not know the rules of it.
    float = 4;
    int = 4;
    btye = 1;
    double?

  11. #10
    killallbosz's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    WarRock Hacks/Source Code Section.
    Posts
    316
    Reputation
    10
    Thanks
    681
    My Mood
    Doh
    Why it doesn't work? my glasswall cannot be turn off if i add my Struct? whats the problem of this @Alex_Agnew @Jhem @Coderz

    Code:
    struct CPlayer
    {
    char Edz0[66288]; 
    float nofalldamage; 
    char Ydiko1[20]; 
    float posx; 
    char Edz2[4]; 
    float posz; 
    char Edz3[4];
    float posy;
    };//Size=0x10310(201420)
    
    struct CBase
    {
    CPlayer* local;
    char Edz1[496336];
    CPlayer** player;
    };
    CBase* pBase = (CBase*)ADR_Playerpointer;
    
    
    bool nPlayerOPK;
    bool svpopk;
    DWORD *ingame= (DWORD*)ADR_Playerpointer;
    DWORD *outgame= (DWORD*)ADR_Serverpointer;
    WHAT THIS FVCKING BULLSHITS?
    MAKE IT ALL HAVE SENSE
    */~` Ãnønÿ/\/\ØÛ§ £øVèr§ `~ \*





    ▀█▀ █ █▀▄▀█   ▒█▀▀▀ █▀▀▄ ▀▀█   ░░░▒█ █░░█ █▀▀█ █▀▄▀█ ▀▀█
    ▒█░ ░ █░▀░█   ▒█▀▀▀ █░░█ ▄▀░   ░▄░▒█ █▀▀█ █▄▄█ █░▀░█ ▄▀░
    ▄█▄ ░ ▀░░░▀   ▒█▄▄▄ ▀▀▀░ ▀▀▀   ▒█▄▄█ ▀░░▀ ▀░░▀ ▀░░░▀ ▀▀▀

  12. #11
    AeroMan's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Hell
    Posts
    3,294
    Reputation
    189
    Thanks
    3,049
    My Mood
    Busy
    What does this struct have to do with glasswalls?

  13. #12
    kevin0152's Avatar
    Join Date
    Jan 2011
    Gender
    male
    Location
    https://www.facebook.com/HackNEP
    Posts
    187
    Reputation
    10
    Thanks
    414
    My Mood
    Asleep
    yeah haha struct is only used on hacks that uses the player class. or other class related functions. more like your problem lies with the syntax and lack of understanding of C++ the programing language itself.
    [IMG]https://i95.photobucke*****m/albums/l142/Kraft1979/rules.gif[/IMG]

    WANT WARROCK PH HACKS? go here ---------->https://www.facebook.com/HackNEP


    press thanks if i helped ^_^

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

    V3n0x (08-07-2014)

  15. #13
    killallbosz's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    WarRock Hacks/Source Code Section.
    Posts
    316
    Reputation
    10
    Thanks
    681
    My Mood
    Doh
    Ohh, btw i fix this shit ! @Mayion please close this thread thanks alot
    MAKE IT ALL HAVE SENSE
    */~` Ãnønÿ/\/\ØÛ§ £øVèr§ `~ \*





    ▀█▀ █ █▀▄▀█   ▒█▀▀▀ █▀▀▄ ▀▀█   ░░░▒█ █░░█ █▀▀█ █▀▄▀█ ▀▀█
    ▒█░ ░ █░▀░█   ▒█▀▀▀ █░░█ ▄▀░   ░▄░▒█ █▀▀█ █▄▄█ █░▀░█ ▄▀░
    ▄█▄ ░ ▀░░░▀   ▒█▄▄▄ ▀▀▀░ ▀▀▀   ▒█▄▄█ ▀░░▀ ▀░░▀ ▀░░░▀ ▀▀▀

  16. #14
    Mayion's Avatar
    Join Date
    Oct 2012
    Gender
    male
    Location
    Bed
    Posts
    13,504
    Reputation
    4018
    Thanks
    8,372
    My Mood
    Twisted
    Great to hear.
    Closed.
    I do not use any type of messenger outside of MPGH.
    Inactive but you can reach me through VM/PM.










     

    Donator - 30 August 2013
    Battlefield Minion - 26 October 2013

    Blackshot Minion - 14 January 2014/16 September 2014
    Minecraft Minion - 7 February 2014/16 September 2014
    WarRock Minion - 23 February 2014
    League of Legends Minion - 21 March 2014

    Minion+ - 15 May 2014
    Other Semi-Popular First Person Shooter Minion - 8 August 2014
    CrossFire Minion - 23 October 2014
    Programming Section Minion - 13 November 2014
    Marketplace Minion - 7 December 2014

    Official Middleman - 7 December 2014 - 27 June 2015
    Moderator - 29 December 2014
    Project Blackout Minion - 10 January 2015
    News Force Interviewer - January 2015
    Steam Games Minion - 21 March 2015
    Dragon Nest Minion - 31 March 2015
    Publicist - April 2015 - 21 September 2015
    Global Moderator - 25 August 2015
    Super User - 13 August 2016



Similar Threads

  1. Sig for me please?
    By Dmx in forum Help & Requests
    Replies: 12
    Last Post: 01-14-2006, 10:55 AM
  2. Help me out here, please...!
    By OutZida in forum Art & Graphic Design
    Replies: 1
    Last Post: 01-12-2006, 11:15 AM
  3. Quick Question..Please Answer
    By ypg_gamer in forum WarRock - International Hacks
    Replies: 4
    Last Post: 01-04-2006, 10:32 AM
  4. please a signature
    By yonylv in forum Help & Requests
    Replies: 2
    Last Post: 01-03-2006, 11:21 PM
  5. Warrock help please :
    By Kyojiro in forum WarRock - International Hacks
    Replies: 4
    Last Post: 12-31-2005, 05:45 AM