Leaderboard
Popular Content
Showing content with the highest reputation on 06/15/17 in all areas
-
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
-
Molly's Planker This script makes planks at Varrock East for gold. Buy HERE Requirements: None for regular method, for balloon method you need rings of dueling, willow logs(1 per run), be under 40KG weight with full inventory of coins + logs(wear graceful items for example) and you must have completed the quest Enlightened Journey. Features: - Hopping out of bot worlds - Stamina potion usage - Regular energy pot usage, this can be used in conjunction with stamina pots to reduce the amount of stamina pots used - Makes normal, oak, and teak planks -Enlightened journey balloon support Setup: Start at Varrock East, have coins and logs in bank and let it do work! CLI Setup: Proggies: Normal planks, no stam pots used:1 point
-
1 point
-
I believe there should be a requirement to hire workers. This guy has 5 feedback and is hiring workers and making them pay him a 25m deposit fee. This is outrageous giving this guy is brand new in the service section. What are your thoughts?1 point
-
1 point
-
Request: 30-70 str sandcrabs Price: 5gp/xp Do you agree to the T.O.S?: yes1 point
-
If I give you a nice guzzle will it be faster? ;)1 point
-
I was once scolded by a police officer for jay walking in America. I am oppressed.1 point
-
1 point
-
70/70/70 with quests done, can go for 20-30m it is even better if you find someone who provides you with the account and you create it , now that might go for more or just max out an account with zapako's nmz though you would have a hard time selling being a newcomer1 point
-
1 point
-
Surface pros can use a mouse. I just wanted to see if there was something simple I could use to play while I'm in bed, or at work bored. Without spending over 1000$ on a laptop.1 point
-
1 point
-
1 point
-
Update!! Version 1.01 Added level limit threshold to GUI, allowing the script to stop after your desired mining level goal has been reached. This can be left at 100 for the script never to stop. Added XP-Progress bar to the paint, as below: Enjoy! (: -Apa1 point
-
1 point
-
1 point