home recent topics recent posts search faq  

Jitbit Software Forums Forum



register | lost password   open id sign in with Twitter
Messages in this topic - RSS

Home » Macro Recorder » Creating a Macro for a game

Keyboard and mouse recorder - Jitbit Macro Recorder
9/24/2009 7:58:01 AM

Turbo123
Turbo123
Posts: 3
Hello, I just started using Jitbit and was told i could "Macro" keys for in-game. So let's just explain the outcome of what i need.

I need a .exe to repeatedly after 3 seconds of delay hit the "1" key on the keyboard also known as D1. I would like for the user to be able to hit a button to start AND stop the process.

As of right now it does work, And is wonderful. HOWEVER i have had to C&P the cycle of click 1 then the delay around 1 million times. smile And to stop the .exe from working they must CTRL-ALT-DLT and end the actual .exe process. So can anyone tell me how i can duplicate the process but make it so say F5 starts the macro when the .exe is executed and F6 pauses or stops the macro when they want. THEN when they want to start it back up they may?

Here is a part of my script:

MESSAGE BOX : My message goes here but i took it out cause it advertises (Not sure about rules on the forums for advertising Big Grin)
WAIT FOR USER : 77 : 2
Keyboard : D1 : KeyDown
DELAY : 100
Keyboard : D1 : KeyUp
DELAY : 2000
Keyboard : D1 : KeyDown
DELAY : 100
Keyboard : D1 : KeyUp
DELAY : 2000
Keyboard : D1 : KeyDown
DELAY : 100
Keyboard : D1 : KeyUp
DELAY : 2000
Keyboard : D1 : KeyDown
DELAY : 100
Keyboard : D1 : KeyUp
DELAY : 2000
Keyboard : D1 : KeyDown
DELAY : 100
Keyboard : D1 : KeyUp
DELAY : 2000
THEN IT REPEATS LIKE 1 MILLION TIMES THE SAME CODE!
<em>edited by Turbo123 on 9/24/2009</em>
permalink
9/28/2009 8:08:27 AM

jitbit
jitbit
Administrator
Posts: 1306
Exe-files cannot be paused or aborted abnormally. Run the macro from the Macro Recorder software to be able to pause/abort it.
permalink
9/28/2009 10:33:46 AM

Turbo123
Turbo123
Posts: 3
Ok so is there at least a way to send like a KILL command? I mean shoot if that is like that then there is ONLY a CTRL ALT DELETE process of killing the .exe,

What if i wanted my friends to use it and i wanted then too easily KILL the process?
permalink
9/29/2009 1:17:28 PM

tstorm
tstorm
Posts: 2
I love the frequent updates to the software, even the updates just since I started using the program in late June have solved a number of my issues. This is one of the last big hurdles for me: the ability to abort an executable without having to manually kill the process (well that and a simple variable system, but I understand that's probably outside the scope of a macro recorder).
permalink
9/29/2009 2:08:08 PM

Turbo123
Turbo123
Posts: 3
I fully understand where your coming from. This seems to be the BEST macro software on the net... But this "Kill Process" ability would be a life saver!
permalink
10/30/2009 2:45:35 PM

buercky
buercky
Posts: 29
can you launch the macro launcher, then assign a macro to a hot key and then when the hot key is pressed it runs a macro that kills your program or other things there is a file called process.exe that will kiil a file from the command line if you need something like that

http://www.google.com/search?hl=en&source=hp&q=process+kill+command+line&aq=0&oq=process+kill+command&aqi=g1
permalink

Home » Macro Recorder » Creating a Macro for a game





Powered by Jitbit Forum 7.2.10.0 © 2006-2011 Jitbit Software