Advertisement
Guest User

Untitled

a guest
Nov 21st, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. spawn(function()
  2. while wait(0.05) do
  3. game:GetService("Workspace").Name = "Workspace"
  4. game:GetService("ReplicatedStorage").Name = "ReplicatedStorage"
  5. game:GetService("Players").Name = "Players"
  6. end
  7. end)
  8. function Bypass()
  9. game:GetService('Workspace').Name = "Workspace"
  10. game.Workspace.Banks:GetChildren()[1].Name="Bank"
  11. game.Workspace.Jewelrys:GetChildren()[1].Name="Jewelry"
  12. game:GetService('Players').Name = "Players"
  13. game:GetService('ReplicatedStorage').Name = "ReplicatedStorage"
  14. warn("Jailbreak Has Been Bypassed")
  15. warn("Unjailbreak Is Loading..")
  16. end
  17. Bypass()
  18. local Unjailbreak = Instance.new("ScreenGui")
  19. local MainFrame = Instance.new("Frame")
  20. local TextLabel = Instance.new("TextLabel")
  21. local BottomLine = Instance.new("TextLabel")
  22. local PlayerImage = Instance.new("ImageLabel")
  23. local TextLabel_2 = Instance.new("TextLabel")
  24. local TextLabel_3 = Instance.new("TextLabel")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement