Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local OrionLib = loadstring(game:HttpGet('https://raw.githubusercontent.com/shlexware/Orion/main/source'))()
- local Window = OrionLib:MakeWindow({Name = "CD_FBI脚本", HidePremium = false, SaveConfig = true,IntroText = "欢迎使用CD_FBI脚本", ConfigFolder = "CD_FBI脚本"})
- local Tab =Window:MakeTab({
- Name = "玩家",
- Icon = "rbxassetid://323627983",
- PremiumOnly = false
- })
- Tab:AddTextbox({
- Name = "移动速度",
- Default = "",
- TextDisappear = true,
- Callback = function(Value)
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = Value
- end
- })
- Tab:AddTextbox({
- Name = "跳跃高度",
- Default = "",
- TextDisappear = true,
- Callback = function(Value)
- game.Players.LocalPlayer.Character.Humanoid.JumpPower = Value
- end
- })
Add Comment
Please, Sign In to add comment