AutoHotkey Community

It is currently May 22nd, 2012, 12:18 pm

All times are UTC [ DST ]


Search found 40 matches
Search these results:

Author Message

 Forum: Scripts   Topic: Second Mouse Cursor (Alpha)

Posted: April 20th, 2009, 6:30 am 

Replies: 19
Views: 4294


I tried this a while back but I did not spend that much time on it. I always wanted to be able to have 2 people using the same computer via 2 mice. The primary difference is I made mine based on joystick input instead of the numpad. The post I made: Un-Interrupting Second Mouse Used by Joystick Awes...

 Forum: Support   Topic: Dreamweaver 2004 on vista not working with vista

 Post subject: Coolbeans!
Posted: January 6th, 2009, 4:43 pm 

Replies: 6
Views: 680


Score, I got it to work, thanks to this topic here:

http://www.autohotkey.com/forum/viewtop ... ight=vista

I change ahk to be administrator and it worked, I'll be able to work so much faster with all my shortcuts, thank you for your direction.

 Forum: Support   Topic: Diablo 2 Movement with WASD instead of mouse

Posted: May 3rd, 2008, 7:25 am 

Replies: 14
Views: 6070


Yes, I am very interested. I am curious how you are targeting enemies, and if your script works for multiple abilities and classes.

 Forum: Offtopic   Topic: Dungeons and Dragons

Posted: May 3rd, 2008, 7:21 am 

Replies: 1
Views: 1196


wondering what you had in mind, emailed you.

 Forum: Scripts   Topic: Client & Server Script for TCP/IP Network Communication

Posted: May 2nd, 2008, 8:54 am 

Replies: 130
Views: 49455


Thanks a lot, this works great, I tried i=0 instead of the i=1 for the 1st part of code I pasted, I should have tried something similar on the 2nd part of code that you fixed, lol.

Thanks a lot though.

 Forum: Scripts   Topic: Client & Server Script for TCP/IP Network Communication

Posted: May 2nd, 2008, 7:43 am 

Replies: 130
Views: 49455


The screenshot I took was the server sending "hey" after one client connected, with no disconnects. So I dont think that this is caused by a client disconnecting. I'm just making another assumption, but I think it has something to do with the code I changed to allow multi-clients. maybe, e...

 Forum: Scripts   Topic: Client & Server Script for TCP/IP Network Communication

Posted: May 2nd, 2008, 6:35 am 

Replies: 130
Views: 49455


Hi, I was trying to combine qtmspin's code that allowed multiple users and wtg's code that sent the text to an edit box. I get an error when I send: http://img443.imageshack.us/img443/1074/tcperrordu4.jpg (if they take that down, go here http://crash23000.freewebspace.com/TCP_error.JPG As you can se...

 Forum: Scripts   Topic: Client & Server Script for TCP/IP Network Communication

Posted: April 30th, 2008, 9:09 pm 

Replies: 130
Views: 49455


Thanks a lot for this Zed Gecko, this looks awesome, and thanks LYCOS17 for bumping because I would have never seen this, lol.

 Forum: Support   Topic: IE/mozilla script but i want to run background

 Post subject: ControlSend
Posted: April 24th, 2008, 3:05 am 

Replies: 4
Views: 573


You might want to think about using ControlSend

 Forum: Support   Topic: Multiple instances of game

Posted: April 23rd, 2008, 6:45 am 

Replies: 6
Views: 613


If you have something like VMware player, you can run multiple operating systems at a time which will probably solve the problem.

 Forum: Support   Topic: Diablo 2 Movement with WASD instead of mouse

Posted: April 22nd, 2008, 1:59 am 

Replies: 14
Views: 6070


Ouch, is that an infinite loop i see there? I thought that would not be the best thing, :lol: then again its the only way I could figure out how to do diagonal combinations like: "w & a" at the same to go north west "w & d" at the same to go north east "s & a&qu...

 Forum: Support   Topic: Diablo 2 Movement with WASD instead of mouse

Posted: April 21st, 2008, 11:26 pm 

Replies: 14
Views: 6070


Yeah, I was thinking of using GetKeyState(), wasnt that familiar with it, but I think I get it now. ScreenWidth := 795 ScreenHeight := 595 halfWidth := 400 halfHeight := 300 ^+z:: loop { wIsD := GetKeyState("w") aIsD := GetKeyState("a") sIsD := GetKeyState...

 Forum: Support   Topic: Diablo 2 Movement with WASD instead of mouse

Posted: April 21st, 2008, 5:51 pm 

Replies: 14
Views: 6070


I was playing the ancient game Diablo again for kicks and was slightly irritated by the fact I could not use WASD like most games now a days. I took a shot at making the WASD keys work. I got the keys to work individually with this code: ScreenWidth := 795 ScreenHeight := 595 halfWidth := ScreenWidt...

 Forum: Scripts   Topic: QuickConverter: Convert Image & Audio Files in Smart way

Posted: April 15th, 2008, 9:58 pm 

Replies: 12
Views: 5046


Very awesome, the installation and the how fast it is to convert is so simple and quick.

ty very much

 Forum: Scripts   Topic: Blueman Shoot v1.3.10 (Game)

 Post subject: data files
Posted: April 10th, 2008, 10:45 pm 

Replies: 15
Views: 5856


The link to the data files is gone and this sounds interesting, I would like to see this.
Sort by:  
Page 1 of 3 [ Search found 40 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group