Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- will most likely be patched soon
- spawn(function()
- local placeID = 1818
- local h = game:GetService("HttpService")
- local s = table.concat{
- "http://rproxy.pw/Game/PlaceLauncher.ashx?",
- "request=", "RequestGame", "&",
- "placeId=", tostring(placeID), "&",
- "isPartyLeader=", "false", "&",
- "gender=", "" "&",
- "isTeleport=", "true"
- }
- h:GetAsync(s)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement