Advertisement
LPGhatguy

ROBLOX Extranet Join

Jun 29th, 2011
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. @echo off
  2. echo ==ROBLOX External Server Launcher - Version 1.0==
  3. set server="localhost"
  4. set port=53640
  5. set /P server="Server IP >>"
  6. set /P port="Server Port >>"
  7. echo Information entered. Launching ROBLOX...
  8. "%userprofile%\Desktop\Roblox Studio.lnk" -play "http://www.roblox.com/game/join.ashx?server=%server%&serverPort=%port%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement