Skip to content
This repository was archived by the owner on Mar 16, 2021. It is now read-only.

Commit 5b08b32

Browse files
committed
removed win7 detecting [wip]
1 parent 09f26b0 commit 5b08b32

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

loader.ahk

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
;@Ahk2Exe-UpdateManifest 1
3232
global script = "FET Loader"
3333
global version = "v3.0.1"
34-
global build_status = "alpha"
34+
global build_status = "release"
3535
global times = 3 ; piece of shit, don't touch
3636

3737
#NoEnv
@@ -54,7 +54,6 @@ FileDelete, %A_AppData%\FET Loader\*.dll
5454
RegRead, winedition, HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion, ProductName
5555
RegRead, winver, HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion, ReleaseID
5656
RegRead, winbuild, HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion, BuildLabEx
57-
RegRead, winsbuild, HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion, CurrentBuild
5857
RegRead, isReaded, HKCU\SOFTWARE\CodISH Inc\FET Loader, isReadedDisclaimer
5958
RegRead, isDPIWarningReaded, HKCU\SOFTWARE\CodISH Inc\FET Loader, isDPIWarningReaded
6059
IniRead, cheatrepo, %A_AppData%\FET Loader\config.ini, settings, cheatrepo
@@ -72,12 +71,6 @@ if (bruhshit = "unofficial build")
7271
MsgBox, 0, %script%, %string_unofficial_build%
7372
}
7473

75-
if (winsbuild = "7600" or winsbuild = "7601")
76-
{
77-
MsgBox, 0, %script%, %string_outdated_os%
78-
ExitApp
79-
}
80-
8174
if (winver = "2009")
8275
{
8376
RegRead, isReadedWinBuild, HKCU\SOFTWARE\CodISH Inc\FET Loader, isReadedWinBuildWarning

0 commit comments

Comments
 (0)