Advertisement
phlud

sklz

Feb 16th, 2021
2,921
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
TCL 0.46 KB | None | 0 0
  1. sver {XiRCON : Sk1llZ.tcl 3.8 FINAL by phlud... snipe or be sniped.}
  2. alias SAVE {
  3. global user h t
  4. set fi [open /windows/sk1llz.sav w]
  5. puts $fi "File created by [gver] at [clock format [clock seconds]]"
  6. puts $fi "$h"
  7. puts $fi "$t"
  8. puts $fi "$aa"
  9. puts $fi "$nc1"
  10. puts $fi "$nc2"
  11. close $fi
  12. set fi [open /windows/sk1llz.usr w]
  13. foreach item [array names user] {
  14. puts $fi "$item $user($item)"
  15. complete
  16. }
  17. close $fi
  18. echo " "
  19. echo "ALL DONE with /save"
  20. echo " "
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement