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 17 matches
AutoHotkey Community Forum Index
Author Message
  Topic: Using pixelcolor as a variable?
SKP

Replies: 1
Views: 142

PostForum: Ask for Help   Posted: Sat Apr 26, 2008 8:13 am   Subject: Using pixelcolor as a variable?
I cant tell if pixelgetcolor is using the right variable or not, it doesnt appear to be doing waht i want it to do.

#SingleInstance force
^q::
PixelGetColor, colormem, %Px%, %Py%
IniWrit ...
  Topic: Variables dissapearing. possibly not being used
SKP

Replies: 1
Views: 95

PostForum: Ask for Help   Posted: Fri Apr 25, 2008 11:13 pm   Subject: Variables dissapearing. possibly not being used
Im testing a script to launch a inventory and remove items i dislike::

#SingleInstance force
^q::
PixelGetColor, color, %Px%, %Py%
;Test color to be used, testing to make sure wanted ite ...
  Topic: Virtual Machines
SKP

Replies: 1
Views: 148

PostForum: Ask for Help   Posted: Sun Mar 09, 2008 12:50 am   Subject: Virtual Machines
If i set up two virtual machines with a game running, and ahk installed and a script running on each vm, will the mousemovements, clicks etc happen regardless of whether or not the focus is kept on th ...
  Topic: Emulation questions
SKP

Replies: 2
Views: 233

PostForum: Ask for Help   Posted: Sat Mar 08, 2008 5:21 pm   Subject: Emulation questions
If i were to run autohotkey on a mac emulating windows through programs like parallels, would autohotkey control the mac side or just the windows? if i switched from the parallells software to the mac ...
  Topic: Possible games for macroing (mmorpg)
SKP

Replies: 3
Views: 217

PostForum: Ask for Help   Posted: Sun Mar 02, 2008 9:29 pm   Subject: Possible games for macroing (mmorpg)
I can come up with a lsit of mmorpgs but that doesnt mean i know whether or not they will be good for me, and with each one coming in at about 500mb i dont want to try them all.
  Topic: Possible games for macroing (mmorpg)
SKP

Replies: 3
Views: 217

PostForum: Ask for Help   Posted: Sun Mar 02, 2008 2:57 pm   Subject: Possible games for macroing (mmorpg)
Ive been learning how to programmme bots for online computer games,. I would like to know some online games that are free to play or that have a long trial period(as there is a possibility i will be ...
  Topic: Detect file parameters
SKP

Replies: 4
Views: 145

PostForum: Ask for Help   Posted: Sat Mar 01, 2008 10:56 pm   Subject: Detect file parameters
Thanks anyway SKAN
  Topic: Detect file parameters
SKP

Replies: 4
Views: 145

PostForum: Ask for Help   Posted: Sat Mar 01, 2008 9:49 pm   Subject: Detect file parameters
is there any other logical method of doing what i would like to do?
  Topic: Detect file parameters
SKP

Replies: 4
Views: 145

PostForum: Ask for Help   Posted: Sat Mar 01, 2008 9:28 pm   Subject: Detect file parameters
In a game i play, if you die, a certain wave file is played when you die, i would like to create a script that looks and sees if ive dies in the last ten minutes, by looking at the last played date p ...
  Topic: Maybe a dumb question file directories
SKP

Replies: 2
Views: 115

PostForum: Ask for Help   Posted: Tue Feb 26, 2008 9:39 pm   Subject: Maybe a dumb question file directories
Cheers mate.
  Topic: Maybe a dumb question file directories
SKP

Replies: 2
Views: 115

PostForum: Ask for Help   Posted: Tue Feb 26, 2008 9:18 pm   Subject: Maybe a dumb question file directories
My scripts are running on several computers, and if i make changes, im having to manually edit all of my scripts to account for the different usernames and operating systems(file paths for scripts are ...
  Topic: copy parts of notepad .txt file to new .txt file
SKP

Replies: 7
Views: 403

PostForum: Ask for Help   Posted: Tue Feb 26, 2008 8:58 pm   Subject: Pokertracker
Obviously yuo have not heard of pokertracker, this does this automatically for you, you get 1000 hands for free, and its well wroth the 55 dollars or whatever it costs.

Pokertracker 3 will be for ...
  Topic: Dynamic Pixelsearch coordinates
SKP

Replies: 1
Views: 132

PostForum: Ask for Help   Posted: Mon Feb 25, 2008 6:21 pm   Subject: Dynamic Pixelsearch coordinates
Ive wrote a script that detects an ememy and attacks it using the F5 hotkey, however i'm having some problems if the creature moves towards me, since my mouse is no longer hovering over him. I believ ...
  Topic: Clipboard Problems
SKP

Replies: 1
Views: 127

PostForum: Ask for Help   Posted: Tue Feb 19, 2008 5:18 pm   Subject: Clipboard Problems
Im trying to get a script to do calclations using data on the clipbaord


;Area where data is stored
MouseClickDrag, L, 281, 128, 315, 128
;Copy data
Send, ^c
Var3 := Clipsaved
;Assign cli ...
  Topic: How would I ACTUALLY get this to work in a game?
SKP

Replies: 3
Views: 191

PostForum: Ask for Help   Posted: Sun Feb 17, 2008 2:37 pm   Subject: How would I ACTUALLY get this to work in a game?
You should probably insert a sleep, 1000 (1 sec) into the script after the moseclick, left so that it does not click too quickly.
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group