Search found 8 matches

by alware
08 Jun 2018, 21:58
Forum: 脚本函数
Topic: AHK源代码加密器 v3.3
Replies: 148
Views: 135269

Re: AHK源代码加密器 v2.0

feiyue wrote: @alware, Because script runs through named pipes, A_ScriptDir is useless.
You should use dir:=A_WorkingDir to get the used directory of the compiled program.
works perfectly!!! Thank you so much! your code rocks!!!!!!!!!!!!!!!!!

reload() doesn't work ! any idea?
by alware
08 Jun 2018, 13:59
Forum: 脚本函数
Topic: AHK源代码加密器 v3.3
Replies: 148
Views: 135269

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

i put this code at the beginning of my code but still doesn't work

SetWorkingDir %A_WorkingDir% ; Ensures a consistent starting directory.
by alware
08 Jun 2018, 08:23
Forum: Ask for Help (v1)
Topic: gdi+ Can someone help? Topic is solved
Replies: 2
Views: 853

Re: gdi+ Can someone help? Topic is solved

The number doesn't contain the entire image obviously. A single number is only enough data to contain 2 colours. What it does instead it tells you where the pBitmap is stored in the memory. So your needle is more of a name than the picture itself or rather the name of the place where the picture cu...
by alware
06 Jun 2018, 06:41
Forum: Scripts and Functions (v1)
Topic: [TOOL] AHK Dynamic Obfuscator L - Protect your code by Obfuscation
Replies: 52
Views: 41836

Re: [TOOL] AHK Dynamic Obfuscator L - Protect your code by Obfuscation

i am newbie.. and i have no idea how to use your code . i guess its really hard for beginner to understand this... are there any files that i have to download beside your obfuscator.ahk? i tried just running your program but doesn't run at all..(saying #include blahblah cannot be opened) i have read...
by alware
06 Jun 2018, 05:40
Forum: Ask for Help (v1)
Topic: gdi+ Can someone help? Topic is solved
Replies: 2
Views: 853

gdi+ Can someone help? Topic is solved

hello, I am using gdip_all and gdip_imagesearch in my script but my script works perfectly ! but i'm wondering if i can get raw bitmap code for specific img so that i can delete that img file so that my script doesn't have to find image on the according directory. i have tried this code but everytim...
by alware
06 Jun 2018, 04:36
Forum: 脚本函数
Topic: AHK源代码加密器 v3.3
Replies: 148
Views: 135269

Re: AHK源代码加密器 v2.0

i am using gdi+ and gdip imagesearch but it seems encoded script won't recognize the image files that are in the same folder..
any help??
by alware
06 Jun 2018, 02:20
Forum: Ask for Help (v1)
Topic: how to activate window, unique id is stored in array [very simple code posted] Topic is solved
Replies: 2
Views: 1816

Re: how to activate window, unique id is stored in array [very simple code posted] Topic is solved

Welcome to the forum! To use an array variable directly in this context, you will have to force expression mode via % : Force an expression: An expression can be used in a parameter that does not directly support it (except OutputVar parameters) by preceding the expression with a percent sign and a...
by alware
02 Jun 2018, 08:49
Forum: Ask for Help (v1)
Topic: how to activate window, unique id is stored in array [very simple code posted] Topic is solved
Replies: 2
Views: 1816

how to activate window, unique id is stored in array [very simple code posted] Topic is solved

here is my code.. i want to activate the window but doesn't work when i put %winname[1]% instead of %james%
any help??

Code: Select all

+a::
; 0x20138
james:= 0x170710
winname:=[]
winname[1]:= james

;MsgBox % winname[1]
WinActivate, ahk_id %winname[1]% ; %james% works!!

return

return

Go to advanced search