pureacoustix Posted August 25, 2017 Share Posted August 25, 2017 (edited) i was wondering if there was any free information out here that will allow me to learn how to write and customise a bot for myself. I have written very basic scripts before however they have never been on the same scale of the amazing script writers on here such as @Token @Alek @Juggles @Chris @Viston or @Czar . Was just wondering if i am able to access any guides into learning to create a bot. Thank you for you're time whomever is reading, @pureacoustix Edited August 25, 2017 by pureacoustix 1 Quote Link to comment Share on other sites More sharing options...
Chris Posted August 25, 2017 Share Posted August 25, 2017 i would help if I was amazing script writer gg Quote Link to comment Share on other sites More sharing options...
skillerkidos1 Posted August 25, 2017 Share Posted August 25, 2017 Here you go CLICK 1 Quote Link to comment Share on other sites More sharing options...
Viston Posted August 25, 2017 Share Posted August 25, 2017 I've helped dozens of people in here to learn scripting. But because I'm not on the list, I won't be able to help, sorry boss. 4 Quote Link to comment Share on other sites More sharing options...
pureacoustix Posted August 25, 2017 Author Share Posted August 25, 2017 8 minutes ago, Chris said: i would help if I was amazing script writer gg 6 minutes ago, Viston said: I've helped dozens of people in here to learn scripting. But because I'm not on the list, I won't be able to help, sorry boss. sry guys I'm new to this so i do not know many people I'm sure you guys are great writers too Quote Link to comment Share on other sites More sharing options...
IDontEB Posted August 25, 2017 Share Posted August 25, 2017 10 minutes ago, Chris said: i would help if I was amazing script writer gg I think he tried you wyvern script you released and realized you dont make the list. 4 Quote Link to comment Share on other sites More sharing options...
Chris Posted August 25, 2017 Share Posted August 25, 2017 Start learning the basics Start looking at the osbot API Explore the tutorial section in scripting help subforum Decompile local scripts and see how they work Make a basic script that does x y z 2 Quote Link to comment Share on other sites More sharing options...
Apaec Posted August 25, 2017 Share Posted August 25, 2017 Check out https://osbot.org/forum/forum/250-tutorials/ Feel free to PM me with any questions if you want! 1 Quote Link to comment Share on other sites More sharing options...
Juggles Posted August 26, 2017 Share Posted August 26, 2017 2 hours ago, IDontEvenBot said: I think he tried you wyvern script you released and realized you dont make the list. Best Comment of the @Night Quote Link to comment Share on other sites More sharing options...
Fleeb Posted August 26, 2017 Share Posted August 26, 2017 (edited) @pureacoustixx Start by downloading and installing an IDE. Your IDE is the program that you'll be using to write scripts with. If you're unsure of which IDE to use, I would have to recommend using IntelliJ. It's free, and the features it offers are superior to the alternative IDE's out there. You'll either need to install either a cracked version of IntelliJ Ultimate, or the free IntelliJ Community Edition, which is just as good: https://www.jetbrains.com/idea/download/#section=windows Once you've finished downloading and installing your IDE, you'll have to follow a tutorial to set it up. There are many tutorials available to you either through youtube or the osbot tutorial section. https://www.youtube.com/watch?v=0mIWSUHXB9c The video I linked will also teach you how to create your script's main class, which is essentially your script. Once you have your main class created, your script now exists, and all you have to do is compile the .java files into .class files. Edited August 26, 2017 by Fleeb 1 Quote Link to comment Share on other sites More sharing options...
extreme kfa Posted August 28, 2017 Share Posted August 28, 2017 welcome and goodluck with creating your own script Quote Link to comment Share on other sites More sharing options...