├── FallGuysTools.zip ├── Image ├── 2nd_Normal.png ├── 2nd_PlayerList.png ├── 2nd_Position.png ├── 2nd_Settings.png ├── 2nd_SquadList.png ├── 3rd_Normal.png ├── 3rd_Normal2.png ├── 3rd_Settings.png ├── Normal2.png ├── PlayerList.png ├── PointRound.png ├── SquadList.png ├── Timer_1.png ├── Timer_2.png └── server.png ├── README.md └── Update_Check ├── Update.bat └── update.txt /FallGuysTools.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takkun-mint/FallGuysTools/1152efe381e556b6376cbab249c01420d2a53245/FallGuysTools.zip -------------------------------------------------------------------------------- /Image/2nd_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takkun-mint/FallGuysTools/1152efe381e556b6376cbab249c01420d2a53245/Image/2nd_Normal.png -------------------------------------------------------------------------------- /Image/2nd_PlayerList.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takkun-mint/FallGuysTools/1152efe381e556b6376cbab249c01420d2a53245/Image/2nd_PlayerList.png -------------------------------------------------------------------------------- /Image/2nd_Position.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takkun-mint/FallGuysTools/1152efe381e556b6376cbab249c01420d2a53245/Image/2nd_Position.png -------------------------------------------------------------------------------- /Image/2nd_Settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takkun-mint/FallGuysTools/1152efe381e556b6376cbab249c01420d2a53245/Image/2nd_Settings.png -------------------------------------------------------------------------------- /Image/2nd_SquadList.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takkun-mint/FallGuysTools/1152efe381e556b6376cbab249c01420d2a53245/Image/2nd_SquadList.png -------------------------------------------------------------------------------- /Image/3rd_Normal.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takkun-mint/FallGuysTools/1152efe381e556b6376cbab249c01420d2a53245/Image/3rd_Normal.png -------------------------------------------------------------------------------- /Image/3rd_Normal2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takkun-mint/FallGuysTools/1152efe381e556b6376cbab249c01420d2a53245/Image/3rd_Normal2.png -------------------------------------------------------------------------------- /Image/3rd_Settings.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takkun-mint/FallGuysTools/1152efe381e556b6376cbab249c01420d2a53245/Image/3rd_Settings.png -------------------------------------------------------------------------------- /Image/Normal2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takkun-mint/FallGuysTools/1152efe381e556b6376cbab249c01420d2a53245/Image/Normal2.png -------------------------------------------------------------------------------- /Image/PlayerList.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takkun-mint/FallGuysTools/1152efe381e556b6376cbab249c01420d2a53245/Image/PlayerList.png -------------------------------------------------------------------------------- /Image/PointRound.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takkun-mint/FallGuysTools/1152efe381e556b6376cbab249c01420d2a53245/Image/PointRound.png -------------------------------------------------------------------------------- /Image/SquadList.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takkun-mint/FallGuysTools/1152efe381e556b6376cbab249c01420d2a53245/Image/SquadList.png -------------------------------------------------------------------------------- /Image/Timer_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takkun-mint/FallGuysTools/1152efe381e556b6376cbab249c01420d2a53245/Image/Timer_1.png -------------------------------------------------------------------------------- /Image/Timer_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takkun-mint/FallGuysTools/1152efe381e556b6376cbab249c01420d2a53245/Image/Timer_2.png -------------------------------------------------------------------------------- /Image/server.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/takkun-mint/FallGuysTools/1152efe381e556b6376cbab249c01420d2a53245/Image/server.png -------------------------------------------------------------------------------- /Update_Check/Update.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | chcp 65001 3 | cls 4 | echo アップデートを実行しています。このままお待ち下さい。 5 | echo; 6 | echo Running update. Please Wait... 7 | 8 | timeout 2 > NUL 9 | 10 | rmdir /s /q bin 11 | rmdir /s /q en-US 12 | rmdir /s /q ja-JP 13 | rmdir /s /q ru-RU 14 | 15 | move /y .\update\* .\ 16 | move /y .\update\bin .\ 17 | move /y .\update\en-US .\ 18 | move /y .\update\ja-JP .\ 19 | move /y .\update\ru-RU .\ 20 | rmdir /s /q update 21 | del /q Update.zip 22 | del /q update.txt 23 | 24 | start "" "FallGuysTools.exe" -------------------------------------------------------------------------------- /Update_Check/update.txt: -------------------------------------------------------------------------------- 1 | Ver: {2025.6.0.1} 2 | Fourced = False 3 | HideVersion = False --------------------------------------------------------------------------------