Advertisement
Guest User

Roblox Place Steal

a guest
Apr 11th, 2015
6,887
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.85 KB | None | 0 0
  1. --rbxsig%JI3W4AdxrbPn8AzHZLtx/LKEmhGHHDL1PeW4qyABxY33B5n/xhVf2DlkhQ1pXtRiMY4yiSsgp1nhEfI216+JETvxlz2xbOhRmNBjnx/O7aFFrzJnZkodjNiLmiLFriuG+yw2tDqM6DD2THgrNPpVCoY7RK0vx0sid5qCuZEDhEg=%
  2. -- Prepended to Edit.lua and Visit.lua and Studio.lua and PlaySolo.lua--
  3.  
  4. function ifSeleniumThenSetCookie(key, value)
  5. if false then
  6. game:GetService("CookiesService"):SetCookieValue(key, value)
  7. end
  8. end
  9.  
  10. ifSeleniumThenSetCookie("SeleniumTest1", "Inside the visit lua script")
  11.  
  12. pcall(function() game:SetPlaceID(236778531) end)
  13. pcall(function() game:SetUniverseId(100853414) end)
  14.  
  15. visit = game:GetService("Visit")
  16.  
  17. local message = Instance.new("Message")
  18. message.Parent = workspace
  19. message.archivable = false
  20.  
  21. game:GetService("ScriptInformationProvider"):SetAssetUrl("http://www.roblox.com/Asset/")
  22. game:GetService("ContentProvider"):SetThreadPool(16)
  23. pcall(function() game:GetService("InsertService"):SetFreeModelUrl("http://www.roblox.com/Game/Tools/InsertAsset.ashx?type=fm&q=%s&pg=%d&rs=%d") end) -- Used for free model search (insert tool)
  24. pcall(function() game:GetService("InsertService"):SetFreeDecalUrl("http://www.roblox.com/Game/Tools/InsertAsset.ashx?type=fd&q=%s&pg=%d&rs=%d") end) -- Used for free decal search (insert tool)
  25.  
  26. ifSeleniumThenSetCookie("SeleniumTest2", "Set URL service")
  27.  
  28. settings().Diagnostics:LegacyScriptMode()
  29.  
  30. game:GetService("InsertService"):SetBaseSetsUrl("http://www.roblox.com/Game/Tools/InsertAsset.ashx?nsets=10&type=base")
  31. game:GetService("InsertService"):SetUserSetsUrl("http://www.roblox.com/Game/Tools/InsertAsset.ashx?nsets=20&type=user&userid=%d")
  32. game:GetService("InsertService"):SetCollectionUrl("http://www.roblox.com/Game/Tools/InsertAsset.ashx?sid=%d")
  33. game:GetService("InsertService"):SetAssetUrl("http://www.roblox.com/Asset/?id=%d")
  34. game:GetService("InsertService"):SetAssetVersionUrl("http://www.roblox.com/Asset/?assetversionid=%d")
  35.  
  36. pcall(function() game:GetService("SocialService"):SetFriendUrl("http://www.roblox.com/Game/LuaWebService/HandleSocialRequest.ashx?method=IsFriendsWith&playerid=%d&userid=%d") end)
  37. pcall(function() game:GetService("SocialService"):SetBestFriendUrl("http://www.roblox.com/Game/LuaWebService/HandleSocialRequest.ashx?method=IsBestFriendsWith&playerid=%d&userid=%d") end)
  38. pcall(function() game:GetService("SocialService"):SetGroupUrl("http://www.roblox.com/Game/LuaWebService/HandleSocialRequest.ashx?method=IsInGroup&playerid=%d&groupid=%d") end)
  39. pcall(function() game:GetService("SocialService"):SetGroupRankUrl("http://www.roblox.com/Game/LuaWebService/HandleSocialRequest.ashx?method=GetGroupRank&playerid=%d&groupid=%d") end)
  40. pcall(function() game:GetService("SocialService"):SetGroupRoleUrl("http://www.roblox.com/Game/LuaWebService/HandleSocialRequest.ashx?method=GetGroupRole&playerid=%d&groupid=%d") end)
  41. pcall(function() game:GetService("GamePassService"):SetPlayerHasPassUrl("http://www.roblox.com/Game/GamePass/GamePassHandler.ashx?Action=HasPass&UserID=%d&PassID=%d") end)
  42. pcall(function() game:GetService("MarketplaceService"):SetProductInfoUrl("https://api.roblox.com/marketplace/productinfo?assetId=%d") end)
  43. pcall(function() game:GetService("MarketplaceService"):SetDevProductInfoUrl("https://api.roblox.com/marketplace/productDetails?productId=%d") end)
  44. pcall(function() game:GetService("MarketplaceService"):SetPlayerOwnsAssetUrl("https://api.roblox.com/ownership/hasasset?userId=%d&assetId=%d") end)
  45. pcall(function() game:SetCreatorID(41563168, Enum.CreatorType.User) end)
  46.  
  47. ifSeleniumThenSetCookie("SeleniumTest3", "Set creator ID")
  48.  
  49. pcall(function() game:SetScreenshotInfo("Hello+EinsteinK%0d%0aA+fun+game+by+41563168%0d%0aBuilt+in+ROBLOX%2c+the+free+online+building+game.+%0d%0ahttp%3a%2f%2fwww.roblox.com%2fHello-EinsteinK-place%3fid%3d236778531%0d%0aMore+about+this+level%3a%0d%0aasdasdasd") end)
  50. pcall(function() game:SetVideoInfo("") end)
  51.  
  52. function registerPlay(key)
  53. if true and game:GetService("CookiesService"):GetCookieValue(key) == "" then
  54. game:GetService("CookiesService"):SetCookieValue(key, "{ \"userId\" : 41563168, \"placeId\" : 236778531, \"os\" : \"" .. settings().Diagnostics.OsPlatform .. "\"}")
  55. end
  56. end
  57.  
  58. pcall(function()
  59. registerPlay("rbx_evt_ftp")
  60. delay(60*5, function() registerPlay("rbx_evt_fmp") end)
  61. end)
  62.  
  63. ifSeleniumThenSetCookie("SeleniumTest4", "Exiting SingleplayerSharedScript")-- SingleplayerSharedScript.lua inserted here ---
  64.  
  65. message.Text = "Loading Place. Please wait..."
  66. coroutine.yield()
  67. game:Load("http://www.roblox.com/asset/?id=236778531")
  68.  
  69. if #"" > 0 then
  70. visit:SetUploadUrl("")
  71. end
  72.  
  73. message.Parent = nil
  74.  
  75. game:GetService("ChangeHistoryService"):SetEnabled(true)
  76.  
  77. visit:SetPing("http://www.roblox.com/Game/ClientPresence.ashx?version=old&PlaceID=236778531&LocationType=Studio", 120)
  78. game:HttpGet("http://www.roblox.com/Game/Statistics.ashx?TypeID=6&UserID=41563168&AssociatedCreatorID=41563168&AssociatedCreatorType=User&AssociatedPlaceID=236778531")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement