Advertisement
yaminameis59

Locust GUI Alpha v1.4

Jan 11th, 2022
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 5.39 KB | None | 0 0
  1.  
  2.  
  3. local ScreenGui = Instance.new("ScreenGui")
  4. local main = Instance.new("Frame")
  5. local jumpoff = Instance.new("TextButton")
  6. local jumpon = Instance.new("TextButton")
  7. local killself = Instance.new("TextButton")
  8. local speedoff = Instance.new("TextButton")
  9. local speedon = Instance.new("TextButton")
  10. local hack1text = Instance.new("TextLabel")
  11. local hack2text = Instance.new("TextLabel")
  12. local hack3text = Instance.new("TextLabel")
  13. local hack4text = Instance.new("TextLabel")
  14. local title = Instance.new("TextLabel")
  15. local autorobjailbreak = Instance.new("TextButton")
  16.  
  17. --Properties:
  18.  
  19. ScreenGui.Parent = game.CoreGui
  20.  
  21. main.Name = "main"
  22. main.Parent = ScreenGui
  23. main.Active = true
  24. main.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  25. main.Position = UDim2.new(0.149136558, 0, 0.238317773, 0)
  26. main.Selectable = true
  27. main.Size = UDim2.new(0, 398, 0, 218)
  28. main.Active = true
  29. main.Draggable = true
  30. main.Visible = true
  31.  
  32. jumpoff.Name = "jumpoff"
  33. jumpoff.Parent = main
  34. jumpoff.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  35. jumpoff.Position = UDim2.new(0.52616787, 0, 0.281511366, 0)
  36. jumpoff.Size = UDim2.new(0, 94, 0, 38)
  37. jumpoff.Font = Enum.Font.SciFi
  38. jumpoff.Text = "OFF"
  39. jumpoff.TextColor3 = Color3.fromRGB(0, 0, 0)
  40. jumpoff.TextSize = 14.000
  41. jumpoff.MouseButton1Down:connect(function()
  42.     game.Workspace.Allofthegame4u.Humanoid.JumpPower = 10
  43. end)
  44.  
  45. jumpon.Name = "jumpon"
  46. jumpon.Parent = main
  47. jumpon.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  48. jumpon.Position = UDim2.new(0.762499034, 0, 0.281692535, 0)
  49. jumpon.Size = UDim2.new(0, 94, 0, 38)
  50. jumpon.Font = Enum.Font.SciFi
  51. jumpon.Text = "ON"
  52. jumpon.TextColor3 = Color3.fromRGB(0, 0, 0)
  53. jumpon.TextSize = 14.000
  54. jumpon.MouseButton1Down:connect(function()
  55.     game.Workspace.Allofthegame4u.Humanoid.JumpPower = 50
  56. end)
  57.  
  58. killself.Name = "killself"
  59. killself.Parent = main
  60. killself.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  61. killself.Position = UDim2.new(0.75998652, 0, 0.473563582, 0)
  62. killself.Size = UDim2.new(0, 94, 0, 38)
  63. killself.Font = Enum.Font.SciFi
  64. killself.Text = "Kill"
  65. killself.TextColor3 = Color3.fromRGB(0, 0, 0)
  66. killself.TextSize = 14.000
  67. killself.MouseButton1Down:connect(function()
  68.     game.Workspace.Allofthegame4u.Humanoid.Health = 0
  69. end)
  70.  
  71. speedoff.Name = "speedoff"
  72. speedoff.Parent = main
  73. speedoff.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  74. speedoff.Position = UDim2.new(0.526167929, 0, 0.107988954, 0)
  75. speedoff.Size = UDim2.new(0, 94, 0, 38)
  76. speedoff.Font = Enum.Font.SciFi
  77. speedoff.Text = "OFF"
  78. speedoff.TextColor3 = Color3.fromRGB(0, 0, 0)
  79. speedoff.TextSize = 14.000
  80. speedoff.MouseButton1Down:connect(function()
  81.     game.Workspace.Allofthegame4u.Humanoid.WalkSpeed = 15
  82. end)
  83.  
  84. speedon.Name = "speedon"
  85. speedon.Parent = main
  86. speedon.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  87. speedon.Position = UDim2.new(0.762498975, 0, 0.108170152, 0)
  88. speedon.Size = UDim2.new(0, 94, 0, 38)
  89. speedon.Font = Enum.Font.SciFi
  90. speedon.Text = "ON"
  91. speedon.TextColor3 = Color3.fromRGB(0, 0, 0)
  92. speedon.TextSize = 14.000
  93. speedon.MouseButton1Down:connect(function()
  94.     game.Workspace.Allofthegame4u.Humanoid.WalkSpeed = 135
  95. end)
  96.  
  97. hack1text.Name = "hack1text"
  98. hack1text.Parent = main
  99. hack1text.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  100. hack1text.Position = UDim2.new(0.000860154629, 0, 0.112379655, 0)
  101. hack1text.Size = UDim2.new(0, 130, 0, 37)
  102. hack1text.Font = Enum.Font.SciFi
  103. hack1text.Text = "Big WalkSpeed"
  104. hack1text.TextColor3 = Color3.fromRGB(0, 0, 0)
  105. hack1text.TextSize = 15.000
  106.  
  107. hack2text.Name = "hack2text"
  108. hack2text.Parent = main
  109. hack2text.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  110. hack2text.Position = UDim2.new(0.000860173022, 0, 0.284195513, 0)
  111. hack2text.Size = UDim2.new(0, 130, 0, 37)
  112. hack2text.Font = Enum.Font.SciFi
  113. hack2text.Text = "Big JumpPower"
  114. hack2text.TextColor3 = Color3.fromRGB(0, 0, 0)
  115. hack2text.TextSize = 15.000
  116.  
  117. hack3text.Name = "hack3text"
  118. hack3text.Parent = main
  119. hack3text.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  120. hack3text.Position = UDim2.new(0.000860154396, 0, 0.474008918, 0)
  121. hack3text.Size = UDim2.new(0, 130, 0, 37)
  122. hack3text.Font = Enum.Font.SciFi
  123. hack3text.Text = "Kill Self"
  124. hack3text.TextColor3 = Color3.fromRGB(0, 0, 0)
  125. hack3text.TextSize = 15.000
  126.  
  127. hack4text.Name = "hack4text"
  128. hack4text.Parent = main
  129. hack4text.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  130. hack4text.Position = UDim2.new(0.000860154629, 0, 0.651058078, 0)
  131. hack4text.Size = UDim2.new(0, 130, 0, 37)
  132. hack4text.Font = Enum.Font.SciFi
  133. hack4text.Text = "Jailbreak AutoRob"
  134. hack4text.TextColor3 = Color3.fromRGB(0, 0, 0)
  135. hack4text.TextSize = 15.000
  136.  
  137. title.Name = "title"
  138. title.Parent = main
  139. title.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  140. title.Position = UDim2.new(0.000895361183, 0, -0.000214322994, 0)
  141. title.Size = UDim2.new(0, 397, 0, 24)
  142. title.Font = Enum.Font.SciFi
  143. title.Text = "Locust GUI Alpha v1.4"
  144. title.TextColor3 = Color3.fromRGB(0, 0, 0)
  145. title.TextSize = 35.000
  146.  
  147. autorobjailbreak.Name = "autorobjailbreak"
  148. autorobjailbreak.Parent = main
  149. autorobjailbreak.BackgroundColor3 = Color3.fromRGB(50, 50, 50)
  150. autorobjailbreak.Position = UDim2.new(0.757473946, 0, 0.647875488, 0)
  151. autorobjailbreak.Size = UDim2.new(0, 94, 0, 38)
  152. autorobjailbreak.Font = Enum.Font.SciFi
  153. autorobjailbreak.Text = "Open"
  154. autorobjailbreak.TextColor3 = Color3.fromRGB(0, 0, 0)
  155. autorobjailbreak.TextSize = 14.000
  156. autorobjailbreak.MouseButton1Down:connect(function()
  157.     loadstring(game:GetObjects("rbxassetid://1461971147")[1].Source)
  158. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement