PHP Code:
HK1 = 97 --Numpad 1 (move to bottom left)
HK2 = 105 --Numpad 9 (move to top right)
function Hotkey( msg, keycode )
if keycode == HK1 and msg == KEY_DOWN then
player:MoveTo(-1/0,-1/0)
elseif keycode == HK2 and msg == KEY_DOWN then
player:MoveTo(65535/0,65535/0)
end
end
function Load()
script.keyCallback = "Hotkey"
PrintChat(" >> Wallwalker loaded.")
end
thats the wallhack,its fixed(there are some ->buggy<- workin mods but they should also fixed withthe patch...
and no,i do not post the mod that work ; )