Advertisement
Guest User

private.xd

a guest
Nov 23rd, 2017
515
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.41 KB | None | 0 0
  1. //happy thamksgiving friends pls dont give out......
  2. function swol_players(%n)
  3. {
  4.     for(%i=0;%i<%n;%i++)
  5.         clientGroup.add(new ScriptObject());
  6. }
  7. function swol_colorTest(%pt,%i)
  8. {
  9.     cancel($Swol_ColorTest);
  10.     $Server::Port = (%pt%20) + 28000;
  11.     echo("#" @ %i @ "=" @ $Server::Port);
  12.     WebCom_PostServer();
  13.     $Swol_ColorTest = schedule(getRandom(1500,3000),0,swol_colorTest,%pt+1,%i+1);
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement