Results 1 to 10 of 10
  1. #1
    taylan's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    In your Sisters Bed, Germany
    Posts
    240
    Reputation
    18
    Thanks
    258
    My Mood
    Happy

    Thumbs up C++ Warrock Premium+Slot 5 Hack tutorial by taylan

    C++ Warrock Premium+Slot 5 Hack tutorial by taylan

    Hey Guys i am Taylan and I'm here to show you how to create a hack

    tutorial content

    -start
    -coding
    -saving and finding the dll
    -injecting
    -Saying bye bye to mpgh

    (undetected)

    follow my simply steps

    ++++++++++++++CHAPTER 1 -START++++++++++++++
    step 1. start "Microsoft Visual C++ 2008 Express Edition"
    When fully started up. Go to File >>> New >>> Project


    step 2. In left menu select "Win32" and than on the right select "Win32 Project" than enter a name (example: hack) and press ok

    step 3. Press next, than mark empty project and press "Finish"

    step 4. To start the base of the NoMenu hack, right click on the folder "Source Files" and than "Add" >>> "New Item"

    step 5. Now in the menu that shows up, click on "C++ File (.ccp)" and than enter name (example: "main") than pres "Add":

    Now a blank document will appear

    ++++++++++++++CHAPTER 2 -CODING++++++++++++++

    add this following source-code to the blank document

    Code:
    #include <windows.h>
    #include <stdio.h>
    
    /// Adress List \\\
    
    #define Playerpointer 0xCF4498
    #define Serverpointer 0xBF3C00
    #define AUTOMEDIC 0x61CB60
    #define OFS_5thslot 0xD127C
    #define OFS_Premium 0x37C
    #define OFS_Premium2 0x41C
    #define HackShield 0x62B720
    
    /// end of the adress list \\\
    
    DWORD *ingame= (DWORD*)Playerpointer;
    DWORD *outgame= (DWORD*)Serverpointer;
    
    // source-code \\
    
    void automedic()
    {
    if(GetAsyncKeyState(VK_NUMPAD7) &1)
    {
    DWORD dwProtect;
    const BYTE nop[6] = {0x90,0x90,0x90,0x90,0x90,0x90};
    VirtualProtect((void*)(AUTOMEDIC), 6, PAGE_EXECUTE_READWRITE, &dwProtect);
    memcpy((void*)AUTOMEDIC, &nop, 6);
    VirtualProtect((void*)(AUTOMEDIC), 6, dwProtect, NULL);
    } 
    }
    
    void AntiBan(void)
    {
    DWORD Old;
    VirtualProtect((BYTE*)int( HackShield ),0x8,PAGE_EXECUTE_READWRITE,&Old);
    *(int*) HackShield = 2415922370;
    }
    
    void premium() //Gold Premium
    {
    DWORD dwSrvrPtr = *(DWORD*)Serverpointer;
    if(dwSrvrPtr != 0)
    {
    *(long*)(dwSrvrPtr+OFS_Premium) = 3, 10; // 1 = bronze  2 = silver 3 = gold 4 = platinum
    {
    *(float*)(dwSrvrPtr+OFS_Premium2) = 1, 1;
    }
    }
    }
    
    void Slots5 ()
    {
    DWORD dwPlayerPtr = *(DWORD*)Serverpointer;
    if(dwPlayerPtr != 0)
    {	
    *(long*)(dwPlayerPtr+OFS_5thslot) = 1;
    }
    }
    
    void HackThread() 
    {
    for(;; ) 
    {
    if(*ingame)
    {
    premium();
    automedic();
    Slots5();
    }
    if(*outgame)
    {
    premium();
    Slots5();
    }
    }
    Sleep(200); //prevent for overloading the cpu
    }
    
    /// end of the source-code \\\
    
    BOOL WINAPI DllMain(HINSTANCE mod, DWORD DWORD_GRUND, LPVOID res)
    {
    switch(DWORD_GRUND)
    {
    case 1:
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)HackThread , 0, 0, 0); //create the hackthread
    break;
    }
    return TRUE;
    }
    ++++++++++++++CHAPTER 2 -saving and finding the dll++++++++++++++

    Now after this is done, Press F7 or go to top menu: "Build" >>> "Build Solution (F7)"

    Look up: c:\Users\Secret\Documents\Visual Studio 2008\Projects\hack\Debug

    And you will find your dll in there .

    ++++++++++++++CHAPTER 2 -injecting++++++++++++++

    do u want to test your own hack ? oke than folow the steps

    step 1. you need a working injector you can get them for example if you have a warrock hack downloaded from somewhere is often the dll and exe file icluded. add the exe file in the same folder where your dll hack is and call the two files "hack"

    step 2. start the injector and start warrock than you are done


    +++++++++++CHAPTER 2 -Saying bye bye to mpgh+++++++++++

    Thank you for read this long tutorial . And press please thanks ....
    and dont post my tutorial without my credit
    and i am sorry for my bad english
    and bye bye

    credit: taylan

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

    Blizz118 (03-18-2010),Pagn (04-23-2010)

  3. #2
    taylan's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    In your Sisters Bed, Germany
    Posts
    240
    Reputation
    18
    Thanks
    258
    My Mood
    Happy
    hah sry for the wrong headline mpgh user ...

    can any admin change the headline to "C++ Warrock Premium+Slot 5 Hack tutorial by taylan" THANKS

    U CAN MAKE AUTOMEDIC (IF U PRESS NUMPAD7) + PREMIUM + SLOT5 HACK

  4. #3
    taylan's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    In your Sisters Bed, Germany
    Posts
    240
    Reputation
    18
    Thanks
    258
    My Mood
    Happy
    CAN ANY ADMIN CHANGE THE HEADLIEN TO "C++ Warrock Hack tutorial by taylan"

  5. #4
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    leecher give creadits
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

  6. The Following 2 Users Say Thank You to 'Bruno For This Useful Post:

    Hell_Demon (04-22-2010),Retoxified (03-02-2010)

  7. #5
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    There are so many of these . . .

    If you're going to make a tutorial about hacking WarRock, you might as well replace it with a pointer tutorial and how to edit memory using them. Since that's basically all this does.

    The only hard part about this hack is to find the correct addresses. ( Well for me at least. )

    Also. If you're going to do it this way, stop using that define macro. Initialize those variables as a pointer so you don't have to write those annoying casts everywhere.
    Last edited by Void; 03-02-2010 at 08:25 AM.

  8. The Following 3 Users Say Thank You to Void For This Useful Post:

    döda (03-06-2010),Matrix_NEO006 (03-02-2010),why06 (03-02-2010)

  9. #6
    n4n033's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Windows
    Posts
    1,090
    Reputation
    43
    Thanks
    2,425
    My Mood
    Cool
    me it dont work :/

  10. #7
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    Damn, don't bump old posts...

  11. #8
    Tom's Avatar
    Join Date
    Sep 2007
    Gender
    male
    Location
    in my gf's pants
    Posts
    1,861
    Reputation
    37
    Thanks
    594
    My Mood
    Cool
    Nice Tutorial but I didn't like the 5.
    -start
    -coding
    -saving and finding the dll
    -injecting
    -Saying bye bye to mpgh

  12. #9
    falzarex's Avatar
    Join Date
    Apr 2008
    Gender
    male
    Location
    here
    Posts
    417
    Reputation
    14
    Thanks
    145
    This doesn't look like a tutorial at all
    more of a C+P encouraging resource
    Quote Originally Posted by falzarex aka myself
    GTFO FUCKER U DONT BELONG IN THE INTERNETZ WORLD COZ ITS MINE


    This is an epic fail resume
    Hello VBfags.
    A 'member' of the almighty C++ section will soon join you, he is 13 year old, has the IQ and typing skills of a VBfag, so I thought he would fit in here nicely.

    A few reasons why he should be in this section instead of the C++ section:
    1) He has the IQ of a VBfag.
    2) He has no sense of grammer/spelling at all.
    3) He thinks he is pro(like most of the people in here)
    4) He thinks copy pasting is fun(exactly what you guys do)
    5) He loves it up the ass(he will keep you VBfags nice and warm)

  13. #10
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    That's all it is.. ******s shouldn't bump old threads..

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

    Hell_Demon (04-22-2010)

Similar Threads

  1. Is there any Japanese Warrock 5th slot hack?
    By lagger in forum WarRock Discussions
    Replies: 2
    Last Post: 06-21-2011, 10:36 AM
  2. C++ Warrock No Menu Hack tutorial (with screens)
    By taylan in forum C++/C Programming
    Replies: 12
    Last Post: 03-05-2010, 06:23 PM
  3. Help with warrock premium hack
    By nmcat1 in forum C++/C Programming
    Replies: 4
    Last Post: 08-10-2009, 08:06 PM
  4. Some of the best WarRock hacks [tutorial]
    By cr4sh08 in forum WarRock - International Hacks
    Replies: 23
    Last Post: 06-08-2008, 12:30 PM
  5. Warrock Hack - Tutorial
    By Dave84311 in forum WarRock - International Hacks
    Replies: 667
    Last Post: 10-09-2007, 10:10 AM