Advertisement
faef

Roblox Pwn GUI

Apr 9th, 2020
900
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 6.55 KB | None | 0 0
  1.  
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local drah = Instance.new("Frame")
  5. local Frame = Instance.new("Frame")
  6. local fling = Instance.new("TextButton")
  7. local iy = Instance.new("TextButton")
  8. local fly = Instance.new("TextButton")
  9. local punch = Instance.new("TextButton")
  10. local WalkSpeed = Instance.new("TextButton")
  11. local JumpPower = Instance.new("TextButton")
  12. local TextLabel = Instance.new("TextLabel")
  13. local TextBox = Instance.new("TextBox")
  14. local TextButton = Instance.new("TextButton")
  15. local TextLabel_2 = Instance.new("TextLabel")
  16. local textafj = Instance.new("TextButton")
  17.  
  18. --Properties:
  19.  
  20. ScreenGui.Parent = game.CoreGui
  21.  
  22. drah.Name = "drah"
  23. drah.Parent = ScreenGui
  24. drah.BackgroundColor3 = Color3.fromRGB(10, 1, 135)
  25. drah.Position = UDim2.new(0.328244299, 0, 0.173306778, 0)
  26. drah.Size = UDim2.new(0, 290, 0, 31)
  27. drah.Draggable = true
  28. drah.Active = true
  29.  
  30. Frame.Parent = drah
  31. Frame.BackgroundColor3 = Color3.fromRGB(73, 115, 255)
  32. Frame.Position = UDim2.new(-0.00170439482, 0, 0.971019149, 0)
  33. Frame.Size = UDim2.new(0, 290, 0, 141)
  34.  
  35. fling.Name = "fling"
  36. fling.Parent = Frame
  37. fling.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  38. fling.Position = UDim2.new(0.0379310362, 0, 0.319148928, 0)
  39. fling.Size = UDim2.new(0, 79, 0, 25)
  40. fling.Font = Enum.Font.GothamBold
  41. fling.Text = "Fling"
  42. fling.TextColor3 = Color3.fromRGB(0, 0, 0)
  43. fling.TextScaled = true
  44. fling.TextSize = 14.000
  45. fling.TextWrapped = true
  46. fling.MouseButton1Down:Connect(function()
  47.     loadstring(game:HttpGet("https://pastebin.com/raw/zHxNWgY7"))()
  48. end)
  49.  
  50. iy.Name = "iy"
  51. iy.Parent = Frame
  52. iy.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  53. iy.Position = UDim2.new(0.362068951, 0, 0.319148928, 0)
  54. iy.Size = UDim2.new(0, 79, 0, 25)
  55. iy.Font = Enum.Font.GothamBold
  56. iy.Text = "IY"
  57. iy.TextColor3 = Color3.fromRGB(0, 0, 0)
  58. iy.TextScaled = true
  59. iy.TextSize = 14.000
  60. iy.TextWrapped = true
  61. iy.MouseButton1Down:Connect(function()
  62.     loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  63. end)
  64.  
  65. fly.Name = "fly"
  66. fly.Parent = Frame
  67. fly.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  68. fly.Position = UDim2.new(0.693103433, 0, 0.319148928, 0)
  69. fly.Size = UDim2.new(0, 79, 0, 25)
  70. fly.Font = Enum.Font.GothamBold
  71. fly.Text = "(R6) Fly"
  72. fly.TextColor3 = Color3.fromRGB(0, 0, 0)
  73. fly.TextScaled = true
  74. fly.TextSize = 14.000
  75. fly.TextWrapped = true
  76. fly.MouseButton1Down:Connect(function()
  77.     loadstring(game:HttpGet("https://pastebin.com/raw/CfaSpNqA"))()
  78. end)
  79.  
  80. punch.Name = "punch"
  81. punch.Parent = Frame
  82. punch.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  83. punch.Position = UDim2.new(0.362068951, 0, 0.0709219575, 0)
  84. punch.Size = UDim2.new(0, 79, 0, 25)
  85. punch.Font = Enum.Font.GothamBold
  86. punch.Text = "Punch"
  87. punch.TextColor3 = Color3.fromRGB(0, 0, 0)
  88. punch.TextScaled = true
  89. punch.TextSize = 14.000
  90. punch.TextWrapped = true
  91. punch.MouseButton1Down:Connect(function()
  92.     loadstring(game:HttpGet("https://pastebin.com/raw/VgwGU1kr"))()
  93. end)
  94.  
  95. WalkSpeed.Name = "WalkSpeed"
  96. WalkSpeed.Parent = Frame
  97. WalkSpeed.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  98. WalkSpeed.Position = UDim2.new(0.689655185, 0, 0.0709219575, 0)
  99. WalkSpeed.Size = UDim2.new(0, 79, 0, 25)
  100. WalkSpeed.Font = Enum.Font.GothamBold
  101. WalkSpeed.Text = "Change Speed"
  102. WalkSpeed.TextColor3 = Color3.fromRGB(0, 0, 0)
  103. WalkSpeed.TextScaled = true
  104. WalkSpeed.TextSize = 14.000
  105. WalkSpeed.TextWrapped = true
  106. WalkSpeed.MouseButton1Down:Connect(function()
  107.     local textt = TextBox
  108.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = textt.Text
  109. end)
  110.  
  111. JumpPower.Name = "JumpPower"
  112. JumpPower.Parent = Frame
  113. JumpPower.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  114. JumpPower.Position = UDim2.new(0.037931025, 0, 0.0709219575, 0)
  115. JumpPower.Size = UDim2.new(0, 79, 0, 25)
  116. JumpPower.Font = Enum.Font.GothamBold
  117. JumpPower.Text = "Change JumpPower"
  118. JumpPower.TextColor3 = Color3.fromRGB(0, 0, 0)
  119. JumpPower.TextScaled = true
  120. JumpPower.TextSize = 14.000
  121. JumpPower.TextWrapped = true
  122. JumpPower.MouseButton1Down:Connect(function()
  123.     local textt = TextBox
  124.     game.Players.LocalPlayer.Character.Humanoid.JumpPower = textt.Text
  125. end)
  126.  
  127. TextLabel.Parent = Frame
  128. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  129. TextLabel.BackgroundTransparency = 1.000
  130. TextLabel.BorderSizePixel = 0
  131. TextLabel.Position = UDim2.new(0.00344827585, 0, 0.851063848, 0)
  132. TextLabel.Size = UDim2.new(0, 289, 0, 21)
  133. TextLabel.Font = Enum.Font.Cartoon
  134. TextLabel.Text = "This GUI was made by Sain A.K.A FAEF"
  135. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  136. TextLabel.TextScaled = true
  137. TextLabel.TextSize = 14.000
  138. TextLabel.TextWrapped = true
  139.  
  140. TextBox.Parent = Frame
  141. TextBox.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  142. TextBox.Position = UDim2.new(0.0379310362, 0, 0.6241135, 0)
  143. TextBox.Size = UDim2.new(0, 269, 0, 20)
  144. TextBox.Font = Enum.Font.SourceSans
  145. TextBox.Text = ""
  146. TextBox.TextColor3 = Color3.fromRGB(0, 0, 0)
  147. TextBox.TextSize = 14.000
  148.  
  149. TextButton.Parent = drah
  150. TextButton.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  151. TextButton.BackgroundTransparency = 1.000
  152. TextButton.BorderSizePixel = 0
  153. TextButton.Position = UDim2.new(0.851724029, 0, -0.0263097733, 0)
  154. TextButton.Size = UDim2.new(0, 43, 0, 31)
  155. TextButton.Font = Enum.Font.GothamBlack
  156. TextButton.Text = "-"
  157. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  158. TextButton.TextScaled = true
  159. TextButton.TextSize = 14.000
  160. TextButton.TextWrapped = true
  161. TextButton.MouseButton1Down:Connect(function()
  162.      Frame.Visible = false
  163.      TextButton.Visible = false
  164.      textafj.Visible = true
  165. end)
  166.  
  167. TextLabel_2.Parent = drah
  168. TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  169. TextLabel_2.BackgroundTransparency = 1.000
  170. TextLabel_2.BorderSizePixel = 0
  171. TextLabel_2.Size = UDim2.new(0, 247, 0, 30)
  172. TextLabel_2.Font = Enum.Font.Cartoon
  173. TextLabel_2.Text = "Pwn GUI"
  174. TextLabel_2.TextColor3 = Color3.fromRGB(206, 206, 206)
  175. TextLabel_2.TextScaled = true
  176. TextLabel_2.TextSize = 14.000
  177. TextLabel_2.TextWrapped = true
  178. TextLabel_2.TextXAlignment = Enum.TextXAlignment.Left
  179.  
  180. textafj.Parent = drah
  181. textafj.Visible = false
  182. textafj.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  183. textafj.BackgroundTransparency = 1.000
  184. textafj.BorderSizePixel = 0
  185. textafj.Position = UDim2.new(0.851724029, 0, -0.0263097733, 0)
  186. textafj.Size = UDim2.new(0, 43, 0, 31)
  187. textafj.Font = Enum.Font.GothamBlack
  188. textafj.Text = "-"
  189. textafj.TextColor3 = Color3.fromRGB(0, 0, 0)
  190. textafj.TextScaled = true
  191. textafj.TextSize = 14.000
  192. textafj.TextWrapped = true
  193. textafj.MouseButton1Down:Connect(function()
  194.      Frame.Visible = true
  195.      textafj.Visible = false
  196.      TextButton.Visible = true
  197. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement