Search found 5 matches
- 25 Nov 2016 14:35
- Forum: DOS Batch Forum
- Topic: New to DOS. But I have a project.
- Replies: 8
- Views: 7294
Re: New to DOS. But I have a project.
Actually this is a better example because it is what I am currently using now for the game. But it is with AHK and it develops a pattern after a while, which I need it to be totally random. thanks guys, you are the best #Persistent counter = 0 Loop { Sleep, 30000 Random, winner, 0, 180 Random, pairs...
- 25 Nov 2016 14:22
- Forum: DOS Batch Forum
- Topic: New to DOS. But I have a project.
- Replies: 8
- Views: 7294
Re: New to DOS. But I have a project.
Oh this is for an actual game. The batch is only to simulate someone pressing a keyboard button which is a DEV shortcut to someone actually using a card machine. You guys are incredibly knowledgeable when it comes to this I see. This is what I have been using for another game to simulate someone tou...
- 22 Nov 2016 15:29
- Forum: DOS Batch Forum
- Topic: New to DOS. But I have a project.
- Replies: 8
- Views: 7294
Re: New to DOS. But I have a project.
I was very vague. Also I did read the posting rules/ suggestions and I will add more detail. So I have a game that requires a key input every 5 seconds or so. So I just need a script that will press lets say the key J at a random time, and then presses enter. Does this help?
- 22 Nov 2016 14:29
- Forum: DOS Batch Forum
- Topic: New to DOS. But I have a project.
- Replies: 8
- Views: 7294
- 21 Nov 2016 17:38
- Forum: DOS Batch Forum
- Topic: New to DOS. But I have a project.
- Replies: 8
- Views: 7294
New to DOS. But I have a project.
New member and I dont wanna take up your guys time with noob questions from noob kids but I'm trying to make a program that presses a keys at a random time. What would be the write up for this? Ive been doing research all day but for some reason I cant find a legit way to make a truly random key pre...