_ynx Posted July 7, 2017 Posted July 7, 2017 Is there a way to share a local script i've made using the website (by attatching it to someone's account, like if i were to purchase a premium script)?
LIVING Posted July 7, 2017 Posted July 7, 2017 No. You can send the user your .jar file that they can place inside their local scripts folder though - if you're worried about them de-compiling, obfuscate/encrypt the script.
Juggles Posted July 7, 2017 Posted July 7, 2017 (edited) Yes you can attach to their account. In onStart if (client.getUsername== Juggles) { log("Welcome to the zulrah bot } else { log("Fuck off, you're not the buyer of this script } Edited July 7, 2017 by Juggles 4
phony Posted July 7, 2017 Posted July 7, 2017 If you mean on the website, you have to apply to upload scripts to the SDN
Viston Posted July 7, 2017 Posted July 7, 2017 4 minutes ago, Juggles said: Yes you can attach to their account. In onStart if (client.getUsername== Juggles) { log("Welcome to the zulrah bot } else { log("Fuck off, you're not the buyer of this script } Zulrah bot yeah?
The Undefeated Posted July 7, 2017 Posted July 7, 2017 24 minutes ago, Visty said: Zulrah bot yeah? Yeah he bought it from me. 1
Team Cape Posted July 11, 2017 Posted July 11, 2017 On 7/7/2017 at 4:20 PM, Juggles said: Yes you can attach to their account. In onStart if (client.getUsername== Juggles) { log("Welcome to the zulrah bot } else { log("Fuck off, you're not the buyer of this script } .equals() pls 1
Juggles Posted July 11, 2017 Posted July 11, 2017 1 hour ago, Imateamcape said: .equals() pls Sorry haven't used it in months lol