Thread Rating:
  • 20 Vote(s) - 2.9 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Speed Hack working?
#2
This is an excerpt from my old addon that enabled it.
I don't know if it is still working. It only ever worked in a given direction, and never during combat.

Code:
if ( gMoveHack == "SpeedHack" and not Player.incombat and not MeshManager:IsKeyPressed(016)) then
            if ( MeshManager:IsKeyPressed(017) ) then
                if ( Player.ismounted and currentSpeed ~= 18 ) then
                    Player:SetSpeed(FFXIV.MOVEMENT.FORWARD, 18)
                    currentSpeed = 15
                elseif ( not Player.ismounted and currentSpeed ~= 12) then
                    Player:SetSpeed(FFXIV.MOVEMENT.FORWARD, 12)
                    currentSpeed = 12
                end
            else
                if ( Player.ismounted and currentSpeed ~= 9) then
                    Player:SetSpeed(FFXIV.MOVEMENT.FORWARD, 9)
                    currentSpeed = 9
                elseif ( not Player.ismounted and currentSpeed ~= 6 ) then
                    Player:SetSpeed(FFXIV.MOVEMENT.FORWARD, 6)
                    currentSpeed = 6
                end
            end
        end
Reply
 


Messages In This Thread
Speed Hack working? - by drewlt - 12-04-2014, 04:24 PM
RE: Speed Hack working? - by Ace - 12-04-2014, 09:59 PM
RE: Speed Hack working? - by drewlt - 12-05-2014, 02:06 AM
RE: Speed Hack working? - by Ace - 12-05-2014, 05:34 AM
RE: Speed Hack working? - by drewlt - 12-05-2014, 02:05 PM
RE: Speed Hack working? - by Ace - 12-05-2014, 02:26 PM
RE: Speed Hack working? - by HansW - 12-05-2014, 02:56 PM
RE: Speed Hack working? - by drewlt - 12-05-2014, 04:26 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)

We help you win the game.

FFXIV Bot and More.

 

Products