Everything posted by Magerange
-
Script not running
Thanks to both of you! It works now. However, I have found out that my conditionalsleep does not function propertly. I think I have set wrong parameter for it, because the account doesn't always animate while filling jugs. How could I replace it so it sleeps for x miliseconds? Do I have to change a lot of code?
-
Script not running
Thanks! Should I make a new method for it?
-
Script not running
Alright, so here is what I've been working on: @ScriptManifest(author = "Magerange", name = "JugFiller", info = "Fills jugs with water in east Falador", version = 1.0, logo = "") public final class Main extends Script { private final Area Pump = new Area (2947, 3382, 2948, 3383); @Override public final int onLoop() throws InterruptedException { if (canFill()){ fill(); } else { bank(); } return random(175, 270); } private boolean canFill() { return getInventory().contains("Jug"); } private boolean pumpUsable(){ return Pump.contains(myPlayer()); } Entity wPump = getObjects().closest("Waterpump"); private void fill() { if (!Pump.contains(myPosition())){ getWalking().webWalk(Pump); } else if (pumpUsable()) { if (wPump != null) inventory.interact("Use","Jug"); wPump.interact("Use"); } else { new ConditionalSleep(1500) { @Override public boolean condition() { return myPlayer().isAnimating(); } }.sleep(); } } private void bank() throws InterruptedException { if(!Banks.FALADOR_EAST.contains(myPosition())) { getWalking().webWalk(Banks.FALADOR_EAST); } else if (!getBank().isOpen()) { getBank().open(); } else if (!getInventory().isEmptyExcept("Jug")) { getBank().depositAll(); } else if (getBank().contains("Jug")) { getBank().withdrawAll("Jug"); } else { stop(true); } } }
-
When u trying to get an account banned but it aint happening
Did you manage to cover expenses for script and account itself? Was it worth it?
-
Script not running
So I wrote a local script with Eclipse and tried to export it as a .jar file to run it. The problem is that it does not start. When I select it in OSBot, it does nothing. My guess is that it has something to do with JRE versions not mathcing (1.7 compared to 1.8), but since I am a newbie with this, maybe someone can take me through how to check this propertly...? Should I just clean my PC from Java and install JRE 1.7? Much appreciated
-
Free secret methods
So what are the rates for chocolates? How many per hour can you do?
-
"Evidence Type: Jagex Moderator Comment"
Care to share what it says?
-
General CLI Questions
Perhaps I could 'push in' a question from my own: If I want to run a local script with CLI, do I have to implement a line of code inside the script? What the line should say? Thank you
-
Have you botted anything to 99 yet during 2017?
Got banned a couple of hundred k's away from 99 magic.
-
wish me luck guys
So, how does it look? @Mr Asshole
-
When you realize this is the guy who banned you...
They finally got you?
-
wish me luck guys
Well best of luck anyways!
-
wish me luck guys
Jazz is without their starting PG. Goodluck losing only by 13. Might as well just send me those $ 600. I could put them to better use
-
4 accounts banned today, all with different proxy
If so then why not ban them too? It would be a juicy loot. Kick farmers right in the nuts.
-
wish me luck guys
Just like I said about Rockets.
-
wish me luck guys
Wouldn't bet on the Rockets. I bet Pop kicked SAS rosters ass hard, they will show up.
-
P2P Money Making Methods
Solid methods, but most of them are niche markets and won't be able to hold massive farming.
-
Jagex has no chill
2 out of 3 accounts banned automatically (most likely, both bans occured at ~ 3 AM Jagex time), before I managed to mule them. NICE. Waiting for the last ban when Jagex gets back in office. The worst part is that I still owe 50 M to my friend who lent me some to get back on track and I can't even afford to give him back that now. I will quit for now, probably figure out something, we'll see. Maybe bot f2p only to minimize risk. Not ready to give up so easily. I guess it's the proxys? I mean I have nothing else left to blame but that and myself at this point.
-
Web walking causing bans?
I suppose 'time lasted' is time that has lasted standing in Lumbridge after Tutorial?
-
RIP Dicing Bots Dec 2016 - Mar 2017
Impressive. I also think the recent video I saw on youtube (dude exposing the script by simulating like 100 bets) doesn't help your case.
-
Jagex has no chill
This could be an issue, tbh. It has gotten slower than it used to be. I have contacted with the author of it about it, but he is not available till tomorrow evening.
-
Jagex has no chill
working on it. Shoutout to your splasher, works miracles atm!
-
Update 3
Nice. I'd still prefer the 'brick' version of the phone You could literally crack nuts with it or hammer a nail in.
-
Jagex has no chill
I was skeptical about it, but looking at this picture with a bunch beta tier males that haven't seen a naked girl (with the exception of Mat K and Chrisarchie), does explain that they could probably be bullied into working night shifts as well.
-
Jagex has no chill
My bad on the 'private' part. You are correct. Eventhough, I would like to point out that the method is not overtly popular from my observation as no premium/free scripts on here or other bots support it. Thanks for the idea. I consider that as well.