Results 1 to 3 of 3
  1. #1
    Callum..'s Avatar
    Join Date
    Oct 2011
    Gender
    male
    Posts
    10
    Reputation
    10
    Thanks
    0

    [TuT]Mine faster[TuT]

    About
    Not sure if ive seen this but i want to give back to this community for helping with my first shitty client. , if this was posted, here's my way that i find easier to understand,enjoy.

    First, open PlayerControllerMP.java
    Then find the following string.

    [spoiler]
    Code:
    Block block = Block.blocksList[i1];
    [/spoiler]

    Then we add a toggle
    Add your toggle, mine goes though hacks.java.

    [spoiler]
    Code:
    if(hacks.mine)
    [/spoiler]

    Adding the actual function
    Now we add the function, so when our hack is "active" it will change the block strength

    [spoiler]
    Code:
    curBlockDamageMP += block.blockStrength(mc.thePlayer) * 2.0;
    else
    curBlockDamageMP += block.blockStrength(mc.thePlayer);
    [/spoiler]

    The whole function
    Heres the whole function so you know you didnt screw it up

    [spoiler]
    Code:
        if(hacks.mine)
        curBlockDamageMP += block.blockStrength(mc.thePlayer) * 2.0;
        else
        curBlockDamageMP += block.blockStrength(mc.thePlayer);
    [/spoiler]


    Credits
    I think a Youtube tutorial by the name of "MrMossy" help me out on this one, so i decided to follow in an easier and quicker way.
    Enjoy.

  2. #2
    fisherblue23's Avatar
    Join Date
    Aug 2011
    Gender
    male
    Posts
    24
    Reputation
    10
    Thanks
    2
    My Mood
    Innocent
    WTF? NO CREDITS TO THE DUDE OF HF?! LEEEEEEEEEEEEEEEEEEEEEEEEEEEEEECH

    ---------- Post added at 06:35 PM ---------- Previous post was at 06:13 PM ----------

    BTW i know warp 1.9 so ur so fuckin dead bro remove this or this will be taken down!

  3. #3
    TheLimaBeanman's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    My Mood
    Busy
    You mad bro?

Similar Threads

  1. [TuT] How to Make WR and your PC Faster! [TuT]
    By Leaf in forum WarRock Tutorials
    Replies: 13
    Last Post: 10-27-2011, 03:26 AM
  2. [Tutorial] [TuT] How to Make WR and your PC Faster! [TuT]
    By Leaf in forum WarRock Discussions
    Replies: 1
    Last Post: 09-13-2010, 12:22 PM
  3. [TuT] Level Hack [TuT]
    By Geecko in forum Blackshot Hacks & Cheats
    Replies: 28
    Last Post: 07-16-2009, 08:53 PM
  4. TUT - undetected invisible - TUT
    By scruffy69 in forum Visual Basic Programming
    Replies: 8
    Last Post: 08-04-2008, 07:25 AM
  5. [Tut] Pod Slurping [Tut]
    By condor01 in forum General
    Replies: 4
    Last Post: 12-12-2007, 02:11 AM