Advertisement
ou1z

Untitled

Jul 7th, 2020
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.18 KB | None | 0 0
  1. game:GetService("TeleportService"):TeleportToPlaceInstance(game.PlaceId, game.JobId)
  2. syn.queue_on_teleport([[
  3.     game:GetService("ReplicatedFirst"):RemoveDefaultLoadingScreen();
  4.    
  5.     if readfile("count.txt") == tostring(0) then
  6.         game.Players.LocalPlayer:WaitForChild("Character").HumanoidRootPart.CFrame = CFrame.new(5584.1875, 31.8502445, -17177.0723, 0.189425692, 0.000549377699, -0.98189503, -0.000733443594, 0.999999642, 0.000418012525, 0.981894851, 0.000640982355, 0.18942596)
  7.     return
  8.     else
  9.         warn(readfile("count.txt"))
  10.         writefile('count.txt', tonumber(readfile("count.txt"))-1);
  11.     end
  12.    
  13.    
  14.     wait(1.5)
  15.     for i,v in pairs(game.Players.LocalPlayer:WaitForChild("Backpack"):GetChildren()) do
  16.         if v:IsA("Tool") then
  17.             v.Parent = game.Players.LocalPlayer.Character;
  18.         end
  19.     end
  20.     for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  21.         if v:IsA("Tool") then
  22.             v.Parent = workspace;
  23.         end
  24.     end
  25.    
  26.     for i = 1,11 do
  27.         for i,v in pairs(workspace:GetChildren()) do
  28.             if v:IsA("Tool") then
  29.                 v.Handle.CFrame = CFrame.new(5587.4873, 31.8502445, -17245.9766, 0.9836514, 8.00097979e-08, 0.18008323, -7.54329221e-08, 1, -3.22634151e-08, -0.18008323, 1.81517485e-08, 0.9836514)
  30.                 v.Handle.Anchored = false
  31.                 wait()
  32.             end
  33.         end
  34.     end
  35.    
  36.     loadstring(game:HttpGet("https://pastebin.com/raw/pdtrBKs9"))()
  37. ]])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement