View previous topic :: View next topic |
Author |
Message |
abhijeet1001 Advanced Cheater
Reputation: 0
Joined: 10 Apr 2013 Posts: 87
|
Posted: Sun Apr 28, 2013 9:53 am Post subject: How Connect VK to a button |
|
|
hello CE forum people can anyone help me !!!
i want a script for making a button in CEtrainer which when pressed it triggers the keyboard key . i want to add a typing interface in my trainer i want that when user press the button A in my trainer it types the letter A in the typing field provided in the game ... almost like a virtual keyboard
is it possible if yes please help me with it |
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 468
Joined: 09 May 2003 Posts: 25719 Location: The netherlands
|
Posted: Sun Apr 28, 2013 11:54 am Post subject: |
|
|
not many games support it, but try one of these functions:
Code: |
keyDown(key) : causes the key to go into down state
keyUp(key) :causes the key to go up
doKeyPress(key) : simmulates a key press
|
where key is a virtual key code _________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
abhijeet1001 Advanced Cheater
Reputation: 0
Joined: 10 Apr 2013 Posts: 87
|
Posted: Mon Apr 29, 2013 9:33 am Post subject: |
|
|
Dark Byte wrote: | not many games support it, but try one of these functions:
Code: |
keyDown(key) : causes the key to go into down state
keyUp(key) :causes the key to go up
doKeyPress(key) : simmulates a key press
|
where key is a virtual key code |
Thnx sir it worked !!!!!!  |
|
Back to top |
|
 |
|