Jump to content

Sky Slate Blueberry Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate
Photo

Script to spam a key


  • Please log in to reply
5 replies to this topic
willrock2700
  • Members
  • 1 posts
  • Last active: Feb 28 2010 07:10 AM
  • Joined: 28 Feb 2010
i need a script to spam "e" on the key board ... can someone plz help me out?

F2 to turn on
F2 to turn off

None
  • Members
  • 3199 posts
  • Last active: Nov 05 2015 09:55 PM
  • Joined: 28 Nov 2009
F2::
If State=50
State=Off
else
State=50
SetTimer SendKey, %State%
Return

SendKey:
Send e
Return
This is one Way
PS Spamming keys is a comon question please use "search" first next time

  • Guests
  • Last active:
  • Joined: --
Use the forum search. This same question has been asked and answered hundreds of times.

None
  • Members
  • 3199 posts
  • Last active: Nov 05 2015 09:55 PM
  • Joined: 28 Nov 2009

PS Spamming keys is a comon question please use "search" first next time

I did say that

MalanoiD
  • Members
  • 7 posts
  • Last active: Jul 30 2010 05:53 PM
  • Joined: 12 May 2010
i need this 2 but i need it way faster like 1000 times ea second

sinkfaze
  • Moderators
  • 6367 posts
  • Last active: Nov 30 2018 08:50 PM
  • Joined: 18 Mar 2008
x :=	False

F10::[color=#770000]SetTimer[/color], SpamE, %	(x := !x) ? 60 : [color=#999933]"Off"[/color]



SpamE:

[color=#770000]Send[/color] e

[color=#770000]return[/color]