yaminameis59

Locust GUI Alpha v1.8

Jan 18th, 2022
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.21 KB | None | 0 0
  1.  
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local main = Instance.new("Frame")
  5. local title = Instance.new("TextLabel")
  6. local UICorner = Instance.new("UICorner")
  7. local UICorner_2 = Instance.new("UICorner")
  8. local hack1 = Instance.new("TextButton")
  9. local UICorner_3 = Instance.new("UICorner")
  10. local hack2 = Instance.new("TextButton")
  11. local UICorner_4 = Instance.new("UICorner")
  12. local hack3 = Instance.new("TextButton")
  13. local UICorner_5 = Instance.new("UICorner")
  14. local hack4 = Instance.new("TextButton")
  15. local UICorner_6 = Instance.new("UICorner")
  16. local hack5 = Instance.new("TextButton")
  17. local UICorner_7 = Instance.new("UICorner")
  18. local hack6 = Instance.new("TextButton")
  19. local UICorner_8 = Instance.new("UICorner")
  20. local hack7 = Instance.new("TextButton")
  21. local UICorner_9 = Instance.new("UICorner")
  22. local hack8 = Instance.new("TextButton")
  23. local UICorner_10 = Instance.new("UICorner")
  24.  
  25. --Properties:
  26.  
  27. ScreenGui.Parent = game.CoreGui
  28.  
  29. main.Name = "main"
  30. main.Parent = ScreenGui
  31. main.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  32. main.Position = UDim2.new(0, 0, 0.433179736, 0)
  33. main.Size = UDim2.new(0, 273, 0, 304)
  34. main.Active = true
  35. main.Draggable = true
  36. main.Visible = true
  37.  
  38. title.Name = "title"
  39. title.Parent = main
  40. title.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  41. title.BorderColor3 = Color3.fromRGB(50, 50, 50)
  42. title.Size = UDim2.new(0, 273, 0, 22)
  43. title.Font = Enum.Font.SciFi
  44. title.Text = "Locust GUI Alpha v1.8"
  45. title.TextColor3 = Color3.fromRGB(0, 0, 0)
  46. title.TextSize = 20.000
  47.  
  48. UICorner.Parent = title
  49.  
  50. UICorner_2.Parent = main
  51.  
  52. hack1.Name = "hack1"
  53. hack1.Parent = main
  54. hack1.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  55. hack1.Position = UDim2.new(0, 0, 0.0700129494, 0)
  56. hack1.Size = UDim2.new(0, 94, 0, 45)
  57. hack1.Font = Enum.Font.SciFi
  58. hack1.Text = "Kill Self"
  59. hack1.TextColor3 = Color3.fromRGB(0, 0, 0)
  60. hack1.TextSize = 22.000
  61. hack1.MouseButton1Down:connect(function()
  62.     game.Workspace.Allofthegame4u.Humanoid.Health = 0
  63. end)
  64.  
  65. UICorner_3.Parent = hack1
  66.  
  67. hack2.Name = "hack2"
  68. hack2.Parent = main
  69. hack2.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  70. hack2.Position = UDim2.new(0, 0, 0.215309352, 0)
  71. hack2.Size = UDim2.new(0, 94, 0, 43)
  72. hack2.Font = Enum.Font.SciFi
  73. hack2.Text = "Fast"
  74. hack2.TextColor3 = Color3.fromRGB(0, 0, 0)
  75. hack2.TextSize = 22.000
  76. hack2.MouseButton1Down:connect(function()
  77.     game.Workspace.Allofthegame4u.Humanoid.WalkSpeed = 105
  78. end)
  79.  
  80. UICorner_4.Parent = hack2
  81.  
  82. hack3.Name = "hack3"
  83. hack3.Parent = main
  84. hack3.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  85. hack3.Position = UDim2.new(0, 0, 0.380342484, 0)
  86. hack3.Size = UDim2.new(0, 117, 0, 40)
  87. hack3.Font = Enum.Font.SciFi
  88. hack3.Text = "Infinite Yield"
  89. hack3.TextColor3 = Color3.fromRGB(0, 0, 0)
  90. hack3.TextSize = 22.000
  91. hack3.MouseButton1Down:connect(function()
  92.     loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source", true))()
  93. end)
  94.  
  95. UICorner_5.Parent = hack3
  96.  
  97. hack4.Name = "hack4"
  98. hack4.Parent = main
  99. hack4.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  100. hack4.Position = UDim2.new(0.428571433, 0, 0.380342484, 0)
  101. hack4.Size = UDim2.new(0, 156, 0, 40)
  102. hack4.Font = Enum.Font.SciFi
  103. hack4.Text = "DarkHub"
  104. hack4.TextColor3 = Color3.fromRGB(0, 0, 0)
  105. hack4.TextSize = 22.000
  106. hack4.MouseButton1Down:connect(function()
  107.     loadstring(game:HttpGet("https://raw.githubusercontent.com/RandomAdamYT/DarkHub/master/Init", true))()
  108. end)
  109.  
  110. UICorner_6.Parent = hack4
  111.  
  112. hack5.Name = "hack5"
  113. hack5.Parent = main
  114. hack5.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  115. hack5.Position = UDim2.new(0.344322354, 0, 0.0700203329, 0)
  116. hack5.Size = UDim2.new(0, 94, 0, 95)
  117. hack5.Font = Enum.Font.SciFi
  118. hack5.Text = "Big Jump"
  119. hack5.TextColor3 = Color3.fromRGB(0, 0, 0)
  120. hack5.TextSize = 22.000
  121. hack5.MouseButton1Down:connect(function()
  122.     game.Workspace.Allofthegame4u.Humanoid.WalkSpeed = 345
  123. end)
  124.  
  125. UICorner_7.Parent = hack5
  126.  
  127. hack6.Name = "hack6"
  128. hack6.Parent = main
  129. hack6.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  130. hack6.Position = UDim2.new(0.688644707, 0, 0.0700203329, 0)
  131. hack6.Size = UDim2.new(0, 85, 0, 95)
  132. hack6.Font = Enum.Font.SciFi
  133. hack6.Text = "Big Health"
  134. hack6.TextColor3 = Color3.fromRGB(0, 0, 0)
  135. hack6.TextSize = 22.000
  136. hack6.MouseButton1Down:connect(function()
  137.     game.Workspace.Allofthegame4u.Humanoid.Health = 585
  138. end)
  139.  
  140. UICorner_8.Parent = hack6
  141.  
  142. hack7.Name = "hack7"
  143. hack7.Parent = main
  144. hack7.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  145. hack7.Position = UDim2.new(0.00732600736, 0, 0.540344715, 0)
  146. hack7.Size = UDim2.new(0, 269, 0, 66)
  147. hack7.Font = Enum.Font.SciFi
  148. hack7.Text = "Inf Jump"
  149. hack7.TextColor3 = Color3.fromRGB(0, 0, 0)
  150. hack7.TextSize = 22.000
  151. hack7.MouseButton1Down:connect(function()
  152.     loadstring(game:HttpGet("https://pastebin.com/raw/V3DKCQTT", true))()
  153. end)
  154.  
  155. UICorner_9.Parent = hack7
  156.  
  157. hack8.Name = "hack8"
  158. hack8.Parent = main
  159. hack8.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  160. hack8.Position = UDim2.new(0.0219780225, 0, 0.754160523, 0)
  161. hack8.Size = UDim2.new(0, 269, 0, 66)
  162. hack8.Font = Enum.Font.SciFi
  163. hack8.Text = "Unnamed ESP"
  164. hack8.TextColor3 = Color3.fromRGB(0, 0, 0)
  165. hack8.TextSize = 22.000
  166. hack8.MouseButton1Down:connect(function()
  167.     loadstring(game:HttpGet("https://pastebin.com/raw/LD5nUGt1", true))()
  168. end)
  169.  
  170. UICorner_10.Parent = hack8
Add Comment
Please, Sign In to add comment