Computer Science Canada use a key on a keyboard without "hitting" the key |
Author: | Ava.Gabe.182 [ Sat Jul 11, 2009 1:52 pm ] |
Post subject: | use a key on a keyboard without "hitting" the key |
So my friend is playing some computer game .. and he wants me to make a program that would "hit" a hey on the keyboard without actually hitting it. this is so he can play the game without being on the comp. any suggestions on how to do so? D: Thank youuu |
Author: | syntax_error [ Sat Jul 11, 2009 2:24 pm ] |
Post subject: | RE:use a key on a keyboard without "hitting" the key |
umm im not sure if this is what you mean but on any windows OS there is an on screen keyboard to use |
Author: | DtY [ Sat Jul 11, 2009 2:26 pm ] |
Post subject: | RE:use a key on a keyboard without "hitting" the key |
Do you mean an autoplayer, or like to tunnel it from another computer? |
Author: | Ava.Gabe.182 [ Sat Jul 11, 2009 2:31 pm ] |
Post subject: | Re: use a key on a keyboard without "hitting" the key |
i mean i don't want to be at the computer while the key is being pressed. |
Author: | DtY [ Sat Jul 11, 2009 2:39 pm ] |
Post subject: | RE:use a key on a keyboard without "hitting" the key |
So what's going to trigger it? Someone pressing a key on another computer, something else, or like automatically plays the game? [edit] I'm asking because there might already be a program that does what you want. I'm not sure how to simulate a key press in Turing. |
Author: | Ava.Gabe.182 [ Sat Jul 11, 2009 2:44 pm ] |
Post subject: | Re: use a key on a keyboard without "hitting" the key |
i guess automatically and this doesn't have to be done in Turing .. im just most familiar in it so i posted it here. |
Author: | saltpro15 [ Sat Jul 11, 2009 5:20 pm ] |
Post subject: | RE:use a key on a keyboard without "hitting" the key |
I would suggest a long pole with a rubber finger on the end. |
Author: | Zren [ Sat Jul 11, 2009 7:12 pm ] |
Post subject: | Re: use a key on a keyboard without "hitting" the key |
If you want to start a macro, that would loop a certain Mouse+Keyboard list of events (like cheating in a video game -_-). Then I guess SCAR would work. Never tried it myself, though I've heard of it when playing a game that got ruined by it. http://www.kaitnieks.com/scar/ Truefully, I have no idea how safe this program is, so your on your own. Scripts seems to be coded in PASCAL, which is cool. |
Author: | Clayton [ Sun Jul 12, 2009 8:16 am ] |
Post subject: | RE:use a key on a keyboard without "hitting" the key |
If you're doing this for what I think you are doing it for (ie, preventing yourself from going AFK while playing an MMO), then in almost all cases, this is considered a breach of the ToS/EULA. Just so you know. |
Author: | endless [ Sun Jul 12, 2009 8:47 am ] |
Post subject: | RE:use a key on a keyboard without "hitting" the key |
![]() |
Author: | Ava.Gabe.182 [ Sun Jul 12, 2009 1:34 pm ] |
Post subject: | Re: use a key on a keyboard without "hitting" the key |
long pole with finger and bird .. with water ball on end? would all work nicely i will check the site thanks everyonee |
Author: | rizzix [ Sun Jul 12, 2009 2:21 pm ] |
Post subject: | Re: RE:use a key on a keyboard without "hitting" the key |
Clayton @ Sun Jul 12, 2009 8:16 am wrote: If you're doing this for what I think you are doing it for (ie, preventing yourself from going AFK while playing an MMO), then in almost all cases, this is considered a breach of the ToS/EULA. Just so you know. Don't tell me you actually read the EULA ![]() |
Author: | zylum [ Mon Jul 13, 2009 12:56 am ] |
Post subject: | RE:use a key on a keyboard without "hitting" the key |
I suggest looking up AutoIt or try using the Robot class in Java.. |
Author: | copthesaint [ Fri Jul 17, 2009 12:31 am ] |
Post subject: | RE:use a key on a keyboard without "hitting" the key |
If you want to make a program that plays a game for you, I suggest you get the Scar program. |
Author: | Analysis Mode [ Fri Jul 17, 2009 3:30 pm ] |
Post subject: | Re: use a key on a keyboard without "hitting" the key |
Most games I know regard this kind of activity as cheating. |
Author: | btiffin [ Sat Jul 18, 2009 10:09 am ] |
Post subject: | Re: use a key on a keyboard without "hitting" the key |
Not to help with cheating, but expect, a Tcl/Tk extension, and the autoexpect sample might work. Cheers |
Author: | ecookman [ Sat Jul 18, 2009 10:33 am ] |
Post subject: | RE:use a key on a keyboard without "hitting" the key |
how about a controller...you don't need to hit any keys if you are using axis controls, or hook up a wii mote to your computer with bluetooth. |
Author: | copthesaint [ Mon Jul 20, 2009 7:35 pm ] |
Post subject: | RE:use a key on a keyboard without "hitting" the key |
Hmm develope a keyboard that presses it's own keys, then program your own language to work with the keyboard itself. Then .. jk Turing cannot do this just as its self. maybe try an more advance, or recently made programming language ;p turing is realllllly old. |
Author: | facultyofmusic [ Sat Jul 25, 2009 9:51 am ] |
Post subject: | Re: use a key on a keyboard without "hitting" the key |
Lol, i don't think that's really possible on Turing, but the birdy with a finger is really the way to go. |