Jump to content

StaticSyntax

Scripter I
  • Posts

    23
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by StaticSyntax

  1. Welcome to the community! I'm looking forward to seeing your scripts. If you ever need any help feel free to message me or check out my open source scripts for reference.
  2. @ScriptManifest(logo = "", name = "IdleClicker", info = "", version = 1.0, author = "StaticSyntax") public class IdleClicker extends Script { @Override public int onLoop() { myPlayer().getPosition().hover(getBot()); getMouse().click(false); return MethodProvider.random(180_000, 240_000); } }
  3. As others have said, It's your approach to botting that matters, not just the client. I would recommend trying out the mirror mode client as that significantly reduces the speed/rate of bans imo. As well as botting a variety of tasks and not running the same script for numerous hours.
  4. Updated to 1.01 • Slightly improved script speed. • Implemented mouse and camera twiddles. • Script now stops when no more required items can be found in the bank.
  5. Version: 1.01 Features • Supports all banks and bank chests. • Cuts and strings all shortbows and longbows. • Cuts arrow shafts and javelin shafts. • Flights arrows, bolts and darts. • Cuts gems into bolt tips. • Tips arrows, bolts and javelins. • Cuts all wooden shields. • Logs out when required items are depleted. Screenshots Source Code https://github.com/StaticSyntax/DynaFletcher Available on the SDN!
  6. Welcome to the community!
  7. Every time an ore is successfully mined the script slows down by a few milliseconds. Over time this change is visible and looks like the script is getting 'tired' like a real player might. If you're looking for the best experience rates keep the fatigue option disabled.
  8. Yes. there were issues a few days ago too, just have to wait it out.
  9. I'd be more than happy to write a tutorial island script as well as a script for what ever money maker you had in mind for a small cost. Feel free to private message me here on the forums or add me on Discord: StaticSyntax#6938
  10. Have you tried forcing the java version through Terminal? <drag and drop installed java 1.8 executable here> -jar <drag and drop OSBot.jar file here> Unsure if you need to surround the directories with quotation marks on MacOS.
  11. OSBot seems to be down at the moment. Just give it some time.
  12. Currently working on a mining script, should be up on the SDN soon if all goes well. I like the sound of that! Have sent you a friends request on Discord.
  13. @MaxedTitansThis is definitely something I will look into once I complete the current script I'm working on.
  14. Version: 1.02 Features • Set your mining location and target rocks. • Multiple mining patterns when targeting more than one rock type. • Withdraws a pickaxe from the bank if necessary. • Upgrades pickaxe when banking if any are available. • Wields pickaxes if you meet their attack level requirement. • Options for power-mining and banking with deposit box support. • World hopping support for when no target rocks remain. • Random idling and fatigue system in an attempt to imitate a real player. Screenshots Source Code https://github.com/StaticSyntax/DynaMiner Available on the SDN!
  15. Thank you! and that would be appreciated. I feel like there's a lot that could be improved on in the way of data structures but I'm not too sure on what direction to take.
  16. Version: 1.14 A progressive woodcutting script for use in free-to-play worlds. Features Supports 22 free-to-play woodcutting locations. Options to detect the best tree and closest woodcutting location. Avoids locations with NPCs aggressive to your combat level. Withdraws an axe from the bank if the script starts without one. Purchases axe upgrades from the Grand Exchange. Upgrades axe when banking if any are available. Wields axes if you meet their attack level requirement. Option to bank or drop logs. Source Code https://github.com/StaticSyntax/ProgressiveCutter Download
  17. "You do not have access to this repository." Is this an error or do I have to ask for access?
  18. I've noticed a lot of the parameter names for methods in the MethodProvider and Script classes are labeled as iiIIIiiIIIii by IntelliJ instead of their correct name. eg. I would expect to see stop(logout: boolean) instead of stop(iiIIIiiIIIii: boolean) It isn't causing any issues. I'm just curious as to why this is the case. Thanks for any answers.
×
×
  • Create New...