This repository was archived by the owner on Mar 14, 2020. It is now read-only.

Description
While moving with keyboard, you keep right clicking on map to move in the same direction (never stop pressing key arrows), your character like speed hack while doing it. It's like a map click speed hack where people use the ground when they walk.
Better described here http://otland.net/threads/speed-hacking.7418/
And here:
Ezzz-dev/OTHire#21
when we use this fix:
in Game::PlayerUseItem(...)
Under:
Thing* thing = internalGetThing(player, pos, stackPos, spriteId, STACKPOS_USEITEM);
add:
player->lastStepCost = 3;
It stops you when you right click using classic control and also there is a delay when you try to open backpack or body from far away.
Also you can't shoot runes while moving you have to stop for a sec to shoot sd for example.