[ad_1]
Created by askeill
Features:
- AUTODODGE
local Mouse = game:GetService("Players").LocalPlayer:GetMouse()
local Toggled = false
local Keybind = "g"
Mouse.KeyDown:Connect(function(Key)
if Key == Keybind then
if Toggled then
Toggled = false
else
Toggled = true
while Toggled and wait() do
game:GetService("Players").LocalPlayer.Character.CharacterHandler.Requests.Dodge:FireServer()
end
end
end
end)
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]