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.

digdig18

Members
  • Joined

  • Last visited

Everything posted by digdig18

  1. You should make an abstract class so return item values... I'm not sure if java sleep thread to return the response
  2. digdig18 replied to CJ7's topic in Scripting Help
    Only osbot devs can make that work, since the way we notice if a npc is poisoned is noticing the green hitmark that is a mask sent by server on npc update
  3. Found More bugs, after "Starting OSBot in.... " prompt it just stops running, not exit code, nothing Found more about this. It's about Escaping ' and " the script name shouldn't be spaces if you want run. But the Random exit still remains
  4. No Pattern... It run flawless but out of nowhere, it gives me exit code java -jar "osbot 2.5.8.jar" -debug 5005 -login user:pass -bot user:pass:0000 -script ScriptBotWeb:0 -allow nointerface
  5. This script is getting detected, that was my one and only script I ever used in my account... I did everything legit, followed the good practices, never left bot running while I'm afk.... 3 days after using got banned
  6. Use a shared VPS so you can upgrade it within time. Linux is cheaper (CentOS, fedora, etc...) , then learn how to use it if you don't know and be happy
  7. Thanks, please post some proggies if you can It shear sheeps
  8. Good day, I'm currently releasing my first script, together with my framework! Feel free to contribute and leave feedback https://github.com/digdig18/oscript/releases/tag/1.0 Start anywhere, the task system is based on conditions that will start accomplishing the objectives during the runtime Requeriments -An f2p account It’s recommended to follow good manners of botting, the only way you can get banned on this is being tracked
  9. I'm just looking forward price crash, I do care for Scripter rank too, but I don't see a way out this. Please let me know how can we release a script without effect the average of reward by the amount of users
  10. Well I can't get mirror mode running Initializing mirror client bot... Does anyone had similar problem? Also there's a issue with proxys. The bot freezes
  11. I tried everything, believe me haha client.moveMouse(new RectangleDestination(coordsx),(cordsy),(widht),(height)),true); For random, i don't care about the location it will be. but when i try to set specified mouse coords it , never works, always appear in a differente location, i think is because of widht or something...
  12. digdig18 posted a topic in Scripting Help
    I want to make mouse move to especified location at screen, i'm having trouble with methods All help will be aprecciate!
  13. Yes mr thelegacy0, it should pick a random number between 1-4 (i have 4 coords), and thank's ! I'm surprised with your lean code, probably i will use this, thanks for the attention.
  14. I can't get it work, building a method for getting random coords Positions, but it never works, all help will be aprecciate import java.util.ArrayList; import java.util.Random; import org.osbot.script.rs2.map.Position; public class testa { public static void main(String[] args) { // TODO Auto-generated method stub ArrayList<Position> tree = new ArrayList<>(); tree.add(new Position(2827,3087,0)); tree.add(new Position(2827,3036,0)); tree.add(new Position(2826,3087,0)); tree.add(new Position(2826,3085,0)); for(int i = 0; i < tree.size(); i++){ Random r = new Random(); i = r.nextInt(i); tree.get(i); System.out.println(i); } } }

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.