Faxonation Cheater
Reputation: 0
Joined: 18 Oct 2014 Posts: 25
|
Posted: Fri Sep 18, 2015 1:41 am Post subject: How to get dokeypress to work |
|
|
I would like to know how to get the dokeypress(key) to work and how to define them then how to use them right. I have read everything online and I still can not make it work. I want to use them to push my hot keys.
Is there anyway to run 2 scripts at the same time ?
Also how to make this work
Code: | read these addresses xxxxxxxx , yyyyyyyy, zzzzzzzz, 00000000
if the values are
first option 0, 1, 2, 3 or
second option 1,2,3,4 or
third option 2,3,4,1 or
fourth option 3,4,5,6 0r.... |
--(150 possible options later)
for the four addresses
Code: | then dokeypress(control and Delete)
wait 2 seconds
then dokeypress(control and insert)
then
read these addresses xxxxxxxx , yyyyyyyy, zzzzzzzz, 00000000
if the values are
first option 0, 1, 2, 3 or
second option 1,2,3,4 or
third option 2,3,4,1 or
fourth option 3,4,5,6 0r.... |
--(150 possible options later)
for the four addresses
Code: | if the first option is true write this value
00 00 00 00 00 00 00 00 00 00 00 00 |
-- whatever value I input Code: | to this address 12345678 |
-- whatever address I input
Code: | if the second option is true write this value
00 00 00 00 00 00 00 00 00 00 00 00 |
-- Whatever value I input Code: | to this address 12345678 |
-- whatever address I input (150 or so options later) and so on
Code: | if Any option is true. wait 7 seconds and write this value 0,0,0,0 to the four first addresses |
--I will need to have it check those four addresses for about 150 different value options/combinations
|
|