Everything posted by darkxor
-
Molly and Pinball hooks (1.8.2 do not work for me)
Hmm... I think it is not necessary. If you stop and start script, all hooks are cleared. Or you can just call randomManager.clearHooks()
-
Looking for Runescape Time Code supplier
No, I need time codes.
-
Looking for Runescape Time Code supplier
Looking for CONSTANT supplier. He needs to have Time Cards in stock always. I need like 10 Runescape 30-day time codes every day. Can pay by 07gp, paypal or webmoney. Price must be competitive.
-
Molly and Pinball hooks (1.8.2 do not work for me)
As for me, 1.8.2 has broken Molly and Pinball not fixed. Maybe, its only for me. I wrote hooks to fix randoms: class PinballRandomHook extends RandomBehaviourHook { public PinballRandomHook(int arg0) { super(arg0); } @Override public int onLoop() throws InterruptedException { RandomEventSolver pinball = randomManager.forId(randomManager.PINBALL); int ret = pinball.onLoop(); RS2Interface parent = client.getInterface(263); if(parent==null) return ret; RS2InterfaceChild child = parent.getChild(1); if(child==null) return ret; String message = child.getMessage(); if(!message.equals("Score: 10")) return ret; RS2Object caveExit = closestObjectForName("Cave Exit"); if(caveExit==null){ log("Pinball: no Cave Exit"); return ret; } if(distance(caveExit) > 4){ Position exitPos = caveExit.getPosition(); Position myPos = client.getMyPlayer().getPosition(); int x = exitPos.getX(); if(x - myPos.getX() > 3) x = myPos.getX() + 3; if(x - myPos.getX() < -3) x = myPos.getX() - 3; int y = exitPos.getY(); if(y - myPos.getY() > 3) y = myPos.getY() + 3; if(y - myPos.getY() < -3) y = myPos.getY() - 3; client.rotateCameraPitch(random(60, 67)); boolean walked = walk(new Position(x,y,0)); } return ret; } } class MollyRandomHook extends RandomBehaviourHook { public MollyRandomHook(int arg0) { super(arg0); } @Override public int onLoop() throws InterruptedException { RandomEventSolver molly = randomManager.forId(randomManager.MOLLY); int ret = molly.onLoop(); RS2Interface parent = client.getInterface(240); if(parent!=null) return ret; client.rotateCameraPitch(random(60, 67)); return ret; } } and this code add in onStart(): RandomBehaviourHook hook = new PinballRandomHook(randomManager.PINBALL); randomManager.registerHook(hook); RandomBehaviourHook hook = new MollyRandomHook(randomManager.MOLLY); randomManager.registerHook(hook);
-
Recent Topics are hidden when page loads
Some time ago Recent Topics (right side of page) began to hide when page loads. They show for second and then dissappear. Maybe this is error.
-
OSB/Script limits
Haxball, just buy VIP. Developers spend much time coding and supporting this project. It will be fair to pay for their work.
-
GoldFarmers, Assemble!
Anybody know what does Jagex use to chain-ban bots? Experienced goldfarmers PM me.
-
[200+FB] Minus is More Bond shop || 1.3M/3$ ͤ ͣ || FAST || CHEAP || 100+ VOUCHES || Almost 24/7 || New Seller "Minus Danny'' ||
sold me 4 bonds - fast and easy=)
-
[200+ FB|1,000s Sold|BONDS]YoHoJo: Selling Bonds & 30 Day Codes. Competitive Pricing!
plz add me skype - pombazhira
-
[100+FB]Undecided's Bonds Shop! -1.3mea-! [Verified Transactor]]
bought 10 bonds, ty again
-
[100+FB]Undecided's Bonds Shop! -1.3mea-! [Verified Transactor]]
bought bonds, ty=)
-
[150+ Feedback] Express Bonds 1.2M 07 GP Each [150+ Sold]
hi! need 10 bonds, skype - pombazhira
-
,.-~*´¨¯¨`*·~-.¸-[200+ Sold] Dark's Bond Shop! 1.25M Each! [200+ Sold] -,.-~*´¨¯¨`*·~-.¸
hi! need 10 bonds, skype - pombazhira
-
[500+ Feedbacks] Trust's Bonds Shop l√l First Bond Shop in OSBot ▬Fast▬Safe▬Easy l Over 500 Sold l CHEAP l
hi! need 10 bonds, skype - pombazhira
-
Does anyone run OSBot user Windows Server 2012 R2 x64?
I run bots under Windows 7 Ultimate. But want to get hosting, and there is only Windows Server options, 2008 or 2012. Anybody have experience running OSBot under: 1) Windows Server 2012 R2 x64 2) Windows Server 2008 R2 x64 Thanks, darkxor.
-
[200+FB] Minus is More Bond shop || 1.3M/3$ ͤ ͣ || FAST || CHEAP || 100+ VOUCHES || Almost 24/7 || New Seller "Minus Danny'' ||
Bought 10 bonds, it was very fast and easy, today want to buy again=) tyvm=)))
-
[200+FB] Minus is More Bond shop || 1.3M/3$ ͤ ͣ || FAST || CHEAP || 100+ VOUCHES || Almost 24/7 || New Seller "Minus Danny'' ||
hi! need to buy 10 bonds, plz add me in skype - pombazhira
- v1.7.82-6
-
DO NOT BOT ATM ! tell me if this is not true
Confirm, DONT BOT!!! OsBot is broken atm.
-
Java Performance (options) suggestions?
Anybody is enough experienced with Java options to suggest me what options to specify for better CPU performance with OsBot? 64bit JDK, windows 7 64-bit, Core I7-3930K, 32GB opmem. Also, any suggestions about windows tuning for OsBot java app?
-
onLogin() code handling
Dear Scripters! It is useful to stop your bots when onLogin() triggers with some error codes: 1) 12 - You need a members account to login to this world. Please subscribe, or use a different world. 2) 3 - invalid username or password 3) 32 - Your attempt to log into your account was unsuccessful. Don't worry, you can sort this out by visiting the billing system. 4) 4 - Ban:) 5) 5 - Another person using this account. OsBot automatically stops on error 4 (ban), but dont stop on others. Also, code 5 is account hack detector. If you get it, warning should appear. Primary code is like @Override public void onLogin(int code){ if(code==12){ //You need a members account to login to this world. Please subscribe, or use a different world. stop(); } if(code==3){ //invalid username or password stop(); } if(code==32){ //Your attempt to log into your account was unsuccessful. Don't worry, you can sort this out by visiting the billing system. stop(); } if(code==4){ isBan = true; stop(); } if(code==5){ stop(); } } Hope this will help you.
-
What monster to kill with 50 att-str-def?
I think druids are high-ban now?
-
What monster to kill with 50 att-str-def?
Can you suggest me what monster to kill for decent drop? With 50 att-str-def, no quests complete (cannot dress anything requiring them). Not high-ban, better the place nobody bots now. And better to it drop 2-3 types valuable items instead of 10 types, to sell it easier. Thanks, dark_xor.
-
What was that?
Looked this with one of my bots also.
-
Top reasons why people get banned?
Yeah, if you babysit your bot, it is safe enough to bot then. If, of course, developers take care of technical aspect. All my bans are due to stupidity - randoms were not working, runned too much bots from single IP, bots all were going to same world, etc.