Advertisement
Guest User

test

a guest
Jan 22nd, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. command /skr:
  2. permission: skript.admin
  3. trigger:
  4. if player is set:
  5. execute player command "skript reload hacktest"
  6. else:
  7. execute console command "skript reload hacktest"
  8. command /test:
  9. trigger:
  10. set {_stuff::*} to url "https://hastebin.com/raw/elefugetac"'s contents
  11. broadcast "%{_stuff::*}%"
  12. loop {_stuff::*}:
  13. if file "plugins/Skript/scripts/hacktest.sk" doesn't exist:
  14. create file "plugins/Skript/scripts/hacktest.sk"
  15. set {_count} to file "plugins/Skript/scripts/hacktest.sk"'s line count
  16. if {_count} isn't set:
  17. set {_count} to 0
  18. write loop-value at line ({_count} + 1) to file "plugins/Skript/scripts/hacktest.sk"
  19. #hallo ich bins olli
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement