Jump to content

Salty as fuck

Trade With Caution
  • Posts

    631
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by Salty as fuck

  1. for instance... if player is closer to position1, make them walk there, else if it's position2, make them walk there
  2. terrible there's absolutely no flow here also, font should be subtle, not the main focus
  3. String txt = ""; public void onMessage(Message message) throws java.lang.InterruptedException { txt = message.getMessage().toLowerCase(); if (txt.contains("whatever you want read from the runescape chat")) { } }
  4. Neither script would get you the scripter rank, but here. Go through this. http://osbot.org/forum/topic/28798-pandemics-scripting-series-part-i-setup-and-basic-logic-updated-for-osbot-2/
  5. you should definitely get a runtime set up in there public void onStart() { startTime = System.currentTimeMillis(); } public String format(long time) { StringBuilder string = new StringBuilder(); long totalSeconds = time / 1000L; long totalMinutes = totalSeconds / 60L; long totalHours = totalMinutes / 60L; int seconds = (int)totalSeconds % 60; int minutes = (int)totalMinutes % 60; int hours = (int)totalHours % 24; if (hours > 0) { string.append(hours + "h "); } if (minutes > 0) { string.append(minutes + "m "); } string.append(seconds +"s"); return string.toString(); } g.drawString("Runtime: " + format((System.currentTimeMillis()-startTime)), 555, 418);
  6. did you make it yourself? a common issue that prevents scripts from starting is people initializing variables outside of the loop or onstart
  7. Avoid buying him - http://www.sythe.org/report-scammer-archive/1939304-joeljbur-scammer.html
  8. Past accounts (if you know of any): Current account: @Joelbjur Reasoning: http://www.sythe.org/report-scammer-archive/1939304-joeljbur-scammer.html Is trying to sell the same account he keeps recovering on here.
  9. appreciate the report, fam regular pots are literally supported for just one npc and i never got into the super pots i gave up on this script after Khaleesi released his slayer script currently just working on an aio runescape script
  10. yes, i'm quite well aware same applies for 3, 8 and 9, but it was the least of my concerns
  11. "File("C:/Users/bjorn/Desktop/TextTest.txt")" nice name, fam
  12. nothing wrong with a bit of meth here and there, i guess everything in moderation
  13. http://www.khq.com/story/31368460/suspect-in-i-90-murder-near-ritzville-said-he-was-high-on-meth-and-thought-woman-was-a-witch
  14. why not save as illuminati.jpg?
  15. why you always tryin to show off your script? my account was also banned for two days, still bot on it years later lol
  16. I develop scripts on my main and bot on separate accounts using the same IP. Bot farms have been farmed, but my main is unaffected. Goodluck though.
×
×
  • Create New...