if syn then getgenv().http_request=syn.request elseif SENTINEL_LOADED then getgenv().http_request=request end if http_request ~= nil then if game.PlaceId == 13822889 then --replacing LS v1 with LS v2, swap the lines if you **REALLY** want to use LumbSmasher v1 --content = http_request({Url="https://cdn.applebee1558.com/lumbsmasher/lumbsmasher.lua", Method="GET"}).Body content = http_request({Url="https://cdn.applebee1558.com/lumbsmasher_2.lua",Method="GET"}).Body elseif game.PlaceId == 606849621 then content = http_request({Url="https://cdn.applebee1558.com/lumbsmasher/beta/lumbsmasher_jailbreak.lua", Method="GET"}).Body elseif game.PlaceId == 185655149 or game.PlaceId == 4491408735 then content = http_request({Url="https://cdn.applebee1558.com/lumbsmasher/beta/lumbsmasher_bloxburg.lua",Method="GET"}).Body else error("Game Not Supported") end else while true do end end loadstring(content)()