Advertisement
badgerscript

test phase

Oct 16th, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.91 KB | None | 0 0
  1. -- Made by pigeonhashtag0001
  2.  
  3. local Unnamed = Instance.new("ScreenGui")
  4. local holder = Instance.new("Frame")
  5. local output = Instance.new("Frame")
  6. local entry = Instance.new("Frame")
  7. local user = Instance.new("TextLabel")
  8. local cmd = Instance.new("TextBox")
  9. local output1 = Instance.new("TextLabel")
  10. local output2 = Instance.new("TextLabel")
  11. local output3 = Instance.new("TextLabel")
  12. local output4 = Instance.new("TextLabel")
  13. local output5 = Instance.new("TextLabel")
  14. local output6 = Instance.new("TextLabel")
  15. local output7 = Instance.new("TextLabel")
  16. local output8 = Instance.new("TextLabel")
  17. local output9 = Instance.new("TextLabel")
  18.  
  19. local arguments = cmd:split(" ")
  20.  
  21. mouse = game.Players.LocalPlayer:GetMouse()
  22. mouse.KeyDown:connect(function(key)
  23. if key == "q" then
  24. if holder.Visible == false then
  25. holder.Visible = true
  26. else
  27. holder.Visible = false
  28. end
  29. elseif key == "u" then
  30. if output.Visible == false then
  31. output.Visible = true
  32. else
  33. output.Visible = false
  34. end
  35. end
  36. end)
  37.  
  38. Unnamed.Name = "Unnamed"
  39. Unnamed.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  40. Unnamed.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  41.  
  42. holder.Name = "holder"
  43. holder.Parent = Unnamed
  44. holder.BackgroundColor3 = Color3.new(1, 1, 1)
  45. holder.BackgroundTransparency = 1
  46. holder.Position = UDim2.new(0, 0, 0.659705102, 0)
  47. holder.Size = UDim2.new(0, 525, 0, 277)
  48.  
  49. output.Name = "output"
  50. output.Parent = holder
  51. output.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  52. output.BorderSizePixel = 0
  53. output.Position = UDim2.new(-7.4505806e-09, 0, 0.0144404322, 0)
  54. output.Size = UDim2.new(0, 525, 0, 253)
  55. output.Style = Enum.FrameStyle.RobloxRound
  56. output.Visible = false
  57.  
  58. entry.Name = "entry"
  59. entry.Parent = holder
  60. entry.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  61. entry.BorderSizePixel = 0
  62. entry.Position = UDim2.new(-0.0152380951, 0, 0.965582669, 0)
  63. entry.Size = UDim2.new(0, 525, 0, 38)
  64.  
  65. user.Name = "user"
  66. user.Parent = entry
  67. user.BackgroundColor3 = Color3.new(1, 1, 1)
  68. user.BackgroundTransparency = 1
  69. user.Position = UDim2.new(-0.0152380941, 0, 0, 0)
  70. user.Size = UDim2.new(0, 137, 0, 36)
  71. user.Font = Enum.Font.Code
  72. user.Text = game.Players.LocalPlayer.Name .. " >"
  73. user.TextColor3 = Color3.new(1, 0.333333, 0)
  74. user.TextSize = 16
  75. user.TextXAlignment = Enum.TextXAlignment.Right
  76.  
  77. cmd.Name = "cmd"
  78. cmd.Parent = entry
  79. cmd.BackgroundColor3 = Color3.new(1, 1, 1)
  80. cmd.BackgroundTransparency = 1
  81. cmd.BorderSizePixel = 0
  82. cmd.Position = UDim2.new(0.274285644, 0, 0, 0)
  83. cmd.Size = UDim2.new(0, 341, 0, 35)
  84. cmd.Font = Enum.Font.Code
  85. cmd.PlaceholderText = "Enter CMD here"
  86. cmd.Text = ""
  87. cmd.TextColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  88. cmd.TextSize = 14
  89. cmd.TextXAlignment = Enum.TextXAlignment.Left
  90. cmd.FocusLost:connect(function(enterPressed)
  91. if enterPressed then
  92. if arguments[1] == "fly" then
  93. output1.Text = "Fly is now functional"
  94. else
  95. if arguments[1] == "jp" then
  96. output1.Text = "Jp is now functional"
  97. elseif
  98. arguments[1] == "ws" then
  99. output1.Text = "Ws is now functional"
  100. humanoid.Walkspeed = arguments[2]
  101. end
  102. end
  103. end
  104. end
  105. end)
  106.  
  107.  
  108. output1.Name = "output1"
  109. output1.Parent = output
  110. output1.BackgroundColor3 = Color3.new(1, 1, 1)
  111. output1.BackgroundTransparency = 1
  112. output1.Position = UDim2.new(0.0157605428, 0, 0.849240005, 0)
  113. output1.Size = UDim2.new(0, 137, 0, 27)
  114. output1.Font = Enum.Font.Code
  115. output1.Text = ""
  116. output1.TextColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  117. output1.TextSize = 16
  118. output1.TextXAlignment = Enum.TextXAlignment.Left
  119.  
  120. output2.Name = "output2"
  121. output2.Parent = output
  122. output2.BackgroundColor3 = Color3.new(1, 1, 1)
  123. output2.BackgroundTransparency = 1
  124. output2.Position = UDim2.new(0.0157605428, 0, 0.74252063, 0)
  125. output2.Size = UDim2.new(0, 137, 0, 27)
  126. output2.Font = Enum.Font.Code
  127. output2.Text = ""
  128. output2.TextColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  129. output2.TextSize = 16
  130. output2.TextXAlignment = Enum.TextXAlignment.Left
  131.  
  132. output3.Name = "output3"
  133. output3.Parent = output
  134. output3.BackgroundColor3 = Color3.new(1, 1, 1)
  135. output3.BackgroundTransparency = 1
  136. output3.Position = UDim2.new(0.0157605428, 0, 0.639753819, 0)
  137. output3.Size = UDim2.new(0, 137, 0, 27)
  138. output3.Font = Enum.Font.Code
  139. output3.Text = ""
  140. output3.TextColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  141. output3.TextSize = 16
  142. output3.TextXAlignment = Enum.TextXAlignment.Left
  143.  
  144. output4.Name = "output4"
  145. output4.Parent = output
  146. output4.BackgroundColor3 = Color3.new(1, 1, 1)
  147. output4.BackgroundTransparency = 1
  148. output4.Position = UDim2.new(0.0157605428, 0, 0.533034444, 0)
  149. output4.Size = UDim2.new(0, 137, 0, 27)
  150. output4.Font = Enum.Font.Code
  151. output4.Text = ""
  152. output4.TextColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  153. output4.TextSize = 16
  154. output4.TextXAlignment = Enum.TextXAlignment.Left
  155.  
  156. output5.Name = "output5"
  157. output5.Parent = output
  158. output5.BackgroundColor3 = Color3.new(1, 1, 1)
  159. output5.BackgroundTransparency = 1
  160. output5.Position = UDim2.new(0.0157605428, 0, 0.430267632, 0)
  161. output5.Size = UDim2.new(0, 137, 0, 27)
  162. output5.Font = Enum.Font.Code
  163. output5.Text = ""
  164. output5.TextColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  165. output5.TextSize = 16
  166. output5.TextXAlignment = Enum.TextXAlignment.Left
  167.  
  168. output6.Name = "output6"
  169. output6.Parent = output
  170. output6.BackgroundColor3 = Color3.new(1, 1, 1)
  171. output6.BackgroundTransparency = 1
  172. output6.Position = UDim2.new(0.0157605428, 0, 0.323548257, 0)
  173. output6.Size = UDim2.new(0, 137, 0, 27)
  174. output6.Font = Enum.Font.Code
  175. output6.Text = ""
  176. output6.TextColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  177. output6.TextSize = 16
  178. output6.TextXAlignment = Enum.TextXAlignment.Left
  179.  
  180. output7.Name = "output7"
  181. output7.Parent = output
  182. output7.BackgroundColor3 = Color3.new(1, 1, 1)
  183. output7.BackgroundTransparency = 1
  184. output7.Position = UDim2.new(0.0157605428, 0, 0.22078146, 0)
  185. output7.Size = UDim2.new(0, 137, 0, 27)
  186. output7.Font = Enum.Font.Code
  187. output7.Text = ""
  188. output7.TextColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  189. output7.TextSize = 16
  190. output7.TextXAlignment = Enum.TextXAlignment.Left
  191.  
  192. output8.Name = "output8"
  193. output8.Parent = output
  194. output8.BackgroundColor3 = Color3.new(1, 1, 1)
  195. output8.BackgroundTransparency = 1
  196. output8.Position = UDim2.new(0.0157605428, 0, 0.114062086, 0)
  197. output8.Size = UDim2.new(0, 137, 0, 27)
  198. output8.Font = Enum.Font.Code
  199. output8.Text = ""
  200. output8.TextColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  201. output8.TextSize = 16
  202. output8.TextXAlignment = Enum.TextXAlignment.Left
  203.  
  204. output9.Name = "output9"
  205. output9.Parent = output
  206. output9.BackgroundColor3 = Color3.new(1, 1, 1)
  207. output9.BackgroundTransparency = 1
  208. output9.Position = UDim2.new(0.0157605428, 0, 0.0112952888, 0)
  209. output9.Size = UDim2.new(0, 137, 0, 27)
  210. output9.Font = Enum.Font.Code
  211. output9.Text = ""
  212. output9.TextColor3 = Color3.new(0.698039, 0.698039, 0.698039)
  213. output9.TextSize = 16
  214. output9.TextXAlignment = Enum.TextXAlignment.Left
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement