Advertisement
Guest User

tey are my crocs

a guest
Aug 20th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.51 KB | None | 0 0
  1. local PowerGUI = Instance.new("ScreenGui")
  2. local Page1 = Instance.new("Frame")
  3. local Kill = Instance.new("TextButton")
  4. local Next = Instance.new("TextButton")
  5. local God = Instance.new("TextButton")
  6. local Ungod = Instance.new("TextButton")
  7. local Settings = Instance.new("Frame")
  8. local PersonBox = Instance.new("TextBox")
  9. local CreatedbyMelonPooper = Instance.new("TextBox")
  10. PowerGUI.Name = "PowerGUI"
  11. PowerGUI.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  12. PowerGUI.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  13. Page1.Name = "Page1"
  14. Page1.Parent = PowerGUI
  15. Page1.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  16. Page1.BorderColor3 = Color3.new(1, 0, 0)
  17. Page1.BorderSizePixel = 4
  18. Page1.Position = UDim2.new(0.00573613774, 0, 0.157480314, 0)
  19. Page1.Size = UDim2.new(0, 213, 0, 493)
  20. Kill.Name = "Kill"
  21. Kill.Parent = Page1
  22. Kill.BackgroundColor3 = Color3.new(0, 0, 0)
  23. Kill.BorderColor3 = Color3.new(1, 0, 0)
  24. Kill.BorderSizePixel = 4
  25. Kill.Position = UDim2.new(0.131455392, 0, 0.0263691675, 0)
  26. Kill.Size = UDim2.new(0, 157, 0, 50)
  27. Kill.Font = Enum.Font.SourceSans
  28. Kill.Text = "Kill"
  29. Kill.TextColor3 = Color3.new(1, 1, 1)
  30. Kill.TextScaled = true
  31. Kill.TextSize = 14
  32. Kill.TextWrapped = true
  33. Next.Name = "Next"
  34. Next.Parent = Page1
  35. Next.BackgroundColor3 = Color3.new(0, 0, 0)
  36. Next.BorderColor3 = Color3.new(1, 0, 0)
  37. Next.BorderSizePixel = 4
  38. Next.Position = UDim2.new(0, 178, 0, 459)
  39. Next.Size = UDim2.new(0, 35, 0, 33)
  40. Next.Font = Enum.Font.SourceSans
  41. Next.Text = "X"
  42. Next.TextColor3 = Color3.new(1, 1, 1)
  43. Next.TextSize = 24
  44. God.Name = "God"
  45. God.Parent = Page1
  46. God.BackgroundColor3 = Color3.new(0, 0, 0)
  47. God.BorderColor3 = Color3.new(1, 0, 0)
  48. God.BorderSizePixel = 4
  49. God.Position = UDim2.new(0.131455392, 0, 0.176470593, 0)
  50. God.Size = UDim2.new(0, 157, 0, 50)
  51. God.Font = Enum.Font.SourceSans
  52. God.Text = "God"
  53. God.TextColor3 = Color3.new(1, 1, 1)
  54. God.TextScaled = true
  55. God.TextSize = 14
  56. God.TextWrapped = true
  57. Ungod.Name = "Ungod"
  58. Ungod.Parent = Page1
  59. Ungod.BackgroundColor3 = Color3.new(0, 0, 0)
  60. Ungod.BorderColor3 = Color3.new(1, 0, 0)
  61. Ungod.BorderSizePixel = 4
  62. Ungod.Position = UDim2.new(0.131455392, 0, 0.326572031, 0)
  63. Ungod.Size = UDim2.new(0, 157, 0, 50)
  64. Ungod.Font = Enum.Font.SourceSans
  65. Ungod.Text = "Ungod"
  66. Ungod.TextColor3 = Color3.new(1, 1, 1)
  67. Ungod.TextScaled = true
  68. Ungod.TextSize = 14
  69. Ungod.TextWrapped = true
  70. Settings.Name = "Settings"
  71. Settings.Parent = Page1
  72. Settings.BackgroundColor3 = Color3.new(0.156863, 0.156863, 0.156863)
  73. Settings.BorderColor3 = Color3.new(1, 0, 0)
  74. Settings.BorderSizePixel = 4
  75. Settings.Draggable = true
  76. Settings.Position = UDim2.new(-1.16562986, 470, -0.331237316, 163)
  77. Settings.Size = UDim2.new(0, 160, 0, 50)
  78. PersonBox.Name = "PersonBox"
  79. PersonBox.Parent = Settings
  80. PersonBox.BackgroundColor3 = Color3.new(0, 0, 0)
  81. PersonBox.BorderColor3 = Color3.new(1, 0, 0)
  82. PersonBox.BorderSizePixel = 3
  83. PersonBox.Position = UDim2.new(0, 18, 0, 15)
  84. PersonBox.Size = UDim2.new(0, 125, 0, 30)
  85. PersonBox.Font = Enum.Font.SourceSans
  86. PersonBox.Text = "Name"
  87. PersonBox.TextColor3 = Color3.new(1, 1, 1)
  88. PersonBox.TextScaled = true
  89. PersonBox.TextSize = 18
  90. PersonBox.TextWrapped = true
  91. CreatedbyMelonPooper.Name = "Created by MelonPooper"
  92. CreatedbyMelonPooper.Parent = Settings
  93. CreatedbyMelonPooper.BackgroundColor3 = Color3.new(0, 0, 0)
  94. CreatedbyMelonPooper.BackgroundTransparency = 0.20000000298023
  95. CreatedbyMelonPooper.BorderColor3 = Color3.new(1, 0, 0)
  96. CreatedbyMelonPooper.BorderSizePixel = 2
  97. CreatedbyMelonPooper.Size = UDim2.new(0, 160, 0, 14)
  98. CreatedbyMelonPooper.Font = Enum.Font.SourceSans
  99. CreatedbyMelonPooper.Text = "Created By MelonPooper"
  100. CreatedbyMelonPooper.TextColor3 = Color3.new(1, 1, 1)
  101. CreatedbyMelonPooper.TextSize = 14
  102. function SCRIPT_IHJI73_FAKESCRIPT()
  103. local script = Instance.new('LocalScript')
  104. script.Parent = Kill
  105. function Clicked()
  106. box = game.Players.LocalPlayer.PlayerGui.PowerGUI.Settings.PersonBox
  107. player = game.Players:findFirstChild(box.Text)
  108. if player ~= nil then
  109. player.Character.Humanoid.Health = 0
  110. end
  111. end
  112.  
  113. script.Parent.MouseButton1Click:connect(Clicked)
  114.  
  115. end
  116. coroutine.resume(coroutine.create(SCRIPT_IHJI73_FAKESCRIPT))
  117. function SCRIPT_BSDA67_FAKESCRIPT()
  118. local script = Instance.new('LocalScript')
  119. script.Parent = Next
  120. local player = game.Players.LocalPlayer
  121.  
  122. function Clicked()
  123. player.PlayerGui.PowerGUI.Page1.Visible = false
  124. player.PlayerGui.PowerGUI.Page2.Visible = true
  125. end
  126.  
  127. script.Parent.MouseButton1Down:connect(click)
  128.  
  129.  
  130. end
  131. coroutine.resume(coroutine.create(SCRIPT_BSDA67_FAKESCRIPT))
  132. function SCRIPT_MTUN81_FAKESCRIPT()
  133. local script = Instance.new('LocalScript')
  134. script.Parent = God
  135. function Clicked()
  136. box = game.Players.LocalPlayer.PlayerGui.PowerGUI.Settings.PersonBox
  137. player = game.Players:findFirstChild(box.Text)
  138. if player ~= nil then
  139. player.Character.Humanoid.MaxHealth = 999999999999999
  140. wait(5)
  141. player.Character.Humanoid.Health = 999999999999999
  142.  
  143. end
  144. end
  145.  
  146. script.Parent.MouseButton1Click:connect(Clicked)
  147.  
  148. end
  149. coroutine.resume(coroutine.create(SCRIPT_MTUN81_FAKESCRIPT))
  150. function SCRIPT_CHVF81_FAKESCRIPT()
  151. local script = Instance.new('LocalScript')
  152. script.Parent = Ungod
  153. function Clicked()
  154. box = game.Players.LocalPlayer.PlayerGui.PowerGUI.Settings.PersonBox
  155. player = game.Players:findFirstChild(box.Text)
  156. if player ~= nil then
  157. player.Character.Humanoid.Health = 100
  158. wait(5)
  159. player.Character.Humanoid.MaxHealth = 100
  160.  
  161. end
  162. end
  163.  
  164. script.Parent.MouseButton1Click:connect(Clicked)
  165.  
  166. end
  167. coroutine.resume(coroutine.create(SCRIPT_CHVF81_FAKESCRIPT))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement