Advertisement
hoffmvn2

isdajsoda

Dec 23rd, 2021 (edited)
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.00 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5. local debounce = false
  6. local HRP = game.Players.LocalPlayer.Character.HumanoidRootPart
  7. local TheUndergroundWar = Instance.new("ScreenGui")
  8. local Main = Instance.new("Frame")
  9. local Label = Instance.new("TextLabel")
  10. local UICorner = Instance.new("UICorner")
  11. local GetPointRed = Instance.new("TextButton")
  12. local UICorner_2 = Instance.new("UICorner")
  13. local GetPointBlue = Instance.new("TextButton")
  14. local UICorner_3 = Instance.new("UICorner")
  15. local TextButton = Instance.new("TextButton")
  16. local UICorner_4 = Instance.new("UICorner")
  17. local SetSpeed = Instance.new("TextButton")
  18. local UICorner_5 = Instance.new("UICorner")
  19. local Minimize = Instance.new("TextButton")
  20. local UICorner_6 = Instance.new("UICorner")
  21. local UICorner_7 = Instance.new("UICorner")
  22. local Close = Instance.new("TextButton")
  23. local UICorner_8 = Instance.new("UICorner")
  24. local Label2 = Instance.new("TextLabel")
  25. local UICorner_9 = Instance.new("UICorner")
  26. local Add = Instance.new("TextButton")
  27. local UICorner_10 = Instance.new("UICorner")
  28. local Label3 = Instance.new("TextLabel")
  29. local UICorner_11 = Instance.new("UICorner")
  30. local Open = Instance.new("TextButton")
  31. local UICorner_12 = Instance.new("UICorner")
  32.  
  33. --Properties:
  34.  
  35. TheUndergroundWar.Name = "TheUndergroundWar"
  36. TheUndergroundWar.Parent = game.CoreGui
  37. TheUndergroundWar.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  38.  
  39. Main.Name = "Main"
  40. Main.Parent = TheUndergroundWar
  41. Main.BackgroundColor3 = Color3.fromRGB(35, 35, 35)
  42. Main.BorderSizePixel = 0
  43. Main.Position = UDim2.new(0.011934693, 0, 0.477950007, 0)
  44. Main.Size = UDim2.new(0.197989896, 0, 0.505244374, 0)
  45. Main.Active = true
  46. Main.Draggable = true
  47. Main.Visible = false
  48.  
  49. Label.Name = "Label"
  50. Label.Parent = Main
  51. Label.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  52. Label.BorderSizePixel = 0
  53. Label.Size = UDim2.new(1, 0, 0.14246282, 0)
  54. Label.Font = Enum.Font.GothamBlack
  55. Label.Text = "The UnderGround Pigeon"
  56. Label.TextColor3 = Color3.fromRGB(255, 255, 255)
  57. Label.TextScaled = true
  58. Label.TextSize = 14.000
  59. Label.TextStrokeTransparency = 0.000
  60. Label.TextWrapped = true
  61.  
  62. UICorner.CornerRadius = UDim.new(0.300000012, 0)
  63. UICorner.Parent = Label
  64.  
  65. GetPointRed.Name = "GetPointRed"
  66. GetPointRed.Parent = Main
  67. GetPointRed.BackgroundColor3 = Color3.fromRGB(255, 69, 78)
  68. GetPointRed.BorderSizePixel = 0
  69. GetPointRed.Position = UDim2.new(0.0690229461, 0, 0.202878028, 0)
  70. GetPointRed.Size = UDim2.new(0.858162761, 0, 0.123590469, 0)
  71. GetPointRed.Font = Enum.Font.GothamBlack
  72. GetPointRed.Text = "Get Point for Red"
  73. GetPointRed.TextColor3 = Color3.fromRGB(255, 255, 255)
  74. GetPointRed.TextScaled = true
  75. GetPointRed.TextSize = 14.000
  76. GetPointRed.TextStrokeTransparency = 0.000
  77. GetPointRed.TextWrapped = true
  78. GetPointRed.MouseButton1Click:Connect(function()
  79. if debounce then return end
  80. debounce = true
  81. HRP.CFrame = CFrame.new(6.5, 18.5, -73.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  82. wait(.1)
  83. HRP.Anchored = true
  84. HRP.CFrame = CFrame.new(27.7866478, 14.5999975, 66.5588303, 0.00158275536, 3.61810269e-11, 0.999998748, -6.23008312e-09, 1, -2.63203626e-11, -0.999998748, -6.23003382e-09, 0.00158275536)
  85. wait(6)
  86. HRP.Anchored = false
  87. HRP.CFrame = CFrame.new(-7.5, 18.5, 75.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  88. wait(.1)
  89. HRP.CFrame =CFrame.new(83, 16.2000008, 53, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  90. GetPointRed.Text = '5'
  91. wait(1)
  92. GetPointRed.Text = '4'
  93. wait(1)
  94. GetPointRed.Text = '3'
  95. wait(1)
  96. GetPointRed.Text = '2'
  97. wait(1)
  98. GetPointRed.Text = '1'
  99. wait()
  100. GetPointRed.Text = 'Get Point for Red'
  101. debounce = false
  102. end)
  103.  
  104. UICorner_2.CornerRadius = UDim.new(0.300000012, 0)
  105. UICorner_2.Parent = GetPointRed
  106.  
  107. GetPointBlue.Name = "GetPointBlue"
  108. GetPointBlue.Parent = Main
  109. GetPointBlue.BackgroundColor3 = Color3.fromRGB(82, 157, 255)
  110. GetPointBlue.BorderSizePixel = 0
  111. GetPointBlue.Position = UDim2.new(0.0690229461, 0, 0.363293231, 0)
  112. GetPointBlue.Size = UDim2.new(0.858162761, 0, 0.123590469, 0)
  113. GetPointBlue.Font = Enum.Font.GothamBlack
  114. GetPointBlue.Text = "Get Point for Blue"
  115. GetPointBlue.TextColor3 = Color3.fromRGB(255, 255, 255)
  116. GetPointBlue.TextScaled = true
  117. GetPointBlue.TextSize = 14.000
  118. GetPointBlue.TextStrokeTransparency = 0.000
  119. GetPointBlue.TextWrapped = true
  120. GetPointBlue.MouseButton1Click:Connect(function()
  121. if debounce then return end
  122. debounce = true
  123. HRP.CFrame = CFrame.new(-7.5, 18.5, 75.5, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  124. wait(.1)
  125. HRP.Anchored = true
  126. HRP.CFrame = CFrame.new(-28.4100533, 14.5999975, -68.2288513, -0.0518162809, -5.43291065e-08, -0.998656631, -5.95603176e-08, 1, -5.13118437e-08, 0.998656631, 5.68215199e-08, -0.0518162809)
  127. wait(6)
  128. HRP.Anchored = false
  129. HRP.CFrame = CFrame.new(6.5, 18.5, -73.5, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  130. wait(.1)
  131. HRP.CFrame = CFrame.new(47, 16.2000008, -133, -1, 0, 0, 0, 1, 0, 0, 0, -1)
  132. GetPointBlue.Text = '5'
  133. wait(1)
  134. GetPointBlue.Text = '4'
  135. wait(1)
  136. GetPointBlue.Text = '3'
  137. wait(1)
  138. GetPointBlue.Text = '2'
  139. wait(1)
  140. GetPointBlue.Text = '1'
  141. wait()
  142. GetPointBlue.Text = 'Get Point for Blue'
  143. debounce = false
  144. end)
  145.  
  146. UICorner_3.CornerRadius = UDim.new(0.300000012, 0)
  147. UICorner_3.Parent = GetPointBlue
  148.  
  149. TextButton.Name = "-"
  150. TextButton.Parent = Main
  151. TextButton.BackgroundColor3 = Color3.fromRGB(83, 255, 138)
  152. TextButton.BorderSizePixel = 0
  153. TextButton.Position = UDim2.new(0.100748837, 0, 0.528426528, 0)
  154. TextButton.Size = UDim2.new(0.172883451, 0, 0.123590469, 0)
  155. TextButton.Font = Enum.Font.GothamBlack
  156. TextButton.Text = "-"
  157. TextButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  158. TextButton.TextScaled = true
  159. TextButton.TextSize = 14.000
  160. TextButton.TextStrokeTransparency = 0.000
  161. TextButton.TextWrapped = true
  162. TextButton.MouseButton1Click:Connect(function()
  163. Label3.Text -= 1
  164. end)
  165.  
  166. UICorner_4.CornerRadius = UDim.new(0.300000012, 0)
  167. UICorner_4.Parent = TextButton
  168.  
  169. SetSpeed.Name = "SetSpeed"
  170. SetSpeed.Parent = Main
  171. SetSpeed.BackgroundColor3 = Color3.fromRGB(244, 255, 119)
  172. SetSpeed.BorderSizePixel = 0
  173. SetSpeed.Position = UDim2.new(0.0690229461, 0, 0.702995956, 0)
  174. SetSpeed.Size = UDim2.new(0.858162761, 0, 0.123590469, 0)
  175. SetSpeed.Font = Enum.Font.GothamBlack
  176. SetSpeed.Text = "Set Speed"
  177. SetSpeed.TextColor3 = Color3.fromRGB(255, 255, 255)
  178. SetSpeed.TextScaled = true
  179. SetSpeed.TextSize = 14.000
  180. SetSpeed.TextStrokeTransparency = 0.000
  181. SetSpeed.TextWrapped = true
  182. SetSpeed.MouseButton1Click:Connect(function()
  183. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Label3.Text
  184. end)
  185.  
  186. UICorner_5.CornerRadius = UDim.new(0.300000012, 0)
  187. UICorner_5.Parent = SetSpeed
  188.  
  189. Minimize.Name = "Minimize"
  190. Minimize.Parent = Main
  191. Minimize.BackgroundColor3 = Color3.fromRGB(72, 49, 189)
  192. Minimize.BorderSizePixel = 0
  193. Minimize.Position = UDim2.new(0.0690229535, 0, 0.84689784, 0)
  194. Minimize.Size = UDim2.new(0.172883451, 0, 0.123590469, 0)
  195. Minimize.Font = Enum.Font.GothamBlack
  196. Minimize.Text = "-"
  197. Minimize.TextColor3 = Color3.fromRGB(255, 255, 255)
  198. Minimize.TextScaled = true
  199. Minimize.TextSize = 14.000
  200. Minimize.TextWrapped = true
  201. Minimize.MouseButton1Click:Connect(function()
  202. Main.Visible = false
  203. Open.Visible = true
  204. end)
  205.  
  206. UICorner_6.CornerRadius = UDim.new(0.300000012, 0)
  207. UICorner_6.Parent = Minimize
  208.  
  209. UICorner_7.CornerRadius = UDim.new(0.100000001, 0)
  210. UICorner_7.Parent = Main
  211.  
  212. Close.Name = "Close"
  213. Close.Parent = Main
  214. Close.BackgroundColor3 = Color3.fromRGB(189, 0, 3)
  215. Close.BorderSizePixel = 0
  216. Close.Position = UDim2.new(0.754302323, 0, 0.84689784, 0)
  217. Close.Size = UDim2.new(0.172883451, 0, 0.123590469, 0)
  218. Close.Font = Enum.Font.GothamBlack
  219. Close.Text = "X"
  220. Close.TextColor3 = Color3.fromRGB(255, 255, 255)
  221. Close.TextScaled = true
  222. Close.TextSize = 14.000
  223. Close.TextWrapped = true
  224. Close.MouseButton1Click:Connect(function()
  225. TheUndergroundWar:Destroy()
  226. end)
  227.  
  228. UICorner_8.CornerRadius = UDim.new(0.300000012, 0)
  229. UICorner_8.Parent = Close
  230.  
  231. Label2.Name = "Label2"
  232. Label2.Parent = Main
  233. Label2.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  234. Label2.BorderSizePixel = 0
  235. Label2.Position = UDim2.new(0.276015371, 0, 0.84689796, 0)
  236. Label2.Size = UDim2.new(0.444796771, 0, 0.123590454, 0)
  237. Label2.Font = Enum.Font.GothamBlack
  238. Label2.Text = "Made By: PigeonDude"
  239. Label2.TextColor3 = Color3.fromRGB(255, 255, 255)
  240. Label2.TextScaled = true
  241. Label2.TextSize = 14.000
  242. Label2.TextStrokeTransparency = 0.000
  243. Label2.TextWrapped = true
  244.  
  245. UICorner_9.CornerRadius = UDim.new(0.300000012, 0)
  246. UICorner_9.Parent = Label2
  247.  
  248. Add.Name = "Add"
  249. Add.Parent = Main
  250. Add.BackgroundColor3 = Color3.fromRGB(83, 255, 138)
  251. Add.BorderSizePixel = 0
  252. Add.Position = UDim2.new(0.719403803, 0, 0.528426528, 0)
  253. Add.Size = UDim2.new(0.172883451, 0, 0.123590469, 0)
  254. Add.Font = Enum.Font.GothamBlack
  255. Add.Text = "+"
  256. Add.TextColor3 = Color3.fromRGB(255, 255, 255)
  257. Add.TextScaled = true
  258. Add.TextSize = 14.000
  259. Add.TextStrokeTransparency = 0.000
  260. Add.TextWrapped = true
  261. Add.MouseButton1Click:Connect(function()
  262. Label3.Text += 1
  263. end)
  264.  
  265. UICorner_10.CornerRadius = UDim.new(0.300000012, 0)
  266. UICorner_10.Parent = Add
  267.  
  268. Label3.Name = "Label3"
  269. Label3.Parent = Main
  270. Label3.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  271. Label3.BorderSizePixel = 0
  272. Label3.Position = UDim2.new(0.317259043, 0, 0.526067555, 0)
  273. Label3.Size = UDim2.new(0.362464666, 0, 0.123590454, 0)
  274. Label3.Font = Enum.Font.GothamBlack
  275. Label3.Text = 16
  276. Label3.TextColor3 = Color3.fromRGB(255, 255, 255)
  277. Label3.TextScaled = true
  278. Label3.TextSize = 14.000
  279. Label3.TextStrokeTransparency = 0.000
  280. Label3.TextWrapped = true
  281.  
  282. UICorner_11.CornerRadius = UDim.new(0.300000012, 0)
  283. UICorner_11.Parent = Label3
  284.  
  285. Open.Name = "Open"
  286. Open.Parent = TheUndergroundWar
  287. Open.BackgroundColor3 = Color3.fromRGB(67, 86, 255)
  288. Open.BorderSizePixel = 0
  289. Open.Position = UDim2.new(0.0118620992, 0, 0.549719453, 0)
  290. Open.Size = UDim2.new(0.126485184, 0, 0.0604200363, 0)
  291. Open.Font = Enum.Font.GothamBlack
  292. Open.Text = "Open Gui"
  293. Open.TextColor3 = Color3.fromRGB(255, 255, 255)
  294. Open.TextScaled = true
  295. Open.TextSize = 14.000
  296. Open.TextStrokeTransparency = 0.000
  297. Open.TextWrapped = true
  298. Open.MouseButton1Click:Connect(function()
  299. Main.Visible = true
  300. Open.Visible = false
  301. end)
  302.  
  303. UICorner_12.CornerRadius = UDim.new(0.300000012, 0)
  304. UICorner_12.Parent = Open
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement