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 53 matches
AutoHotkey Community Forum Index
Author Message
  Topic: XP Save Wolfenstein - Enemy Territory [Resolved]
esromneb

Replies: 4
Views: 232

PostForum: Ask for Help   Posted: Sat Feb 23, 2008 11:30 pm   Subject: XP Save Wolfenstein - Enemy Territory [Resolved]
Works! Thanks
  Topic: XP Save Wolfenstein - Enemy Territory [Resolved]
esromneb

Replies: 4
Views: 232

PostForum: Ask for Help   Posted: Sat Feb 23, 2008 10:20 pm   Subject: ` key
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.
  Topic: XP Save Wolfenstein - Enemy Territory [Resolved]
esromneb

Replies: 4
Views: 232

PostForum: Ask for Help   Posted: Sat Feb 23, 2008 11:45 am   Subject: XP Save Wolfenstein - Enemy Territory [Resolved]
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 ...
  Topic: track cpu intensive programs
esromneb

Replies: 1
Views: 390

PostForum: Ask for Help   Posted: Fri Jul 21, 2006 6:10 pm   Subject: track cpu intensive programs
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 ...
  Topic: memory spying / editing
esromneb

Replies: 2
Views: 419

PostForum: Ask for Help   Posted: Wed Jul 12, 2006 8:34 am   Subject: memory spying / editing
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 fro ...
  Topic: nagware fixer: wingrep
esromneb

Replies: 7
Views: 1086

PostForum: Scripts & Functions   Posted: Wed Jul 05, 2006 5:31 pm   Subject: nagware fixer: wingrep
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.

SetBatchLines 20

Loop ; loop that takes care of win-grep
...
  Topic: yay 2 scrips can now talk over tcpip!
esromneb

Replies: 19
Views: 4664

PostForum: Scripts & Functions   Posted: Sun Mar 05, 2006 1:41 am   Subject: yay 2 scrips can now talk over tcpip!
%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 ...
  Topic: fractal flames
esromneb

Replies: 5
Views: 372

PostForum: Ask for Help   Posted: Sat Mar 04, 2006 10:51 am   Subject: fractal flames
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 becau ...
  Topic: fractal flames
esromneb

Replies: 5
Views: 372

PostForum: Ask for Help   Posted: Sat Mar 04, 2006 9:01 am   Subject: fractal flames
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.ph ...
  Topic: fractal flames
esromneb

Replies: 5
Views: 372

PostForum: Ask for Help   Posted: Thu Mar 02, 2006 3:01 am   Subject: fractal flames
A recent hobby I've picked up is rendering fractal flames
I know nothing about gui's, is it possible/practacle to draw
~250 vertical lines representing a color gradient with an ahk gui?

I think I ...
  Topic: yay 2 scrips can now talk over tcpip!
esromneb

Replies: 19
Views: 4664

PostForum: Scripts & Functions   Posted: Wed Feb 22, 2006 7:03 pm   Subject: yay 2 scrips can now talk over tcpip!
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 hav ...
  Topic: yay 2 scrips can now talk over tcpip!
esromneb

Replies: 19
Views: 4664

PostForum: Scripts & Functions   Posted: Sun Feb 19, 2006 12:49 am   Subject: yay 2 scrips can now talk over tcpip!
Yes, something like that. I haven't messed around with it, no time.
  Topic: yay 2 scrips can now talk over tcpip!
esromneb

Replies: 19
Views: 4664

PostForum: Scripts & Functions   Posted: Sat Feb 18, 2006 7:42 pm   Subject: yay 2 scrips can now talk over tcpip!
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 x ...
  Topic: yay 2 scrips can now talk over tcpip!
esromneb

Replies: 19
Views: 4664

PostForum: Scripts & Functions   Posted: Sat Feb 18, 2006 10:11 am   Subject: yay 2 scrips can now talk over tcpip!
I promise I'll get back to you in the mornin, I'm just incapacitated right now.
  Topic: Basic Encryption 2.7
esromneb

Replies: 50
Views: 9410

PostForum: Scripts & Functions   Posted: Thu Feb 16, 2006 1:29 am   Subject: Basic Encryption 2.7
good point, about doing it yourself. But if your encryption isn't time consuming enough, you are vunerable to brute force. I mean you are always vunrable to brute force, but there is a sweet spot wh ...
 
Page 1 of 4 Goto page 1, 2, 3, 4  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group