

Richard
-
Posts
30 -
Joined
-
Last visited
-
Feedback
100%
Posts posted by Richard
-
-
inb4 weath finds your acc <based by info you gave> and perms it
-
Shit happens. Happened to me last year Weath even said on twitter that if you bot on other accs he will ban all your accs if they interacted with each other
-
1
-
-
Where is web walking?
It will be here in 2 weeks 2 years ago
-
I remember there was one before but that was back in osbot 1
-
That don't include OSRS items
Here a list of the current OSRS items(Build 92)
-
2
-
-
There will be 2 due to unnoted and noted
-
-
temp workaround:
public Character<?> getInteracting(Character<?> c) { int uid = c.accessor.getCharacterFacingUid(); if (uid == -1) { return null; } if (uid < 0x8000) { return getNpcs().getLocalNPC(uid); } else { uid -= 0x8000; Player player = getPlayers().getLocalPlayer(uid); if (uid == getClient().getMyPlayerIndex() || player == null) { return myPlayer(); } return player; } }
Note, this temp workaround probably returns the local player in the case of an npc interacting with a player who isn't loaded (offscreen).. But I guess it will have to do for now
That is the same as the rsh one. Aka. the one I tried
works in my own private bot
-
it always works for other players
The issue is that the index of the local player is -1; so the thread title is a bit misleading
EDIT: I tried hooking the LocalPlayerIndex field according to rsh updater logs; and that too returns -1
.. this is strange
try
myPlayerIndex ~ [FieldNode] Owner: client, Name: hf, Desc: I GetterModifier: 96403577
-
-
Osbot must be broken due to it still works in my private bot
-
1
-
-
What is this thing you humans call life outside of runescape????
-
GF Pwned by jagex
Lots of other bots got ban it just noone posts about it anymore
-
-
Maybe you should stop with all these stupid unneeded updates that will only need a fix the next update and focus on making the bot less detectable
-
would be nice to hear how many hours a day you botted for
-
No unless you make your own updater to inject the rsps client with the required methods, then edit osbot to load that client instead
-
Havnt people heard of Boolean.getBoolean("")
-
1
-
-
i dunno why noone have done webwalking yet it so easy, i am able to make it get updated clip masks from the client so it knows if a door is open or closed, Or make it travel to a certain place visiting certain tiles on the way to redirect it away from dangerous npcs
heros - Castle wars
lummy - falador
Lummy to Edge
fairy place bank - cosmic altar
FLAMABLE/Richard1992 (R_S)
-
2
-
Banned on fresh account while logged into OSBuddy
in Botting & Bans
Posted · Edited by Richard
There is a packet that can detect injection due to jagex can just send a packet to lookup a known Accessor. But osbot combat this with Stealth mode witch basicly stops the packet from doing this
MGI posted a thread about the packet on another site if you want the link to it pm me and i will send you it