yaminameis59

Locust GUI Alpha v1.6.1

Jan 15th, 2022
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.69 KB | None | 0 0
  1. --replace any Allofthegame4u with your roblox username
  2.  
  3.  
  4. local ScreenGui = Instance.new("ScreenGui")
  5. local main = Instance.new("Frame")
  6. local title = Instance.new("TextLabel")
  7. local hack1 = Instance.new("TextButton")
  8. local hack2 = Instance.new("TextButton")
  9. local hack3 = Instance.new("TextButton")
  10. local hack4 = Instance.new("TextButton")
  11.  
  12. --Properties:
  13.  
  14. ScreenGui.Parent = game.CoreGui
  15.  
  16. main.Name = "main"
  17. main.Parent = ScreenGui
  18. main.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  19. main.Position = UDim2.new(0.530377686, 0, 0.757009327, 0)
  20. main.Size = UDim2.new(0, 286, 0, 156)
  21. main.Active = true
  22. main.Draggable = true
  23. main.Visible = true
  24.  
  25. title.Name = "title"
  26. title.Parent = main
  27. title.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  28. title.Size = UDim2.new(0, 285, 0, 23)
  29. title.Font = Enum.Font.SciFi
  30. title.Text = "Locust GUI Alpha v1.6.1"
  31. title.TextColor3 = Color3.fromRGB(0, 0, 0)
  32. title.TextSize = 20.000
  33.  
  34. hack1.Name = "hack1"
  35. hack1.Parent = main
  36. hack1.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  37. hack1.Position = UDim2.new(-0.00109084335, 0, 0.145399049, 0)
  38. hack1.Size = UDim2.new(0, 143, 0, 62)
  39. hack1.Font = Enum.Font.SciFi
  40. hack1.Text = "Infinite Yeild"
  41. hack1.TextColor3 = Color3.fromRGB(0, 0, 0)
  42. hack1.TextSize = 14.000
  43. hack1.MouseButton1Down:connect(function()
  44.     loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source", true))()
  45. end)
  46.  
  47. hack2.Name = "hack2"
  48. hack2.Parent = main
  49. hack2.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  50. hack2.Position = UDim2.new(-0.00109084335, 0, 0.542834938, 0)
  51. hack2.Size = UDim2.new(0, 143, 0, 71)
  52. hack2.Font = Enum.Font.SciFi
  53. hack2.Text = "Kill Self"
  54. hack2.TextColor3 = Color3.fromRGB(0, 0, 0)
  55. hack2.TextSize = 14.000
  56. hack2.MouseButton1Down:connect(function()
  57.     game.Workspace.Allofthegame4u.Humanoid.Health = 0
  58. end)
  59.  
  60. hack3.Name = "hack3"
  61. hack3.Parent = main
  62. hack3.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  63. hack3.Position = UDim2.new(0.495412558, 0, 0.542834938, 0)
  64. hack3.Size = UDim2.new(0, 143, 0, 71)
  65. hack3.Font = Enum.Font.SciFi
  66. hack3.Text = "DarkHub"
  67. hack3.TextColor3 = Color3.fromRGB(0, 0, 0)
  68. hack3.TextSize = 14.000
  69. hack3.MouseButton1Down:connect(function()
  70.     loadstring(game:HttpGet("https://raw.githubusercontent.com/RandomAdamYT/DarkHub/master/Init", true))()
  71. end)
  72.  
  73. hack4.Name = "hack4"
  74. hack4.Parent = main
  75. hack4.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  76. hack4.Position = UDim2.new(0.498909056, 0, 0.145399049, 0)
  77. hack4.Size = UDim2.new(0, 143, 0, 62)
  78. hack4.Font = Enum.Font.SciFi
  79. hack4.Text = "Big Health"
  80. hack4.TextColor3 = Color3.fromRGB(0, 0, 0)
  81. hack4.TextSize = 14.000
  82. hack4.MouseButton1Down:connect(function()
  83.     game.Workspace.Allofthegame4u.Humanoid.Health = 365
  84. end)
  85.  
Add Comment
Please, Sign In to add comment