Initial commit

This commit is contained in:
2023-09-12 13:48:06 +08:00
commit 46c4d7d179
53 changed files with 3520 additions and 0 deletions

BIN
Hacker/ebook.exe Normal file

Binary file not shown.

50
Hacker/ebook.mscr Normal file
View File

@@ -0,0 +1,50 @@
##
# Hanvon EBook Hacker
# Copyright (C) 2017-2023 Fankes Studio(qzmmcn@163.com)
# https://github.com/fankes/HanvonEBookHacker
#
# This software is non-free but opensource software: you can redistribute it
# and/or modify it under the terms of the GNU Affero General Public License
# as published by the Free Software Foundation; either
# version 3 of the License, or any later version.
#
# This software is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# and eula along with this software. If not, see
# <https://www.gnu.org/licenses/>
#
# This file is created by fankes on 2023/9/9.
##
# <20><><EFBFBD><EFBFBD> TF <20><>
tfCard = "\Storage Card"
# <20><><EFBFBD><EFBFBD> TF <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
launcherProgram = tfCard & "\Programs\Launcher\Launcher.exe"
# <20><>¼ TF <20><>״̬
tfCardStatus = "δ֪"
If(DirExists(tfCard))
tfCardStatus = "<22>Ѳ<EFBFBD><D1B2><EFBFBD>"
Else
tfCardStatus = "δ<><CEB4><EFBFBD><EFBFBD>"
EndIf
# <20>ӳ<EFBFBD>ȷ<EFBFBD><C8B7>ϵͳ<CFB5>Ѿ<EFBFBD><D1BE><EFBFBD><EFBFBD><EFBFBD>
Sleep(2500)
# һֱ<D2BB>ȴ<EFBFBD>ֱ<EFBFBD><D6B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
While(NOT FileExists(launcherProgram))
SleepMessage(10, "δ<><CEB4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>" & launcherProgram & "^NL^^NL^\
TF <20><>״̬<D7B4><CCAC>" & tfCardStatus & "^NL^^NL^\
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD> TF <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ҫ<EFBFBD><D2AA><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ӧ<EFBFBD>ó<EFBFBD><C3B3><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ڴ<EFBFBD>λ<EFBFBD>á<EFBFBD>^NL^^NL^\
<20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Զ<EFBFBD><D4B6><EFBFBD><EFBFBD>ԡ<EFBFBD>^NL^", "Hanvon EBook Launcher Hacker")
EndWhile
# <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
Run(launcherProgram)