Jump to content

Joseph

Trade With Caution
  • Posts

    4692
  • Joined

  • Last visited

  • Feedback

    91.3%

Everything posted by Joseph

  1. here you go alek [INFO][Bot #1][05/16 01:59:43 PM]: Started script : Lumby spinner [INFO][Bot #1][05/16 02:00:09 PM]: The result is: false [INFO][Bot #1][05/16 02:00:10 PM]: The result is: false [INFO][Bot #1][05/16 02:00:12 PM]: The result is: false [INFO][Bot #1][05/16 02:00:14 PM]: The result is: false [INFO][Bot #1][05/16 02:00:16 PM]: The result is: false [INFO][Bot #1][05/16 02:00:16 PM]: Mouse move event has failed! [INFO][Bot #1][05/16 02:00:30 PM]: The result is: false [ERROR][Bot #1][05/16 02:00:32 PM]: Error executing event : org.osbot.rs07.input.mouse.MoveMouseEvent@1b15149 java.lang.ArithmeticException: / by zero at org.osbot.rs07.input.mouse.MoveMouseEvent.mouseMoveAlgorithm(yo:509) at org.osbot.rs07.input.mouse.MoveMouseEvent.execute(yo:158) at org.osbot.rs07.event.EventExecutor$2.run(gk:65) at org.osbot.rs07.event.EventExecutor.execute(gk:15) at org.osbot.rs07.api.Mouse.moveRandomly(am:549) at org.osbot.rs07.antiban.AntiBan$1.execute(bi:204) at org.osbot.rs07.antiban.AntiBan.rollAntiban(bi:801) at org.osbot.rs07.event.ScriptExecutor$InternalExecutor.run(ri:170) at java.lang.Thread.run(Unknown Source) [INFO][Bot #1][05/16 02:00:34 PM]: The result is: true [INFO][Bot #1][05/16 02:00:34 PM]: Mouse move event has passed! [INFO][Bot #1][05/16 02:00:36 PM]: Script Lumby spinner has paused! [INFO][Bot #1][05/16 02:00:37 PM]: The result is: true [INFO][Bot #1][05/16 02:00:37 PM]: Mouse move event has passed!
  2. i use to use mirror until chrome removed java now im stuck with standard mode
  3. Joseph

    Original

    Much more better, two thumbs up.
  4. Joseph

    Original

    The coloring is weird tbh
  5. For those wondering how to find out if the enter amount is up for people to handle it correctly and not miss up. Here the snippet. Best fail safe so a character doesnt type an amount in the chatbox. /** * the interface is usually never null, but changes location when visible or not * * @return true if the 'enter amount' interface is visible */ public boolean canEnterAmount() { RS2Widget warning = getWidgets().get(548, 119); return warning != null && !warning.getPosition().equals(new Point(-1,-1)); } have fun and happy scripting
  6. Opps http://osbot.org/forum/topic/70713-dynamic-signature-php-snippet/
  7. you can do what ever you want its your script. As long as there is no malicious code. Also it cant not be time limited. It can be featureless.
  8. send me a pm and ill link you guys to the software
  9. If you are interested in the software. i found it free and cracked. It comes with the key. Let me know if you want it. FL Studio Producer Edition 11.1.1
  10. Where the source? I'm really digging the little game.
  11. Joseph

    @Mald

    It is, #devMald
  12. http://prntscr.com/72mwkv http://prntscr.com/72mv9k better pictures @Valkyr
  13. this is like a few line of code to initialize it and its an easy and quick paint. seeing as im trying to make a few scripts. Its annoying to have to repeat / remake the paint edit: ill post pics in a little
  14. http://prntscr.com/72mgae i just made this painter to make things easier for me. Would you guys use it if i release it?
  15. hes splashing magic, magic bonus so low he cant hit. Defend so high imp cant hurt him lol
  16. I believe its because of the logout method above the world hop. I believe the world hop class should automatically log out and hop worlds for you without having to force the logout.
  17. Twin do not use != false If you do If (boolean) <-- its already checking to see if its true. If (!boolean) <-- false check
  18. Sometime we even have free scripts out. Its working perfectly and we have nobody replying on the thread. Util something break and out of no where we have everybody complainning. Perfect example: my plunder script.
×
×
  • Create New...