Advertisement
Xzempt

Untitled

May 26th, 2011
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. alias sort {
  2. var %x = 1
  3. while (%x <= $gettok($1-,0,32)) {
  4. if (guid isin $gettok($1-,%x,32)) { write banlog.txt [COLOR="DeepSkyBlue"]Character:[/COLOR] [COLOR="Lime"] $remove($gettok($1-,$calc(%x - 1),32),[,]) [/COLOR] | echo -a Character: $remove($gettok($1-,$calc(%x - 1),32),[,]) }
  5. if ($gettok($1-,%x,32) == Account:) { write banlog.txt [COLOR="DeepSkyBlue"]Account:[/COLOR] [COLOR="Lime"] $gettok($1-,$calc(%x + 1),32) [/COLOR] | echo -a Account: $gettok($1-,$calc(%x + 1),32) }
  6. elseif ($gettok($1-,%x,32) == IP:) { write banlog.txt [COLOR="DeepSkyBlue"]Ip:[/COLOR] [COLOR="Lime"] $gettok($1-,$calc(%x + 1),32) [/COLOR] | echo -a Ip: $gettok($1-,$calc(%x + 1),32) }
  7. inc %x
  8. }
  9. %reason = $$?"Reason"
  10. write banlog.txt [COLOR="DeepSkyBlue"]Reason:[/COLOR] [COLOR="Lime"] %reason [/COLOR]
  11. echo -a Reason: %reason
  12. %length = $$?"eg 90d" days
  13. write banlog.txt [COLOR="DeepSkyBlue"]Length:[/COLOR] [COLOR="Lime"] %length [/COLOR]
  14. echo -a Length: %length
  15. %realm = $$?"Realm"
  16. write banlog.txt [COLOR="DeepSkyBlue"]Realm:[/COLOR] [COLOR="Lime"] %realm [/COLOR]
  17. echo -a Realm: %realm
  18. %screenshot = $$?"Screenshot"
  19. write banlog.txt [COLOR="DeepSkyBlue"]Screenshot:[/COLOR] [COLOR="Lime"] %screenshot [/COLOR]
  20. echo -a Screenshot: %screenshot
  21. echo -a $crlf
  22. write banlog.txt $crlf
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement