Jump to content

Manner

Trade With Caution
  • Posts

    616
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Manner

  1. I'm so fucking old...
  2. who plays cod still?
  3. Manner

    Member

    I member
  4. @Imateamcape
  5. Never been, but enjoy it man. Maybe try snorkeling or parasailing?
  6. public Area closestBank = Bank.getClosestBank(this);; You can't call API methods in class variable initializations or the constructor. Do it in onStart.
  7. Manner

    YY

    then do something
  8. 20m left
  9. javascript/node is really were it is going right now.
  10. watch this to see all the currently used technologies for web dev: https://www.youtube.com/watch?v=sBzRwzY7G-k
  11. Nice job! @@Alek, Do you plan on adding sellItem as well?
  12. Move setVisible(true) to the last line.
  13. nub
  14. Manner

    Who r u?

    I guess I will actually introduce myself. My name is Matt and I am from the US. I am currently a junior in college majoring in comp sci and doing Air Force ROTC. I scripted for another bot from 2012-2013 when EOC was released and you could bot 24/7. I had a few script and a premium one, which was pretty successful. Those were the days. The Memories of a better time: Then bans happened and I quit. Now I am back and looking to script some more. Wish me luck. P.S. also I am always willing to help other scripters, so feel free to ask me for help.
  15. If you are still looking for a solution, this seems to work: private boolean isInHouse() { return getMap().isInHouse() && widgets.getWidgetContainingText("There's no place like home...") == null; }
  16. He means that this kind of "Anti-ban" will likely do nothing to lower the ban rate of the script. Here is an old post by Alek about the topic: http://osbot.org/forum/topic/45618-preventing-rs-botting-bans/
  17. In this run, randomNumber was 14, which is definitely not equal to 1 or 2 to activate your switch statement. If you want to just randomly pick an antiban case, change switch(randomNumber) to switch(random(1,2)).
  18. Just delete line 23, idk if there is a replacement, but that method is no more. You will just have to manually enable input on the client when you start the script.
  19. I would check out this tutorial for GUIs: http://osbot.org/forum/topic/87731-explvs-dank-gui-tutorial/
  20. grandExchange.confirm()
  21. Thanks for grinding through all the script uploads
  22. add my skype Solved.
×
×
  • Create New...