Search found 23 matches

by Gorgrak
28 Aug 2023, 03:04
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 298
Views: 130085

Re: Screen clipping

Oh, SpeedMaster , I figured out a way to merge your Always On Bottom plugin functions using a ternary and add a menu option to toggle AlwaysOnTop for all guis at once!! ; tweak your tray menu settings in the auto-execute portion to include the following: Menu, Tray, NoStandard Menu, Tray, Add, Set a...
by Gorgrak
24 Aug 2023, 07:21
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 298
Views: 130085

Re: Screen clipping

I have a contribution to the script!! I love using Tervon's Rbutton::WinClose, A hotkey; however, I've been annoyed with it not properly recognizing a clipping's focus sometimes. I had a nice long thunk about the issue and here's what I came up with: ; Add the following hotkey OUTSIDE of the context...
by Gorgrak
09 Feb 2023, 06:47
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 298
Views: 130085

Re: Screen clipping

@SpeedMaster
Yeah I love using Ternary to condense stuff into 1 line.
by Gorgrak
29 Dec 2022, 02:14
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 298
Views: 130085

Re: Screen clipping

I added a new feature to hide or show the borders. 8-) Thanks for this!! I have condensed your code a bit to make the hotkey section more readable and only use a single hotkey!!: ; use the following code instead of SpeedMaster's code ; insert this line inside the #IfWinActive section ^b::(Btoggle:=...
by Gorgrak
06 May 2020, 03:14
Forum: Scripts and Functions (v1)
Topic: Screen clipping
Replies: 298
Views: 130085

Re: Screen clipping

FYI, Joe's script with the Win10 OCR feature was updated (on April 7, 2020). It no longer needs to save an image before magiking out the OCR to your clipboard. Newest script here with a video explaining how Jackie modified it for Joe. I have amalgamated Tervon's and Jackie's contributions a bit to c...
by Gorgrak
31 Mar 2020, 03:49
Forum: Scripts and Functions (v1)
Topic: [Editor/Code Generator] Gdip Bitmap Maker ( v0.1.12 Feb 8th, 2024 )
Replies: 68
Views: 27844

Re: [Editor] Gdip Bitmap Maker (v0.1.8 March 29th, 2020)

I have no idea what I'm doing or how to make the #include work correctly. Every time I try to run the script it gives me an error "Call to nonexistent function" specifically New_Brush(yada-yada-code-you-put-here) on line 1368. Halp!
by Gorgrak
13 Apr 2016, 19:07
Forum: Gaming Scripts (v1)
Topic: League Tools V6.05 - 05-07-18
Replies: 182
Views: 118911

Re: League Tools V4.3 - 04-01-16

Hey check this out! I figured out how to get the Mobafire menu to work again. It will take you to the guide page for that champion. If you want to view ability scaling for them, you click the "view champion" button underneath the champion icon. Here is the coding: ;Not case sensitive, spaces become ...
by Gorgrak
08 Apr 2016, 00:57
Forum: Gaming Scripts (v1)
Topic: League Tools V6.05 - 05-07-18
Replies: 182
Views: 118911

Re: League Tools V4.3 - 04-01-16

my best advice is to play with the sleeps and increase them to see if that helps?
by Gorgrak
30 Mar 2016, 14:21
Forum: Gaming Scripts (v1)
Topic: League Tools V6.05 - 05-07-18
Replies: 182
Views: 118911

Re: League Tools V4.1 - 03-28-16

I modified 1 line to match current file structure:

Code: Select all

FileAppend, %str%, %A_ScriptDir%\%ScriptName%\ChampListAPIReturn.txt
EDIT:
Interesting; even though I changed the location, the file still gets created in just the %A_ScriptDir% directory. I don't have time right now to check why.
by Gorgrak
29 Mar 2016, 14:43
Forum: Gaming Scripts (v1)
Topic: League Tools V6.05 - 05-07-18
Replies: 182
Views: 118911

Re: League Tools V4.1 - 03-28-16

I fixed some issues in the Start(type1) section: If type1 = 5v5 Ranked { MouseMove, (w*.42),(h*.19) MouseClick, left, (w*.42),(h*.19),,0 Sleep, %StartSleep% MouseMove, (w*.60),(h*.19) MouseClick, left, (w*.60),(h*.19),,0 Sleep, %StartSleep% MouseMove, (w*.68),(h*.19) MouseClick, left, (w*.68),(h*.19...
by Gorgrak
28 Mar 2016, 21:38
Forum: Gaming Scripts (v1)
Topic: League Tools V6.05 - 05-07-18
Replies: 182
Views: 118911

Re: League Tools V4.1 - 03-28-16

:thumbup:
by Gorgrak
28 Mar 2016, 20:17
Forum: Gaming Scripts (v1)
Topic: League Tools V6.05 - 05-07-18
Replies: 182
Views: 118911

Re: League Tools V4.0 - 03-28-16

I noticed that ClipCursor uses different variable values in your script? In one place it is: ClipCursor( Confine, 13, 13, A_screenwidth-13, A_screenheight-13) And in another it is: ClipCursor(Confine=True, x1=0 , y1=0, x2=1920, y2=1080) My monitor is not 1920x1080. Should I change the x2 and y2 valu...
by Gorgrak
28 Mar 2016, 13:10
Forum: Gaming Scripts (v1)
Topic: League Tools V6.05 - 05-07-18
Replies: 182
Views: 118911

Re: League Tools V4.0 - 03-24-16

Under the "If SKI" section you have: If InStr(t, r) { If !(FileExist(A_ScriptDir "\Skins\" Skin ".png")) UrlDownloadToFile, %t%, %A_ScriptDir%\%ScriptName%\Skins\%Skin%.png } but is should be changed to this: If !(FileExist(A_ScriptDir "\" ScriptName "\Skins\" Skin ".png")) I also changed up the Tra...
by Gorgrak
25 Mar 2016, 20:54
Forum: Gaming Scripts (v1)
Topic: League Tools V6.05 - 05-07-18
Replies: 182
Views: 118911

Re: League Tools V4.0 - 03-24-16

Well looky there. Awesome. EDIT1: Noticed the urlchamp variable needs to be edited. All of them need to read "6.6.1" instead of the "6.2.1" --> this change brings the ddragon API query of the script up-to-date and allows for Aurlion Sol to show his icon picture correctly on the Guide Menu. You will ...
by Gorgrak
25 Mar 2016, 15:47
Forum: Gaming Scripts (v1)
Topic: League Tools V6.05 - 05-07-18
Replies: 182
Views: 118911

Re: League Tools V4.0 - 03-24-16

Sidenote: I just realized that we are using your API key, Ruevil2? I went ahead and signed up for my own and put it in the script on my computer since it seems potentially bad that everyone who uses this script will be querying the database with your key. I know the limit is like 10 requests within ...
by Gorgrak
22 Mar 2016, 19:49
Forum: Gaming Scripts (v1)
Topic: League Tools V6.05 - 05-07-18
Replies: 182
Views: 118911

Re: League Tools V3.9 - 03-18-16

I'll try the hardcoded version and get back to you about that. Hopefully that will fix it. I do have 2 additional installations of the League client, one for the Korean servers and one for LAN but they're in entirely different directories and shouldn't affect anything. This script can easily be mod...
by Gorgrak
22 Mar 2016, 16:35
Forum: Gaming Scripts (v1)
Topic: League Tools V6.05 - 05-07-18
Replies: 182
Views: 118911

Re: League Tools V3.9 - 03-18-16

I changed the beginning of the script a bit so that the changeable parameters are *only* loaded from the .ini file. I also changed the script a bit to put all downloaded or created files/folders into a folder the same as the script file's name ;) SplitPath, A_ScriptName,,,, ScriptName IfNotExist %A_...
by Gorgrak
14 Mar 2016, 07:00
Forum: Gaming Scripts (v1)
Topic: League Tools V6.05 - 05-07-18
Replies: 182
Views: 118911

Re: League Tools V3.8 - 02-29-16

Can you elaborate? Mine works perfectly with the download on page 1.
by Gorgrak
12 Mar 2016, 21:03
Forum: Gaming Scripts (v1)
Topic: League Tools V6.05 - 05-07-18
Replies: 182
Views: 118911

To hide the Accounts Menu (because I only use a single account) add/replace this in the Menu section of the script: If Login2 != Menu, Tray, Add, Select Account, :Accounts Thanks Osimodas for your contributions; specifically, I LOVE the idea of adding icons to the menu. I am having trouble integrati...
by Gorgrak
10 Dec 2015, 17:04
Forum: Gaming Scripts (v1)
Topic: League Tools V6.05 - 05-07-18
Replies: 182
Views: 118911

Re: League Tools V3 - 11-28-15

Ah I see that now. Which would mean THAT was the error I was getting with the code and now i don't have to move the account submenu inside the loop. Cool!

Go to advanced search