Jump to content

turbo key


ElkNight

Recommended Posts

I was wondering if there was a program that let you hold down a key and it would act as if you were just pressing the button really fast. Like the turbo button on some Xbox controllers. I looked for a while and couldn't find anything.

10postchm2105.png

8,180

WONGTONG IS THE BEST AND IS MORE SUPERIOR THAN ME

#1 Wongtong stalker.

Im looking for some No Limit soldiers!

Link to comment
Share on other sites

What? I thought you just hold down a key.

 

 

 

Look (im holding down "a")

 

 

 

 

 

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

 

 

 

 

 

It looks like i pressed a lot of times.

BR BR BR? HUEHUEHEUEHUE

Link to comment
Share on other sites

What? I thought you just hold down a key.

 

 

 

Look (im holding down "a")

 

 

 

 

 

aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa

 

 

 

 

 

It looks like i pressed a lot of times.

 

Bleh. But for this game you cant hold it you actually need to press it really fast (and no is not an online game im attempting to cheat at"

10postchm2105.png

8,180

WONGTONG IS THE BEST AND IS MORE SUPERIOR THAN ME

#1 Wongtong stalker.

Im looking for some No Limit soldiers!

Link to comment
Share on other sites

That's what the turbo button does!? I could never figure it out! I would have owned so much more in Halo 2 on the original Xbox is I knew that!

 

Yup :lol:

10postchm2105.png

8,180

WONGTONG IS THE BEST AND IS MORE SUPERIOR THAN ME

#1 Wongtong stalker.

Im looking for some No Limit soldiers!

Link to comment
Share on other sites

On topic: You can buy keyboards with a turbo button. But apart from that I don't think there is a way since the game hooks with the keyboard directly? And therefore you would have to emulate a virtual keyboard which you could turbo on and get the game to hook that? I might be way off, can't research google much on a PSP

213360.png
Link to comment
Share on other sites

If you have visual basic 6 or any compiler you can do something like..

 

 

 

 

 


dim x as string = "a"    

dim i as integer





for i = 1 to 100 step 1

sendkeys.send(x) 'You can also send full words bu putting in quotations like "JAVA"

next



 

 

 

That would send the letter "a" 100 times.

 

 

 

Now If you wanted to put it in a specific application you can, but I would google it.

wii_wheaton.png

[software Engineer] -

[Ability Bar Suggestion] - [Gaming Enthusiast]

Link to comment
Share on other sites

Aside from various programs that can be used to duplicate the effect or specialized keyboards, I know some people have used a mouse with a very responsive wheel to a similar effect - you assign the wheel the key so that every time the ratchet "clicks" it is equivalent to a button press. A friend of mine used this tactic to great effect in Call of Duty 4.

Link to comment
Share on other sites

Aside from various programs that can be used to duplicate the effect or specialized keyboards, I know some people have used a mouse with a very responsive wheel to a similar effect - you assign the wheel the key so that every time the ratchet "clicks" it is equivalent to a button press. A friend of mine used this tactic to great effect in Call of Duty 4.

 

 

 

That just gave me an idea... fast-firing pistols?

I was going to eat hot dogs for dinner tonight. I think I will settle for cereal.

 

OPEN WIDE HERE COMES THE HELICOPTER.

Link to comment
Share on other sites

Aside from various programs that can be used to duplicate the effect or specialized keyboards, I know some people have used a mouse with a very responsive wheel to a similar effect - you assign the wheel the key so that every time the ratchet "clicks" it is equivalent to a button press. A friend of mine used this tactic to great effect in Call of Duty 4.

 

 

 

That just gave me an idea... fast-firing pistols?

 

That and fully automatic Barret .50's, G3's, M14's, M21's bar accuracy.

eggzs.png
Link to comment
Share on other sites

Found this topic.

 

Anyway to save you reading it all.

 

This is the easiest answer.

 

 

 

Use a program called AutoIt3

 

Create a script like this

 

HotKeySet("{Esc}", "captureEsc")

Func captureEsc()

   HotKeySet("{Esc}")

For $i = 5 to 1 Step -1

	Send("9")

	sleep(500)

Next

HotKeySet("{Esc}", "captureEsc")

EndFunc



While(true)



WEnd

 

 

 

Replace the {Esc} with the Key you want to bind, replace 9 with the key it is to press and sleep value, 500 with the delay between presses in milliseconds.

 

O and replace the 5 with the amount of times to press the key per press of the Hotkey.

 

 

 

Note if your planning on using this for RuneScape do not as it breaks Rule 7.

 

Just replace Esc with a

[hide=Drops]

  • Dragon Axe x11
    Berserker Ring x9
    Warrior Ring x8
    Seercull
    Dragon Med
    Dragon Boots x4 - all less then 30 kc
    Godsword Shard (bandos)
    Granite Maul x 3

Solo only - doesn't include barrows[/hide][hide=Stats]

joe_da_studd.png[/hide]

Link to comment
Share on other sites

Does anyone remember the "Turbo" button that PCs used to have? Often along with a MHz display on the front of the box.

 

 

 

My turbo button used to switch the CPU from 16MHz to 32MHz, but the power consumption was huge so it was mostly reserved from "high end" programs.

~Dan64Au

Since 27 Aug 2002

Link to comment
Share on other sites

Intel Sidestep de-clocks your processor automatically when nothing is being processed. On my E4500, when programs are idle, the processor turns to 1.5ghz and when in use it automatically re-clocks to 2.9ghz.

eggzs.png
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.