But when I run the bot it does not press the 7 key. If I click the 7th spot with the mouse the command runs and if I hit the 7 key on the keyboard the command runs.
S3v3n11 wrote:
But when I run the bot it does not press the 7 key. If I click the 7th spot with the mouse the command runs and if I hit the 7 key on the keyboard the command runs.
Any ideas?
Probably because keyPressedLocal() checks if a key is pressed, not simulates a key press. Use keyboardPress().