Page 1 of 3 123 LastLast
Results 1 to 15 of 44
  1. #1
    pwnzaz77's Avatar
    Join Date
    Oct 2008
    Posts
    45
    Reputation
    10
    Thanks
    33

    Talking How to make a warrock hack in C++! :)

    How to code a C++ hack for warrock! I WILL GET PICTURES SOON!

    Okay first of all you are going to need Visual C++ 2008 Express Edition. You can get it at the microsoft website or use google. Im not allowed to post links sorry.

    First you need to open C++, then go to File>New> Project. A window should appear, click next then under "Application Type" click DLL then click finish.

    Go up to Project>Add new item. Another window will appear. Click Header file and type in "addresses".

    In here you need to put warrock hack addresses. You can get them off MPGH in the warrock section every time warrock updates.

    These addresses are modified when warrock is open and that is how you hack it.

    If you click on filenamehere.cpp then you need to type in
    Code:
    #include "stdafx.h" 
    #include "addressess.h"
    These make sure that stdafx.h and addressess.h are included. Addressess.h is where your addressess are.

    You then need to go to addressess.h and type in
    Code:
    #define ADR_PLAYERPTR 0x00CB11C8
    #define ADR_SERVERPTR 0x00B39BE0
    These are 2 addresses,the ADR stands for address. The 0x00CB11C8 and 0x00B39BE0 are the actual address. These are changed everytime warrock updates.
    Type in
    Code:
    #define OFS_Z 0x240
    The OFS stands for offset. This is an offset for the Z axis of the game. It is used for the superjump hack and No fall damage.

    Go back over to the filenamehere.cpp and type in
    Code:
     int SuperJump = 1;
     int NoFall = 1;
    This declares the SuperJump and No fall(No fall damage) and tells the program that they are true/activated. The 1 means true and if it said 0 then it would mean false. So true/false would mean activated/deactivated or on/off.

    We then need to type
    Code:
    void PlayerHacks(void)
    {
    DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPTR;
      if(dwPlayerPtr != 0){
    
    This defines all the functions(hacks). Under this we type all of our functions(hacks).
    if(GetAsyncKeyState(VK_CONTROL) &1){ //superjump when u press ctrl
       if(SuperJump){ // if you press CTRL then...
         *(float*)(dwPlayerPtr+OFS_Z) = 2000.0F; // Warrock character will jump to 2000 in the Z axis (up)
        }
      }
    The text after the "//" are comments. I wrote these to explain what happens. Under that we need to type
    Code:
       if (NoFall) // if  no fall then
       {*(float*)(dwPlayerPtr+OFS_NOFALL) = -35000.0F;} // i think you need to be damaged 35000 to be affected from falling
    So far we have two hacks, SuperJump and No fall damage. Click on stdafx.h and below "#include <windows.h>" type
    Code:
    void PlayerHacks(void);
    Click on dllmain.cpp and delete all the code and replace it with
    Code:
    #include "stdafx.h"
    
    void hDllMain(void)
    {
     while(true){
      PlayerHacks();
      Sleep(30);
     }
    }
    
    
    BOOL APIENTRY DllMain( HMODULE hModule,
                           DWORD  ul_reason_for_call,
                           LPVOID lpReserved
    					 )
    {
    	switch (ul_reason_for_call)
    	{
    	case DLL_PROCESS_ATTACH:
        DWORD dwID1 = 0;
        HANDLE hThread1 = CreateThread(NULL,0,(LPTHREAD_START_ROUTINE)hDllMain, NULL, NULL,&dwID1 );
        CloseHandle(hThread1);
    	break;
    	}
    	return TRUE;
    }
    After all of that go to File > Save all and then click Build > Build Solution.

    Your hack will then appear in your visual C++ projects folder. Mine is in my documents >> Visual Studio 2008 >> Projects. Find the folder with your hack. Open it and go to debug. Right click the filenamehere.dll and go to copy. Make a new folder on your desktop named First hack. Paste the .dll file into it and then find an injector from MPGH. Put the injector in the First Hack folder and rename it to the name of your .dll file. Open the injector and run Warrock. Log in and hack! If it doesnt work then you have either coded it wrong or the addressess are out of date! I hope this works for you and if it helps then click the Thanks button and reply I may help you if i can

  2. The Following 19 Users Say Thank You to pwnzaz77 For This Useful Post:

    as1as5 (08-22-2009),billy9999 (03-28-2010),c00k1Es (09-04-2009),chigo (10-13-2010),FabyVip (08-13-2009),gchronic (08-14-2009),Gravity.. (09-04-2009),kyote (09-26-2009),lancerator (05-15-2011),lenora1 (03-16-2012),nick358 (08-09-2009),osher1995 (08-06-2009),perestroika57 (08-18-2009),rekk.. (09-27-2009),scripttester2 (08-06-2009),smoke341 (09-18-2009),str1ke_bl4ze (04-28-2011),UnitedMassacre (08-05-2009),winner9 (05-05-2012)

  3. #2
    matt.hewgray's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Jail
    Posts
    692
    Reputation
    15
    Thanks
    115
    My Mood
    Aggressive
    can you give me a tutoral ,how to make a crossfire hack??

  4. #3
    Spoking's Avatar
    Join Date
    Feb 2007
    Gender
    male
    Posts
    341
    Reputation
    11
    Thanks
    5
    My Mood
    Tired
    I need this witout offset or pointers, just with the simple adress value change and freeze
    좀ㅅ 애 ㅛㅐㅕ 소ㅑㅜㅏ 뮤ㅐㅕㅅ ㅡㅛ? 네ㅐㅏㅑㅜㅎ ㅔ준 갸홋? ㅌㅇ

    - - - - ☻☻-☻☻- - - - I
    - - -☻☻ - - -☻☻- - - Am
    - - -☻☻ - - -☻☻ - - - A
    - - -☻☻ - - -☻☻- - - Warrock
    - - - -☻☻ - ☻☻- - - - Master
    - - - - - ☻☻☻- - - - - Hacker
    - - - -☻☻ - ☻☻ - - - - !!!!!!!!!
    - - -☻☻- - -☻☻ - - - Mpgh Roxxxxx

  5. #4
    Liz's Avatar
    Join Date
    Feb 2009
    Gender
    female
    Location
    179° 56′ 39.4″, +0° 2′ 46.2″, 7,940 ± 420 parsecs
    Posts
    37,181
    Reputation
    5621
    Thanks
    20,746
    My Mood
    Tired
    wow thats a great post, FINALLY someone who doesnt assume that we all know c++ but you go step by step. babawin

    If anyone claims to be me via any other source outside of MPGH private or visitor messages, IT'S NOT ME!
    They are trying to trick or scam you. Report them immediately and PM me here for verification.
    "Don’t confuse my personality with my attitude. My personality is who I am. My attitude depends on who you are." — Frank Ocean
    Moderator: 5/2009-10/2009 | GMod: 10/2009-10/2010 | Staff Administrator: 10/2010-Present
    I
    do not do requests via PM. Post in the appropriate section.
     
    Stupid/Pointless Private messages = SPAM, SPAM = BAN.

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

    cnttuchme (10-25-2009)

  7. #5
    pwnzaz77's Avatar
    Join Date
    Oct 2008
    Posts
    45
    Reputation
    10
    Thanks
    33
    Thxs Liz uhh i dunno about crossfire i have never played or hacked it sorry

    EDIT: Can someone sticky this??
    Last edited by pwnzaz77; 08-04-2009 at 05:04 PM.

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

    rallysnipe (10-01-2009)

  9. #6
    UnitedMassacre's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Confidential.
    Posts
    47
    Reputation
    10
    Thanks
    18
    My Mood
    Shocked
    o sweet this is exactly what i needed to strip this other one apart. thanks a lot man now i can really get to work!
    "Yes, I am a criminal. My crime is that of curiosity. My crime is that of judging people by what they say and think, not what they look like. My crime is that of outsmarting you, something that you will never forgive me for.

    I am a hacker, and this is my manifesto. You may stop this individual, but you can't stop us all... after all, we're all alike" - +++TheMentor+++

  10. #7
    gladio30's Avatar
    Join Date
    Jul 2008
    Gender
    male
    Location
    Somewhere near girls
    Posts
    879
    Reputation
    24
    Thanks
    113
    My Mood
    Sneaky
    I allways get errors when i build solution. help pls

  11. #8
    kvdirect's Avatar
    Join Date
    Mar 2009
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    2
    What errors are u getting

  12. #9
    Make My Day's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    UAE, Dubai
    Posts
    2,137
    Reputation
    28
    Thanks
    172
    My Mood
    Stressed
    FUCK, it said 1 failed....great tut i guess....but my life sucks it will only happen with me, FUCK!!!!!!

  13. #10
    Make My Day's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    UAE, Dubai
    Posts
    2,137
    Reputation
    28
    Thanks
    172
    My Mood
    Stressed
    still fucking failed....ugh i hate my life so much....

  14. #11
    pwnzaz77's Avatar
    Join Date
    Oct 2008
    Posts
    45
    Reputation
    10
    Thanks
    33
    Sorry for the late reply just send me a PM of your msn address/TV or Xfire name and ill help you guys out

  15. #12
    veracts1's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    1
    My Mood
    Yeehaw
    Meh nothing works with me either.

  16. #13
    Dextral's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Helloworld.java
    Posts
    756
    Reputation
    52
    Thanks
    80
    My Mood
    Hungover
    How to make Combat Arms HAck? PL0X??

  17. #14
    veracts1's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    1
    My Mood
    Yeehaw
    Quote Originally Posted by ╥Death Hack╥ View Post
    How to make Combat Arms HAck? PL0X??
    This is a thread for Warrock hacks try the combat arms bored Combat Arms Hacks - MPGH - MultiPlayer Game Hacking

  18. #15
    Pixie's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Pixie wird wieder steigen.
    Posts
    1,884
    Reputation
    22
    Thanks
    229
    My Mood
    Fine
    Any idea on making combat arms hacks with this??

Page 1 of 3 123 LastLast

Similar Threads

  1. [Request] How to make korean warrock acc.
    By xxhealxx in forum WarRock Korea Hacks
    Replies: 4
    Last Post: 04-06-2008, 08:32 PM
  2. [tut for noobs]How to make a boneshot hack with vb
    By atheist in forum WarRock - International Hacks
    Replies: 18
    Last Post: 02-19-2008, 07:20 AM
  3. [tut for noobs] How to make a invi hack with vb
    By atheist in forum WarRock - International Hacks
    Replies: 14
    Last Post: 02-15-2008, 03:36 AM
  4. Somebody plz make korean warrock hack
    By stass15 in forum WarRock - International Hacks
    Replies: 20
    Last Post: 07-10-2007, 05:43 AM
  5. [HELP] How do i make undetected warrock hacks
    By xtrylanx in forum WarRock - International Hacks
    Replies: 29
    Last Post: 06-10-2007, 10:07 AM

Tags for this Thread