Can anyone copy/paste an Alching RSBOT script.

Discussion in 'Archives' started by lvl99cool, Sep 20, 2008.

Thread Status:
Not open for further replies.
Can anyone copy/paste an Alching RSBOT script.
  1. Unread #1 - Sep 20, 2008 at 12:16 PM
  2. lvl99cool
    Joined:
    Sep 19, 2008
    Posts:
    125
    Referrals:
    0
    Sythe Gold:
    0

    lvl99cool Active Member
    Banned

    Can anyone copy/paste an Alching RSBOT script.

    i got rsbot to work, but i can download new scripts and i would loved the alcher script, and anyone post it? please
     
  3. Unread #2 - Sep 20, 2008 at 1:02 PM
  4. xxavixx
    Joined:
    Jan 15, 2008
    Posts:
    681
    Referrals:
    1
    Sythe Gold:
    0

    xxavixx Apprentice

    Can anyone copy/paste an Alching RSBOT script.

  5. Unread #3 - Sep 20, 2008 at 1:10 PM
  6. lvl99cool
    Joined:
    Sep 19, 2008
    Posts:
    125
    Referrals:
    0
    Sythe Gold:
    0

    lvl99cool Active Member
    Banned

    Can anyone copy/paste an Alching RSBOT script.

    are u a dumb shit? rsbot is down meaning no script dump..
     
  7. Unread #4 - Sep 20, 2008 at 5:28 PM
  8. darnoc123
    Referrals:
    1

    darnoc123 Guest

    Can anyone copy/paste an Alching RSBOT script.

    *
    * Auto Alcher By WoW Sucks & Nullware & JaK~
    * v 1.003
    *
    *
    *
    * INSTRUCTIONS!
    *
    * HAVE A FIRE STAFF WIELDED FOR ALCHEMY OR IT WILL NOT WORK!!!!
    * Super crazy for ALCHING, this bot goes fast but not too fast
    * Have what you want to alch under the High Alch button
    *
    * Arguments: to do high alchemy type: alch
    *
    *
    */



    import com.speljohan.rsbot.script.Script;
    import com.speljohan.rsbot.script.wrappers.*;

    public class AutoAlch extends Script {


    public static final int[] notedItem = new int[] {856,859,1135};
    public static int fireStaff = 1387;
    public static int natureRune = 561;
    public int whichSpell;

    public double getVersion() {
    return 1.003;
    }

    public String getName() {
    return "Auto Alcher";
    }

    public String getAuthor() {
    return "WoW Sucks & Nullware & JaK";
    }

    public boolean onStart(String[] args) {

    if(args[0].toLowerCase().contains("a")){

    whichSpell = 1; //number 1 is alch
    }

    return true;
    }
    public int loop() {

    if(whichSpell == 1 && getInventoryCount(natureRune) > 0) {
    doAlch();
    } else {
    if(getInventoryCount(natureRune) == 0) {
    log("out of runes, shutting down bot");
    return -1;
    }
    }

    return random(1100,1300);

    }

    public void doAlch() {

    openTab(TAB_MAGIC);
    castSpell(36);
    wait(random(400,800));
    clickMouse(577+random(-7,7),374+random(-7,7),true);

    }

    }
     
  9. Unread #5 - Sep 20, 2008 at 5:50 PM
  10. nightmare4uk
    Referrals:
    0

    nightmare4uk Guest

    Can anyone copy/paste an Alching RSBOT script.

  11. Unread #6 - Sep 20, 2008 at 5:52 PM
  12. darnoc123
    Referrals:
    1

    darnoc123 Guest

    Can anyone copy/paste an Alching RSBOT script.

    dude stop trying to keylog people
     
  13. Unread #7 - Sep 20, 2008 at 9:52 PM
  14. nathan1070
    Joined:
    Feb 12, 2008
    Posts:
    1,445
    Referrals:
    0
    Sythe Gold:
    4

    nathan1070 Guru

    Can anyone copy/paste an Alching RSBOT script.

    thanks darnoc nice clean script =)
     
  15. Unread #8 - Sep 21, 2008 at 12:03 AM
  16. lvl99cool
    Joined:
    Sep 19, 2008
    Posts:
    125
    Referrals:
    0
    Sythe Gold:
    0

    lvl99cool Active Member
    Banned

    Can anyone copy/paste an Alching RSBOT script.

    yes, thanksalot
     
< The Aftermath of Hurricane Ike *IMPORTANT THREAD PLEASE READ* | Tell Me if This Sounds Right >

Users viewing this thread
1 guest
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site