AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 27 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Increasing/Decreasing mouse speed
me10c

Replies: 1
Views: 95

PostForum: Ask for Help   Posted: Thu Sep 03, 2009 10:53 am   Subject: Increasing/Decreasing mouse speed
Before you answer - please read what I am asking for.
I want to simulate "a normal person moving a mouse. If a normal person moves the mouse the speed is not always the same. Lets describe it wi ...
  Topic: replacing 1 key with another one
me10c

Replies: 1
Views: 102

PostForum: Ask for Help   Posted: Mon Aug 10, 2009 11:38 am   Subject: replacing 1 key with another one
I want to replace the X with Shift
x:: send {shift}
but when I hold down x the result is capital X .. (in other words shift + X)
how can I replace 1 key with another one for all t ...
  Topic: Click Key > Open a web page
me10c

Replies: 3
Views: 128

PostForum: Ask for Help   Posted: Sun Aug 09, 2009 6:42 pm   Subject: Click Key > Open a web page
it still opens it in a new tab ..
  Topic: Click Key > Open a web page
me10c

Replies: 3
Views: 128

PostForum: Ask for Help   Posted: Sun Aug 09, 2009 5:58 pm   Subject: Click Key > Open a web page
5::Run http://www.google.com
is there a way to open the google.com in the same tab, not a new one ? (I am doing it with mozilla)
  Topic: I need a simple code
me10c

Replies: 6
Views: 263

PostForum: Ask for Help   Posted: Sat Jul 18, 2009 8:36 pm   Subject: I need a simple code
I didnt knew how to make the
Random, number, 12, 92
sum += %number%
}

average := sum / 100
MsgBox, %average%
  Topic: I need a simple code
me10c

Replies: 6
Views: 263

PostForum: Ask for Help   Posted: Sat Jul 18, 2009 7:22 pm   Subject: I need a simple code
step 1 : 80% chance to generate a number. If it doesnt generate a number add 0.
step 2 : Generate a number between 12 and 92 (including them)
step 3 : Repeat step 1 and 2 100 times
step 4 : Show th ...
  Topic: I need a simple code
me10c

Replies: 6
Views: 263

PostForum: Ask for Help   Posted: Sat Jul 18, 2009 7:13 pm   Subject: I need a simple code
Can someone do this one for me please (yeah, I know, I am lazy)

80% chance to choose (if it doesnt choose add 0)
choose a number between 12-92 (including 12 and 92)
repeat 100 times
find the ave ...
  Topic: The Script Crashes - I THINK ITS FIXED
me10c

Replies: 12
Views: 273

PostForum: Ask for Help   Posted: Mon Jun 22, 2009 5:09 pm   Subject: The Script Crashes - I THINK ITS FIXED
the last thing that remains is
what is the code for "when this colour apears do that"
so I can remove the loops ...
  Topic: The Script Crashes - I THINK ITS FIXED
me10c

Replies: 12
Views: 273

PostForum: Ask for Help   Posted: Mon Jun 22, 2009 4:37 pm   Subject: The Script Crashes - I THINK ITS FIXED
Yeah I made those on purpose ...
I need it to click when the colour apears and I dont know another way

basicly when the sub starts and if it doesnt find the colour the sub starts again, and it doe ...
  Topic: The Script Crashes - I THINK ITS FIXED
me10c

Replies: 12
Views: 273

PostForum: Ask for Help   Posted: Mon Jun 22, 2009 4:13 pm   Subject: The Script Crashes - I THINK ITS FIXED
Now when you mention it ...
Those parts of the code are scattered around the file itself ...
Anyways they were just random clicks
As I said I thought that the message is standart .. I will try to & ...
  Topic: The Script Crashes - I THINK ITS FIXED
me10c

Replies: 12
Views: 273

PostForum: Ask for Help   Posted: Mon Jun 22, 2009 3:14 pm   Subject: The Script Crashes - I THINK ITS FIXED
Yeaaah I am sure most of the ppl actually got the idea which message I was talking about, but then again I will post the exact message tomarow (it will take some time to get it again)
I dont see wher ...
  Topic: The Script Crashes - I THINK ITS FIXED
me10c

Replies: 12
Views: 273

PostForum: Ask for Help   Posted: Mon Jun 22, 2009 10:33 am   Subject: The Script Crashes - I THINK ITS FIXED
it doesnt finishes for sure .. its kind of a loop as you can see.
it crashes and I am sure about it "windows have found a problem and the program needs to be closed" or something like that ...
  Topic: The Script Crashes - I THINK ITS FIXED
me10c

Replies: 12
Views: 273

PostForum: Ask for Help   Posted: Mon Jun 22, 2009 6:39 am   Subject: The Script Crashes - I THINK ITS FIXED

Random(min,max) {

Random, res, % min, % max
Return res

}

#4::
SetMouseDelay, % Random(50,65) ;#4, loop4, F4, FishBCheck, F7, repeat loop4 >
Win ...
  Topic: RuneScape - How macros are detected by RuneScape?
me10c

Replies: 69
Views: 14491

PostForum: General Chat   Posted: Mon Jun 22, 2009 6:34 am   Subject: RuneScape - How macros are detected by RuneScape?
um can you PM me you skype .. it would be easyer ..
  Topic: Setting relative cursor position?
me10c

Replies: 3
Views: 83

PostForum: Ask for Help   Posted: Sun Jun 21, 2009 4:46 pm   Subject: Setting relative cursor position?
eh then Move, RelX , RelY Smile
anyways I'm glad I could help Laughing
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group