Results 1 to 4 of 4
  1. #1
    Murkforce's Avatar
    Join Date
    Feb 2008
    Location
    Mosh Pit
    Posts
    759
    Reputation
    24
    Thanks
    90

    [508 Tutorial] Make a gnome copter fly..

    This is a tutorial for most common 508 servers.

    Find "PLAYERWEAPON.JAVA" or "playerweapon.java".

    Search :

    Code:
    return 0x338;
    You will see hopefully:

    Code:
    return 0x338;
            } else if (id == 10887) {
                return 5868;
            } else if (id == 4755) {
                return 1831;
            } else if (id == 4734) {
                return 2077;
            } else if (id == 4726 || weapon.contains("Spear") || weapon.endsWith("halberd") || weapon.contains("Staff") || weapon.contains("staff")) {
                return 1210;
            } else if (weapon.equals("Abyssal whip")) {
                return 1661;
            } else if (id == 4153) {
                return 1664;
            }
            return 0x338;
    Make it:

    Code:
    return 0x338;
            } else if (id == 12842) {
                return 8963;       
            } else if (id == 10887) {
                return 5868;
            } else if (id == 4755) {
                return 1831;
            } else if (id == 4734) {
                return 2077;
            } else if (id == 4726 || weapon.contains("Spear") || weapon.endsWith("halberd") || weapon.contains("Staff") || weapon.contains("staff")) {
                return 1210;
            } else if (weapon.equals("Abyssal whip")) {
                return 1661;
            } else if (id == 4153) {
                return 1664;
            }
            return 0x338;
    Now Search:

    Code:
    return 0x333;
    You will see something like this:

    Code:
    return 0x333;
            } else if (id == 10887) {
                return 5867;       
            } else if (id == 4718) {
               return 2064;
            } else if (id == 4755) {
               return 2060;
            } else if (id == 4734) {
               return 2076;
            } else if (id == 4153) {
    Last of all search this:

    Code:
    return 0x333;
    Outcome:

    Code:
    return 0x333;
        }
    
        public int getStandEmote(int id) {
            String weapon = Engine.items.getItemName(id);
            if (id == 4718) {
                return 2065;
            } else if (id == 10887) {
                return 5869;     
            } else if (id == 4755) {
                return 2061;
       } else if (p.npcType == 6203) {
           return 6943;
       } else if (p.npcType == 2745) {
           return 9274;
            } else if (id == 4734) {
                return 2074;
            } else if (id == 6528 || id == 1319) {
    Finally, change it to:

    Code:
    return 0x333;
        }
    
        public int getStandEmote(int id) {
            String weapon = Engine.items.getItemName(id);
            if (id == 4718) {
                return 2065;
            } else if (id == 10887) {
                return 5869;
            } else if (id == 12842) {
                return 8963;       
            } else if (id == 4755) {
                return 2061;
       } else if (p.npcType == 6203) {
           return 6943;
       } else if (p.npcType == 2745) {
           return 9274;
            } else if (id == 4734) {
                return 2074;
            } else if (id == 6528 || id == 1319) {
    Small, simple tutorial.

    For more rs-tools, 'thank' Murkforce.

  2. #2
    smash987's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    pembroke pines florida (the wanna be gheto...)
    Posts
    340
    Reputation
    10
    Thanks
    46
    My Mood
    Twisted
    i dont get it?
    KIRBY!!!!!!!!!!!! ,<(^^)> <(^^<) (>^^)> GO KIRBY!!!! YAY

    CLICK THE THANKS BUTTON IF YOU LOVE KIRBY!!!!!

    [img]https://************.com/sig/005/smash987.jpg[/img]



    [IMG]https://i394.photobucke*****m/albums/pp30/sw337k1ll/SmashesPinkHaloSigLOL.png[/IMG]

    props 2 Sw337k1ll for the sigs YAY!!

  3. #3
    Murkforce's Avatar
    Join Date
    Feb 2008
    Location
    Mosh Pit
    Posts
    759
    Reputation
    24
    Thanks
    90
    Quote Originally Posted by smash987 View Post
    i dont get it?
    How do you not?
    Do you even have your 508 folder?
    If you do, search for what I told you.

  4. #4
    smash987's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    pembroke pines florida (the wanna be gheto...)
    Posts
    340
    Reputation
    10
    Thanks
    46
    My Mood
    Twisted
    ooooo i know now ok ok
    KIRBY!!!!!!!!!!!! ,<(^^)> <(^^<) (>^^)> GO KIRBY!!!! YAY

    CLICK THE THANKS BUTTON IF YOU LOVE KIRBY!!!!!

    [img]https://************.com/sig/005/smash987.jpg[/img]



    [IMG]https://i394.photobucke*****m/albums/pp30/sw337k1ll/SmashesPinkHaloSigLOL.png[/IMG]

    props 2 Sw337k1ll for the sigs YAY!!

Similar Threads

  1. Replies: 28
    Last Post: 03-02-2009, 07:44 AM
  2. Video tutorial: Making WarRock hack in Visual Basic
    By Darky in forum Visual Basic Programming
    Replies: 5
    Last Post: 02-12-2009, 02:47 PM
  3. [Tutorial] Make a Splash Screen
    By Kung Fu Penguin31 in forum Visual Basic Programming
    Replies: 4
    Last Post: 11-11-2007, 05:03 AM
  4. [Tutorial] Make Window Always On top
    By blipi in forum Visual Basic Programming
    Replies: 3
    Last Post: 11-05-2007, 03:45 PM
  5. [Video tutorial] Make your own css cheats
    By seren1ty in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 6
    Last Post: 09-15-2007, 04:11 PM

Tags for this Thread