Everything posted by Isolate
-
Multi Botting
use socket/server I find it pretty useful for this kinda thing, also removes the link of being in a fc/saying the same things. Mule is running the server Subs are the sockets/clients (think it only costs like 10mb extra to do this)
-
Karamja F2P Bots
it's something easy to setup and run, low req, not huge cash but if you bust out enough accounts I guess it'd be worth it
-
The Mod Weath Roast
Question was deleted
-
[150+FB] Selling epic AGS pure Original owner![SAFE]
Boop. @Lacoste
-
topic moderation? its not allowing some people to post i think.
Isn't that what allows you to change the thread name since you're blue. (people with less than 100 post count can't post in accounts)
-
Can someone help me with basic array
for(int i = 0; i < arrays.length; i++){ //Here is where I mean } Creates a loop that'll keep looping whilst the value of i is less than the length of the Array arrays. In this case you're declaring a loop that initialises a value of i that starts at zero. i++ means after each loop it'll increase the value of i by 1. in the case of array, i is the index in the array defined above. so on the first loop array would be 1, on the second loop 23, ect. Although I have no idea what ind is or what kind of tutorials you're following. Maybe someone else can clear that up Oh I didn't read the full thing 0.0 I see why it has heaps of underscores now xD
- Imaging uploading program?
-
Change your passwords.
*checks email address activity* son of a b-
-
2 tabs not working
If it's VIP related you should get a notification pop up. Could just be memory related. Heard whispers in the chat-box about opening multiple clients instead of tabs.
-
[Average] Dark Voucher Shop [Hopefully Fast] [Not Always Online]
Add My Skype Or Find me in the chatbox Here
-
Harry's Graphic Design Shop [CHEAP ★ FAST ★ RELIABLE]
Added your skype
-
Check for when webwalker interacts with an object?
I was that tiny bit late
-
Check for when webwalker interacts with an object?
If you're using getWalking() getLocalWalker() I think you're out of luck but if you're using the snippet, that I believe originates from @Khaleesi but posted by hero (can't tag you for some reason) (feel free to correct me there you two) You could do public void webWalkEvent(final INodeRouteFinder routeFinder, final Position position, final Area area, final MethodProvider script) { WebWalkEvent event = new WebWalkEvent(routeFinder, position); event.setBreakCondition(new Condition() { @Override public boolean evaluate() { return getDialogues().inDialogue(); } }); script.execute(event); } which'd break walking when in dialogue, so you can handle it and it'd continue
-
Basic Function Names *Help Wanted*
Most things are documented pretty well in the API most base calls are pretty straight forward, Think as close as you can to english, but then allow for the fact it's a program Your example in the most basic form in the OSBot api would look like final int PIKE = 351; if(myPlayer().getCurrentHealth() < 5){ getInventory().getItem(PIKE).interact(); } so most things you'd ever need to access are pretty straight foward , eg. myPlayer() getInventory() getBank() getGroundItems() ect. storing stuff is pretty straight foward too Item itemExample = getInventory().getItem("Example name"); GroundItem groundItemExample = getGroundItems().closest("Example Name"); RS2Object objectExample = getObjects().closest("Example name"); ect it's pretty straight forward, if in doubt, search api
-
INodeRouteFinder caused memory leak:(
This INodeRouteFinder.createAdvanced(); only ever do it once in a script. Like in your onStart
-
Movies that influenced you?
Mr Nobody Hotarubi No Mori E Slumdog millionaire
-
Why do Kebabs have such high ban rate?
this was one of the most farmed methods when osrs came out. it's always had a lot of attention on it.
-
script Can't run on osbot (help)
got one-o these badboys up in that b****? @ScriptManifest(author = "Your Name", name = "Example-Name", version = 0.1, info = "This is an Example Manifest", logo = "")
-
Today's Bot Busting?
protip: they actually ban accounts when they're not doing 'bot busting' streams.
-
Problems with onLoop
@Override public void onPaint(Graphics2D g) { super.onPaint(g); }
-
Problems with onLoop
switch(state) seems legit (maybe I should provide more context) Maybe just a neaten up would help see what's going on here. package Private; import org.osbot.rs07.script.Script; /** * Created by Jordan on 14/03/2016. */ public class States extends Script { @Override public int onLoop() throws InterruptedException { switch (getState()){ case DROP: //drop break; case CHOP: //chop break; } return random(500, 900); } private State getState(){ if(!getInventory().isEmpty()) return State.DROP; else return State.CHOP; } private enum State{ DROP, CHOP } } what's the actual error/output you're getting
-
TREAT YA SELF
I love me some of that Venom Desgn. But srs it looks really nice :P
-
Signature Giveaway [2]
16 for them positive vibes
-
For the Weebs
out of what you have seen in the op which did you enjoy the most
-
For the Weebs
K Project Darker than black Black Butler to name a few.. edit edit: nvm goofed