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.

Checking if model is outdated broken on mirror mode ?

Featured Replies

Mirror client version : (x64 to x32) v3.07.181

Console output / terminal output: NA

Crash report if a crash occurred: NA

Script that you ran: Self made not on sdn.

Hooks that failed.: none

JVM/Browser bit version (32 / 64) : (build 1.8.0_201-b09) - 64Bit

 

While looking for GroundDecoration on mirror mode i always seem to get undefined results.

Sometimes he finds nothing, sometimes he finds half of what he should find. If i run the exact same code on stealth injection i will not encounter this problem and everything will work as it should.

private List<GroundDecoration> getAllDeco()
    {
        List<GroundDecoration> decoList = new ArrayList<>();
        for (RS2Object object : getObjects().getAll())
        {
            if (object != null)
                if (object.getClass().equals(GroundDecoration.class))
                {
                    GroundDecoration deco = (GroundDecoration) object;
                    if (!deco.getModel().isOutdated())  // this line will make it break for mirror mode. 
                        decoList.add(deco);
                }
        }
        log("decoListSize : " + decoList.size());
        return decoList;
    }

The bug seems to be at if (!deco.getModel().isOutdated()) when this line gets removed there is no difference between injection and mirror mode.

log from mirror mode.

gMhJINk.png

It should have print 7 every loop.

Mirror client hooking is key, make sure you are logged out during the whole process, otherwise you will get 0 npcs 0 items 0 objects. So stay logged out the whole time, once the clients hook, login manually, let the clients load by walking around a bit, opening interfaces etc, then you're set to either bot or develop scripts.

  • Author
9 hours ago, Token said:

Are the results affected by the reaction time value? 

Seems to be unaffected by the reaction value.

4 hours ago, Czar said:

Mirror client hooking is key, make sure you are logged out during the whole process, otherwise you will get 0 npcs 0 items 0 objects. So stay logged out the whole time, once the clients hook, login manually, let the clients load by walking around a bit, opening interfaces etc, then you're set to either bot or develop scripts.

Tried this but it didn't change anything, still getting the same random results.

Edited by zwaffel

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.