Jump to content

FuryShark

Suspended
  • Posts

    2898
  • Joined

  • Last visited

  • Days Won

    13
  • Feedback

    99%

Everything posted by FuryShark

  1. Fitting profile pic.
  2. Updated Time to level (TTL) so that it now works, Updated the banking process for stringing bows. Fixed an error for stringing bows when you get a level up.
  3. Bow Fletcher How to use: Bows supported: Progress Reports: Download Changelog:
  4. Have you remembered to click refresh before running it?
  5. There may be other ways but what i do is make a bat file with this in it: "C:\Program Files\Java\jdk1.8.0_211\bin\java.exe" -jar "osbot.jar" of course substitute that for your path to java 8. edit: https://osbot.org/forum/java/ this will go into more detail.
  6. Wecome Sana Kuranaka, to OSBot!
  7. That is glorious
  8. Botted for levels pre eoc, then for gp on osrs, and now just having fun trying to max an account with just bots
  9. hop(int world)
  10. Theres a free one on the SDN, its located under minigames though! https://osbot.org/forum/topic/147406-ragnars-tithe-farm/
  11. It works for me, have you remembered to click refresh on osbot? also try adding log() s to see where its getting to. also have you made sure the username is spelt correctly
  12. Do you have the script manifest
  13. https://osbot.org/forum/topic/135857-a-way-to-disable-builtin-camera-turning-on-interact/ edit: just realise what you meant by your question now, but ill leave the link anyway
  14. public void onMessage(Message message) throws java.lang.InterruptedException{ if (message.getType() == Message.MessageType.GAME) { String txt = message.getMessage().toLowerCase(); if (txt.contains("you can't light a fire here.") { movePosition = true; } } }
  15. RS2Object door = getObjects().closest(o -> o.getName().equals("Door") && o.hasAction("Open")); door.interact("Open"); or something like that xD
  16. Just use mirror mode. Easy
  17. Bans are non existent . welcome bacc
  18. Woof woof puppers
  19. try another browser too
  20. You asked what its for, the original post says it changes fps and reaction time. However; "With reaction of 2000, it will take bot up to 2 seconds to notice that a new npc, object, etc has been spawned/died/etc. Fps setting affects other data refresh rate (such as opened interfaces, npc hp, etc). So with 50 fps, it will take bot up to 20 ms to notice that a new interface has been opened, npc hp has changed, etc. With 20 fps, it becomes 50 ms; With 10 fps - 100 ms and so on..."
  21. Go to "· Tips and Tricks with Mirror Mode –"
  22. Ca n i get trial pls
×
×
  • Create New...