Advertisement
Bruh445

Legends of speed script

Jul 15th, 2022 (edited)
6,523
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.32 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.2
  3.  
  4. -- Instances:
  5.  
  6. local ScreenGui = Instance.new("ScreenGui")
  7. local main = Instance.new("Frame")
  8. local Label = Instance.new("TextLabel")
  9. local PetXP = Instance.new("TextButton")
  10. local TextButton = Instance.new("TextButton")
  11. local Reviz = Instance.new("TextButton")
  12. local TextButton_2 = Instance.new("TextButton")
  13. local Label_2 = Instance.new("TextLabel")
  14.  
  15. --Properties:
  16.  
  17. ScreenGui.Parent = game.CoreGui
  18.  
  19. main.Name = "main"
  20. main.Parent = ScreenGui
  21. main.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  22. main.BorderColor3 = Color3.fromRGB(0, 0, 0)
  23. main.Position = UDim2.new(0.322335035, 0, 0.196039721, 0)
  24. main.Size = UDim2.new(0, 431, 0, 294)
  25. main.Active = true
  26. main. Draggable = true
  27.  
  28. Label.Name = "Label"
  29. Label.Parent = main
  30. Label.BackgroundColor3 = Color3.fromRGB(63, 61, 61)
  31. Label.Position = UDim2.new(5.58793545e-09, 0, 0, 0)
  32. Label.Size = UDim2.new(0, 431, 0, 50)
  33. Label.Font = Enum.Font.SourceSans
  34. Label.Text = "Legends of speed script | Made by: Antwan_Gaming"
  35. Label.TextColor3 = Color3.fromRGB(0, 0, 0)
  36. Label.TextSize = 14.000
  37. Label.TextWrapped = true
  38.  
  39. PetXP.Name = "Pet XP"
  40. PetXP.Parent = main
  41. PetXP.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  42. PetXP.Position = UDim2.new(0, 0, 0.168261111, 0)
  43. PetXP.Size = UDim2.new(0, 211, 0, 101)
  44. PetXP.Font = Enum.Font.SourceSans
  45. PetXP.Text = "Pet XP Glitch"
  46. PetXP.TextColor3 = Color3.fromRGB(0, 0, 0)
  47. PetXP.TextSize = 14.000
  48. PetXP.MouseButton1Down:connect(function()
  49. loadstring(game:HttpGet("https://pastebin.com/raw/Wisp42dQ", true))()
  50. end)
  51.  
  52. TextButton.Name = ""
  53. TextButton.Parent = main
  54. TextButton.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  55. TextButton.Position = UDim2.new(0.519721568, 0, 0.635280907, 0)
  56. TextButton.Size = UDim2.new(0, 207, 0, 107)
  57. TextButton.Font = Enum.Font.SourceSans
  58. TextButton.Text = "Anti Afk"
  59. TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
  60. TextButton.TextSize = 14.000
  61. TextButton.MouseButton1Down:connect(function()
  62. loadstring(game:HttpGet("https://pastebin.com/raw/SN4agUmB", true))()
  63. end)
  64.  
  65. Reviz.Name = "Reviz"
  66. Reviz.Parent = main
  67. Reviz.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  68. Reviz.Position = UDim2.new(0, 0, 0.638682246, 0)
  69. Reviz.Size = UDim2.new(0, 207, 0, 106)
  70. Reviz.Font = Enum.Font.SourceSans
  71. Reviz.Text = "Admin"
  72. Reviz.TextColor3 = Color3.fromRGB(0, 0, 0)
  73. Reviz.TextSize = 14.000
  74. Reviz.MouseButton1Down:connect(function()
  75. loadstring(game:HttpGet("https://pastebin.com/raw/pGhYnsxA", true))()
  76. end)
  77. TextButton_2.Parent = main
  78. TextButton_2.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  79. TextButton_2.Position = UDim2.new(0.519721568, 0, 0.170068026, 0)
  80. TextButton_2.Size = UDim2.new(0, 207, 0, 99)
  81. TextButton_2.Font = Enum.Font.SourceSans
  82. TextButton_2.Text = "Auto Farm"
  83. TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
  84. TextButton_2.TextSize = 14.000
  85. TextButton_2.MouseButton1Down:connect(function()
  86. loadstring(game:HttpGet("https://pastebin.com/raw/geAn9wZR", true))()
  87. end)
  88.  
  89. Label_2.Name = "Label"
  90. Label_2.Parent = main
  91. Label_2.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  92. Label_2.Position = UDim2.new(5.58793545e-09, 0, 0.465986401, 0)
  93. Label_2.Size = UDim2.new(0, 431, 0, 50)
  94. Label_2.Font = Enum.Font.SourceSans
  95. Label_2.Text = "Green=Working Yellow= Still work but not fully Red= Not Working"
  96. Label_2.TextColor3 = Color3.fromRGB(0, 255, 0)
  97. Label_2.TextSize = 14.000
  98. Label_2.TextWrapped = true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement