Jump to content

amoeder

Members
  • Posts

    43
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by amoeder

  1. On 17-3-2018 at 12:09 AM, b0tscape said:

    I don't get my head around how completion of eagle's peak is going to discourage botting. It's a ridiculously easy quest that requires literally 5 minutes to get the combat stats to kill a kebbit...

    you dont even need combat stats they wrote that they would make a bypass method for skiller (ex. trap the kebbit or some shit).

  2. Hello,

    I was wondering if anyone knows a good site to get free proxy if this even exists? :)

    I would love you forever.

    Also what doest the proxy authentication do?

  3.  left click cause its the first option on the item

     

    but its not the first on chocolate bar is it?

    so can i do: Item(Chocolate).Interact("use") 

                       Item(Chocolate).Interact("use")

    • Like 1
  4. you would want to interact("Use");

     

    Does that makes it just left click or does it really right clicks and clicks use? because that would make it very obvious that u are botting because no normal player would do that?

  5. I'm a real  noob but i can't seem to find how to use an item on another item in the API. Do i just use the click method? Can i get some feedback on the little script i tried to write?

     

    Item chocolate = getInventory().getItem("Chocolate bar");
    Item knife = getInventory().getItem("Knife");
     
    if (inventory contains(chocolate)&& inventory.contains(knife){
    click(chocolate);
    click(knife);
    }
    Else{ 
    objects.closest("Bankbooth").interact("Bank");
    depositAllExept(knife);
    withdrawAll(chocolate);
    }

     

     

  6. private State getState() {
            Entity stall = objects.closest("Tea stall");
            if (!inventory.isEmpty())
                return State.DROP;
            if (stall != null)
                return State.STEAL;
            return State.WAIT;
        }

    is it really necessary here define the stall again?  because you dont seem to need it in this block of code and u define it in your onloop or am i wrong here? 

     

    nvm figured it out

  7. So i was messing around with setting up eclipse and the buildpath. My computer shutdown for some reason, on restart i could no longer open any jar file it seems :/ any help is welcome! smile.png

     

    edit: fixed remove thread please

  8. alot of stuff seemed to be broken, is it fixed yet? I'm really considering buying this smile.png

     

    bought it. Varrock broken apperantly :/ leaping gap doesnt turn the camera properly rest works fine 

     

    EDIT: idk if u updated but its working fine now.

  9. on average, what does this bot fletch strings an hour?

     

    If you could, compare miniumum antiban to maximum antiban.

     

    Thanks!

     

    edit: if this bot can't handle 1700 stringing minimum on average this doesn't make more money than a low requirement method, in fact sometimes even makes less. obviously this bot is great for fletching + making money, but for purely farming purposes, isn't the way to go.

     

    Can someone give an average stringing proggie? thanks

     

    http://snag.gy/TAtUq.jpg here you go, this is stringing magic longs. I get around 1800 with the "escape close interface" will be hitting 99 next week started at 65 with this script. 

     

    Profit counter is not accurate and i would not recommend this for goldfarming. Its decent money and great fletch exp though so would recommend it for these things.

    • Like 2
×
×
  • Create New...