Jump to content

amoeder

Members
  • Posts

    43
  • Joined

  • Last visited

  • Feedback

    0%

Profile Information

  • Gender
    Male

Recent Profile Visitors

914 profile views

amoeder's Achievements

Bronze Poster

Bronze Poster (2/10)

13

Reputation

  1. 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. amoeder

    proxy help

    No sorry, I found that tutorial aswell but he used a paid proxy. So I was just wondering if someone knows a reliable free proxy(site) i could use. Thanks for the help anyway
  3. amoeder

    proxy help

    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?
  4. https://www.facebook.com/memesaremydrugs/videos/1727894540763175/ LMAO
  5. amoeder

    :)

    I love how u tried to sensor the name but its clearly "OS benzie" lol
  6. but its not the first on chocolate bar is it? so can i do: Item(Chocolate).Interact("use") Item(Chocolate).Interact("use")
  7. 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?
  8. 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); }
  9. 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
  10. 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! edit: fixed remove thread please
  11. can u please fix the video i would love to learn ;)
  12. i thought u could only get it by sacrificing a cape or am i wrong?
×
×
  • Create New...