Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ScytheDisabler = vape.windows.exploit.CreateOptionsButton({
- Name = "ScytheDisabler",
- Function = function(callback)
- if callback then
- local Bypassmode = Bypassmode.Option
- CreateNotification("Scythe AC Disabler", 1.2, "Scythe AC Disabler has been enabled")
- task.spawn(function()
- repeat task.wait()
- if Bypassmode == "Bypass" then
- local args = {
- [1] = {
- ["direction"] = Vector3.new(0.46722307801246643, -1.769954627306447e-09, -0.8841394782066345)
- }
- }
- game:GetService("ReplicatedStorage").rbxts_include.node_modules:FindFirstChild("@rbxts").net.out._NetManaged.ScytheDash:FireServer(unpack(args))
- isEnabled = true
- elseif Bypassmode == "Walkspeed" then
- isEnabled = false
- game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 26
- local args = {
- [1] = {
- ["direction"] = Vector3.new(0.46722307801246643, -1.769954627306447e-09, -0.8841394782066345)
- }
- }
- game:GetService("ReplicatedStorage").rbxts_include.node_modules:FindFirstChild("@rbxts").net.out._NetManaged.ScytheDash:FireServer(unpack(args))
- end
- until (not ScytheDisabler.Enabled)
- isEnabled = false
- CreateNotification("Scythe AC Disabler", 1.2, "Scythe AC Disabler has been disabled")
- resetSpeed()
- end)
- end
- end,
- })
- Bypassmode = ScytheDisabler.NewPicker({
- Name = "Mode",
- Options = {"Bypass", "Walkspeed"}
- })
Advertisement
Add Comment
Please, Sign In to add comment