Everything posted by Flamezzz
-
Selling 60m 07 $1.5/m
Added
-
Selling 60m 07 $1.5/m
No
- Selling 60m 07 $1.5/m
-
Problem with script
if (!inventory.isFull()) return State.DROP; You probably want to drop when inventory.isFull() Also, to not drop your axe you can use a filter: inventory.dropAllExcept(item -> item.getName().contains("axe"));
-
disable the random mouse & camera movements
This should work: antiBan.unregisterBehavior(AntiBan.BehaviorType.CAMERA_SHIFT); antiBan.unregisterBehavior(AntiBan.BehaviorType.RANDOM_MOUSE_MOVEMENT); antiBan.unregisterBehavior(AntiBan.BehaviorType.SLIGHT_MOUSE_MOVEMENT);
-
The currentStrenghtxp dont updates
You could use http://osbot.org/api/org/osbot/rs07/api/util/ExperienceTracker.html Put experienceTracker.startAll(); in onStart()
-
[Snippet request] Conditional sleep until login and welcome screen are completed
You could sleep when bot.getRandomExecutor().forEvent(RandomEvent.WELCOME_SOLVER).shouldActivate() == true, assuming the widget is actually visible when this happens.
-
Sort HashMap keys based on highest value first
If you want to keep the keys sorted use a treemap like this: TreeMap<Integer, Integer> map = new TreeMap<>(); map.put(100, 200); map.put(150, 300); map.put(1, 200); map.put(-100, 800); map.put(-50, 8000); map.put(900, 2000); map.put(700, 6000); log("Smallest key: " + map.firstKey() + " -> " + map.get(map.firstKey())); log("Largest key: " + map.lastKey() + " -> " + map.get(map.lastKey())); log("Iterating keys:"); for(int k : map.descendingKeySet()) { log(k); }
- ►Slurge Script GIVEAWAY◄
-
buying 10m OS
I can sell you 5m, $1.8/m. You can find me in the chatbox.
- Fresh level 3
-
How to suppreess LoginEvent and inventory listener question
Mhm... I've tried, without success, both overriding the AutoLogin solver and unregistering/registering it
-
How to suppreess LoginEvent and inventory listener question
For the latter I think this could help you: client.isLoggedIn() and bot.getRandomExecutor().unregisterHook(RandomEvent.AUTO_LOGIN)
-
Getting world position from map position (and vice versa)
And if that doesn't help you, you could always get some more data points and use some sort of regression / least squares.
-
Scripting help/question
Disable resizable mode.
-
Banned with 20 hours total botting (not at once)
Nothing wrong with the standard client, it's just that lots of players with a similar pattern causes bans.
-
Client Minimise
There's software to minimize applications into the system tray.
-
How long does it take?
Ye well as stated above you need some experience with java, which can take up to a few months to learn... In ~2 weeks, if I graduate uni, I'll have some more time and will create a proper scripting language w/ bindings for the osbot api. That would make it a bit easier for people to start scripting.
-
Any good TV shows out there?
breaking bad, dexter, malcolm in the middle, that 70s show, scrubs, psych
-
pc on this acc 67-60-30
I'll buy it for 4m.
-
Buying some 07 gold pieces
Could sell you up to 5m @ 1.9
- LoL EUW Unranked (S4 Plat IV) only 6m 07
-
NX Bots (Impsoft) Vs Bots these days
Ye of course they ran 100% flawlessly, they didn't have to add anything fancy to seem less botlike --> greater complexity --> more bugs.
-
NX Bots (Impsoft) Vs Bots these days
Bot detection got better, that's it.
- LoL EUW Unranked (S4 Plat IV) only 6m 07