.lua Expert Cheater
Reputation: 1
Joined: 13 Sep 2018 Posts: 202
|
Posted: Fri Apr 11, 2025 2:47 am Post subject: D3dhook_onKey has no effect |
|
|
After creating D3DHOOK, using this function has no effect.
Code: | function keydown(key,char)
if (key==VK_DOWN) then
print(1)
end
return true
end
d3dhook_onKey(keydown) |
|
|