Modder29000

Untitled

Dec 2nd, 2017
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.43 KB | None | 0 0
  1. -- Script made From FreeHacker29
  2.  
  3. local Modded = Instance.new("ScreenGui")
  4. local Frame = Instance.new("Frame")
  5. local FrameScript = Instance.new("ScrollingFrame")
  6. local Frame_2 = Instance.new("TextBox")
  7. local God = Instance.new("TextButton")
  8. local Open = Instance.new("TextButton")
  9. local p = game.Players.LocalPlayer
  10.  
  11.  
  12.  
  13. Modded.Name = "Modded"
  14. Modded.Parent = game.StarterGui
  15.  
  16. Frame.Parent = Modded
  17. Frame.BackgroundColor3 = Color3.new(0.133333, 0.133333, 0.133333)
  18. Frame.BorderColor3 = Color3.new(1, 1, 1)
  19. Frame.Position = UDim2.new(0.0221719462, 0, 0.0122249387, 0)
  20. Frame.Size = UDim2.new(0, 277, 0, 292)
  21. Frame.Visible = false
  22.  
  23. FrameScript.Name = "Frame Script"
  24. FrameScript.Parent = Frame
  25. FrameScript.Active = true
  26. FrameScript.BackgroundColor3 = Color3.new(0.478431, 0.478431, 0.478431)
  27. FrameScript.BorderSizePixel = 0
  28. FrameScript.Position = UDim2.new(0.03832753, 0, 0.0307525285, 0)
  29. FrameScript.Size = UDim2.new(0, 256, 0, 229)
  30.  
  31. Frame_2.Name = "Frame"
  32. Frame_2.Parent = FrameScript
  33. Frame_2.BackgroundColor3 = Color3.new(0.47451, 0.47451, 0.47451)
  34. Frame_2.BorderColor3 = Color3.new(1, 1, 1)
  35. Frame_2.Size = UDim2.new(0, 241, 0, 229)
  36. Frame_2.Font = Enum.Font.SourceSansBold
  37. Frame_2.FontSize = Enum.FontSize.Size14
  38. Frame_2.Text = ""
  39. Frame_2.TextSize = 14
  40.  
  41. God.Name = "God"
  42. God.Parent = Frame
  43. God.BackgroundColor3 = Color3.new(0.52549, 0.52549, 0.52549)
  44. God.BorderColor3 = Color3.new(1, 1, 1)
  45. God.Position = UDim2.new(0.249097466, 0, 0.842465758, 0)
  46. God.Size = UDim2.new(0, 125, 0, 33)
  47. God.Font = Enum.Font.SourceSansBold
  48. God.FontSize = Enum.FontSize.Size14
  49. God.Text = "God"
  50. God.TextSize = 14
  51. God.TextWrapped = true
  52.  
  53. Open.Name = "Open"
  54. Open.Parent = Modded
  55. Open.BackgroundColor3 = Color3.new(0.956863, 0.956863, 0.956863)
  56. Open.BorderColor3 = Color3.new(1, 1, 1)
  57. Open.Position = UDim2.new(0, 0, 0.880195618, 0)
  58. Open.Size = UDim2.new(0, 183, 0, 44)
  59. Open.Style = Enum.ButtonStyle.RobloxButton
  60. Open.Font = Enum.Font.SourceSans
  61. Open.FontSize = Enum.FontSize.Size14
  62. Open.TextColor3 = Color3.new(1, 1, 1)
  63. Open.TextScaled = true
  64. Open.TextSize = 14
  65. Open.TextStrokeColor3 = Color3.new(1, 1, 1)
  66. Open.TextStrokeTransparency = 0
  67. Open.TextWrapped = true
  68.  
  69. Godplr.MouseButton1Click:connect(function()
  70. p = game.Players.LocalPlayer
  71. p.Character.Humanoid.MaxHealth = math.huge
  72. end)
  73.  
  74. OpenGui.MouseButton1Click:connect(function()
  75. game.CoreGui.Modded.Open.Visable = false
  76. game.CoreGui.Modded.GuiFrame.Visable - true
  77. end)
  78. print"Loaded"
Advertisement
Add Comment
Please, Sign In to add comment