GETFREEROBUX

Bad GUI Scripts

Feb 10th, 2022
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 4.23 KB | None | 0 0
  1. -- bad gui made by: zentix ak
  2.  
  3. -- Instances:
  4.  
  5. local ScreenGui = Instance.new("ScreenGui")
  6. local Frame = Instance.new("Frame")
  7. local TextLabel = Instance.new("TextLabel")
  8. local InfYield = Instance.new("TextButton")
  9. local prisonlife = Instance.new("TextButton")
  10. local eX = Instance.new("TextButton")
  11. local SCP3008 = Instance.new("TextButton")
  12. local Press = Instance.new("TextButton")
  13. local SpeedText = Instance.new("TextBox")
  14.  
  15. --Properties:
  16.  
  17. ScreenGui.Parent = game.CoreGui
  18. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  19.  
  20. Frame.Parent = ScreenGui
  21. Frame.BackgroundColor3 = Color3.fromRGB(0, 184, 0)
  22. Frame.Position = UDim2.new(0.210922778, 0, 0.268817216, 0)
  23. Frame.Size = UDim2.new(0, 614, 0, 343)
  24. Frame.Active = true
  25. Frame.Draggable = true
  26.  
  27. TextLabel.Parent = Frame
  28. TextLabel.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  29. TextLabel.BorderSizePixel = 0
  30. TextLabel.Size = UDim2.new(0, 614, 0, 40)
  31. TextLabel.Font = Enum.Font.Nunito
  32. TextLabel.Text = "Bad GUI Scripts"
  33. TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
  34. TextLabel.TextSize = 44.000
  35.  
  36. InfYield.Name = "InfYield"
  37. InfYield.Parent = Frame
  38. InfYield.BackgroundColor3 = Color3.fromRGB(0, 194, 194)
  39. InfYield.Position = UDim2.new(0.0765472278, 0, 0.239067063, 0)
  40. InfYield.Size = UDim2.new(0, 138, 0, 42)
  41. InfYield.Font = Enum.Font.SourceSans
  42. InfYield.Text = "Inf Yield (FE)"
  43. InfYield.TextColor3 = Color3.fromRGB(0, 0, 0)
  44. InfYield.TextSize = 27.000
  45. InfYield.MouseButton1Down:Connect(function()
  46.     loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  47. end)
  48.  
  49. prisonlife.Name = "prison life"
  50. prisonlife.Parent = Frame
  51. prisonlife.BackgroundColor3 = Color3.fromRGB(0, 170, 255)
  52. prisonlife.Position = UDim2.new(0.589576542, 0, 0.22740525, 0)
  53. prisonlife.Size = UDim2.new(0, 203, 0, 50)
  54. prisonlife.Font = Enum.Font.Nunito
  55. prisonlife.Text = "PRISON LIFE SCRIPT"
  56. prisonlife.TextColor3 = Color3.fromRGB(0, 0, 0)
  57. prisonlife.TextSize = 21.000
  58. prisonlife.MouseButton1Down:connect(function()
  59.     loadstring(game:HttpGet('https://raw.githubusercontent.com/BirthScripts/prison-life-admin/main/PRISON%20LIFE%20SCRIPT'))()
  60. end)
  61.  
  62. eX.Name = "eX"
  63. eX.Parent = Frame
  64. eX.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  65. eX.Size = UDim2.new(0, 31, 0, 30)
  66. eX.Font = Enum.Font.SourceSans
  67. eX.Text = "X"
  68. eX.TextColor3 = Color3.fromRGB(0, 0, 0)
  69. eX.TextSize = 14.000
  70.  
  71. SCP3008.Name = "SCP 3008"
  72. SCP3008.Parent = Frame
  73. SCP3008.BackgroundColor3 = Color3.fromRGB(85, 170, 255)
  74. SCP3008.Position = UDim2.new(0.118892506, 0, 0.405247808, 0)
  75. SCP3008.Size = UDim2.new(0, 431, 0, 93)
  76. SCP3008.Font = Enum.Font.SourceSans
  77. SCP3008.Text = "scp 3008"
  78. SCP3008.TextColor3 = Color3.fromRGB(0, 0, 0)
  79. SCP3008.TextSize = 80.000
  80. SCP3008.MouseButton1Down:Connect(function()
  81.     loadstring(game:HttpGet('https://raw.githubusercontent.com/Viserromero/Antex/master/SCP3008'))()
  82. end)
  83.  
  84. Press.Name = "Press"
  85. Press.Parent = Frame
  86. Press.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  87. Press.BorderSizePixel = 0
  88. Press.Position = UDim2.new(0.344689727, 0, 0.866731346, 0)
  89. Press.Size = UDim2.new(0, 150, 0, 34)
  90. Press.Font = Enum.Font.SourceSans
  91. Press.Text = "Press"
  92. Press.TextColor3 = Color3.fromRGB(0, 0, 0)
  93. Press.TextSize = 14.000
  94.  
  95. SpeedText.Name = "SpeedText"
  96. SpeedText.Parent = Frame
  97. SpeedText.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  98. SpeedText.Position = UDim2.new(0.34306106, 0, 0.705560923, 0)
  99. SpeedText.Size = UDim2.new(0, 150, 0, 35)
  100. SpeedText.Font = Enum.Font.SourceSans
  101. SpeedText.Text = "Enter Speed here"
  102. SpeedText.TextColor3 = Color3.fromRGB(0, 0, 0)
  103. SpeedText.TextSize = 14.000
  104.  
  105. -- Scripts:
  106.  
  107. local function RRZVSSY_fake_script() -- eX.Script
  108.     local script = Instance.new('Script', eX)
  109.  
  110.     local function OnClicked()
  111.         script.Parent.Parent:Remove()
  112.     end
  113.    
  114.     script.Parent.MouseButton1Click:connect(OnClicked)
  115.    
  116. end
  117. coroutine.wrap(RRZVSSY_fake_script)()
  118. local function IFOVYSD_fake_script() -- Press.LocalScript
  119.     local script = Instance.new('LocalScript', Press)
  120.  
  121.     script.Parent.MouseButton1Click:Connect(function()
  122.         local player = game.Players.LocalPlayer
  123.         local setspeed = script.Parent.Parent.SpeedText.Text
  124.         local hum = game.Workspace:WaitForChild(player.Name).Humanoid
  125.         if hum then
  126.             hum.WalkSpeed = setspeed
  127.         end
  128.     end)
  129. end
  130. coroutine.wrap(IFOVYSD_fake_script)()
  131.  
Add Comment
Please, Sign In to add comment