Everything posted by Appelflapjes
- 👑 Perfect Czar Free Trials & Demos 👑 MOST POPULAR 👑 HIGHEST QUALITY 👑 MOST TOTAL USERS 👑 LOWEST BAN-RATES 👑 24/7 SUPPORT 👑 SINCE 2015 👑 MANY SKILLS 👑 MOST VIEWS 👑 MOST REPLIES 👑
-
35 Smithing accounts
New account => The Knight's Sword => get some gp to do last levels?
-
Spam Bot
Indeed. It's just a basic string over and over again (with maybe some random chars added). Easy to code.
-
Basic streams, and how to use them
Very interesting! Thanks for the read ;)
-
Current Price Checker
Google is a god: http://osbot.org/forum/topic/68912-grand-exchange-price-api/ Look a bit more next time.
-
Improving my combat method
Something like this? (not an expert either ) case ATTACK: NPC target = npcs.closest(new Filter<NPC>() { @Override public boolean match(NPC npc) { return npc != null && npc.getName().equals("Yak") && !npc.isUnderAttack() && npc.getHealth() > 0 && map.canReach(npc); } }); if (target != null) { target.interact("Attack"); status = "Interacting with Yak"; sleep(random(500, 800)); } else { // No yak available } break;
-
Frost Barrow Ban?
Then it suddenly had been flagged at the time i started Barrow'ing... Since I botted alot before then. Still, script is awesome. Would recommend
-
Frost Barrow Ban?
Botted this for about 5 hours, main got banned. (Yes i used breaks etc, I'm not stupid Depends on a couple of factors.
-
Find projectiles
Even if it could detect the projectile, the client wouldn't be able to switch prayer that fast I assume? Since switching takes 0.5s or sth.
-
OmniTar - up to 120k/hr exp - Supports all tars - More cool stuff
Sweet idea. But won't this crash the price REALLY bad? No one uses salamanders (even at Barrows, where people used it back in the day), so price will drop significantly. Edit: Woops nevermind, didn't realise herbs were free. Darn NMZ Ignore my post ere
-
[OSBot 2] BitterAIOFarmer -In Development-
This script is a bit old... Might want to check the date of the previous post.
-
Need help/advice. Being taken to court! PLEASE READ ALL (Get in here law students)
No probs. Be sure to also mention that in court. Don't consider it of a test, but more of telling a story. Don't be that guy who loses the case because he's sweating/hesitating/mumbling/...
-
Need help/advice. Being taken to court! PLEASE READ ALL (Get in here law students)
Bank stats don't really show anything, you couldve withdrawn more than 100 at that time, maybe you had it in cash already. I'd suggest write down all facts down, and get as much proof you possible can (ofcourse...). Remember is you tell your story straight, with alot of details, without hesitation, it will be ALOT more convincing. Mails/texts to someone else to tell them you're doubting/not doing it?
-
Need help/advice. Being taken to court! PLEASE READ ALL (Get in here law students)
Write everything down what you know, in case you get to do your story, you don't leave out details. When they don't have proof of something you clearly haven't done, it'll be your word against his (theirs?). Do not, in any case, get uncertain about your position. Keep the focus on the fac that YOU are the victim, not him. Good luck Edit: Do you have some kind of proof the contract didn't go as planned first? Because technically you signed it...
-
Simulate focus in your scripts the easy way
Very interesting... Thanks for the great read!
-
New scripter says hello to OSBOT ;)
Will try :3. Thanks! Awesome & Bedankt ^^ Thanks ;) Me too, in a week i have finals, so I'm holding off on releasing alpha of my #1 ;)
-
New scripter says hello to OSBOT ;)
Thanks My first real script is near releasable. It's almost in alpha
-
POSSIBLE "loophole"
Interested. I'm willing to repay 5M if I'm able to reclaim
-
Jagex Account wealth Tracking is Advanced!
Maybe they only tracked a level 3 selling oak logs for 2M? Edit: and the botted accounts banned because of obvious reasons ;) Maybe they aren't linked to each other?
-
Stag - long time botter & internet dweller
Welcome Interested in actually creating scripts?
-
New scripter says hello to OSBOT ;)
Thanks! And thank you for trusting in me . Thanks! I do hope so, I already got the passion to do such things, so let's see and wait . Also Thanks I am aware of this... I'll need some real good antiban (got a few in mind for next scipt), but I suppose that mirror is still the safest thing to do . Lets hope and see .
-
New scripter says hello to OSBOT ;)
I DIDNT DO ANYTHING WRONG, IT WASN'T ME. Thanks Seems like I'm having a bodyguard from those very very nice people which call themselves 'moderators' . Thanks!
-
New scripter says hello to OSBOT ;)
Thanks man! Thanks! And I personally REALLY hated scripts with low amount info about what it does and what the scripter is doing with it (which update next, ...). I wanna be the guy who people can ask and will receive answers.
-
New scripter says hello to OSBOT ;)
Not really but thanks !
-
New scripter says hello to OSBOT ;)
It indeed does look neater (but seems more difficult with filters (which i've never used before))! Will try to figure that out ;).