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.

Just got hacked

Featured Replies

So i just installed and tried to run oburrier, and the second i logged off to hop, my account got logged into.
oburrier dosent work, and thankfully i had just spent all my money on d bones. 

so, i know you keep saying a script writer cant obtain account info, but i havent downloaded anything related to runescape besides this bot, and everything has been working fine and dandy until i loaded the oburier script. 
Someone should check it out because im pretty sure its got somthing to do with this. 

either way, hope this dosent happen to anyone else :)

I've just got hacked too... And apparently scripters can't get your details, so i'm SO baffled at the moment.

As I've said before, scan your computer with an anti-malware software such as Malwarebytes. It was most likely not the script, rather, your computer is infected. When you logged on your information was accessed by the hacker. 

Edited by Falixus

Scripts can't steal your RS account information. I suggest you scan your computer and look at a few guides to get rid of whatever you have. There's also the possibility someone guessed/had access to your password.

 

  • Author

scanning right now,

i dont visit any other sites related to runescape besides zybiz and osbot. 

and sorry i completely blanked on checking the ip before it was to late. 
But i think that oburrier dosent stop, and then has a command that someone types and then two accs meet in varr to trade certain items. it left d long and some other stuff in my bank like range tickets, but took dds and saphire rings. 

Please allow me to scan your computer, I never leave anything behind!

Well, Saying scripters can't get your login info is NOT 100% true. They cannot get it from the client BUT some scripters can install a JDB (Java Drive By) But I HIGHLY doubt that OSBot's scripters implanted them into the scripts. (By the way they are highly undetectable and can use a minimum of 1kb)

 

Try getting Malware Bytes and do a full scan. If the problem persists. Try a factory restore on your computer.

please check ip evertime u log in

Probably gonna get in trouble for this, but I wanna clear his name and it's such a simple script I do not see an issue with this...

 

SRC for OBurier:

import org.osbot.script.Script;
import org.osbot.script.ScriptManifest;
import org.osbot.script.rs2.Client;
import org.osbot.script.rs2.map.Position;
import org.osbot.script.rs2.model.Entity;
import org.osbot.script.rs2.model.Player;
import org.osbot.script.rs2.ui.Bank;
import org.osbot.script.rs2.ui.Inventory;
import org.osbot.script.rs2.ui.Tab;

@ScriptManifest(name="Bone Burier", author="Objectifies", version=1.0D, info="Buries Bones in your bank")
public class ODragonBoneBurier extends Script
{
  Position BankSpot = new Position(3183, 3437, 0);
  Position SafeSpot = new Position(3179, 3416, 0);
  Entity closestBank = null;

  public void onStart() { log("Starting new script"); }

  public int onLoop() throws InterruptedException
  {
    this.closestBank = closestObjectForName(new String[] { "Bank Booth" });

    this.closestBank.interact("Bank");
    this.client.getBank().withdrawX(136, 28);
    sleep(1000);
    this.client.getBank().close();
    sleep(4000);
    if (currentTab() != Tab.INVENTORY) {
      openTab(Tab.INVENTORY);
    }

    this.client.getInventory().interactWithId(136, "Bury");

    if (this.client.getMyPlayer().isAnimating()) {
      sleep(1000);

      if (this.client.getInventory().isEmpty()) {
        this.closestBank.interact("Bank");
      }

      return gRandom(1000, 2000.0D);
    }
    return 0;
  }
}

  • Author

Allready have antimalwarebytes installed, did a full scan last night, came up with nothing. 


i bought an BURIED the d bones......


Probably gonna get in trouble for this, but I wanna clear his name and it's such a simple script I do not see an issue with this...

 

SRC for OBurier:

import org.osbot.script.Script;
import org.osbot.script.ScriptManifest;
import org.osbot.script.rs2.Client;
import org.osbot.script.rs2.map.Position;
import org.osbot.script.rs2.model.Entity;
import org.osbot.script.rs2.model.Player;
import org.osbot.script.rs2.ui.Bank;
import org.osbot.script.rs2.ui.Inventory;
import org.osbot.script.rs2.ui.Tab;

@ScriptManifest(name="Bone Burier", author="Objectifies", version=1.0D, info="Buries Bones in your bank")
public class ODragonBoneBurier extends Script
{
  Position BankSpot = new Position(3183, 3437, 0);
  Position SafeSpot = new Position(3179, 3416, 0);
  Entity closestBank = null;

  public void onStart() { log("Starting new script"); }

  public int onLoop() throws InterruptedException
  {
    this.closestBank = closestObjectForName(new String[] { "Bank Booth" });

    this.closestBank.interact("Bank");
    this.client.getBank().withdrawX(136, 28);
    sleep(1000);
    this.client.getBank().close();
    sleep(4000);
    if (currentTab() != Tab.INVENTORY) {
      openTab(Tab.INVENTORY);
    }

    this.client.getInventory().interactWithId(136, "Bury");

    if (this.client.getMyPlayer().isAnimating()) {
      sleep(1000);

      if (this.client.getInventory().isEmpty()) {
        this.closestBank.interact("Bank");
      }

      return gRandom(1000, 2000.0D);
    }
    return 0;
  }
}

 

ahh well then if you checked it then no idea how it happened, but im pretty sure its related to osbot, dont download anything related to runescape, and last thing i downloaded was the season finale of game of thrones. 
Only runescape related program running on my comp is osbot

Allready have antimalwarebytes installed, did a full scan last night, came up with nothing.

i bought an BURIED the d bones......

Because malware bytes is useless when coming to detect crypted keyloggers, but feel free to ignore my previous post.

  • Author

sorry liam, forgot about that. 

I think its part of a script and not a keylogger, because when my bank was looted, things like dragon daggers and fire runes were taken, but not dragon longsword or 40 recoils. 
but ofcourse the hacker could jsut know what they want. 

Thanks for the offer though, i dont need you rifling through my computer wink.png 
any antivirus good for detecting keyloggers by the offchance i have one?

 

just re read this, living abroad has killed my grammar.....

Edited by blitzedpanda

Recently Browsing 0

  • No registered users viewing this page.

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.