Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --##################--
- --# Fixed 01-23-23 #--
- --# by Kieren #--
- --##################--
- -- The UI library was deleted so i found a backup and replaced it with the deleted one! yeah it was that easy to fix cmon now.
- --compatibility for games who change service names
- local Playr = game:GetService("Players")
- local Run = game:GetService("RunService")
- local Core = game:GetService("CoreGui")
- local LocalPlayer = Playr.LocalPlayer
- local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/diyar2137237243/irexion-backup/main/someshit"))() -- Literally just a UI library
- local Gui = Library:AddGui({
- Title = {"FE Car", "Made by Lozarth & Fixed by Kieren"},
- ThemeColor = Color3.fromRGB(0,91,150),
- ToggleKey = Enum.KeyCode.RightShift,
- })
- local Tab = Gui:AddTab("Main")
- local Category = Tab:AddCategory("Main")
- local Label = Category:AddLabel("Go into R6 for this script to work.")
- local Button = Category:AddButton("Enable FE Car", function()
- LocalPlayer.Character.Humanoid.WalkSpeed=70 LocalPlayer.Character.Humanoid.JumpPower=0.0001 Float_Height="-1.03" AnimationId="129342287" local a=Instance.new("Animation") a.AnimationId="rbxassetid://"..AnimationId local a=LocalPlayer.Character.Humanoid:LoadAnimation(a) a:Play() a:AdjustSpeed(1) for a,a in pairs(LocalPlayer.Character:GetDescendants())do if a.ClassName=="Part"then a.CustomPhysicalProperties=PhysicalProperties.new(0,0,0)end end local a=1 G=game _=wait p=G:GetService("Players").LocalPlayer.Character p:FindFirstChild("Humanoid").HipHeight=Float_Height _(1.5) t=.4 for a=1,a do repeat p:FindFirstChild("Humanoid").HipHeight=Float_Height-n _(t) p:FindFirstChild("Humanoid").HipHeight=Float_Height+n _(t)until p:FindFirstChild("Humanoid").Health==0 end
- end)
- local Category = Tab:AddCategory("Settings")
- local Box = Category:AddBox("Slide", function(str)
- for a,a in pairs(LocalPlayer.Character:GetDescendants())do if a.ClassName=="Part"then a.CustomPhysicalProperties=PhysicalProperties.new(str,0,0)end end
- end)
- local Box = Category:AddBox("Hipheight", function(str)
- Float_Height=str local a=1 G=game _=wait p=G:GetService("Players").LocalPlayer.Character p:FindFirstChild("Humanoid").HipHeight=Float_Height _(1.5) t=.4 for a=1,a do repeat p:FindFirstChild("Humanoid").HipHeight=Float_Height-n _(t) p:FindFirstChild("Humanoid").HipHeight=Float_Height+n _(t)until p:FindFirstChild("Humanoid").Health==0 end
- end)
- local Slider = Category:AddSlider("Walkspeed", 1, 500, 16, function(val)
- LocalPlayer.Character.Humanoid.WalkSpeed = val
- end)
- local Category = Tab:AddCategory("Settings Presets")
- local Button = Category:AddButton("Default Car Settings Preset", function()
- for a,a in pairs(LocalPlayer.Character:GetDescendants())do if a.ClassName=="Part"then a.CustomPhysicalProperties=PhysicalProperties.new(0,0,0)end end
- LocalPlayer.Character.Humanoid.WalkSpeed = 70
- Float_Height="-1.03" local a=1 G=game _=wait p=G:GetService("Players").LocalPlayer.Character p:FindFirstChild("Humanoid").HipHeight=Float_Height _(1.5) t=.4 for a=1,a do repeat p:FindFirstChild("Humanoid").HipHeight=Float_Height-n _(t) p:FindFirstChild("Humanoid").HipHeight=Float_Height+n _(t)until p:FindFirstChild("Humanoid").Health==0 end
- end)
- local Button = Category:AddButton("Extreme Car Settings Preset", function()
- for a,a in pairs(LocalPlayer.Character:GetDescendants())do if a.ClassName=="Part"then a.CustomPhysicalProperties=PhysicalProperties.new(0.5,0,0)end end
- LocalPlayer.Character.Humanoid.WalkSpeed = 500
- Float_Height="-1.03" local a=1 G=game _=wait p=G:GetService("Players").LocalPlayer.Character p:FindFirstChild("Humanoid").HipHeight=Float_Height _(1.5) t=.4 for a=1,a do repeat p:FindFirstChild("Humanoid").HipHeight=Float_Height-n _(t) p:FindFirstChild("Humanoid").HipHeight=Float_Height+n _(t)until p:FindFirstChild("Humanoid").Health==0 end
- end)
- local Category = Tab:AddCategory("Close")
- local Button = Category:AddButton("Close GUI", function()
- Core["FE Car Made by Lozarth & Fixed by Kieren"]:Destroy()
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement