Advertisement
Guest User

Exploit GUI

a guest
Dec 8th, 2019
2,407
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.82 KB | None | 0 0
  1. -- Farewell Infortality.
  2. -- Version: 2.82
  3. -- Instances:
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local TextButton = Instance.new("TextButton")
  6. local Frame = Instance.new("Frame")
  7. local TextLabel = Instance.new("TextLabel")
  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. --Properties:
  13. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  14.  
  15. TextButton.Parent = ScreenGui
  16. TextButton.BackgroundColor3 = Color3.new(1, 1, 1)
  17. TextButton.Position = UDim2.new(0.0212298688, 0, 0.480158925, 0)
  18. TextButton.Size = UDim2.new(0, 224, 0, 30)
  19. TextButton.Font = Enum.Font.SourceSansBold
  20. TextButton.Text = "Open"
  21. TextButton.TextColor3 = Color3.new(0, 0, 0)
  22. TextButton.TextScaled = true
  23. TextButton.TextSize = 14
  24. TextButton.TextWrapped = true
  25.  
  26. Frame.Parent = ScreenGui
  27. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  28. Frame.BackgroundTransparency = 0.5
  29. Frame.BorderColor3 = Color3.new(0, 0, 0)
  30. Frame.Position = UDim2.new(0.222547591, 0, 0.185136899, 0)
  31. Frame.Size = UDim2.new(0, 797, 0, 494)
  32. Frame.Visible = false
  33.  
  34. TextLabel.Parent = Frame
  35. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  36. TextLabel.Size = UDim2.new(0, 797, 0, 27)
  37. TextLabel.Font = Enum.Font.SourceSansBold
  38. TextLabel.Text = "Welcome to My Exploit GUI"
  39. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  40. TextLabel.TextScaled = true
  41. TextLabel.TextSize = 14
  42. TextLabel.TextWrapped = true
  43.  
  44. TextButton_2.Parent = Frame
  45. TextButton_2.BackgroundColor3 = Color3.new(1, 1, 1)
  46. TextButton_2.Position = UDim2.new(0.0275033936, 0, 0.170442343, 0)
  47. TextButton_2.Size = UDim2.new(0, 224, 0, 30)
  48. TextButton_2.Font = Enum.Font.SourceSansBold
  49. TextButton_2.Text = "Super OP Gun"
  50. TextButton_2.TextColor3 = Color3.new(0, 0, 0)
  51. TextButton_2.TextScaled = true
  52. TextButton_2.TextSize = 14
  53. TextButton_2.TextWrapped = true
  54.  
  55. TextButton_3.Parent = Frame
  56. TextButton_3.BackgroundColor3 = Color3.new(1, 1, 1)
  57. TextButton_3.Position = UDim2.new(0.0275033936, 0, 0.295948416, 0)
  58. TextButton_3.Size = UDim2.new(0, 224, 0, 30)
  59. TextButton_3.Font = Enum.Font.SourceSansBold
  60. TextButton_3.Text = "WalkSpeed"
  61. TextButton_3.TextColor3 = Color3.new(0, 0, 0)
  62. TextButton_3.TextScaled = true
  63. TextButton_3.TextSize = 14
  64. TextButton_3.TextWrapped = true
  65.  
  66. TextButton_4.Parent = Frame
  67. TextButton_4.BackgroundColor3 = Color3.new(1, 1, 1)
  68. TextButton_4.Position = UDim2.new(0.0262486879, 0, 0.425503075, 0)
  69. TextButton_4.Size = UDim2.new(0, 224, 0, 30)
  70. TextButton_4.Font = Enum.Font.SourceSansBold
  71. TextButton_4.Text = "JumpPower"
  72. TextButton_4.TextColor3 = Color3.new(0, 0, 0)
  73. TextButton_4.TextScaled = true
  74. TextButton_4.TextSize = 14
  75. TextButton_4.TextWrapped = true
  76.  
  77. TextButton_5.Parent = Frame
  78. TextButton_5.BackgroundColor3 = Color3.new(1, 1, 1)
  79. TextButton_5.Position = UDim2.new(0.0262486879, 0, 0.551009178, 0)
  80. TextButton_5.Size = UDim2.new(0, 224, 0, 30)
  81. TextButton_5.Font = Enum.Font.SourceSansBold
  82. TextButton_5.Text = "God"
  83. TextButton_5.TextColor3 = Color3.new(0, 0, 0)
  84. TextButton_5.TextScaled = true
  85. TextButton_5.TextSize = 14
  86. TextButton_5.TextWrapped = true
  87. -- Scripts:
  88. function SCRIPT_SNVD81_FAKESCRIPT() -- TextButton.LocalScript
  89. getfenv().script = Instance.new('LocalScript', TextButton)
  90.  
  91. script.Parent.MouseButton1Click:Connect(function()
  92. script.Parent.Parent.Frame.Visible = not script.Parent.Parent.Frame.Visible
  93. end)
  94.  
  95.  
  96. end
  97. coroutine.resume(coroutine.create(SCRIPT_SNVD81_FAKESCRIPT))
  98. function SCRIPT_DILM82_FAKESCRIPT() -- TextButton_2.LocalScript
  99. getfenv().script = Instance.new('LocalScript', TextButton_2)
  100.  
  101. local tool = script.Parent.OP
  102. local player = game.Players.LocalPlayer
  103.  
  104. script.Parent.MouseButton1Click:Connect(function()
  105. local klone = tool:Clone()
  106. klone.Parent = player.Backpack
  107. end)
  108.  
  109.  
  110.  
  111.  
  112. end
  113. coroutine.resume(coroutine.create(SCRIPT_DILM82_FAKESCRIPT))
  114. function SCRIPT_TDPT81_FAKESCRIPT() -- TextButton_3.LocalScript
  115. getfenv().script = Instance.new('LocalScript', TextButton_3)
  116.  
  117. script.Parent.MouseButton1Click:Connect(function()
  118. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 99
  119. end)
  120.  
  121.  
  122.  
  123. end
  124. coroutine.resume(coroutine.create(SCRIPT_TDPT81_FAKESCRIPT))
  125. function SCRIPT_OINN87_FAKESCRIPT() -- TextButton_4.LocalScript
  126. getfenv().script = Instance.new('LocalScript', TextButton_4)
  127.  
  128. script.Parent.MouseButton1Click:Connect(function()
  129. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 99
  130. end)
  131.  
  132.  
  133.  
  134. end
  135. coroutine.resume(coroutine.create(SCRIPT_OINN87_FAKESCRIPT))
  136. function SCRIPT_TVSI72_FAKESCRIPT() -- TextButton_5.LocalScript
  137. getfenv().script = Instance.new('LocalScript', TextButton_5)
  138.  
  139. script.Parent.MouseButton1Click:Connect(function()
  140. game.Players.LocalPlayer.Character.Humanoid.Health = math.huge
  141. end)
  142.  
  143.  
  144.  
  145. end
  146. coroutine.resume(coroutine.create(SCRIPT_TVSI72_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement