Advertisement
LSJiqueue

shinobi storm

Mar 2nd, 2024 (edited)
1,517
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.98 KB | None | 0 0
  1. local a=loadstring(game:HttpGet('https://raw.githubusercontent.com/shlexware/Orion/main/source'))()local b=a:MakeWindow({Name="Shinobi Storm V1",HidePremium=true,SaveConfig=true,ConfigFolder="ShinobiV1",IntroEnabled=true,IntroText="Shinobi Storm V1 by LSJiqueue"})local c=false;local d=false;local e;local f;local g=false;local h;local i;local function j()loadstring(game:HttpGet("https://raw.githubusercontent.com/ic3w0lf22/Unnamed-ESP/master/UnnamedESP.lua",true))()end;local function k()loadstring(game:HttpGet("https://pastebin.com/raw/jEK9Vh3L",true))()end;local function l()while e==true do task.wait()if e==true then for m,n in pairs(game:GetService("Workspace"):GetChildren())do if n:IsA("Model")and game:GetService("Players"):FindFirstChild(n.Name)and n.Name~=game:GetService("Players").LocalPlayer.Name then if n:FindFirstChild("HumanoidRootPart")then n:FindFirstChild("HumanoidRootPart").Size=Vector3.new(f,f,f)n:FindFirstChild("HumanoidRootPart").Transparency=0.7;n:FindFirstChild("HumanoidRootPart").Color=Color3.fromRGB(0,0,200)else warn("No humanoid root part found")end end end end end end;local function o()for m,n in pairs(game:GetService("Workspace"):GetChildren())do if n:IsA("Model")and game:GetService("Players"):FindFirstChild(n.Name)and n.Name~=game:GetService("Players").LocalPlayer.Name then if n:FindFirstChild("HumanoidRootPart")then print("humanoid root part found")n.HumanoidRootPart.Size=Vector3.new(2,2,1)n.HumanoidRootPart.Transparency=1;n.HumanoidRootPart.Color=Color3.new(163,162,165)else warn("Humanoid Root Part Not Found")end end end end;local function p()while g==true do task.wait()if g==true then game:GetService("Players").LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame=game:GetService("Players").LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame+game:GetService("Players").LocalPlayer.Character:FindFirstChild("HumanoidRootPart").CFrame.lookVector*i end end end;local q=b:MakeTab({Name="Main",Icon="rbxassetid://4483345998",PremiumOnly=false})local r=b:MakeTab({Name="Speed",PremiumOnly=false})q:AddButton({Name="Open ESP",Callback=function()if c==false then c=true;j()end end})q:AddButton({Name="Unlock Store Characters",Callback=function()game:GetService("Players").LocalPlayer:FindFirstChild("leaderstats")["Wins1v1"].Value=999999 end})q:AddToggle({Name="Enable Hitboxes",Default=false,Callback=function(n)e=n;if n==true then task.spawn(l)elseif n==false then print("deactivated")o()end end})q:AddSlider({Name="Hitbox Size",Min=0,Max=50,Default=20,Color=Color3.fromRGB(255,255,255),Increment=1,ValueName="Size",Callback=function(n)f=n end})r:AddToggle({Name="Enabled",Default=false,Callback=function(n)print(n)h=n end})r:AddBind({Name="Hotkey",Default=Enum.KeyCode.E,Hold=false,Callback=function(n)if g==false and h==true then g=true;print("Speeding")task.spawn(p)elseif g==true then g=false;print("regular")end end})r:AddSlider({Name="Speed Multiplier",Min=0.5,Max=10,Default=1,Color=Color3.fromRGB(255,255,255),Increment=0.5,ValueName="Speed",Callback=function(n)i=n end})
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement