Advertisement
LSJiqueue

Speed Script V2 /w orion

Feb 28th, 2024 (edited)
6,732
-1
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.11 KB | None | 0 1
  1. local a=loadstring(game:HttpGet('https://raw.githubusercontent.com/shlexware/Orion/main/source'))()local b=a:MakeWindow({Name="Undetected Speed Cheats",HidePremium=true,SaveConfig=true,ConfigFolder="USC",IntroEnabled=true,IntroText="Speed Cheats by LSJiqueue"})local c=game:GetService("Players").localPlayer;local d;local e;local f;local g;local h;local i=game:GetService("UserInputService")function strmove()while task.wait()do if e=="Moving"and f==true then c.Character:FindFirstChild("HumanoidRootPart").CFrame=c.Character:FindFirstChild("HumanoidRootPart").CFrame+c.Character:FindFirstChild("HumanoidRootPart").CFrame.lookVector*d elseif e=="stopped"and f==true then end end end;task.spawn(strmove)local j=b:MakeTab({Name="Main Page",PremiumOnly=false})j:AddBind({Name="Hotkey",Default=Enum.KeyCode.E,Hold=true,Callback=function(k)if k==true and f==true then e="Moving"elseif k==false and f==true then e="stopped"end end})j:AddToggle({Name="Enabled",Default=true,Save=true,Callback=function(k)f=k end})j:AddSlider({Name="Multiplier",Min=0.5,Max=10,Default=1,Color=Color3.fromRGB(255,255,255),Increment=0.5,Callback=function(k)d=k end})
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement