Search found 29 matches

by gandalfgarfield
05 Sep 2020, 11:42
Forum: Ask for Help (v1)
Topic: _mousclickplus AHK version?
Replies: 1
Views: 194

_mousclickplus AHK version?

Are you guys familiar of the _mouseclickplus from autoit? have anyone made a similar script here in AHK?
by gandalfgarfield
05 Sep 2020, 08:14
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1088
Views: 584530

Re: FindText - Capture screen image into text and then find it Topic is solved

@feiyue Hello Feiyue, Very nice script!!!!. I have a question tho. I tried using it on a certain game and it didn't work. Ive tried putting some simple script like Msgbox with your findtext script and its not working. do you have any workaround for this?
by gandalfgarfield
05 Sep 2020, 08:10
Forum: Ask for Help (v1)
Topic: Need Help On ClassMemory
Replies: 4
Views: 450

Re: Need Help On ClassMemory

@swagfag Hello sir. THANK YOU!!!!!
by gandalfgarfield
05 Sep 2020, 08:09
Forum: Ask for Help (v1)
Topic: Need Help On ClassMemory
Replies: 4
Views: 450

Re: Need Help On ClassMemory

@BoBo sorry sir. I didnt know the rules. :)
by gandalfgarfield
05 Sep 2020, 01:41
Forum: Ask for Help (v1)
Topic: Need Help On ClassMemory
Replies: 4
Views: 450

Need Help On ClassMemory

RHCP SIRRRRRRRRR Hey! i have few questions about classmemory, How do i get the text value of an address? I have a value that points on a text but all im getting are numbers. Next, So i noticed that when i double click the tray icon it shows some line from the classmemory script. particulary these S...
by gandalfgarfield
04 Sep 2020, 21:07
Forum: Ask for Help (v1)
Topic: Problem with Listline
Replies: 5
Views: 407

Re: Problem with Listline

BoBo The remaining lines that are shown on the listlines are some lines from the ClassMemory script written by RHCP. here's the link https://github.com/Kalamity/classMemory. I tried putting listlines off but some line are still showing like Script lines most recently executed (oldest first). Press ...
by gandalfgarfield
04 Sep 2020, 06:35
Forum: Ask for Help (v1)
Topic: Problem with Listline
Replies: 5
Views: 407

Problem with Listline

So I have a script that I wanna hide so i used feiyue's encryption to encrypt it. I still have problems with making it work to other peoples computer but another problem is that whenever I double click the Tray icon of the running script, it shows some part of the script. As suggested by feiyue, I s...
by gandalfgarfield
03 Sep 2020, 18:34
Forum: 脚本函数
Topic: AHK源代码加密器 v3.3
Replies: 148
Views: 138762

Re: AHK源代码加密器 v3.1

feiyue thanks!!. listline worked. Do you know how to make the encoded ahk script work on another computer even without compiling it into exe together with the Autohotkey.exe? I know it is possible because someone has sent me an ahk script encoded using your encryptor. Im just curious how he make th...
by gandalfgarfield
03 Sep 2020, 00:44
Forum: 脚本函数
Topic: AHK源代码加密器 v3.3
Replies: 148
Views: 138762

Re: AHK源代码加密器 v3.1

SirSocks Actually ive tried both, when i open them, and double click the tray icon. It shows some part of the code. :( Script lines most recently executed (oldest first). Press [F5] to refresh. The seconds elapsed between a line and the one after it is in parentheses to the right (if not 0). The bo...
by gandalfgarfield
02 Sep 2020, 18:37
Forum: 脚本函数
Topic: AHK源代码加密器 v3.3
Replies: 148
Views: 138762

Re: AHK源代码加密器 v3.1

feiyue Ive encountered another problem, So after encrypting my script. I used Ahk2Exe to compile it. It was working but when i double click the tray icon. It shows my script. Its not showing everything but still the most important parts can be seen. How can i hide this? I also used #notrayicon but ...
by gandalfgarfield
27 Aug 2020, 04:55
Forum: 脚本函数
Topic: AHK源代码加密器 v3.3
Replies: 148
Views: 138762

Re: AHK源代码加密器 v3.1

@feiyue, by AHK main program, do you mean the AutoHotkey,exe that is saved in the same folder with the encryption script? is there a workaround for this so that i wont need to send it together with the main program?
by gandalfgarfield
23 Aug 2020, 07:02
Forum: 脚本函数
Topic: AHK源代码加密器 v3.3
Replies: 148
Views: 138762

Re: AHK源代码加密器 v3.1

Hey, so I just encountered a problem using this encryptor. I encrypted a script that i made and sent it to someone to see if its working then and error occur. Error at Line 1. The following variable name contains an illegal charater : " so i dont know how to write the character but its an o with arr...
by gandalfgarfield
19 Aug 2020, 17:56
Forum: Ask for Help (v1)
Topic: GUI and Hotkey!!! Topic is solved
Replies: 8
Views: 1216

Re: GUI and Hotkey!!! Topic is solved

@boiler OHHHHHHH yeah sorry i dont know where i got that too sorryyyyyyyyyy ill try it now

Edit: ITS WORKINGGGGGG THANKS!!!
by gandalfgarfield
19 Aug 2020, 03:05
Forum: Ask for Help (v1)
Topic: GUI and Hotkey!!! Topic is solved
Replies: 8
Views: 1216

Re: GUI and Hotkey!!! Topic is solved

boiler , so i just saw that you solved the problem of the previously assigned keyname not getting cleared after assigning new keyname with this code Submit: if auto ; only execute next line if a key has already been assigned Hotkey, %toggler%, Off ; turns off prior hotkey if one has been set Ive do...
by gandalfgarfield
19 Aug 2020, 02:19
Forum: Ask for Help (v1)
Topic: Removing a label's previously assigned keyname and assign a new keyname
Replies: 1
Views: 153

Removing a label's previously assigned keyname and assign a new keyname

Hello :D Does anyone know how to remove the previously assigned keyname on a label and assign a new one while the script is running? I made a GUI that will stay open and will control the Hotkey mapping, when you run the script, the GUI will appear with a text box where youll input the desired keynam...
by gandalfgarfield
19 Aug 2020, 02:11
Forum: Ask for Help (v1)
Topic: Tooltip Question!!!
Replies: 4
Views: 464

Re: Tooltip Question!!!

flyingDman wrote:
18 Aug 2020, 21:32
The 2nd example here: https://www.autohotkey.com/docs/commands/MouseGetPos.htm should help resolve this.
Thanks for replying, but it doesnt solve my problem, the example shows a tooltip that follows the mouse cursor.
by gandalfgarfield
18 Aug 2020, 20:31
Forum: Ask for Help (v1)
Topic: Tooltip Question!!!
Replies: 4
Views: 464

Re: Tooltip Question!!!

@Rohwedder Thanks for the Reply! but it doesnt solve my problem :( I want a tooltip that would show only on a certain window, For example, just in notepad.
by gandalfgarfield
18 Aug 2020, 20:18
Forum: Ask for Help (v1)
Topic: GUI and Hotkey!!! Topic is solved
Replies: 8
Views: 1216

Re: GUI and Hotkey!!! Topic is solved

Epialis Thanks for the reply! I think i havent explained the problem well, Ive actually made a few adjustments. If you have the time please Try to run it, Ill explain the problem below after the script. boiler Thank you! It made the error go away but it still doesnt work the way i want it. Ive also...
by gandalfgarfield
18 Aug 2020, 19:42
Forum: Ask for Help (v1)
Topic: Assign a variable thru Hotstring? Topic is solved
Replies: 4
Views: 1310

Re: Assign a variable thru Hotstring? Topic is solved

boiler wrote:
18 Aug 2020, 06:12
AutoHotkey doesn’t have that capability built in, but you can do that using RegEx Dynamic Hotstrings.
Thank you very much!!!
by gandalfgarfield
18 Aug 2020, 02:59
Forum: Ask for Help (v1)
Topic: If else Question!
Replies: 2
Views: 180

If else Question!

Hello :D Whats wrong with this script? InputBox, val, Input Key Hotkey, %val%, script, UseErrorLevel If errorlevel = 2 Msgbox, Key not available reload script: Send Working return I wanted the Input box to reload if an unavailable key is entered in the inputbox, but even if i enter a valid key, it s...

Go to advanced search