Search found 13 matches

by KingPresLii
21 Mar 2023, 03:12
Forum: Ask for Help (v2)
Topic: File Encrypt Script
Replies: 1
Views: 259

File Encrypt Script

Please anyone has a example of a encrypt/Decrypt script for v2? I saw a lot in v1 but I am not using v1. I tried to convert but I dont have enough knowledge about it.
by KingPresLii
03 Nov 2022, 09:44
Forum: Scripts and Functions (v1)
Topic: Fastest Pixel Search - 1.6x faster than built in PixelSearch
Replies: 35
Views: 10717

Re: Fastest Pixel Search - 1.6x faster than built in PixelSearch

@iseahound
how can I add specific region to search?
by KingPresLii
25 Oct 2022, 11:20
Forum: Ask for Help (v1)
Topic: Include scripts via url?
Replies: 16
Views: 2168

Re: Include scripts via url?

teadrinker Heres I really wanted to do. I really want to hide my script and searched all over ahk then i came up with your script which is very helpful to me cause i really want to load my main script online but also i want my main script to be encrypted. I know its not 100% safe but atleast i want...
by KingPresLii
25 Oct 2022, 11:06
Forum: Ask for Help (v1)
Topic: Include scripts via url?
Replies: 16
Views: 2168

Re: Include scripts via url?

owwww! heres a legit question i guess. idk Im not an expert. it doesnt work with feiyues encyption. i searched bt cant find any solution. is there a posible way to make it work?.? I also change some part of Feiyues encryption but doesnt work. it says at na first line #NoEnv doesnt recognized by ahk.
by KingPresLii
25 Oct 2022, 03:33
Forum: Ask for Help (v1)
Topic: Include scripts via url?
Replies: 16
Views: 2168

Re: Include scripts via url?

@teadrinker
I do understand now thanks for the info. Till next time. :D
by KingPresLii
24 Oct 2022, 06:52
Forum: Ask for Help (v1)
Topic: Include scripts via url?
Replies: 16
Views: 2168

Re: Include scripts via url?

@teadrinker Hi. This post is really old but I want to undersdand you script example. Can you add comments about what its does? thank you
by KingPresLii
16 Oct 2022, 23:50
Forum: Scripts and Functions (v1)
Topic: FindText - Capture screen image into text and then find it Topic is solved
Replies: 1088
Views: 584379

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

@Mkonopko

What is the c parameter mean?

FindText(x,y,Text,c,w=150,h=150,ByRef rx="",ByRef ry="")
by KingPresLii
02 Aug 2022, 06:52
Forum: Ask for Help (v1)
Topic: Get TimeZone time from Google Topic is solved
Replies: 5
Views: 1359

Re: Get TimeZone time from Google Topic is solved

MsgBox, 64, Tokyo time , % time("Asia/Tokyo") MsgBox, 64, New York time, % time("America/New_York") time(area) { WinHttp := ComObjCreate("WinHttp.WinHttpRequest.5.1") WinHttp.Open("GET", "http://worldtimeapi.org/api/timezone/" area, false), WinHttp.Send() RegExMatch(WinHttp.ResponseText, """datetim...
by KingPresLii
06 Jun 2022, 09:06
Forum: Gaming Help (v1)
Topic: Gui, Add, Slider -- default value Topic is solved
Replies: 3
Views: 1712

Re: Gui, Add, Slider -- default value Topic is solved

When i use my mouse to use slider it starts from 0 then 2 then 4 then 6 but what I want is 1,2,3,4,5,6 the interval that I want is 1 not 2. can someone help me tickinterval doesn't do anything.
by KingPresLii
06 Jun 2022, 08:56
Forum: Ask for Help (v1)
Topic: Pixelsearch and variation Topic is solved
Replies: 5
Views: 900

Re: Pixelsearch and variation Topic is solved

You happened to pick some colors at the top and bottom of the 00-FF range. That means instead of +/- 10 from each component, yours can only be up to 10 less in red (F5 to FF) or 10 more in green and/or blue (00 to 0A). You probably understood this part already. The important thing to understand is ...
by KingPresLii
03 Jun 2022, 00:21
Forum: Ask for Help (v1)
Topic: Pixelsearch and variation Topic is solved
Replies: 5
Views: 900

Re: Pixelsearch and variation Topic is solved

boiler I am trying to understand the calculation of pixelsearch variation. Example is 0xFF0A0A if my variation is 10 then it will search from 0xF50000 until 0x?????? well this is where i don't know any more, here is where my head hurts it's because I don't know how to compute it if component is FF ...
by KingPresLii
30 May 2022, 09:11
Forum: Ask for Help (v1)
Topic: Pixelsearch and variation Topic is solved
Replies: 5
Views: 900

Re: Pixelsearch and variation Topic is solved

I will try to create my scipt with your idea(which is more on point). I really thank you so much exerting effort to reply to my question.. :D :D .
by KingPresLii
29 May 2022, 16:33
Forum: Ask for Help (v1)
Topic: Pixelsearch and variation Topic is solved
Replies: 5
Views: 900

Pixelsearch and variation Topic is solved

I am trying to create a simple script using pixelsearch. pixelsearch, fx, fy, 0, 0, 0, 0, 0xFF00FF, 99, Fast RGB what I want is search the pixel 0xFF00FF until 0xFF99FF(which ever will found from that variation). Its like, I only want the variation in G element and R=FF and B=FF still(I want to keep...

Go to advanced search