Advertisement
yaminameis59

Locust GUI Alpha v1.5

Jan 12th, 2022
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 8.99 KB | None | 0 0
  1.  
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local main = Instance.new("Frame")
  5. local mainscroll = Instance.new("ScrollingFrame")
  6. local autorobjailbreak = Instance.new("TextButton")
  7. local jumpoff = Instance.new("TextButton")
  8. local jumpon = Instance.new("TextButton")
  9. local killself = Instance.new("TextButton")
  10. local speedoff = Instance.new("TextButton")
  11. local speedon = Instance.new("TextButton")
  12. local hack1text = Instance.new("TextLabel")
  13. local hack2text = Instance.new("TextLabel")
  14. local hack3text = Instance.new("TextLabel")
  15. local hack4text = Instance.new("TextLabel")
  16. local title = Instance.new("TextLabel")
  17. local bighealthon = Instance.new("TextButton")
  18. local bighealthoff = Instance.new("TextButton")
  19. local hack6text = Instance.new("TextLabel")
  20. local hack7text = Instance.new("TextLabel")
  21. local visualsload = Instance.new("TextButton")
  22. local hack5text = Instance.new("TextLabel")
  23. local darkhubload = Instance.new("TextButton")
  24.  
  25. --Properties:
  26.  
  27. ScreenGui.Parent = game.CoreGui
  28.  
  29. main.Name = "main"
  30. main.Parent = ScreenGui
  31. main.Active = true
  32. main.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  33. main.Position = UDim2.new(0.149136543, 0, 0.238317773, 0)
  34. main.Selectable = true
  35. main.Size = UDim2.new(0, 398, 0, 197)
  36. main.Draggable = true
  37. main.Visible = true
  38.  
  39. mainscroll.Name = "mainscroll"
  40. mainscroll.Parent = main
  41. mainscroll.Active = true
  42. mainscroll.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  43. mainscroll.Size = UDim2.new(0, 398, 0, 197)
  44. mainscroll.CanvasPosition = Vector2.new(0, 297)
  45. mainscroll.CanvasSize = UDim2.new(0, 0, 2, 175)
  46. mainscroll.ScrollBarThickness = 5
  47.  
  48. autorobjailbreak.Name = "autorobjailbreak"
  49. autorobjailbreak.Parent = mainscroll
  50. autorobjailbreak.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  51. autorobjailbreak.Position = UDim2.new(0.762499094, 0, 0.497016907, 0)
  52. autorobjailbreak.Size = UDim2.new(0, 94, 0, 38)
  53. autorobjailbreak.Font = Enum.Font.SciFi
  54. autorobjailbreak.Text = "Open"
  55. autorobjailbreak.TextColor3 = Color3.fromRGB(0, 0, 0)
  56. autorobjailbreak.TextSize = 14.000
  57. autorobjailbreak.MouseButton1Down:connect(function()
  58.     loadstring(game:HttpGet("https://pastebin.com/raw/GTpKan9c", true))()
  59. end)
  60.  
  61. jumpoff.Name = "jumpoff"
  62. jumpoff.Parent = mainscroll
  63. jumpoff.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  64. jumpoff.Position = UDim2.new(0.521142721, 0, 0.16218482, 0)
  65. jumpoff.Size = UDim2.new(0, 94, 0, 38)
  66. jumpoff.Font = Enum.Font.SciFi
  67. jumpoff.Text = "OFF"
  68. jumpoff.TextColor3 = Color3.fromRGB(0, 0, 0)
  69. jumpoff.TextSize = 14.000
  70. jumpoff.MouseButton1Down:connect(function()
  71.     game.Workspace.Allofthegame4u.Humanoid.JumpPower = 10
  72. end)
  73.  
  74. jumpon.Name = "jumpon"
  75. jumpon.Parent = mainscroll
  76. jumpon.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  77. jumpon.Position = UDim2.new(0.762499034, 0, 0.163792506, 0)
  78. jumpon.Size = UDim2.new(0, 94, 0, 38)
  79. jumpon.Font = Enum.Font.SciFi
  80. jumpon.Text = "ON"
  81. jumpon.TextColor3 = Color3.fromRGB(0, 0, 0)
  82. jumpon.TextSize = 14.000
  83. jumpon.MouseButton1Down:connect(function()
  84.     game.Workspace.Allofthegame4u.Humanoid.JumpPower = 315
  85. end)
  86.  
  87. killself.Name = "killself"
  88. killself.Parent = mainscroll
  89. killself.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  90. killself.Position = UDim2.new(0.75998652, 0, 0.304324865, 0)
  91. killself.Size = UDim2.new(0, 94, 0, 38)
  92. killself.Font = Enum.Font.SciFi
  93. killself.Text = "Kill"
  94. killself.TextColor3 = Color3.fromRGB(0, 0, 0)
  95. killself.TextSize = 14.000
  96. killself.MouseButton1Down:connect(function()
  97.     game.Workspace.Allofthegame4u.Humanoid.Health = 0
  98. end)
  99.  
  100. speedoff.Name = "speedoff"
  101. speedoff.Parent = mainscroll
  102. speedoff.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  103. speedoff.Position = UDim2.new(0.521142781, 0, 0.0438117348, 0)
  104. speedoff.Size = UDim2.new(0, 94, 0, 38)
  105. speedoff.Font = Enum.Font.SciFi
  106. speedoff.Text = "OFF"
  107. speedoff.TextColor3 = Color3.fromRGB(0, 0, 0)
  108. speedoff.TextSize = 14.000
  109.  
  110. speedon.Name = "speedon"
  111. speedon.Parent = mainscroll
  112. speedon.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  113. speedon.Position = UDim2.new(0.754961312, 0, 0.0421546958, 0)
  114. speedon.Size = UDim2.new(0, 94, 0, 38)
  115. speedon.Font = Enum.Font.SciFi
  116. speedon.Text = "ON"
  117. speedon.TextColor3 = Color3.fromRGB(0, 0, 0)
  118. speedon.TextSize = 14.000
  119.  
  120. hack1text.Name = "hack1text"
  121. hack1text.Parent = mainscroll
  122. hack1text.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  123. hack1text.Position = UDim2.new(0.000860154629, 0, 0.0425179005, 0)
  124. hack1text.Size = UDim2.new(0, 130, 0, 37)
  125. hack1text.Font = Enum.Font.SciFi
  126. hack1text.Text = "Big WalkSpeed"
  127. hack1text.TextColor3 = Color3.fromRGB(0, 0, 0)
  128. hack1text.TextSize = 15.000
  129.  
  130. hack2text.Name = "hack2text"
  131. hack2text.Parent = mainscroll
  132. hack2text.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  133. hack2text.Position = UDim2.new(0.000860173022, 0, 0.163881615, 0)
  134. hack2text.Size = UDim2.new(0, 130, 0, 37)
  135. hack2text.Font = Enum.Font.SciFi
  136. hack2text.Text = "Big JumpPower"
  137. hack2text.TextColor3 = Color3.fromRGB(0, 0, 0)
  138. hack2text.TextSize = 15.000
  139.  
  140. hack3text.Name = "hack3text"
  141. hack3text.Parent = mainscroll
  142. hack3text.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  143. hack3text.Position = UDim2.new(0.000860154396, 0, 0.305385113, 0)
  144. hack3text.Size = UDim2.new(0, 130, 0, 37)
  145. hack3text.Font = Enum.Font.SciFi
  146. hack3text.Text = "Kill Self"
  147. hack3text.TextColor3 = Color3.fromRGB(0, 0, 0)
  148. hack3text.TextSize = 15.000
  149.  
  150. hack4text.Name = "hack4text"
  151. hack4text.Parent = mainscroll
  152. hack4text.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  153. hack4text.Position = UDim2.new(-0.00165240816, 0, 0.497941673, 0)
  154. hack4text.Size = UDim2.new(0, 130, 0, 37)
  155. hack4text.Font = Enum.Font.SciFi
  156. hack4text.Text = "Jailbreak AutoRob"
  157. hack4text.TextColor3 = Color3.fromRGB(0, 0, 0)
  158. hack4text.TextSize = 15.000
  159.  
  160. title.Name = "title"
  161. title.Parent = mainscroll
  162. title.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  163. title.Position = UDim2.new(0.000895361183, 0, -0.000214322994, 0)
  164. title.Size = UDim2.new(0, 397, 0, 24)
  165. title.Font = Enum.Font.SciFi
  166. title.Text = "Locust GUI Alpha v1.5"
  167. title.TextColor3 = Color3.fromRGB(0, 0, 0)
  168. title.TextSize = 35.000
  169.  
  170. bighealthon.Name = "bighealthon"
  171. bighealthon.Parent = mainscroll
  172. bighealthon.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  173. bighealthon.Position = UDim2.new(0.754961431, 0, 0.819030702, 0)
  174. bighealthon.Size = UDim2.new(0, 94, 0, 38)
  175. bighealthon.Font = Enum.Font.SciFi
  176. bighealthon.Text = "On"
  177. bighealthon.TextColor3 = Color3.fromRGB(0, 0, 0)
  178. bighealthon.TextSize = 14.000
  179. bighealthon.MouseButton1Down:connect(function()
  180.     game.Workspace.Allofthegame4u.Humanoid.Health = 555
  181. end)
  182.  
  183. bighealthoff.Name = "bighealthoff"
  184. bighealthoff.Parent = mainscroll
  185. bighealthoff.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  186. bighealthoff.Position = UDim2.new(0.516267955, 0, 0.819030702, 0)
  187. bighealthoff.Size = UDim2.new(0, 94, 0, 38)
  188. bighealthoff.Font = Enum.Font.SciFi
  189. bighealthoff.Text = "Off"
  190. bighealthoff.TextColor3 = Color3.fromRGB(0, 0, 0)
  191. bighealthoff.TextSize = 14.000
  192. bighealthoff.MouseButton1Down:connect(function()
  193.     game.Workspace.Allofthegame4u.Humanoid.Health = 100
  194. end)
  195.  
  196. hack6text.Name = "hack6text"
  197. hack6text.Parent = mainscroll
  198. hack6text.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  199. hack6text.Position = UDim2.new(0.000860165805, 0, 0.824552059, 0)
  200. hack6text.Size = UDim2.new(0, 130, 0, 33)
  201. hack6text.Font = Enum.Font.SciFi
  202. hack6text.Text = "Big Health"
  203. hack6text.TextColor3 = Color3.fromRGB(0, 0, 0)
  204. hack6text.TextSize = 15.000
  205.  
  206. hack7text.Name = "hack7text"
  207. hack7text.Parent = mainscroll
  208. hack7text.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  209. hack7text.Position = UDim2.new(-0.00165239698, 0, 0.940545022, 0)
  210. hack7text.Size = UDim2.new(0, 130, 0, 33)
  211. hack7text.Font = Enum.Font.SciFi
  212. hack7text.Text = "Visuals"
  213. hack7text.TextColor3 = Color3.fromRGB(0, 0, 0)
  214. hack7text.TextSize = 15.000
  215.  
  216. visualsload.Name = "visualsload"
  217. visualsload.Parent = mainscroll
  218. visualsload.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  219. visualsload.Position = UDim2.new(0.752448857, 0, 0.93150872, 0)
  220. visualsload.Size = UDim2.new(0, 94, 0, 38)
  221. visualsload.Font = Enum.Font.SciFi
  222. visualsload.Text = "Load"
  223. visualsload.TextColor3 = Color3.fromRGB(0, 0, 0)
  224. visualsload.TextSize = 14.000
  225. visualsload.MouseButton1Down:connet(function()
  226.     loadstring(game:HttpGet("https://pastebin.com/raw/nqyGkWvx", true))()
  227. end)
  228.  
  229. hack5text.Name = "hack5text"
  230. hack5text.Parent = mainscroll
  231. hack5text.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  232. hack5text.Position = UDim2.new(0.000860165805, 0, 0.664622366, 0)
  233. hack5text.Size = UDim2.new(0, 130, 0, 33)
  234. hack5text.Font = Enum.Font.SciFi
  235. hack5text.Text = "DarkHub"
  236. hack5text.TextColor3 = Color3.fromRGB(0, 0, 0)
  237. hack5text.TextSize = 15.000
  238.  
  239. darkhubload.Name = "darkhubload"
  240. darkhubload.Parent = mainscroll
  241. darkhubload.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  242. darkhubload.Position = UDim2.new(0.752448857, 0, 0.667888284, 0)
  243. darkhubload.Size = UDim2.new(0, 94, 0, 38)
  244. darkhubload.Font = Enum.Font.SciFi
  245. darkhubload.Text = "Load"
  246. darkhubload.TextColor3 = Color3.fromRGB(0, 0, 0)
  247. darkhubload.TextSize = 14.000
  248. darkhubload.MouseButton1Down:connect(function()
  249.     loadstring(game:HttpGet("https://raw.githubusercontent.com/RandomAdamYT/DarkHub/master/Init", true))()
  250. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement