-
Posts
46 -
Joined
-
Last visited
-
Feedback
0%
Everything posted by CrashBandiboob
-
Thanks for the suggestions all!
-
The F2P Level 50 Botting Challenge
CrashBandiboob replied to CrashBandiboob's topic in Botting & Bans
Haha you know it -
I am aware people are not going to disclose their money makers for obvious reasons! But.... What's the best way to maintain a bond? Something that I can bot for a couple of days out of the 14 maybe just to make enough to keep myself going on P2P? Not looking for some mega money maker (although that would be nice)
-
The F2P Level 50 Botting Challenge
CrashBandiboob replied to CrashBandiboob's topic in Botting & Bans
Oh nice, did not know this! Just got myself a bond so the P2P expansion is coming! -
Proggie from 12 hours on f2p
-
Right. I'd never coded anything in my life prior to this so as a challenge I thought I'd try to get all my F2P skills to level 50 using only scripts that I had written myself and try not to get banned. The good news is I did it! Thought I'd do a quick thread explaining how it was done and what scripts I'd used... DISCLAIMER: I've uploaded the scripts for people to download and use but they aren't the best and not really a proper release of the script so won't be keeping them updated here. I will take any suggestions you have on board though! Starting Out Okay, first lie - I used Explv's AIO to do tutorial island and a few quests Melee I started off, where everyone starts off, Lumbridge chickens. Wrote a script that killed the chickens and had the options to loot feathers and loot and bury bones for prayer xp. This script was pretty bad but it kind of worked. Script: BandiChix - http://www.mediafire.com/file/47ts1liy06xxbx2/BandiChix.jar/file After that I wrote a general fighting script that lets you type in the name of the mob you wish to fight and a food source, this script would then eat for heals at 12hp. I used this to fight giant rats and giant frogs in Lumbridge until 50. Script: BandiFight - http://www.mediafire.com/file/ig3y1i9fjxh3nxt/BandiFight.jar/file Ranging Followed pretty much the same principles as above just using the BandiFight script and equipping the best shortbow I could with iron arrows Magic Again same as above, just used BandiFight to kills mobs with the hight strike spell I had. I did think about writing a teleport script but that method of training was expensive and I had time on my side anyway. Prayer I initially wrote the script to loot bones from the chicken area in Lumbridge so would find a world with a few people training there and the script would make my player run around the area looting bones from the ground and burying them when the inventory was full. This was VERY slow, so I then found that the chaos temple in the wilderness had quite a few bones spawning there with no mobs (unlike the graveyard full of skeletons) so I wrote an option to go there and loot all those bones and bury them on a full inventory. This again was very slow, so I caved bought a load of bones and scripted and option that just sits at the bank withdraws bones and burys them there. I did this until 50. Script: BandiBones - http://www.mediafire.com/file/awcytr3ayfxgx2t/BandiBones.jar/file Crafting Ok I kind of lied again - I manually made leather gloves until I was a high enough level to make gold rings the wrote a script that gets gold bars from the bank in Al Kharid and makes gold rings at the furnace, rinse and repeat until 50! Script: BandiCraft - http://www.mediafire.com/file/vr1zrxexlqxqlb6/BandiCraft.jar/file Mining Wrote a script that powermines most ores and has banking option, sort of released it here - should probably go back and support that script more. Pretty much just powermined tin then iron until 50. Script: BandiMine - https://osbot.org/forum/topic/156957-mining-bandimine-v02-banking-powermining-progressive/ Smithing Another lie - I manually did the quest with the blurite ore that gets your smithing to 29 in one go. After this I wrote a script that gets iron bars from your bank in Varrock West and then goes to the anvils to the south to make iron full helms, did this until 50. Script: BandiSmith - http://www.mediafire.com/file/th1k1xkf9yktcsu/BandiSmith.jar/file Fishing Wrote a script that handles small net fishing and fly fishing in any location. Can powerfish or bank, I opted to bank and used the fish for my cooking skill later on. Script: BandiFish - http://www.mediafire.com/file/y5i1on4c86j9fyf/BandiFish.jar/file Cooking This script withdraws food from your bank in Al Kharid and then cooks it at the nearby stove thing. Let's you type any food type and use that, just used all the fish I fished earlier to get this to 50. Script: BandiCook - http://www.mediafire.com/file/1p6x2gijnhmvpqy/BandiCook.jar/file Firemaking This script withdraws the chosen log from the bank at the GE then walks to the position so that you end up back at the banker when you have completed an inv of logs. Easy 50. Script: BandiFire - http://www.mediafire.com/file/mgb75qdrqrsf9f6/BandiFire.jar/file Woodcutting This was the first script I wrote! Chops trees anywhere and has banking option. Script: BandiCut - https://osbot.org/forum/topic/156882-woodcutting-bandicut-v093-powercutting-banking-features-updated-131019/ Runecrafting I lied again - I hate runecrafting so I didn't do this skill. Other Wrote a quick script that walks you to various or a custom location. Script: BandiWalk - http://www.mediafire.com/file/fihq16d85k3j538/BandiWalk.jar/file Happy to answer any questions people may have!
-
Trial please, and thank you
-
BandiMine v0.2 By Crash Bandiboob BandiMine lets you mine anywhere! Modes: Banking - Gets a full inventory, walks to your chosen bank deposits all ores and gems and then returns to your mining spot Powermining - Gets a full inventory, drops all ores (keeps gems) and starts mining again Progressive - Powermines tin until level 15 and then powermines iron. Autowalks to ore locations. PLEASE NOTE: This is a very early release, not many options are available and there will be bugs. This has not been fully tested but main functions seem to be working fine. Please report any bugs in this thread, and let me know of anything you would like added! Currently supported ores: Coal, Copper, Iron, Tin Currently supported banks: Al Kharid, Lumbridge, Varrock East, Varrock West Download: http://www.mediafire.com/file/vps9vapq8ypchg2/BandiMine.jar/file I would love to see your progress screenshots! Post them below! Progress Reports: Changelog:
-
Walking back to previous location
CrashBandiboob replied to CrashBandiboob's topic in Scripting Help
Of course! It was so obvious! Thank you! -
Walking back to previous location
CrashBandiboob replied to CrashBandiboob's topic in Scripting Help
Good point. I have changed the setting of pos to: pos = myPosition(); And the return walking to: getWalking().webWalk(pos); But still does nothing. Tested this by being on the same floor as the bank in Lumby castle and on a different floor -
Walking back to previous location
CrashBandiboob replied to CrashBandiboob's topic in Scripting Help
I was worried someone would say that, the code is a mess haha Here it is: https://pastebin.com/JAwetg8g Have tried this, same issue -
Would love some help on how to use positions and walking! Let me give a bit of background: Script cuts trees, when inventory is full it walks to chosen bank, deposits all logs, then I would like it to walk back to where it was cutting the trees. I'll break down what I've got: I've declared a new variable 'pos' to store the original location of wood cutting and set it as any old value: public Position pos = new Position(0, 0, 0); Then when the script sees the inventory is full it sets the value of 'pos' to the closest tree: RS2Object tree = getObjects().closest(treeName); .... pos = tree.getPosition(); Script then walks to the chosen bank e.g.: getWalking().webWalk(Banks.LUMBRIDGE_UPPER); It does all the banking stuff, closes the bank and then to return to the original position I have tried: getWalking().walk(pos); The issue I am having is that pos gets set as the players current location at the bank when trying to return to the closest tree so the player just stays at the bank and goes nowhere. Why does the value of pos get overwritten when? Is there a better way to store the value of pos? Is there a better way to write this code?
-
BandiCut v0.93 By Crash Bandiboob I am proud to release my first ever script! Have an axe equipped or in your investory, choose a tree, choose a bank or choose to power cut and your away! Features: Axe check - checks if you have an axe, how can you cut without one?! Powercutting - Set your bank to none to powercut ANYWHERE! Banking - Banks your logs and returns to your original cutting spot (Currently supports Lumbridge, Draynor and West Varrock banks (more to be added soon)) Pacifist mode - Runs away if your under attack and goes back to cutting when coast is clear Banking isn't completely optimised at the moment, it works but needs improving Download: https://www.mediafire.com/file/7rhe1371lmxe2f1/BandiCut.jar/file I would love to see your progress screenshots! Post them below! PLEASE report any bugs or any bad things about the script and I will try and fix them! And I would also love to hear your suggestions/feedback on any improvements! Progress Reports: Planned updates: Changelog: P.S. This is the first time I have ever coded something, so bare with me!
-
This is all golden, thank you!
-
Amazing! Thank you!
-
This is the first time I have ever really coded anything (apart from HTML for my Neopets guild about 20 years ago), thought I would give it a crack and have made a woodcutting script. What this does at the moment is just powercuts the closest trees, I just wanted some feedback on where I'm going wrong/what could be improved/things I've missed. Most of what I have done has been guess work, trial & error and reading a lot of other peoples code, but it seems to be working alright! Some things I would like some help with: 1. I'd like to put something that enables run when energy goes beyond a certain value, can someone point me in the right direction for this? 2. My axe check needs to contain all of the axes not just bronze axe. How would I do this? I've tried doing a string array but EquipmentSlot doesn't seem to like this 3. Something probably a bit too advanced for me right now - How do I create a little pop up before the script kicks in so the user can choose a different tree type? Here's the compiled (is that even the right term?) jar file: https://www.mediafire.com/file/kpgbnkfnemx3u9d/FirstScript.jar/file And here's the source code: https://pastebin.com/57neLNcJ
-
Hi, Used to play RS way back in the day, and then played a bit of OSRS a few years back. Signed up here as I've been intrigued in gold farming and how it all works, so I'm going to give it a go small scale to see how it works - purely as a hobby thing more than an actual money making thing. Stumbled across Juggles guide: Seems like a good starting point and got myself a VPS from OVH to start off. If anyone could point me in the direction of anymore guides (especially on how to best use the VPS) or resources that would be great!