Quote:
Originally Posted by Rayfi
HK1 = 103 --Numpad 7 - Augment: Power
HK2 = 104 --Numpad 8 - Augment: Gravity
HK3 = 105 --Numpad 9 - Augment: Death
function Hotkey( msg, keycode )
if keycode == HK1 and msg == KEY_DOWN then
player:BuyItem(3196) --Augment: Power
elseif keycode == HK2 and msg == KEY_DOWN then
player:BuyItem(3197) --Augment: Gravity
elseif keycode == HK3 and msg == KEY_DOWN then
player:BuyItem(3198) --Augment: Death
end
end
function Load()
script.keyCallback = "Hotkey"
PrintChat(" >> Buy stuff script loaded!")
end
|
Such a useless post -> This script isn't working anymore as the exploit got fixed / the scripting api it's written in isn't up to date and the developer quitted the project.