Nick61416 Posted July 29, 2006 Posted July 29, 2006 I have a script to hit left click fast how would i change it to make it hit space instead Global $Paused HotKeySet("{END}", "TogglePause") HotKeySet("{HOME}", "Terminate") While 1 Sleep(100) WEnd Func TogglePause() $Paused = NOT $Paused While $Paused sleep(100) MouseClick("Left") WEnd EndFunc Func Terminate() Exit 0 EndFunc
Helge Posted July 29, 2006 Posted July 29, 2006 While you have problems hitting space, it doesn't look like you're having problems clicking "New topic" here on the forums.. You didn't consider posting in your 6 minutes old topic ?
Nick61416 Posted July 29, 2006 Author Posted July 29, 2006 While you have problems hitting space, it doesn't look like you're having problems clicking"New topic" here on the forums.. You didn't consider posting in your 6 minutes old topic ? i want to hit space instead of clicking
Helge Posted July 29, 2006 Posted July 29, 2006 Move your finger 20-30 cm to the side and hit that damn button then ! Haha, I'm trying to be rude and I'm getting questions via PM. Great.
Vivvic Posted July 29, 2006 Posted July 29, 2006 Its in the helpfile, see "Send" [quote name='DaleHohm']You have a strange habit of posting error messages that don't match your code.[/quote][quote name='SmOke_N']Forget the learning... straight to the scripting :lol: (laugh.gif)[/quote]
Helge Posted July 29, 2006 Posted July 29, 2006 (edited) Another PM from Nick just came in :Title : FUCK YOUText : YOU SUCK AT LIFE DUDE------------------------------------------------------------------------Ok, here's the deal Nick. You're first topic was entitled "I need a script".This sounds like you want us to create a script for you, and not help you with a script,and this isn't very popular here at the forum. We're not your slaves and we do not wantto help people who don't show any effort in helping themselves first. Of course theway I see your post isn't necessary correct, but it's just that your topic-title and yourpost signalizes this. Note that I didn't post in that topic, while flyingboz did, encouragingyou to read the manual.6 minutes after you created your first topic you create another one, where you nowactually show some code. This is something that should have posted in your not-so-old topic, and isn't worthy an entire new topic. The code you posted looks very similarto the example-code for HotKeySet btw, which means that you've actually opened themanual. If you would have studied the same page where you got that code from, youcould have seen a link to another function, named Send. This is the function you werelooking for. Also, if you even would have searched for "space" in the manual, youwould have also very easily found the function you were looking for.Anyway, I wish you a great day and a splendid weekend Nick ! Edited July 29, 2006 by Helge
B3TA_SCR1PT3R Posted July 29, 2006 Posted July 29, 2006 Another PM from Nick just came in :Title : FUCK YOUText : YOU SUCK AT LIFE DUDEHaha, probly another 10 year old trying to make an 'aimbot' for some disney game. He's probly fat too, and to lazy to click the 'Search' button. [right][font="Courier New"]...Run these streets all day, I can sleep when I die.[/font] [/right]
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now