Realwoken Rework Script | AUTODODGE

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!

Share This Post

Share on facebook
Share on linkedin
Share on twitter
Share on email

More Scripts!

TOP 10 TRENDING SCRIPTS