Adblock breaks this site

Can anyone copy/paste an Alching RSBOT script.

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

Thread Status:
Not open for further replies.
  1. lvl99cool

    lvl99cool Active Member
    Banned

    Joined:
    Sep 19, 2008
    Posts:
    125
    Referrals:
    0
    Sythe Gold:
    0
    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
     
  2. xxavixx

    xxavixx Apprentice

    Joined:
    Jan 15, 2008
    Posts:
    681
    Referrals:
    1
    Sythe Gold:
    0
    Can anyone copy/paste an Alching RSBOT script.

  3. lvl99cool

    lvl99cool Active Member
    Banned

    Joined:
    Sep 19, 2008
    Posts:
    125
    Referrals:
    0
    Sythe Gold:
    0
    Can anyone copy/paste an Alching RSBOT script.

    are u a dumb shit? rsbot is down meaning no script dump..
     
  4. darnoc123

    darnoc123 Guest

    Referrals:
    1
    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);

    }

    }
     
  5. nightmare4uk

    nightmare4uk Guest

    Referrals:
    0
    Can anyone copy/paste an Alching RSBOT script.

  6. darnoc123

    darnoc123 Guest

    Referrals:
    1
    Can anyone copy/paste an Alching RSBOT script.

    dude stop trying to keylog people
     
  7. nathan1070

    nathan1070 Guru

    Joined:
    Feb 12, 2008
    Posts:
    1,445
    Referrals:
    0
    Sythe Gold:
    4
    Can anyone copy/paste an Alching RSBOT script.

    thanks darnoc nice clean script =)
     
  8. lvl99cool

    lvl99cool Active Member
    Banned

    Joined:
    Sep 19, 2008
    Posts:
    125
    Referrals:
    0
    Sythe Gold:
    0
    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 >
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site