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.

zeejfps

Members
  • Joined

  • Last visited

Everything posted by zeejfps

  1. U should do this, when script detects randoms, untill randoms are implemented
  2. 5/10 >_< for beeing mean! Lol and not knowing who i am!I am a new script writer, hopefully one day i can get the official group tag thingy
  3. As far as I know there is no way you can do this simply... Because if I understand correctly you want it to eat every lets just say 20 seconds, but you still want the script to run normally.... However, you can try this, not guaranteed it will work but still: private final int timeToWait = 10; //In seconds;private int startTime;private int runTime; @Overridepublic void onStart(){ startTime = System.currentTimeMillis(); //Set the start time for first time..} @Overridepublic void onPaint(Graphics g){ updateInfo(); //Update the runTime every second, There might be a better way but idk what it is.} @Overridepublic int onLoop(){ if(runTime > timeToWait){ //Checks if the run time passed the wait time eatFood(); //Some method... You will have to make this I wont spoon feed you. startTime = System.currentTimeMillis(); //Resets the startTime. }} private void updateInfo(){ runTime = (System.currentTimeMillis() - startTime) / 1000; //Basicaly takes the current time and subtracts from time started then finds it in seconds.}
  4. ^^^ What he said, or if you are doing this in another class, you can pass the script over and then use it like so: public class Test1 extends Script{ private final Test2 someOtherClass = new Test2(this); } public class Test2 { private final Script script; public Test2(final Script script){ this.script = script; } private void doSomething(){ script.getBot().getClient().getMyplayer().getAnimations(); } } Lol, sorry just a little tip there.
  5. zeejfps replied to Maxi's topic in Archive
    woot ?lol farming bot coming up ? xD
  6. zeejfps replied to LifezHatred's topic in Archive
    goovy blah, I want java syntax! your missing a bunch of semicolos xD On topic... I can't seem to spot an error... Odd Edit: try to get rid of this: || mineRock.isInArea() Because i think thats the error... Edit again: also add a null check here: int getRock() { MineRock = closestObject(2093) if(MineRock != null && distance(MineRock.getPosition() > 5)) { //What happens if it can't find the rock ! //will add idle state here if(gRandom(100) < 10) { return 1200 + gRandom(1000, (1000*120)) }
  7. omg, awesomeawesomeawesome!!! To bad I won't have time this weekend to work on a new script
  8. 8/10 -2 for the avatar, its weird o_Oi
  9. Me too ! Right as i release my script it updates >.< I hope it doesnt break!
  10. Ok, thank you for the reply This topic should be closed.
  11. In time better scripts will be created, just be patient, that is all i have to say.
  12. Is there a way I can find the players Run % and based on that make him run ??? i cant seem to find anything in the API...
  13. Woot, i got same error, its late i wont be able to re upload untill tomorow, sorry Just Reuploaded, added a virus scan aswell
  14. That was a smart move
  15. GroundItem cowhide = closestGroundItem(cowhideID);If(cowhide.exists()){ selectOption(cowhide, cowhide.getMouseDestination(), "Take");} Put this inside a method, i typed this on my ipad so errors are possible
  16. Yeah some support dude has been Pming people.... Glad to see the site is back
  17. zeejfps replied to Rusko's topic in Tutorials
    Can you please explain how to get to the clipping mask? I know i can just google, but that would defeat the purpose of a tutorial lol
  18. I need someone to tell me if simply unziping the file into scripts folder works, because I have multiple packages, It works for me but idk if it works for others.
  19. extract the "com" folder into your script folder. Atleast that is how it works for me, I am about to update and see if i can make the installation easier
  20. Thank you
  21. BROKE BECAUSE OF NEW CLIENT, UPDATE IN PROGRESS!!! This is my first script for osBot. More updates will be coming as I get more time to work on this! Currently the Script Power Chops Only Willow Trees and then drops them. Feedback would be appreciated Description: Chops down Willow trees and drops them for quick WoodCutting XP. Supports all Axes! -- Need Verification (to much of a noob to aford hatchets xD...) Do not forget, BABYSIT, no anti-random support yet! Know Bugs: Walks far away, trying to examine a Duck... will fix tomorow! Future Updates: [*]Include Paint. [*]Ent Detection [*]Better Paint [*]Even Better Dropping system (default sucks...) [*]More Tree Support [*]All Hatchet Support [*]Fail Safes Change Log: v1.1: Updated Droping system to make it faster. Added Support for all hatchets! Added VERY BASIC Paint! v1.0: Initial Release. Instalation: Unzip the file and place "zPowerChop" folder into your Scripts folder! Images: My quick 10 Min Progress Report, if anyone got a better one please post Virus Scan: zPowerChop V1.1: http://www.mediafire.com/?f1nc6gzghgjo379
  22. zeejfps posted a topic in Archive
    Hay, I am zeejfps, and I hope I will be able to contribute to this Bot by making some Scripts Starting on my powerchopper rite this minute.

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.