Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- :: This allows you to join and play games while the site is under Maintenance
- :: How to use this:
- :: 1. Open notepad
- :: 2. Paste the whole thing there
- :: 3. Configure the stuff (read settings)
- :: 4. Save the file as a .bat file anywhere
- :: 5. Run it
- :: Settings
- set GAME_ID="5507913"
- :: Change above to the game id you'd like to join
- set version="version-f9d6d23b9b1b466e"
- :: Change above to the current roblox version (in your roblox folder)
- :: SIDE NOTE: THE EASIEST WAY TO GET THE ROBLOX VERSION IS TO GO TO http://setup.roblox.com/version AND COPY THE TEXT IN THERE
- :: Also, don't put spaces between the "=", it won't work if you do that.
- ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
- set robloxFolder=%LocalAppData%\Roblox\Versions\%version%
- set id= --id %GAME_ID%
- set openPath=%robloxFolder%\RobloxPlayerBeta.exe%id%
- start %openPath%
Advertisement
Add Comment
Please, Sign In to add comment