Leaderboard
Popular Content
Showing content with the highest reputation on 06/15/17 in Posts
-
7 points
-
6 points
-
5 points
-
NOT ACCEPTING CLIENTS I'm once again offering private scripting services. I will only be taking one customer at a time. Why Choose Eliot? Scripting on OSBot for over 4 years, I have held the highest scripter rank for more than three years. Sold scripts to over 1,000 customers who have used them for well over 100 years of in game time. I will never sell the same private script twice or make a script for the same thing more than once. I only take one customer at a time, this allows us to work together to create the highest quality script tailored to your needs. Why Choose Someone Else? Price: my scripts are not cheap as I don't use open source code, reuse entire code modules, make the same private script twice, or do other things that make your script less "private". Time: I take my time to work with you and create exactly what you need. If you want a Zulrah script by tomorrow, look elsewhere. If I'm not interested in making your script, I'll gladly refer you to someone who is. How Does it Work? Send me a PM of what you want the script to do. I will reply letting you know if I'm interested, ask for more details, or provide a quote. I'll add you on Skype and we can go from there. You must provide an account for testing that has the requirements needed for your script. Payment I only accept 07gp as payment. Payment will usually be made in two installments, 50% when I start the script and 50% when I finish it. You must pay in full before receiving the script. Bug fixes are free for three months after you receive the script, any changes beyond bugfixes are not free. If for some reason I cannot complete the script to the original specifications I will provide a full refund.4 points
-
as much as I love eclipse, never visit this section again4 points
-
I received my first ticket in 7 years a few months ago, it was dropped in court after I waited 20 minutes to see the judge. Unbelievable, I was completely oppressed that they even pulled me over!4 points
-
4 points
-
3 points
-
Here is how to do it: 1. Open module settings (F4), or right click on a module and select open module settings 2. Navigate to the artifacts tab on the left 3. Click the green + symbol and select JAR -> Empty 4. Move the compiled output of the module you want to put into the .jar from the available elements (on the right) into the .jar (on the left) by double clicking on it 5. Set the name of your .jar, and change the output directory to the scripts folder: 6. Select apply. 7. To then build your script, in the navbar select Build -> Build Artifacts... -> Select the artifact you want to build3 points
-
3 points
-
3 points
-
3 points
-
This is why "States" suck: What looks cleaner, this: enum State { CHOP, WALK_TO_BANK, WALK_TO_TREES, BANK } @Override public int onLoop() throws InterruptedException { switch(getState()) { case CHOP: chop(); break; case WALK_TO_BANK: getWalking().... break; case WALK_TO_TREES: getWalking().... break; case BANK: bank(); break; } return 0; } private State getState() { if (whatever) { return State.BANK; } else if (whatever) { return State.WALK_TO_BANK; } else if (whatever) { return State.WALK_TO_TREES; } else { return State.CHOP; } } Or this? : @Override public int onLoop() throws InterruptedException { if (whatever) { chop(); } else if (whatever) { getWalking().... } else if (whatever) { bank(); } else { getWalking().... } } Unless you are completely blind, I think you would agree the second is far more readable and much less code. Instead of having to look in a different method for the conditions, they are right there next to the code I am executing when they're satisfied. I don't need to maintain a redundant enum either. People will argue that using "States" are cleaner, however this is probably because they are not making use of the DRY principle, not making effective use of methods etc. and without "States" they would just throw all of their code into onLoop. As for "Tasks" or "Nodes", they have the exact same issues as "States" and more. People will argue they are cleaner because now each of their actions is in a nice self contained class, and the condition is in there too. However using this pattern you have now even less of an overview of the script as you did with states, and it's even harder to debug. Consider this: List<Node> someRandomAssNodes = new ArrayList<>(); @Override public int onLoop() throws InterruptedException { for (Node node : someRandomAssNodes) { if (node.validate()) { node.execute(); } } return 0; } The problem with this is that now in order to figure out how this script will execute I need to go into each of those Node classes, in the same order that you add them to the List and look at each of the validate methods and try and figure out how they all fit together: I mean, that pattern is pretty bonkers don't you think? Instead of having: WalkToBankNode ChopNode BankNode WalkToTreesNode DoSomeOtherShitIDKNode Why not just just write something simple, and easy to understand like my previous example. IF your script gets massively complex, then you should be making use of OOP principles to simplify it. You still don't need to use a weird 'Node' or 'Task' pattern, you can have a generic banking class without needing to add a validate method inside of it, and you can have a mining class without having a validate method in there either. Sorry if the some of the syntax is off, or I rambled.3 points
-
PPOSB - AIO Hunter Brand new trapping system just released in 2024! *ChatGPT Supported via AltChat* https://www.pposb.org/ ***Black chinchompas and Black salamanders have been added back*** Supports the completion of Varrock Museum & Eagle's Peak OR CLICK HERE TO PAY WITH 07 GOLD! The script has been completely rewritten from the ground up! Enjoy the all new v2 of the script JOIN THE DISCORD CHAT FOR QUESTIONS/ SUPPORT/ CHATTING/ UPDATES! New GUI: Features: Click Here Current functioning hunter tasks: (green - complete || yellow - started || red - incomplete) Screenshots: Progressive Leveling: 1-19 --> Crimson swift 19-43 --> Tropical wagtail 43-63 --> Falconry 63+ --> Red chinchompas Updates How to setup Dynamic Signatures Report a bug CLI Support - The script now supports starting up with CLI. The commands are given below. Please put in ALL values (true or false) for CLI to work properly. Make sure they are lowercase values, and they are each separated with an underscore. The script ID for the hunter bot is 677. Parameters: EnableProgression_EnableVarrockMuseum_EnableEaglesPeak_EnableGrandExchange Example: -script 677:true_true_false_true ***Don't forget to check out some of my other scripts!*** OSRS Script Factory Click here to view thread LEAVE A LIKE A COMMENT FOR A TRIAL The script is not intended for Ironman accounts. It still works for Ironman accounts, but you must have all equipment, gear, and items.2 points
-
2 points
-
2 points
-
2 points
-
2 points
-
Overpriced fam. Not only that people have been taking back accounts left and right so no ones willing to pay 250m for an account whether you're a sponsor or not. I'd bid but you have no bid start.2 points
-
2 points
-
Do you agree to the TOS: maybe Do you agree with the Deposit: fuck no Skype: iamahmad.diab1998 < add me GUURLLS What are you applying for: Nudes Have you done any other services? yep, pornstar2 points
-
2 points
-
2 points
-
2 points
-
2 points
-
2 points
-
2 points
-
Price: ONLY $7.99 LIFETIME PURCHASE (Click to Purchase) Only have RSGP? Buy an OSBot voucher HERE. COMMENT ON THE THREAD FOR A 1 TIME 24 HOUR TRIAL Features Arrows Darts Bolts Cutting Stringing Task Scheduling Customizable script speed Script fatigue Feature Highlights Task Scheduling Script Speed Customization Progress Reports Command-Line Interface (CLI) osFletcher currently supports CLI! There is currently 1 parameter required, which is the name of your properties file Example: This will load config.properties from your OSBot/Data/osFletcher folder, the properties file can be named whatever you like, in case you would like multiple setups for different bots Dynamic Signatures And Leaderboards To create your dynamic signature, or to view the leaderboards, visit: http://battleau.net/osFletcher/1 point
-
Both have their pros and cons. You should look into trying all of them to understand them for yourself, where best they are applied and which you prefer to use. Throughout my RS scripting life, I've gone through all the funky and wacky methods of doing stuff, but none of them have worked for me. What I've found works best for me is to just cut out all the bullshit: Don't program; just script. Don't create dependencies; just duplicate them.1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
1 point
-
Try logging out and logging in with your email instead of username. If that doesn't work, try changing your password then trying again. These two things are known to fix that.1 point
-
1 point
-
I agree with you but dont forget that conner fights till the death and we don't know how dedicated mayweather is Maybe he is just in for the money and wont give a 100%1 point
-
1 point
-
1 point
-
1 point
-
script is somwhat broken, does not wlak to ardy chest nor it does back to the ardy castle for sharks addy ores etc. Please test your scripts..1 point
-
1 point
-
1 point