%LGB7Fd9rFWw8kmZA+WX98RNi6Yq9ZUScjCCd54GoJmoZaufMQxE1o0tkoBTngN2TT6eobbv9Foq/4X283wAj/gZ+KB4suOooSN06yecE4SEhK4OkUj+ewlEEoZu9kdwBXeaDS5iAqUmS0pFsCuXr+PucLRNjUBR01kAZfTADpII=%visit = game:GetService("Visit") game:GetService("ChangeHistoryService"):SetEnabled(false) pcall(function() game:GetService("ContentProvider"):SetAssetUrl("http://www.roblox.com/Asset/") end) pcall(function() settings().Diagnostics:LegacyScriptMode() end) --pcall(function() game:GetService("BadgeService"):SetPlaceId(0) end) pcall(function() game:GetService("Players"):SetBuildToolsUrl("http://www.roblox.com//Game/GetUserBuildToolSet.ashx?assetId=0&userId=%d&isSolo=true") end) local message = Instance.new("Message") message.Parent = workspace workspace:SetPhysicsThrottleEnabled(true) -- This code might move to C++ function characterRessurection(player) if player.Character then local humanoid = player.Character.Humanoid humanoid.Died:connect(function() wait(5) player:LoadCharacter() end) end end game:GetService("Players").PlayerAdded:connect(function(player) characterRessurection(player) player.Changed:connect(function(name) if name=="Character" then characterRessurection(player) end end) end) function doVisit() message.Text = "Loading Game" if false then game:Load("") pcall(function() visit:SetUploadUrl("") end) else pcall(function() visit:SetUploadUrl("") end) end message.Text = "Running" game:GetService("RunService"):Run() message.Text = "Creating Player" if false then player = game:GetService("Players"):CreateLocalPlayer(0) player.Name = [====[Player]====] else player = game:GetService("Players"):CreateLocalPlayer(0) end player.CharacterAppearance = "http://www.roblox.com/Asset/CharacterFetch.ashx?userId=0&placeId=0" player:LoadCharacter() message.Text = "Setting GUI" player:SetSuperSafeChat(false) if false then message.Text = "Setting Ping" visit:SetPing("http://www.roblox.com/Game/ClientPresence.ashx?PlaceID=0&UserID=0", 300) message.Text = "Sending Stats" game:HttpGet("") end end success, err = pcall(doVisit) if success then message.Parent = nil else print(err) if false then pcall(function() visit:SetUploadUrl("") end) end wait(5) message.Text = "Error on visit: " .. err if false then game:HttpPost("http://www.roblox.com/Error/Lua.ashx?", "Visit.lua: " .. err) end end