| Author |
Message |
Forum: Scripts Topic: ReadMemory function |
| evan |
|
Posted: March 2nd, 2011, 6:03 am
|
|
Replies: 58 Views: 15931
|
| for save purposes: value:=ReadMemoryTxt(0x75ed388c,"Calc") msgbox, % value return ReadMemoryTxt(MADDRESS,PROGRAM) { winget, pid, PID, %PROGRAM% VarSetCapacity(MVALUE,4,0) ProcessHandle := DllCall("OpenProcess", "Int", 24, "Char"... |
|
 |
Forum: Support Topic: Need help with Hamming Numbers (Ugly Numbers / 5 smooth) |
| evan |
|
Posted: February 25th, 2011, 4:05 am
|
|
Replies: 12 Views: 414
|
glad u guys like it
it could have done better with more error checkings
ex:
if 2nd input number < 1st input number, then error
error notifier to stop computing once it hits the highest number and turns to negative value
etc |
|
 |
Forum: Support Topic: autohotkey in start up menu |
| evan |
|
Posted: November 3rd, 2009, 11:49 pm
|
|
Replies: 5 Views: 512
|
put it in here:
 |
|
 |
Forum: Scripts Topic: Sun Light Map Wallpaper |
| evan |
|
Posted: November 2nd, 2009, 10:14 pm
|
|
Replies: 11 Views: 4061
|
| Images from http://www.die.net/earth/ they provide real time world sunlight map, which is excellent for a dark theme desktop wallpaper i am currently using the Hemisphere 1152 view for my desktop i believe they update the images every 15-30mins, so no point of putting the timer for less than 10mins ... |
|
 |
Forum: Support Topic: Sending keystrokes to minimized or background windows |
| evan |
|
Posted: October 12th, 2009, 9:05 pm
|
|
Replies: 17 Views: 1244
|
| Guests accounts are great most of us here are just trying to help leave some comments pointing the correct way, then move on without receiving credit another benefit is Guest accounts dont get offended and drag out an argument because they are no-body well thats exactly why we have the "Guest&q... |
|
 |
Forum: Support Topic: Autobot for a MMORPG |
| evan |
|
Posted: March 18th, 2009, 8:13 am
|
|
Replies: 10 Views: 577
|
| use Code: sleep 5000 after break |
|
 |
Forum: Support Topic: MsgBox Question |
| evan |
|
Posted: March 16th, 2009, 10:36 pm
|
|
Replies: 13 Views: 677
|
| use gui with option +toolwindow |
|
 |
Forum: Support Topic: Read from a program to determine outcome |
| evan |
|
Posted: March 16th, 2009, 10:24 pm
|
|
Replies: 16 Views: 644
|
u suppose to look for the string that u want to output
so, is it there? |
|
 |
Forum: Support Topic: Script Looping |
| evan |
|
Posted: March 16th, 2009, 10:12 pm
|
|
Replies: 5 Views: 450
|
|
 |
Forum: Support Topic: Loop until a key is pressed |
| evan |
|
Posted: March 16th, 2009, 10:10 pm
|
|
Replies: 3 Views: 411
|
indeed this question has been asked frequently, but since the answer is quite short, lets just answer it:
yes |
|
 |
Forum: Support Topic: forum posting |
| evan |
|
Posted: March 14th, 2009, 12:13 am
|
|
Replies: 1 Views: 390
|
1. upload the ahk or exe file to a website, paste the link here
2. again, upload your ini file to any website, paste the link here
u may use http://www.autohotkey.net/ file manager also |
|
 |
Forum: Support Topic: Automatically jump to next text box... |
| evan |
|
Posted: March 13th, 2009, 8:55 pm
|
|
Replies: 4 Views: 508
|
are u referring to a text box in ur own GUI?
if yes, then u can make a g-label to check the string size, if greater than certain amount, then use guicontrol to focus on the next text box |
|
 |
Forum: Support Topic: trigger |
| evan |
|
Posted: March 13th, 2009, 6:29 pm
|
|
Replies: 5 Views: 379
|
| #Persistent SetTitleMatchMode, 2 settimer, function, 10000 function: IfWinExist , Firefox { Process, Exist, utorrent.exe pid := errorlevel if pid != 0 winkill, ahk_pid %pid% } else { Process, Exist, utorrent.exe pid := errorlevel if pid = 0 Run, C:/where ever your utorrent directory ... |
|
 |
Forum: Support Topic: If/Else error, not getting past first if. |
| evan |
|
Posted: March 13th, 2009, 4:32 pm
|
|
Replies: 3 Views: 343
|
dont invent new parameters
Code: if(GuiID = "111" or GuiID = "222" or GuiID = "333" or GuiID = "444") |
|
 |
Forum: Support Topic: Q: Send or SendInput skipping characters |
| evan |
|
Posted: March 13th, 2009, 4:06 pm
|
|
Replies: 3 Views: 370
|
| although i cant see the difference in ur example, u can use copy and paste |
|
 |
| Sort by: |