Advertisement
LuaXe

Max Speed 🏁

Nov 29th, 2022 (edited)
5,387
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 6.76 KB | Source Code | 0 0
  1. local SEV
  2.  
  3. getgenv().AEgg = false;
  4.  
  5. function AEgg()
  6.     spawn(function ()
  7.         while getgenv().AEgg == true do
  8.             if SEV == "1" then
  9.                 local args = {[1] = "SingleLootEgg",[2] = "LE_0001"}
  10.                 game:GetService("ReplicatedStorage").Remotes.LootRF:InvokeServer(unpack(args)) wait(0.1)
  11.             end
  12.             if SEV == "2" then
  13.                 local args = {[1] = "SingleLootEgg",[2] = "LE_0002"}
  14.                 game:GetService("ReplicatedStorage").Remotes.LootRF:InvokeServer(unpack(args)) wait(0.1)
  15.             end
  16.             if SEV == "3" then
  17.                 local args = {[1] = "SingleLootEgg",[2] = "LE_0003"}
  18.                 game:GetService("ReplicatedStorage").Remotes.LootRF:InvokeServer(unpack(args)) wait(0.1)
  19.             end
  20.             if SEV == "4" then
  21.                 local args = {[1] = "SingleLootEgg",[2] = "LE_0004"}
  22.                 game:GetService("ReplicatedStorage").Remotes.LootRF:InvokeServer(unpack(args)) wait(0.1)
  23.             end
  24.             if SEV == "5" then
  25.                 local args = {[1] = "SingleLootEgg",[2] = "LE_0005"}
  26.                 game:GetService("ReplicatedStorage").Remotes.LootRF:InvokeServer(unpack(args)) wait(0.1)
  27.             end
  28.             if SEV == "6" then
  29.                 local args = {[1] = "SingleLootEgg",[2] = "LE_0006"}
  30.                 game:GetService("ReplicatedStorage").Remotes.LootRF:InvokeServer(unpack(args)) wait(0.1)
  31.             end
  32.             if SEV == "7" then
  33.                 local args = {[1] = "SingleLootEgg",[2] = "LE_0007"}
  34.                 game:GetService("ReplicatedStorage").Remotes.LootRF:InvokeServer(unpack(args)) wait(0.1)
  35.             end
  36.             if SEV == "8" then
  37.                 local args = {[1] = "SingleLootEgg",[2] = "LE_0008"}
  38.                 game:GetService("ReplicatedStorage").Remotes.LootRF:InvokeServer(unpack(args)) wait(0.1)
  39.             end
  40.             if SEV == "9" then
  41.                 local args = {[1] = "SingleLootEgg",[2] = "LE_0009"}
  42.                 game:GetService("ReplicatedStorage").Remotes.LootRF:InvokeServer(unpack(args)) wait(0.1)
  43.             end
  44.         end
  45.     end)
  46. end
  47.  
  48. local S
  49. local J
  50. local H
  51. local G
  52. local C
  53. local CF
  54.  
  55. local OrionLib = loadstring(game:HttpGet(('https://raw.githubusercontent.com/shlexware/Orion/main/source')))()
  56.  
  57. local Window = OrionLib:MakeWindow({Name = "Lowest Speed", IntroEnabled = true, IntroText = "this game is absolute trash", HidePremium = false, SaveConfig = true, ConfigFolder = "OrionTest"})
  58.  
  59. --[[
  60. Name = <string> - The name of the UI.
  61. HidePremium = <bool> - Whether or not the user details shows Premium status or not.
  62. SaveConfig = <bool> - Toggles the config saving in the UI.
  63. ConfigFolder = <string> - The name of the folder where the configs are saved.
  64. IntroEnabled = <bool> - Whether or not to show the intro animation.
  65. IntroText = <string> - Text to show in the intro animation.
  66. IntroIcon = <string> - URL to the image you want to use in the intro animation.
  67. Icon = <string> - URL to the image you want displayed on the window.
  68. CloseCallback = <function> - Function to execute when the window is closed.
  69. ]]
  70.  
  71. local Tab = Window:MakeTab({Name = "Main",Icon = "rbxassetid://4483345998",PremiumOnly = false})
  72.  
  73. local Section = Tab:AddSection({Name = "Autofarm"})
  74.  
  75. OrionLib:MakeNotification({Name = "yes",Content = "idk",Image = "rbxassetid://4483345998",Time = 5})
  76.  
  77. Tab:AddToggle({Name = "Auto Egg",Default = false,Callback = function(val)
  78.     getgenv().AEgg = val
  79.     AEgg()
  80. end})
  81.  
  82. Tab:AddTextbox({Name = "Egg Number",Default = "",TextDisappear = false,Callback = function(val)
  83.     SEV = val
  84. end})
  85.  
  86. local Tab = Window:MakeTab({Name = "Credits",Icon = "rbxassetid://4483345998",PremiumOnly = false})
  87.  
  88. local Section = Tab:AddSection({Name = "Creator"})
  89.  
  90. Tab:AddButton({Name = "LuaXe Community - X_Lua#7795",Callback = function()
  91.     setclipboard("discord.gg/vkDVfNxBTH")
  92. end})
  93.  
  94. local Tab = Window:MakeTab({Name = "LocalPlayer",Icon = "rbxassetid://4483345998",PremiumOnly = false})
  95.  
  96. Tab:AddBind({Name = "Reset Bind, Leave Empty for none",Default = Enum.KeyCode.R,Hold = false,Callback = function()
  97.     loadstring(game:HttpGet("https://pastebin.com/raw/EEY6SATj", true))()
  98. end})
  99.  
  100. Tab:AddBind({Name = "Rejoin Bind, Leave Empty for none",Default = Enum.KeyCode.R,Hold = false,Callback = function()
  101.     loadstring(game:HttpGet("https://pastebin.com/raw/mM7JBG5h", true))()
  102. end})
  103.  
  104. Tab:AddButton({Name = "Reset",Callback = function()
  105.     loadstring(game:HttpGet("https://pastebin.com/raw/EEY6SATj", true))()
  106. end})
  107.  
  108. Tab:AddButton({Name = "Rejoin",Callback = function()
  109.     loadstring(game:HttpGet("https://pastebin.com/raw/mM7JBG5h", true))()
  110. end})
  111.  
  112. local Section = Tab:AddSection({Name = "Stuff"})
  113.  
  114. Tab:AddButton({Name = "Gaint (R15 Scale Unlocked Games)",Callback = function()
  115.     loadstring(game:HttpGet("https://pastebin.com/raw/2jnKKARG", true))()
  116. end})
  117.  
  118. Tab:AddButton({Name = "Noclip",Callback = function()
  119.     loadstring(game:HttpGet("https://pastebin.com/raw/hd03Vdwm", true))()
  120. end})
  121.  
  122. Tab:AddButton({Name = "Print XYZ",Callback = function()
  123.     function GetPOS() return game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame end print(GetPOS())
  124. end})
  125.  
  126. Tab:AddButton({Name = "RTX Summer",Callback = function()
  127.     loadstring(game:HttpGet("https://paste.ee/r/h4fL2", true))()
  128. end})
  129.  
  130. Tab:AddButton({Name = "RTX Autumn",Callback = function()
  131.     loadstring(game:HttpGet("https://paste.ee/r/9eV0M", true))()
  132. end})
  133.  
  134. Tab:AddButton({Name = "Anti-Report",Callback = function()
  135.     loadstring(game:HttpGet("https://paste.ee/r/GphmF", true))()
  136. end})
  137.  
  138. local Section = Tab:AddSection({Name = "Values"})
  139.  
  140. Tab:AddSlider({Name = "WalkSpeed",Min = 0,Max = 123456789,Default = 16,Color = Color3.fromRGB(255,255,255),Increment = 1,ValueName = "",Callback = function(val)
  141.     game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = val
  142. end})
  143.  
  144. Tab:AddSlider({Name = "JumpPower",Min = 0,Max = 1000,Default = 50,Color = Color3.fromRGB(255,255,255),Increment = 1,ValueName = "",Callback = function(val)
  145.     game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = val
  146. end})
  147.  
  148. Tab:AddSlider({Name = "HipHeight",Min = 0,Max = 1000,Default = 2.7,Color = Color3.fromRGB(255,255,255),Increment = 1,ValueName = "",Callback = function(val)
  149.     game:GetService("Players").LocalPlayer.Character.Humanoid.HipHeight = val
  150. end})
  151.  
  152. Tab:AddSlider({Name = "Gravity",Min = 0,Max = 1000,Default = 196.2,Color = Color3.fromRGB(255,255,255),Increment = 1,ValueName = "",Callback = function(val)
  153.     game:GetService("Workspace").Gravity = val
  154. end})
  155.  
  156. Tab:AddSlider({Name = "Field Of View",Min = 0,Max = 120,Default = 70,Color = Color3.fromRGB(255,255,255),Increment = 1,ValueName = "Degrees",Callback = function(val)
  157.     game.workspace.CurrentCamera.FieldOfView = val
  158. end})
  159.  
  160. OrionLib:Init()
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement