Search found 16 matches

by Varacolaci
24 Aug 2023, 18:05
Forum: Scripts and Functions (v2)
Topic: tigerlily's Screen Dimmer [a122] - Multi-Monitor Screen Dimmer for Developers, Students, Gamers & Digital Nomads
Replies: 53
Views: 17553

Re: tigerlily's Screen Dimmer [a122] - Multi-Monitor Screen Dimmer for Developers, Students, Gamers & Digital Nomads

Okay, I thought as a forensic expert, you would have figured out the most obvious things, like the used alpha version and the contained hotkeys. Any reproducible details? Like this, your accusations seem a bit thin. Please share your knowledge. Did you see smth different than the usual keyboard hoo...
by Varacolaci
24 Aug 2023, 12:37
Forum: Scripts and Functions (v2)
Topic: tigerlily's Screen Dimmer [a122] - Multi-Monitor Screen Dimmer for Developers, Students, Gamers & Digital Nomads
Replies: 53
Views: 17553

Re: tigerlily's Screen Dimmer [a122] - Multi-Monitor Screen Dimmer for Developers, Students, Gamers & Digital Nomads

Deeper analyses of what? The compiled version? How did you get there ? Of course the exe contains the complete AHK interpreter it was compiled with (probably v2-a122), like any compiled AHK script. Also, I see two hotkeys in the source code. [Mod edit: Fixed quote tags.] well if you don't know exe ...
by Varacolaci
24 Aug 2023, 12:15
Forum: Scripts and Functions (v2)
Topic: tigerlily's Screen Dimmer [a122] - Multi-Monitor Screen Dimmer for Developers, Students, Gamers & Digital Nomads
Replies: 53
Views: 17553

Re: tigerlily's Screen Dimmer [a122] - Multi-Monitor Screen Dimmer for Developers, Students, Gamers & Digital Nomads

very suspicious, the source code can't run but the exe file does. Even when exploring the exe file nothing seems bad but the code inside the exe wont run alone, so not using this The weirdest part is that after a deeper analysis it seems to hook keystrokes (sniff keylog) but it does not have any hot...
by Varacolaci
27 Apr 2022, 10:30
Forum: Scripts and Functions (v1)
Topic: [Script] Dock-It ( window docker )
Replies: 23
Views: 8249

Re: [Script] Dock-It ( window docker )

amazing work here.
I didn't know I need something like this, now I need to create a project that uses this.
Thank you for sharing
by Varacolaci
27 Apr 2022, 09:43
Forum: Scripts and Functions (v1)
Topic: A little function to read all variables from ini file
Replies: 5
Views: 2024

Re: A little function to read all variables from ini file

I have my own version that does not require to be global variables, parses to objects, and allows for great customization. /* name ------ : ini.ahk description : Parse INI configuration text or dump an object as INI configuration text. author ---- : TopHatCat version --- : v1.0.0 date ------ : 22-0...
by Varacolaci
22 Apr 2022, 13:00
Forum: Scripts and Functions (v1)
Topic: A little function to read all variables from ini file
Replies: 5
Views: 2024

Re: A little function to read all variables from ini file

Kisang Kim wrote:
20 Apr 2022, 22:51
wonderful !

I changed one line
if !FileExist(CONFIGURATION_FILE){ to
if !FileExist(_SourcePath){
Oh in fact you are right, my mistake
by Varacolaci
19 Apr 2022, 22:10
Forum: Scripts and Functions (v1)
Topic: A little function to read all variables from ini file
Replies: 5
Views: 2024

A little function to read all variables from ini file

Hello this is a function I have been using for years now. It is very simple, it reads and ini file and it create variables with it in the format of SECTION_key := value so for example, if you have an ini like this [SYSTEM] name=Applecation Name version=1.0.0.4 lang=english [OPTIONS] rootdir=C:\PathT...
by Varacolaci
29 Mar 2022, 23:30
Forum: Ask for Help (v1)
Topic: AHK RAT malware?
Replies: 4
Views: 1166

Re: AHK RAT malware?

yeah I assume the same.
it may also be only related to some "suspicious" dlls and system files that needs to read in order to gain access to certain "actions"
I just found it weird

BTW the tool used was https://analyze.intezer.com/ premium which allows the deep analysis and dynamic execution
by Varacolaci
29 Mar 2022, 23:08
Forum: Ask for Help (v1)
Topic: AHK RAT malware?
Replies: 4
Views: 1166

Re: AHK RAT malware?

I know that AHK is infamous between the AV engines, but this is a deep analysis that really shows some suspicious network activity that should not be present on the binary.
by Varacolaci
29 Mar 2022, 22:55
Forum: Ask for Help (v1)
Topic: AHK RAT malware?
Replies: 4
Views: 1166

AHK RAT malware?

I have discovered that some AV engines mark my scripts (which obviously i know are safe) as malware and mark AHK RAT as the malware behavior starting at version 1.1.31.01, before that version everything is clean. The AHK RAT is marked as suspicious network activity. Anyone have any idea on this, or ...
by Varacolaci
20 Aug 2021, 14:39
Forum: Scripts and Functions (v1)
Topic: Color Changing Progress Bar
Replies: 4
Views: 1625

Re: Color Changing Progress Bar

nice idea
Thank you for sharing it :D
by Varacolaci
24 Aug 2016, 00:02
Forum: Scripts and Functions (v1)
Topic: Google Translate COM (Es/En | En/Es)
Replies: 2
Views: 1640

Re: Google Translate COM (Es/En | En/Es)

Amazing script, Thank you for sharing it
by Varacolaci
20 Aug 2016, 13:54
Forum: Scripts and Functions (v1)
Topic: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)
Replies: 391
Views: 250021

Re: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)


Here is a bit more of Gdi+ still very far from a release candidate but ... what do you think on the main behavior?
by Varacolaci
17 Aug 2016, 22:44
Forum: Scripts and Functions (v1)
Topic: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)
Replies: 391
Views: 250021

Re: Examples of Non-Standard GUIs (ActiveX, GDI, etc.)

Well this is a WIP project I'm working on but the main timer (can countown or up) is done using Gdip only here is a sample if it it also include a little smoth animations for the handle.

by Varacolaci
07 Feb 2016, 19:58
Forum: Scripts and Functions (v1)
Topic: Click through, opacity and on top little script.
Replies: 0
Views: 1777

Click through, opacity and on top little script.

Simple Code to make any window top, transparent (defined) & click through This was made because sometimes I have apps at full screen but I want to have something else kind of overlaying it but not clickable. By default the keys to reload the script (to select a new window or different opacity level)...

Go to advanced search