Everything posted by swiffyp
-
Banwave going on
Log out your accounts, there's currently a banwave going on. Thousands of accounts have been banned already, and that includes all of my accounts... I botted my pure on my computer and my main on my VPS, both accounts now banned after the christmas event release.
-
SwiffyP's Cannon & AIO Killer [DWARF CANNON, NIGHTMARE ZONE, SAFESPOTS, SPECIAL ATTACKS & MORE]
1-99 Ranged using this script only.
-
quick update lol
Not really. Been using the exact same IP for botting for like 6 months now. Been banned a hundred times... Yet my current account has lasted for a month of 24/7 botting.
-
SwiffyP's Cannon & AIO Killer [DWARF CANNON, NIGHTMARE ZONE, SAFESPOTS, SPECIAL ATTACKS & MORE]
Rip. Make sure you use breaks and possibly mirror mode when botting... Otherwise the ban rates are high, no matter what script.
-
SwiffyP's Cannon & AIO Killer [DWARF CANNON, NIGHTMARE ZONE, SAFESPOTS, SPECIAL ATTACKS & MORE]
Just made an application for SDN upload.
-
SwiffyP's Cannon & AIO Killer [DWARF CANNON, NIGHTMARE ZONE, SAFESPOTS, SPECIAL ATTACKS & MORE]
I'm half way to level 98 now
-
SwiffyP's Cannon & AIO Killer [DWARF CANNON, NIGHTMARE ZONE, SAFESPOTS, SPECIAL ATTACKS & MORE]
Uploaded a new version. Simple fix for players training Ranged at caged ogres without a cannon. Sometimes it would get stuck behind the wall. Nice! Also thanks for the proggy mate. Keep them coming!
-
How to detect if another object is on top of an npc
nevermind, misunderstood the question
-
SwiffyP's Cannon & AIO Killer [DWARF CANNON, NIGHTMARE ZONE, SAFESPOTS, SPECIAL ATTACKS & MORE]
Thanks for the kind feedback! Would love the progs. Yeah the antiban seems to be working. I've literally used this script 24/7 for 97 Ranged levels without any bans.
-
SwiffyP's Cannon & AIO Killer [DWARF CANNON, NIGHTMARE ZONE, SAFESPOTS, SPECIAL ATTACKS & MORE]
Do it, please post proggies and/or bugs if you find any.
-
SwiffyP's Cannon & AIO Killer [DWARF CANNON, NIGHTMARE ZONE, SAFESPOTS, SPECIAL ATTACKS & MORE]
Just find the Osbot cache folder and put the .jar in Osbot/Scripts/ The cache folder should be in your home user directory
-
Khal AIO Stronghold
I just ran the script for 4h over night and was banned, lol... How does the refund policy work?
-
Khal AIO Stronghold
Just bought it, please add glory support... It doesn't take long and it's a nice feature. Nice job on the script pal.
-
SwiffyP's Cannon & AIO Killer [DWARF CANNON, NIGHTMARE ZONE, SAFESPOTS, SPECIAL ATTACKS & MORE]
Honestly I trained 1-80 using cows haha. There are almost always 0 players there in member worlds which means the ban rate is greatly lowered. On top of that, this script has some antibans added to it which obviously seem to be working haha.. It uses anti-patterns which means almost everything happens randomly and not after a specific action. I'd rather bot safely for 20k xp/h than bot in a more popular area with much greater risk... Probably will when I have some time over :p Hmmm... I started using cannon just after 60 Ranged and I just hit level 95... I'd say about 25M-30M. I noticed that cannonballs are actually currently dropping in price though. Anyhow, I will probably not be using cannon 95-99 Ranged, I just don't have any more gold to spare haha. It's too expensive.
-
SwiffyP's Cannon & AIO Killer [DWARF CANNON, NIGHTMARE ZONE, SAFESPOTS, SPECIAL ATTACKS & MORE]
You can use it as a normal killer for any NPC. I used it for 1-80 Strength on my pure killing different npc's. It also works with sand crabs (but doesn't bank). If you wish to use cannon, you'll need to finish the Dwarf cannon quest. The script works best with cannon at the Ogre camp. I have gotten 1-94 Ranged on my pure using this script, so it works without issues. Thanks pal, will do that.
-
SwiffyP's Cannon & AIO Killer [DWARF CANNON, NIGHTMARE ZONE, SAFESPOTS, SPECIAL ATTACKS & MORE]
Thanks! Put a lot of work into it.
-
Khal AIO Stronghold
Been testing this out. I'll buy this if you add Glory teleport support.
-
Agility Pyramid Script - How much?
- Perfect Stronghold AIO
What does the "Deathwalk" option do..?- ALCH BOTTING VS AUTO CLICKING 82-94 MAGE.
I have a clicker which is identical to Garys hood but it also supports random click delays which are perfect for alching. It does not have mouse randomly moving though. I can give you source code if you want and you can add that yourself. http://www.mediafire.com/file/c91h6tyo4zy90n2/clicker.jar- Guranteed Dismissal of Random Events
The built-in solver is not always triggered. It happens to me very often, which is why I decided to write this quickly. I haven't filed a bug report but I will do that. Now if you don't like this, don't use it. It's that simple.- ALCH BOTTING VS AUTO CLICKING 82-94 MAGE.
I wrote my own alching script, used it all the way from level 25-99 without any issues. Random click delays, random mouse position etc. Worked flawlessly. I could upload it for you if you want to use it.- Guranteed Dismissal of Random Events
Highly doubt that it's okay to not dismiss/attend random events.- Guranteed Dismissal of Random Events
Lately I've noticed that some random events aren't properly dismissed by the bot client. So I added this simple snippet into my script to ensure that they are. onLoop: if(dismissRandom()) { sleep(random(600, 800)); while(myPlayer().isMoving()) { sleep(600); } sleep(400); } boolean: private boolean dismissRandom() { for(NPC npc : npcs.getAll()) { if(npc == null || npc.getInteracting() == null || npc.getInteracting() != myPlayer()) { continue; } if(npc.hasAction("Dismiss")) { npc.interact("Dismiss"); return true; } } return false; } This basically checks if there are any npcs with the "dismiss" option interacting with you and if so, they'll be dismissed.- Khal AIO Stronghold
Could I also get a trial pls? I wanna buy this but I want to try first. - Perfect Stronghold AIO