Jump to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Isolate

Java Lifetime Sponsor
  • Joined

  • Last visited

Everything posted by Isolate

  1. You do, but in the context i'm using this string specifically it doesn't work for no apparent reason, others can confirm i'm not insane. Dw this issue was solved under the Scripter/Dev sub section so it's all good now, turns out it's not just an Isolate moment it's an actual strange issue with a work around.
  2. Title. Range each: 100k-75k Would prefer couple days cooldown, I'd be happy the higher end for more of a guarantee against locks. Looking to buy from someone who understands how to bypass the locks, I do, and I don't want to buy from someone who wont guarantee fewer locks.
  3. Think i've seen more hours of anime than hours at school, wouldn't say I'm a massive weeb, like if you don't like anime so be it, each to their own, I just find the emotion better when I don't have to have the expectation of a real person faking it.
  4. Narrowing it down to one is unfair Black butler, Darker Than Black, Psycho Pass, Future Diary, K Project, Death Note, Charlotte, any of the Certain X RailGun Series are some nice ones IMO, generally a tad dark but eh. Getting a howls moving castle half sleeve finished next month hopefully
  5. Bad example was bad but that does rule out that option for me :P public static void main(String[] args){ SomeClass someClass = new SomeClass(); if(someClass.someInheretedMethod()){ //do something } } } //another seperate .java file public class SomeClass implements SomeInterface{ @Override public boolean someInheretedMethod(){ String temp = "java -jar \"" + JAR_PATH + "\" -debug 5005 -login " + OSBUSERNAME + ":" + OSBPASSWORD + " -world " + world + " -script " + script + ":null -bot " + username + ":" + password + ":0000"; System.out.println(JAR_PATH +OSBUSERNAME+OSBPASSWORD+world+script+username+password); System.out.println(temp); exec(temp); return true; } } 1. String temp = "java -jar \"" + JAR_PATH + "\" -debug 5005 -login " + OSBUSERNAME + ":" + OSBPASSWORD + " -world " + world + " -script " + script + ":null -bot " + username + ":" + password + ":0000"; 2. System.out.println(JAR_PATH +OSBUSERNAME+OSBPASSWORD+world+script+username+password); 3. System.out.println(temp); 4. exec(temp); Consider lines 1-4 (don't complain about 1 being just +'ed, this issue occurs in any way I can think of putting a string together for me) In the context i'm using this code 1. is called from a public String constructString(script, world, ect) 2. is logged inside of the construct method and successfully outputs a garbage string of all the declared details 3. on the other hand is a hoe and only outputs ":0000" 4. is where I get annoyed because it boots the client, skips the login UI but then tells me it can't login because my details aren't in format username:password:pin
  6. Well pointing out a pointless thread on osbot is a new level of special //one .java file public class SomeMainClass{ public static void main(String[] args){ SomeClass someClass = new SomeClass(); if(someClass.someInheretedMethod()){ //do something } } } //another seperate .java file public class SomeClass implements SomeInterface{ @Override public boolean someInheretedMethod(){ String ohHeyAString = "Bacon and Cheese"; println("Replacing"); ohHeyAString.replace("Cheese", "Eggs"); println("Replaced"); println(ohHeyAString); return true; } } is outputting "Replacing" "Replaced" "Bacon and Cheese" code is running from start to end but randomly skipping shit. I wouldn't ask a place like this if it wasn't a genuinely confusing issue. Note: code works fine if the SomeClass exists within the same .java file as the main method floating at the bottom.
  7. I shouldn't have to, I explained the situation It's as simple as String example = "One" + " Two" + " Three"; prntln(example); only printing out " Three Regardless of specifically what i'm concatenating the logic is the same.
  8. So. You know. usual normal people code issues. got a bunch of strings i'm bunging together, but for whatever reason when I go to use the final string it only seems to output the last thing I apended to the string. tried doing contact() on each bit in a massive line, tried +'ing them all together raw, tried using a string builder but in the end it only prints out the last little string that I append to the whole thing. Randomly does work though, even when nothings changed, just sometimes works. wat do. Also checked in every case if any substitute declared string was null and replaced with with another text incase that was it. Every variable exists. Fun fact: works when I copy the 1 line to another class and just get it to print out in main.
  9. Isolate replied to IHB's topic in Spam/Off Topic
    bout time.
  10. getWalking().walk(Area); getWalking().webWalk(Area);
  11. Isolate replied to Void's topic in Runescape
    I mean osbuddy is just a non automated client like this... you can just get someone here to make it ez pz....
  12. Since this is spam i'm going to give my opinion even though it wasn't asked for :3 Yes this is possible, and it should be rather easy for anyone who has any kind of auto farm which is supposedly half the community here.
  13. Just use a mouselistener to get the click, compare positions to determine human or bot click, then get all the mobs in that area and their models and see if the click was in any of the model bounds
  14. get out
  15. Fun Fact: I hardly show code to anyone, devs aside maybe 5-10 people have ever seen my code xD (obvious reasons) Mmm, Don't do as much around here as I used to, saves deleting all my code to clear space Wintertodt https://hastebin.com/otuzequmik.java Wildy Looter With Death Dection/Timer/SmartLooting(Kinda) https://hastebin.com/fomobefuca.java Clue Scrolls (add tabs yourself now the walker does them Main https://hastebin.com/ivudeyusin.java Data <-- memorable weekend https://hastebin.com/afekutobud.js Foobar https://hastebin.com/uvayukecul.scala Prayer/Guilded Altar https://hastebin.com/izaburulun.java Tanner https://hastebin.com/epicusexan.java The Age old dark miner https://hastebin.com/eqeyoxevux.java Dark NMZ https://hastebin.com/osuveguvis.java Anything else wanted ask and I'll see if I have it, got 4 years worth of scripts laying around... Edits: Something that gets amulets blessed in edge prayer place..? https://hastebin.com/omecuvucuj.java Presumeably smelts gold jewlery, change keywords to adapt. https://hastebin.com/jezamebici.java Makes some kinda dough https://hastebin.com/yogugelihi.java
  16. did someone say OSJackPot
  17. Isolate replied to YoHoJo's topic in Spam/Off Topic
    I remember the last time this came up as a public discussion :feelsbadman:
  18. I would agree with it being a combo of flagged ip + (since you used a flagged ip we will super scrutinize every fraction of an action your account makes in real time) because if I used random accounts from my bulk list and do them manually they don't seem to care, but any 1 of 3 tut island bots I have made by various people all get hit around the prayer dude
  19. Been snooping other forums, they've had similar issues... but not within the last 2-3 weeks.... and even as old as the later months of last year Everyone seems to jump straight at the throat of the proxies used but it still stands as to if those connections are flagged, why let them go through the process of creating them at all and maybe sneaking some through instead of blocking that ip 100%
  20. My testing also disagrees with this logic. I wrote my stats on the first page.
  21. 1 Locked botted after finishing tut Island (Account from 1,100 bulk account generation) 1 Locked botted mid tut island (Account from 1,100 bulk account generation) 1 Locked after tut through mirror mode on legit client ~ 3 mins (Account from 1,100 bulk account generation) 1 not locked after creating legit and doing legit through legit client 1 not locked doing legit through legit client (Account from 1,100 bulk account generation) 1 locked botted mid tut island (Account from 1,100 bulk account generation) 1 not locked, legit through osbot client (Account from 1,100 bulk account generation) I know the stats aren't there to back it up, but this isn't looking good for the client methods (in order) doing random tests
  22. Almost missed this

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.