yaminameis59

Locust GUI Alpha v1.7

Jan 17th, 2022
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.60 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.  
  23. --Properties:
  24.  
  25. ScreenGui.Parent = game.CoreGui
  26.  
  27. main.Name = "main"
  28. main.Parent = ScreenGui
  29. main.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  30. main.Position = UDim2.new(0, 0, 0.545314908, 0)
  31. main.Size = UDim2.new(0, 273, 0, 231)
  32.  
  33. title.Name = "title"
  34. title.Parent = main
  35. title.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  36. title.BorderColor3 = Color3.fromRGB(50, 50, 50)
  37. title.Size = UDim2.new(0, 273, 0, 22)
  38. title.Font = Enum.Font.SciFi
  39. title.Text = "Locust GUI Alpha v1.7"
  40. title.TextColor3 = Color3.fromRGB(0, 0, 0)
  41. title.TextSize = 20.000
  42.  
  43. UICorner.Parent = title
  44.  
  45. UICorner_2.Parent = main
  46.  
  47. hack1.Name = "hack1"
  48. hack1.Parent = main
  49. hack1.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  50. hack1.Position = UDim2.new(0, 0, 0.135802463, 0)
  51. hack1.Size = UDim2.new(0, 94, 0, 50)
  52. hack1.Font = Enum.Font.SciFi
  53. hack1.Text = "Kill Self"
  54. hack1.TextColor3 = Color3.fromRGB(0, 0, 0)
  55. hack1.TextSize = 22.000
  56. hack1.MouseButton1Down:connect(function()
  57.     game.Workspace.Allofthegame4u.Humanoid.Health = 0
  58. end)
  59.  
  60. UICorner_3.Parent = hack1
  61.  
  62. hack2.Name = "hack2"
  63. hack2.Parent = main
  64. hack2.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  65. hack2.Position = UDim2.new(0, 0, 0.350177735, 0)
  66. hack2.Size = UDim2.new(0, 94, 0, 50)
  67. hack2.Font = Enum.Font.SciFi
  68. hack2.Text = "Fast"
  69. hack2.TextColor3 = Color3.fromRGB(0, 0, 0)
  70. hack2.TextSize = 22.000
  71. hack2.MouseButton1Down:connect(function()
  72.     game.Workspace.Allofthegame4u.Humanoid.WalkSpeed = 105
  73. end)
  74.  
  75. UICorner_4.Parent = hack2
  76.  
  77. hack3.Name = "hack3"
  78. hack3.Parent = main
  79. hack3.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  80. hack3.Position = UDim2.new(0, 0, 0.564553022, 0)
  81. hack3.Size = UDim2.new(0, 117, 0, 40)
  82. hack3.Font = Enum.Font.SciFi
  83. hack3.Text = "Infinite Yield"
  84. hack3.TextColor3 = Color3.fromRGB(0, 0, 0)
  85. hack3.TextSize = 22.000
  86. hack3.MouseButton1Down:connect(function()
  87.     loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source", true))()
  88. end)
  89.  
  90. UICorner_5.Parent = hack3
  91.  
  92. hack4.Name = "hack4"
  93. hack4.Parent = main
  94. hack4.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  95. hack4.Position = UDim2.new(0.428571433, 0, 0.564553022, 0)
  96. hack4.Size = UDim2.new(0, 156, 0, 40)
  97. hack4.Font = Enum.Font.SciFi
  98. hack4.Text = "DarkHub"
  99. hack4.TextColor3 = Color3.fromRGB(0, 0, 0)
  100. hack4.TextSize = 22.000
  101. hack4.MouseButton1Down:connect(function()
  102.     loadstring(game:HttpGet("https://raw.githubusercontent.com/RandomAdamYT/DarkHub/master/Init", true))()
  103. end)
  104.  
  105. UICorner_6.Parent = hack4
  106.  
  107. hack5.Name = "hack5"
  108. hack5.Parent = main
  109. hack5.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  110. hack5.Position = UDim2.new(0.344322354, 0, 0.132520333, 0)
  111. hack5.Size = UDim2.new(0, 94, 0, 95)
  112. hack5.Font = Enum.Font.SciFi
  113. hack5.Text = "Big Jump"
  114. hack5.TextColor3 = Color3.fromRGB(0, 0, 0)
  115. hack5.TextSize = 22.000
  116. hack5.MouseButton1Down:connect(function()
  117.     game.Workspace.Allofthegame4u.Humanoid.WalkSpeed = 345
  118. end)
  119.  
  120. UICorner_7.Parent = hack5
  121.  
  122. hack6.Name = "hack6"
  123. hack6.Parent = main
  124. hack6.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  125. hack6.Position = UDim2.new(0.688644707, 0, 0.132520333, 0)
  126. hack6.Size = UDim2.new(0, 85, 0, 95)
  127. hack6.Font = Enum.Font.SciFi
  128. hack6.Text = "Big Health"
  129. hack6.TextColor3 = Color3.fromRGB(0, 0, 0)
  130. hack6.TextSize = 22.000
  131. hack6.MouseButton1Down:connect(function()
  132.     game.Workspace.Allofthegame4u.Humanoid.Health = 585
  133. end)
  134.  
  135. UICorner_8.Parent = hack6
  136.  
  137. hack7.Name = "hack7"
  138. hack7.Parent = main
  139. hack7.BackgroundColor3 = Color3.fromRGB(75, 75, 75)
  140. hack7.Position = UDim2.new(0.0146520147, 0, 0.737713158, 0)
  141. hack7.Size = UDim2.new(0, 269, 0, 60)
  142. hack7.Font = Enum.Font.SciFi
  143. hack7.Text = "Inf Jump"
  144. hack7.TextColor3 = Color3.fromRGB(0, 0, 0)
  145. hack7.TextSize = 22.000
  146. hack7.MouseButton1Down:connect(function()
  147.     loadstring(game:HttpGet("https://pastebin.com/raw/V3DKCQTT", true))()
  148. end)
  149.  
  150. UICorner_9.Parent = hack7
Add Comment
Please, Sign In to add comment