Everything posted by Botre
-
What font is celestial using?
i'ts all about that little shadow ;)
-
World hopping class
^updated the OP Wrote it rather quickly and didn't test it :p Thanks
-
Friday night hip hop night
If you are into UK / grimey stuff:
-
✯✯✯ R☠AD T☠ THE ♛PERFECT♛ PKING ACC☠UNT ✯✯✯
Nice gl ;)
-
World hopping class
package worldhopping.Botrepreneur; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.List; import java.util.Random; import org.osbot.rs07.script.Script; public class WorldHopper { /** * @author Botrepreneur * @Version: 00.10 */ private List<Integer> future = new ArrayList<Integer>(); private List<Integer> past = new ArrayList<Integer>(); private int worldHops = 0; private final Script script; public WorldHopper(final Script script, Collection<World> list) { this.script = script; for (World world : list) { if (world == null) { continue; } this.future.add(world.getWorldNumber()); } } public void toRandomWorldNumber() { int index = new Random().nextInt(future.size()); int world = future.get(index); this.script.log("Hopping to world: " + world); this.script.worldHopper.hop(world); this.worldHops++; this.future.remove(index); this.past.add(world); this.resetList(); } public void toLowestWorldNumber() { int world = Collections.min(future); int index = future.indexOf(world); this.script.log("Hopping to world: " + world); this.script.worldHopper.hop(world); this.worldHops++; this.future.remove(index); this.past.add(world); this.resetList(); } public void toHighestWorldNumber() { int world = Collections.max(future); int index = future.indexOf(world); this.script.log("Hopping to world: " + world); this.script.worldHopper.hop(world); this.worldHops++; this.future.remove(index); this.past.add(world); this.resetList(); } private void resetList() { if (future.isEmpty() && !past.isEmpty()) { List<Integer> temp = this.future; this.future = this.past; this.past = temp; this.past.clear(); } } public int getWorldHops() { return this.worldHops; } public void resetWorldHops() { this.worldHops = 0; } }
-
Hoppable Worlds Array
http://docs.oracle.com/javase/7/docs/api/java/util/ArrayList.html
-
How effective would this be?
Guess it all depends on the location indeed ^^
-
A few questions before I start botting
2. Yes they could
-
A few questions before I start botting
I don't get your question sorry : / This = ?
-
How effective would this be?
He'd have to write a method to check if a tile is walk-able though
-
How effective would this be?
I made a tool to generate unique paths from a list of paths. But yeah I used to do lots of walking before I had that tool x)
-
How effective would this be?
I make it randomly choose between 100+ predefined paths in my Shrooms script. It's super effective if you are 100% sure the paths are flawless
-
Goku vs. Madara!
Lol Michael Bay is that you?
- OSBot 1.8.10
-
FREE: [AIO Herblore] premium herblore script, free 24h trials!
Free trial: Want to try out a premium herblore script for free? Script's thread: http://osbot.org/forum/topic/48273-aio-herblore-flawless-herblore-training/ Rules: 100+ post count users only for security reason. Leave a comment on this thread. Leave a comment on the script's thread (see link above). Like the script's thread (not required but much appreciated) (see link above). Maximum one 24h trial per user. Maximum 5 trials per 24h.
-
Jack's Sexy Sorta NSFW Graphics Shop
- Jack's Sexy Sorta NSFW Graphics Shop
Lmao Inb4 SOTW rank- FREE: [Shrooms] premium money making script, free 24h trials!
Trial started Enjoy! For the people who hate xp waste: you can turn you fungi into super energy potions for massive free herblore XP!- 1 attack and 1 str, 99 def pure goal (LEGIT).
legendary looking forward to your next g&a- 1 attack and 1 str, 99 def pure goal (LEGIT).
legendary looking forward to your next g&a- what happens when you snort powdered alcohol
Because it's illegal. x)- what happens when you snort powdered alcohol
Fake coke for wannabes? I could see this becoming a thing tbh- Worst botting excuse ever
- Show me your workstate.
Meh I'll upload a better pic later, one that doesn't look like I live in a jail cell- Looking to learn something new / good book.
@ the people suggesting music: I have been working with ableton live and pro tools for more than 5 years now, recently started writing my own vst plugins. Keep the suggestions coming - Jack's Sexy Sorta NSFW Graphics Shop