| Author |
Message |
Topic: ReadProcessMemory / WriteProcessMemory |
ULTRA
Replies: 33
Views: 12582
|
Forum: Wish List Posted: Sat May 14, 2005 2:56 pm Subject: ReadProcessMemory / WriteProcessMemory |
It's working great!
; now Output holds the numeric value of the byte read from the given address
This line should be removed  |
Topic: AHK Art |
ULTRA
Replies: 17
Views: 5011
|
Forum: Scripts & Functions Posted: Sun Apr 17, 2005 11:18 am Subject: AHK Art |
I'm a real AHK artist
http://www.planetultra.de/images/ahkart.jpg |
Topic: ReadProcessMemory / WriteProcessMemory |
ULTRA
Replies: 33
Views: 12582
|
Forum: Wish List Posted: Tue Apr 12, 2005 2:31 pm Subject: ReadProcessMemory / WriteProcessMemory |
| I mean the dll function calling. |
Topic: ReadProcessMemory / WriteProcessMemory |
ULTRA
Replies: 33
Views: 12582
|
Forum: Wish List Posted: Tue Apr 12, 2005 1:25 pm Subject: ReadProcessMemory / WriteProcessMemory |
| Because these functions would be so rarely used (probably by fewer than 1 out of 100 users), it seemed best to wait until the command APICall/DllCall is available. Once that has been added, a functio ... |
Topic: ReadProcessMemory / WriteProcessMemory |
ULTRA
Replies: 33
Views: 12582
|
Forum: Wish List Posted: Sun Apr 10, 2005 3:54 pm Subject: ReadProcessMemory / WriteProcessMemory |
k, no problem. Be careful with what you do with the commands. It is no problem
to kill an app by reading/writing memory to/from its memory space.
My compiled version is also based on the old versi ... |
Topic: TabletPC / Flash community help! |
ULTRA
Replies: 14
Views: 2933
|
Forum: Ask for Help Posted: Sat Apr 02, 2005 10:52 pm Subject: TabletPC / Flash community help! |
You don't have to add z:: to the end of the script to leave it in memory.
Add #Persistent to the top of the script. This way it stays in memory until
it encounters the ExitApp Command or it is clo ... |
Topic: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
ULTRA
Replies: 283
Views: 59161
|
Forum: Scripts & Functions Posted: Sat Apr 02, 2005 10:41 pm Subject: nDroid (formerly 320MPH) Ultra Fast Anything-Launcher |
This script is absolutely great! I have integrated it into my AHK config now.
I tried the first version but it didn't show up the results correctly due to German umlauts.
Great to see how you have ... |
Topic: ReadProcessMemory / WriteProcessMemory |
ULTRA
Replies: 33
Views: 12582
|
Forum: Wish List Posted: Sat Mar 26, 2005 6:17 pm Subject: ReadProcessMemory / WriteProcessMemory |
Okay, I added my ReadProcessMemory and WriteProcessMemory commands
to the source code of AHK. It works perfectly. I changed the order of the arguments
a bit to match the other AHK commands in their ... |
Topic: ReadProcessMemory / WriteProcessMemory |
ULTRA
Replies: 33
Views: 12582
|
Forum: Wish List Posted: Sat Mar 26, 2005 3:20 pm Subject: ReadProcessMemory / WriteProcessMemory |
| I'm wondering how you find what to put in- for the example you gave, the memory address was returned in the errorlevel after posting a message IPC_GETPLAYLISTTITLE, a command that sounds specific to W ... |
Topic: ReadProcessMemory / WriteProcessMemory |
ULTRA
Replies: 33
Views: 12582
|
Forum: Wish List Posted: Sat Mar 26, 2005 12:27 pm Subject: ReadProcessMemory / WriteProcessMemory |
You could generate score statistics of your favourite game by reading
your score from the game's memory.
You can read everything from any program even if it doesn't give you an
interface to do ... |
Topic: ReadProcessMemory / WriteProcessMemory |
ULTRA
Replies: 33
Views: 12582
|
Forum: Wish List Posted: Fri Mar 25, 2005 8:56 pm Subject: ReadProcessMemory / WriteProcessMemory |
Hi Chris,
I'd like to have the ReadProcessMemory and WriteProcessMemory Functions
from winapi in AHK. The commands should look like this:
ReadProcessMemory, Address, Byte, WinTitle
WriteProces ... |
Topic: send to Acrobat Reader doesn't work |
ULTRA
Replies: 4
Views: 502
|
Forum: Ask for Help Posted: Fri Mar 25, 2005 7:32 pm Subject: send to Acrobat Reader doesn't work |
Use Postmessage to send a specific windows message to acrobat reader:
PostMessage, 0x111, 0x179B, 0, , ahk_class AdobeAcrobat
The code line above opens the search field as if you had clicked to ... |
Topic: Alt+Tab Action for the Mouse Wheel |
ULTRA
Replies: 35
Views: 9568
|
Forum: Scripts & Functions Posted: Wed Mar 02, 2005 7:43 pm Subject: Alt+Tab Action for the Mouse Wheel |
Chris, when I try to use this...
MButton::AltTabMenu
WheelDown::AltTab
WheelUp::ShiftAltTab
... it doesn't work correctly. For me it only makes the selected window
flash on the taskbar but i ... |
Topic: Special Keys? |
ULTRA
Replies: 4
Views: 513
|
Forum: Ask for Help Posted: Wed Feb 23, 2005 2:17 pm Subject: Special Keys? |
Great, the new version's "fire on key release-hotkeys" got it working.
Thank you, Chris, for reacting so quickly! |
Topic: Best Alternative to Windows Explorer |
ULTRA
Replies: 35
Views: 6353
|
Forum: Utilities & Resources Posted: Wed Feb 23, 2005 2:15 pm Subject: Best Alternative to Windows Explorer |
| Cool, I will give it a try! |
| |