| Author |
Message |
Forum: Support Topic: IniRead Problem |
| porrasnick |
|
Posted: October 20th, 2010, 9:03 pm
|
|
Replies: 4 Views: 153
|
| Got it figured out. Loadini: Loop 8 { IniRead, F%A_Index%Hotkey, Settings.ini, Hotkeys, F%A_Index%Hotkey GuiControl,, F%A_Index%Hotkey, % F%A_Index%Hotkey IniRead, F%A_Index%SkillName, Settings.ini, Hotkeys, F%A_Index%SkillName GuiControl,, F%A_Index%SkillName, % F%A_Index%SkillName IniRead, F%... |
|
 |
Forum: Support Topic: IniRead Problem |
| porrasnick |
|
Posted: October 20th, 2010, 8:17 pm
|
|
Replies: 4 Views: 153
|
That made no difference  |
|
 |
Forum: Support Topic: IniRead Problem |
| porrasnick |
|
Posted: October 20th, 2010, 11:56 am
|
|
Replies: 4 Views: 153
|
| First of all, I apologize for the long and messy script. It's just a little too late, and I'm a little too tired to try to set the context here. Got it figured out :) I have a tab with some information in it. The "Save" button in the first tap writes the information in the second tab t... |
|
 |
Forum: Support Topic: Variable inside a Variable? |
| porrasnick |
|
Posted: October 20th, 2010, 9:33 am
|
|
Replies: 8 Views: 192
|
| Thanks a lot guys, got it all worked out :) However, more problems :/ Clipboard:="@%FighterName% %F1SkillName%: %ClericSitStatus%" How can I get the clipboard to contain the values of those three variables, instead of the strings "FighterName", "F1SkillName", and "... |
|
 |
Forum: Support Topic: Variable inside a Variable? |
| porrasnick |
|
Posted: October 20th, 2010, 8:14 am
|
|
Replies: 8 Views: 192
|
I posted code examples in my original post and in my response to None.
Code: Hotkey, % "F" A_Index "Hotkey", F%A_Index%HotkeyLabel
When I run my script, it tells me that F1Hotkey is not a valid key name.
I'm not sure what other information I could provide. |
|
 |
Forum: Support Topic: Variable inside a Variable? |
| porrasnick |
|
Posted: October 20th, 2010, 7:11 am
|
|
Replies: 8 Views: 192
|
Now it's telling me that F1Hotkey isn't a valid key name, even though I have set the F1Hotkey variable's value to B earlier in the script.
Code: Hotkey, % "F" A_Index "Hotkey", F%A_Index%HotkeyLabel |
|
 |
Forum: Support Topic: Variable inside a Variable? |
| porrasnick |
|
Posted: October 20th, 2010, 6:58 am
|
|
Replies: 8 Views: 192
|
I'm trying to use a variable with a variable inside it as a KeyName in a Hotkey command.
Code: Hotkey, %F%A_Index%Hotkey%, F%A_Index%HotkeyLabel
It tells me that A_Index is not a valid key name.
What can I do? |
|
 |
Forum: Support Topic: Use an edit box to show the user what key they pressed? |
| porrasnick |
|
Posted: October 20th, 2010, 2:27 am
|
|
Replies: 4 Views: 121
|
Thanks a lot guys |
|
 |
Forum: Support Topic: Use an edit box to show the user what key they pressed? |
| porrasnick |
|
Posted: October 20th, 2010, 1:06 am
|
|
Replies: 4 Views: 121
|
| Is there any way to use an Edit control in a Gui to show what key a user pressed? This could be useful for users of a bot I'm making to be able to use their own hotkeys for the bot. I tried using a ReadOnly Edit control with a g-label that would identify what key the user pressed and insert it into ... |
|
 |
Forum: Support Topic: Problem with a function |
| porrasnick |
|
Posted: October 20th, 2010, 12:11 am
|
|
Replies: 2 Views: 280
|
Ahh, thanks so much!
I was wondering what the OpenMemory functions were for... |
|
 |
Forum: Support Topic: Problem with a function |
| porrasnick |
|
Posted: October 19th, 2010, 9:53 pm
|
|
Replies: 2 Views: 280
|
| Am I formatting this wrong or something? WinGet, ClericWindow, ID, A hwnd:=ClericWindow ClericLV := ReadMemoryPointer(hwnd,0x006973A0,"int",2,0x130,0x340,0x664,0x3C,0x56C) MsgBox %ClericLV% I can clearly see that the address of this 2-byte pointer has a value of 9 in cheat engine, ... |
|
 |
Forum: Support Topic: WriteMemory and text values? |
| porrasnick |
|
Posted: October 17th, 2010, 3:46 am
|
|
Replies: 8 Views: 447
|
| Yeah, guest, I wouldn't even know where to begin with that, thanks a lot though. |
|
 |
Forum: Support Topic: WriteMemory and text values? |
| porrasnick |
|
Posted: October 16th, 2010, 9:51 pm
|
|
Replies: 8 Views: 447
|
| I'm having trouble even getting it work now, but would something like this work, since i can only do one letter at a time? Text := WriteMemory(%hwnd%, 0x0A9E1940, T) Text := WriteMemory(%hwnd%, 0x0A9E1940, %Text%+e) Text := WriteMemory(%hwnd%, 0x0A9E1940, %Text%+s) Text := Wr... |
|
 |
Forum: Support Topic: WriteMemory and text values? |
| porrasnick |
|
Posted: October 15th, 2010, 5:34 am
|
|
Replies: 8 Views: 447
|
| bump in the pursuit of knowledge. |
|
 |
Forum: Support Topic: WriteMemory and text values? |
| porrasnick |
|
Posted: October 15th, 2010, 12:25 am
|
|
Replies: 8 Views: 447
|
| Is there any way to do something like this with WriteMemory? WriteMemory(%hwnd%, 0x0A9E1940, This is text.) EDIT: Here's a screenshot of the text address i want to edit. http://i53.tinypic.com/2zxw5k8.png Also, I'm using this to memory edit. Hopefully this new information can help you help me. |
|
 |
| Sort by: |