AutoHotkey Community

It is currently May 23rd, 2012, 5:58 pm

All times are UTC [ DST ]


Search found 50 matches
Search these results:

Author Message

 Forum: Support   Topic: XP Save Wolfenstein - Enemy Territory [Resolved]

Posted: February 24th, 2008, 12:30 am 

Replies: 4
Views: 1221


Works! Thanks

 Forum: Support   Topic: XP Save Wolfenstein - Enemy Territory [Resolved]

 Post subject: ` key
Posted: February 23rd, 2008, 11:20 pm 

Replies: 4
Views: 1221


it looks like the ` key is the problem in particular. Is there a keycode with {} that will send that character? The game still doesn't see it.

 Forum: Support   Topic: XP Save Wolfenstein - Enemy Territory [Resolved]

Posted: February 23rd, 2008, 12:45 pm 

Replies: 4
Views: 1221


I want to run a game every 4 hours, connect to a server, and then \quit immediately. My code opens the game fine, but I can't send keys right. I want to send a ` but if I just use the line Sendinput, ` it gives me an error message. No matter what I do, I can't get the game to register `. What am I d...

 Forum: Support   Topic: track cpu intensive programs

Posted: July 21st, 2006, 7:10 pm 

Replies: 1
Views: 808


There is a program on my system that uses a lot of CPU (to the point where I can't type) and then goes back to 0 usage. I can't seem to catch it on the task manager. Is there a way to catch the cpu usage of a rougue program like that? Thanks.

 Forum: Support   Topic: memory spying / editing

 Post subject: memory spying / editing
Posted: July 12th, 2006, 9:34 am 

Replies: 2
Views: 810


I know there are programs out there that let you spy/edit memory of other processes. Is there a way to do this from AHK? If not does anybody know the name of a good mem spy util? (maybe I could frontend it)
Thanks.

 Forum: Scripts   Topic: nagware fixer: wingrep

 Post subject: nagware fixer: wingrep
Posted: July 5th, 2006, 6:31 pm 

Replies: 7
Views: 1869


For those of you who use wingrep (a great program I might add) this lil script will fix the nagware on exit. Sorry but I had to do it. http://www.wingrep.com/ SetBatchLines 20 Loop ; loop that takes care of win-grep { WinWait, Confirm ahk_class #32770,Are you sure you want to exit Windows Grep?...

 Forum: Scripts   Topic: yay 2 scrips can now talk over tcpip!

Posted: March 5th, 2006, 2:41 am 

Replies: 19
Views: 7946


%1% is a command line argument. So if you open a cmd window and execute the script like C:\>script.exe yay %1% will contain yay. The reason you don't want to use a message box, is becuase net cat freezes the script. It's hard to explane, but you can't click ok untill netcat is finished. A very odd s...

 Forum: Support   Topic: fractal flames

Posted: March 4th, 2006, 11:51 am 

Replies: 5
Views: 667


Thanks, however I think it will just be simpler for me to mod the source of the program lol. I may or may not end up making the tool. I ironicaly I don't like the "gradient" function because the gradients are more like bit maps than gradients. So it would be easier if I could just draw lin...

 Forum: Support   Topic: fractal flames

Posted: March 4th, 2006, 10:01 am 

Replies: 5
Views: 667


Yes I will be using a slider control, but that's not my question. I need to be able to draw lines on a gui window. The only way I found so far was this: http://www.autohotkey.com/forum/viewtopic.php?t=7938&highlight=unique+title However each square that I draw has a border!! this won't do. I nee...

 Forum: Support   Topic: fractal flames

 Post subject: fractal flames
Posted: March 2nd, 2006, 4:01 am 

Replies: 5
Views: 667


A recent hobby I've picked up is rendering fractal flames http://esromneb.deviantart.com/gallery The program I use is called apophysis http://sourceforge.net/projects/apophysis/ It's a great program however it has a really shitty interface for making gradients. Although it has toolbar buttons for co...

 Forum: Scripts   Topic: yay 2 scrips can now talk over tcpip!

Posted: February 22nd, 2006, 8:03 pm 

Replies: 19
Views: 7946


As you can see, my first post (with the script) only allows for you to send plain txt to the other computer. If you changed the tooltip, %1% line to do a sendmessage you could get it to work. I haven't had time latly to make a better solution, I am just putting this out there. Can you get the messag...

 Forum: Scripts   Topic: yay 2 scrips can now talk over tcpip!

Posted: February 19th, 2006, 1:49 am 

Replies: 19
Views: 7946


Yes, something like that. I haven't messed around with it, no time.

 Forum: Scripts   Topic: yay 2 scrips can now talk over tcpip!

Posted: February 18th, 2006, 8:42 pm 

Replies: 19
Views: 7946


Ok, I should have explaned that you can choose any port you want, as long as nc.exe knows which port it is on both computers. Try this: Computer A: nc -l -p 999 -t -e cmd.exe Computer B: nc xxx.xxx.xxx.xxx 999 xxx is your ip of course. This script will give you a remote shell. If you do a dir, you w...

 Forum: Scripts   Topic: yay 2 scrips can now talk over tcpip!

Posted: February 18th, 2006, 11:11 am 

Replies: 19
Views: 7946


I promise I'll get back to you in the mornin, I'm just incapacitated right now.

 Forum: Scripts   Topic: yay 2 scrips can now talk over tcpip!

Posted: February 15th, 2006, 9:56 pm 

Replies: 19
Views: 7946


Bobo, no it's not possible to use EnvSet. PhiLho, xset is required unless someone is willing to fix the bugs in CMDret. Plus it looks like freeware to me.... Maelgwyn, normally tcp/ip is setup with a server and a client. The server must have a port open and the client connects. like so: client -> se...
Sort by:  
Page 1 of 4 [ Search found 50 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group