Results 1 to 8 of 8
  1. #1
    timtag1190's Avatar
    Join Date
    Jun 2008
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    9
    My Mood
    Cool

    Talking [Tuturial] Create A D3D hack for warrock

    Adding Addies
    now i gonna explain how u add a'n addie.
    go to : ///////////////////////////////////////////////// Addies Here!
    u will see a'n example :


    Code:

    #define yourhack_Addie 0x000000

    Lets add No Respawn wait :


    Code:

    #define yourhack_Addie 0x259182D
    #define yourhack_Addie 0x12D8FAC

    now go to the bool system.
    Lets bool spawn :


    Code:

    bool spawn = false;

    now below the bool system u will see highlight[2] = {1,0}
    if you add a string you will need to change the [2] to [3] and the {1,0,0} to {1,0,0}

    Lets add a spawnstring :


    Code:

    char spawnstring[20] = {NULL};


    were done at this part. take your scrollbutton to the middle.
    you will see this in the CH_menu:


    Code:

    sprintf(chamsstring, "Chams %s",(CH_chams ? "ON" : "OFF"));


    just copy it and edit the chamsstring to your spawnstring and the CH_chams to your bool ( spawn ).
    Example :

    Code:

    sprintf(Spawnstring, "Spawn %s",(spawn ? "ON" : "OFF"));


    now below the sprintf's u see :


    Code:

    if(highlight[1]==1)
    m_pFont_INFO->DrawText(15.0f, 30.0f, textRed, chamsstring);
    else
    m_pFont_INFO->DrawText(15.0f,30.0f, textPurple, chamsstring);


    Just copy it and paste it again , change the [1] to [2] and the 2x 30's to 40.
    Example :


    Code:

    if(highlight[2]==1)
    m_pFont_INFO->DrawText(15.0f, 40.0f, textRed, spawnstring);
    else
    m_pFont_INFO->DrawText(15.0f,40.0f, textPurple, spawnstring);


    scroll a bit down and you will see :


    Code:

    if(GetAsyncKeyState(VK_UP)&1)
    {
    for(int i=0; i < 2; i++) /////add +1 to menu here ,change the 2
    {
    if (highlight[i] == 1)
    {
    int a = i-1;

    if(a < 0)
    break;

    else
    {
    highlight[a]=1;
    highlight[i]=0;
    break;
    }
    }
    }
    }

    if(GetAsyncKeyState(VK_DOWN)&1)
    {
    for(int i=0; i < 2; i++) //////same here change the 3 to +1 of menu
    {
    if (highlight[i] == 1)
    {
    int a = i+1;

    if(a > 1) ////amount in the menu goes here ,change the 2
    break;

    else
    {
    highlight[a]=1;
    highlight[i]=0;
    break;
    }
    }
    }
    }


    Everytime you add a cheat you need to change the :

    Code:

    for(int i=0; i < 2; i++)
    to
    for(int i=0; i < 3; i++)

    you need to do this twice!

    and :

    Code:

    if(a > 1)
    to
    if(a > 2)



    now scroll down untill u see Activate hacks on/off here.

    copy :

    Code:

    if(highlight[1] == 1 && (GetAsyncKeyState(VK_RIGHT)&1))
    CH_Chams = !CH_Chams;


    and paste it again + change the CH_chams to your bool ( spawn ) + change the [1] to [2]
    Example :


    Code:

    if(highlight[2] == 1 && (GetAsyncKeyState(VK_RIGHT)&1))
    Spawn = !Spawn;


    Your menu is done now!, now add the code to make the cheat working
    Scroll down untill u see Make the cheat working!

    Add :

    Code:

    ;if (tSpawn);
    {
    long t=0;
    unsigned long Protection;
    VirtualProtect((void*)Spawn_Addie1, sizeof(t), PAGE_READWRITE, &Protection);
    memcpy((void*)Spawn_Addie1, &t , sizeof(t));
    VirtualProtect((void*)Spawn_Addie1, sizeof(t), Protection, 0);

    VirtualProtect((void*)Spawn_Addie2, sizeof(t), PAGE_READWRITE, &Protection);
    memcpy((void*)Spawn_Addie2, &t , sizeof(t));
    VirtualProtect((void*)Spawn_Addie2, sizeof(t), Protection, 0);
    }


    long = WriteAlong ( memory )
    t=0; = the value

  2. #2
    Threadstarter
    Unverified User
    timtag1190's Avatar
    Join Date
    Jun 2008
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    9
    My Mood
    Cool
    i cant add the attachment to the download thing u need cause it says to long of a file and invalid file

  3. #3
    Czar's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    12,698
    Reputation
    1277
    Thanks
    4,294,967,295
    Shouldn't this go in the hacking parts of the forums?
    >___>
    and didn't somebody put one of these out before?

    And compress it to rar or zip, if its too big though idk.

    Also virus scans if its a download
    Last edited by Czar; 07-09-2009 at 04:48 PM.

  4. #4
    Threadstarter
    Unverified User
    timtag1190's Avatar
    Join Date
    Jun 2008
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    9
    My Mood
    Cool
    it is a download it just to big of a download rar.

  5. #5
    Czar's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    12,698
    Reputation
    1277
    Thanks
    4,294,967,295
    Zip= 47.68 MB max
    Rar=4.77 MB max

    Yours is bigger then that for that little tutorial O____o?

  6. #6
    Threadstarter
    Unverified User
    timtag1190's Avatar
    Join Date
    Jun 2008
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    9
    My Mood
    Cool
    well i dont know what u mean how do i put it on .rar or .zip??

  7. #7
    Czar's Avatar
    Join Date
    Aug 2008
    Gender
    male
    Posts
    12,698
    Reputation
    1277
    Thanks
    4,294,967,295
    Quote Originally Posted by timtag1190 View Post
    well i dont know what u mean how do i put it on .rar or .zip??
    right click the files you want compressed [if you don't have Winrar or something like it forget .rar]
    and hit send to > compressed zipped folder
    or Compress to rar

  8. #8
    Threadstarter
    Unverified User
    timtag1190's Avatar
    Join Date
    Jun 2008
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    9
    My Mood
    Cool
    still dont know what u mean srry just close this topic

Similar Threads

  1. In-Game kicking hack for Warrock
    By Zededarian in forum Game Hacking Tutorials
    Replies: 1
    Last Post: 05-19-2012, 10:40 PM
  2. Speed Hack for WarRock
    By ypg_gamer in forum Hack Requests
    Replies: 9
    Last Post: 02-03-2012, 11:28 PM
  3. New D3d hack for warrock
    By killakk626 in forum WarRock - International Hacks
    Replies: 36
    Last Post: 03-15-2009, 09:25 AM
  4. Hacks for Warrock (Aimbot, Wallhack)
    By Clarity in forum WarRock - International Hacks
    Replies: 32
    Last Post: 01-19-2006, 05:30 PM
  5. Hacks for Warrock
    By Phoris in forum WarRock - International Hacks
    Replies: 3
    Last Post: 01-03-2006, 06:20 AM

Tags for this Thread