Advertisement
Jezilas

EZGUI FOR JAILBREAK (update 2)

Nov 25th, 2018
403
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 7.38 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local EZGUI = Instance.new("ScreenGui")
  5. local Frame = Instance.new("Frame")
  6. local TextLabel = Instance.new("TextLabel")
  7. local TextButton = Instance.new("TextButton")
  8. local TextButton_2 = Instance.new("TextButton")
  9. local TextButton_3 = Instance.new("TextButton")
  10. local TextButton_4 = Instance.new("TextButton")
  11. local TextButton_5 = Instance.new("TextButton")
  12. local TextButton_6 = Instance.new("TextButton")
  13. --Properties:
  14. EZGUI.Name = "EZGUI"
  15. EZGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  16.  
  17. Frame.Parent = EZGUI
  18. Frame.Active = true
  19. Frame.BackgroundColor3 = Color3.new(0.392157, 0.392157, 0.392157)
  20. Frame.BorderSizePixel = 0
  21. Frame.Position = UDim2.new(0.666903317, 0, 0.31377551, 0)
  22. Frame.Selectable = true
  23. Frame.Size = UDim2.new(0, 457, 0, 418)
  24.  
  25. TextLabel.Parent = Frame
  26. TextLabel.BackgroundColor3 = Color3.new(0.0313726, 0.321569, 1)
  27. TextLabel.BorderSizePixel = 0
  28. TextLabel.Position = UDim2.new(-0.00390438037, 0, -0.186187983, 0)
  29. TextLabel.Size = UDim2.new(0, 458, 0, 77)
  30. TextLabel.Font = Enum.Font.Cartoon
  31. TextLabel.Text = "ezgui for jb"
  32. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  33. TextLabel.TextScaled = true
  34. TextLabel.TextSize = 14
  35. TextLabel.TextWrapped = true
  36.  
  37. TextButton.Parent = Frame
  38. TextButton.BackgroundColor3 = Color3.new(0, 0.984314, 1)
  39. TextButton.BorderColor3 = Color3.new(0, 0.439216, 0.439216)
  40. TextButton.BorderSizePixel = 3
  41. TextButton.Position = UDim2.new(0.0328330025, 0, 0.0324488357, 0)
  42. TextButton.Size = UDim2.new(0, 118, 0, 85)
  43. TextButton.Font = Enum.Font.Cartoon
  44. TextButton.Text = "Arrest Crims"
  45. TextButton.TextColor3 = Color3.new(0.988235, 0.988235, 0.988235)
  46. TextButton.TextScaled = true
  47. TextButton.TextSize = 14
  48. TextButton.TextWrapped = true
  49.  
  50. TextButton_2.Parent = Frame
  51. TextButton_2.BackgroundColor3 = Color3.new(0, 0.984314, 1)
  52. TextButton_2.BorderColor3 = Color3.new(0, 0.439216, 0.439216)
  53. TextButton_2.BorderSizePixel = 3
  54. TextButton_2.Position = UDim2.new(0.346778303, 0, 0.0324488319, 0)
  55. TextButton_2.Size = UDim2.new(0, 118, 0, 85)
  56. TextButton_2.Font = Enum.Font.Cartoon
  57. TextButton_2.Text = "Kill Police (not auto)"
  58. TextButton_2.TextColor3 = Color3.new(0.988235, 0.988235, 0.988235)
  59. TextButton_2.TextScaled = true
  60. TextButton_2.TextSize = 14
  61. TextButton_2.TextWrapped = true
  62.  
  63. TextButton_3.Parent = Frame
  64. TextButton_3.BackgroundColor3 = Color3.new(0, 0.984314, 1)
  65. TextButton_3.BorderColor3 = Color3.new(0, 0.439216, 0.439216)
  66. TextButton_3.BorderSizePixel = 3
  67. TextButton_3.Position = UDim2.new(0.659688532, 0, 0.0324488319, 0)
  68. TextButton_3.Size = UDim2.new(0, 118, 0, 85)
  69. TextButton_3.Font = Enum.Font.Cartoon
  70. TextButton_3.Text = "Arrest Prisoners"
  71. TextButton_3.TextColor3 = Color3.new(0.988235, 0.988235, 0.988235)
  72. TextButton_3.TextScaled = true
  73. TextButton_3.TextSize = 14
  74. TextButton_3.TextWrapped = true
  75.  
  76. TextButton_4.Parent = Frame
  77. TextButton_4.BackgroundColor3 = Color3.new(0, 0.984314, 1)
  78. TextButton_4.BorderColor3 = Color3.new(0, 0.439216, 0.439216)
  79. TextButton_4.BorderSizePixel = 3
  80. TextButton_4.Position = UDim2.new(0.0459621474, 0, 0.288193315, 0)
  81. TextButton_4.Size = UDim2.new(0, 411, 0, 85)
  82. TextButton_4.Font = Enum.Font.Cartoon
  83. TextButton_4.Text = "Anchor Torso"
  84. TextButton_4.TextColor3 = Color3.new(0.988235, 0.988235, 0.988235)
  85. TextButton_4.TextScaled = true
  86. TextButton_4.TextSize = 14
  87. TextButton_4.TextWrapped = true
  88.  
  89. TextButton_5.Parent = Frame
  90. TextButton_5.BackgroundColor3 = Color3.new(0, 0.984314, 1)
  91. TextButton_5.BorderColor3 = Color3.new(0, 0.439216, 0.439216)
  92. TextButton_5.BorderSizePixel = 3
  93. TextButton_5.Position = UDim2.new(0.0481503271, 0, 0.520892203, 0)
  94. TextButton_5.Size = UDim2.new(0, 411, 0, 85)
  95. TextButton_5.Font = Enum.Font.Cartoon
  96. TextButton_5.Text = "Unanchor Torso"
  97. TextButton_5.TextColor3 = Color3.new(0.988235, 0.988235, 0.988235)
  98. TextButton_5.TextScaled = true
  99. TextButton_5.TextSize = 14
  100. TextButton_5.TextWrapped = true
  101.  
  102. TextButton_6.Parent = Frame
  103. TextButton_6.BackgroundColor3 = Color3.new(0, 0.984314, 1)
  104. TextButton_6.BorderColor3 = Color3.new(0, 0.439216, 0.439216)
  105. TextButton_6.BorderSizePixel = 3
  106. TextButton_6.Position = UDim2.new(0.0459621474, 0, 0.772088408, 0)
  107. TextButton_6.Size = UDim2.new(0, 411, 0, 85)
  108. TextButton_6.Font = Enum.Font.Cartoon
  109. TextButton_6.Text = "Remove Doors"
  110. TextButton_6.TextColor3 = Color3.new(0.988235, 0.988235, 0.988235)
  111. TextButton_6.TextScaled = true
  112. TextButton_6.TextSize = 14
  113. TextButton_6.TextWrapped = true
  114. -- Scripts:
  115. function SCRIPT_SOQQ68_FAKESCRIPT() -- TextButton.LocalScript
  116.     getfenv().script = Instance.new('LocalScript', TextButton)
  117.  
  118.     script.Parent.MouseButton1Click:Connect(function()
  119.         local Player = game:GetService("Players").LocalPlayer
  120.         wait(0.5)
  121.         for i,v in pairs(game.Teams.Criminals:GetPlayers()) do
  122.             repeat
  123.                 wait()
  124.                 Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  125.             until v.Team.Name ~= "Criminals"
  126.         end
  127.     end)
  128.  
  129. end
  130. coroutine.resume(coroutine.create(SCRIPT_SOQQ68_FAKESCRIPT))
  131. function SCRIPT_KTYR70_FAKESCRIPT() -- TextButton_2.LocalScript
  132.     getfenv().script = Instance.new('LocalScript', TextButton_2)
  133.  
  134.     script.Parent.MouseButton1Click:Connect(function()
  135.             local Player = game:GetService("Players").LocalPlayer
  136.         wait(0.5)
  137.         for i,v in pairs(game.Teams.Police:GetPlayers()) do
  138.             repeat
  139.                 wait()
  140.                 Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  141.             until v.Team.Name ~= "Police"
  142.         end
  143.     end)
  144.  
  145. end
  146. coroutine.resume(coroutine.create(SCRIPT_KTYR70_FAKESCRIPT))
  147. function SCRIPT_JFHA87_FAKESCRIPT() -- TextButton_3.LocalScript
  148.     getfenv().script = Instance.new('LocalScript', TextButton_3)
  149.  
  150.     script.Parent.MouseButton1Click:Connect(function()
  151.             local Player = game:GetService("Players").LocalPlayer
  152.         wait(0.5)
  153.         for i,v in pairs(game.Teams.Prisoners:GetPlayers()) do
  154.             repeat
  155.                 wait()
  156.                 Player.Character.HumanoidRootPart.CFrame = v.Character.HumanoidRootPart.CFrame * CFrame.new(0, 0, 1)
  157.             until v.Team.Name ~= "Prisoners"
  158.         end
  159.     end)
  160.  
  161. end
  162. coroutine.resume(coroutine.create(SCRIPT_JFHA87_FAKESCRIPT))
  163. function SCRIPT_QEXC65_FAKESCRIPT() -- TextButton_4.LocalScript
  164.     getfenv().script = Instance.new('LocalScript', TextButton_4)
  165.  
  166.     script.Parent.MouseButton1Click:Connect(function()
  167.         game.Players.LocalPlayer.Character.UpperTorso.Anchored = true
  168.     end)
  169.  
  170. end
  171. coroutine.resume(coroutine.create(SCRIPT_QEXC65_FAKESCRIPT))
  172. function SCRIPT_LKQS73_FAKESCRIPT() -- TextButton_5.LocalScript
  173.     getfenv().script = Instance.new('LocalScript', TextButton_5)
  174.  
  175.     script.Parent.MouseButton1Click:Connect(function()
  176.         game.Players.LocalPlayer.Character.UpperTorso.Anchored = false
  177.     end)
  178.  
  179. end
  180. coroutine.resume(coroutine.create(SCRIPT_LKQS73_FAKESCRIPT))
  181. function SCRIPT_QOLT70_FAKESCRIPT() -- TextButton_6.LocalScript
  182.     getfenv().script = Instance.new('LocalScript', TextButton_6)
  183.  
  184.     script.Parent.MouseButton1Click:Connect(function()
  185.         game.Workspace.Doors:Destroy()
  186.     end)
  187.  
  188. end
  189. coroutine.resume(coroutine.create(SCRIPT_QOLT70_FAKESCRIPT))
  190. function SCRIPT_ZYHO81_FAKESCRIPT() -- EZGUI.LocalScript
  191.     getfenv().script = Instance.new('LocalScript', EZGUI)
  192.  
  193.     frame = script.Parent.Frame  --get the frame object
  194.     frame.Draggable = true  --set draggable to true
  195.  
  196. end
  197. coroutine.resume(coroutine.create(SCRIPT_ZYHO81_FAKESCRIPT))
  198. --if you have a poor executor i guess sorry you cant use this but if you got synapse x like me or protosmasher you may run this script
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement