Explicit 213 Posted January 29, 2015 All the code was written for a different bot however the logic is probably beneficial to some aspiring script writers. http://www.filedropper.com/swizzbeatsosbotscriptsources ANY CODE YOU USE MUST BE FOR A FREE SCRIPT AND GIVE PROPER CREDITS TO ME Yes I know the code is beyond shitty I wrote this nearly a year ago
Cardozz 46 Posted January 29, 2015 Thanks for sharing! I'm gonna see if i can learn something from this
Explicit 213 Author Posted January 29, 2015 Thanks for sharing! I'm gonna see if i can learn something from this Don't try to learn anything about coding style xD
FearMe 43 Posted January 29, 2015 haha swizz u suk xd xdxd fuck ur shit dont tell me to name my nodes tasks u cunt package core.nodes; import org.osbot.rs07.script.Script; public abstract class Node { Script sI; Node (Script script) { this.sI = script; } public abstract boolean validate(); public abstract void execute() throws InterruptedException; }
Novak 35 Posted January 29, 2015 haha swizz u suk xd xdxd fuck ur shit dont tell me to name my nodes tasks u cunt package core.nodes; import org.osbot.rs07.script.Script; public abstract class Node { Script sI; Node (Script script) { this.sI = script; } public abstract boolean validate(); public abstract void execute() throws InterruptedException; } l0l
Explicit 213 Author Posted January 29, 2015 haha swizz u suk xd xdxd fuck ur shit dont tell me to name my nodes tasks u cunt package core.nodes; import org.osbot.rs07.script.Script; public abstract class Node { Script sI; Node (Script script) { this.sI = script; } public abstract boolean validate(); public abstract void execute() throws InterruptedException; } l0l was a year ago you filthy whores
Novak 35 Posted January 30, 2015 was a year ago you filthy whores haha i still luv u. btw thanks for this, its a good comparison for my code, i see some areas i need to brush up in
Explicit 213 Author Posted February 2, 2015 How come you took them down? I'm a script developer on PowerBot, we're not allowed to have any scripts on other sites.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.