forked from wangzhenjjcn/PUBG_HACK
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e8dd5af
commit 31ff6a3
Showing
10 changed files
with
65 additions
and
13 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
@echo off | ||
echo Starting PLAYERUNKNOWN'S BATTLEGROUNDS | ||
rem ## start pubg ## | ||
start steam://rungameid/578080 | ||
rem ## wait for process ## | ||
:loop | ||
timeout /T 2 /NOBREAK > nul | ||
for /F %%a in ('tasklist /FI "IMAGENAME eq TslGame.exe" ^| find /C "TslGame.exe"') do set var=%%a | ||
if "%var%"=="0" goto loop | ||
rem ## set priority high ## | ||
C:\Windows\System32\wbem\WMIC.exe process where name="TslGame.exe" CALL setpriority 128 > nul | ||
exit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
@echo off | ||
echo ================================================================================================== | ||
echo if err with encode problem,pls make a file and copy code from github page and save as bat file | ||
echo the first @ maybe err encode | ||
echo ================================================================================================== | ||
echo author wang zhen a.hleb.king [email protected] | ||
echo since 018-1-27 23:23:23 AM (UTC+8) | ||
echo lastupdated 018-3-22 16:23:23 AM (UTC+8) | ||
echo ================================================================================================== | ||
echo ---------------------------------------refuse pirated games--------------------------------------- | ||
echo --------------------------------pay attention to self-protection---------------------------------- | ||
echo ---------------------------------------- beware fooled-------------------------------------------- | ||
echo --------------------------------moderate games benefit the brain --------------------------------- | ||
echo -----------------------------------do not addicted to the game ----------------------------------- | ||
echo ------------------------reasonable to arrange a time to enjoy a healthy life---------------------- | ||
echo ================================================================================================== | ||
echo ================================================================================================== | ||
echo ====!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!WARNING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!=============== | ||
echo ====!!!!!!!!!!!!!!!!!!MAKE SURE YOUR DRIVER C HAVE 22GB FREE SPACES!!!!!!!!!!!!!!!!=============== | ||
echo ====!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!RISK ON YOUR OWN!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!=============== | ||
echo ====!!!!!!!!!!!!!!!!!!You Can Edit This File Make Sure PUBG_PATH right!!!!!!!!!!!!=============== | ||
echo ================================================================================================== | ||
set pubg_path=C:\Progra~2\Steam\steamapps\common\PUBG\TslGame\ | ||
set pak_path=%pubg_path%Content\Paks\ | ||
set moddedpak_path=c:\Moddedfiles | ||
set modpak_path=%pubg_path%Content\Paks\TslGame-WindowsNoEditor_ui.pak\ | ||
set modpaks_path=%pubg_path%Content\Paks\TslGame-WindowsNoEditor_ui.pak\TslGame-WindowsNoEditor_ui1.pak\ | ||
echo ================================================================================================== | ||
set filepath=%~dp0 | ||
set PUBG_INSIDE_PATH=%~dp0\TslGame\ | ||
cd %pak_path% | ||
xcopy %pak_path% "c:\Moddedfiles" /I | ||
cd %~dp0PAKS\20180321PAKS | ||
xcopy TslGame-WindowsNoEditor_putt.pak "c:\Moddedfiles" | ||
cd %pak_path%Content\ | ||
rename Paks Paks1 | ||
mklink /j "%pak_path%Content\Paks" "c:\Moddedfiles" | ||
cd %~dp0 | ||
start PUBGSTATER.cmd | ||
timeout /t 60 /nobreak | ||
cd %pubg_path%Content | ||
rmdir Paks | ||
cd %pubg_path%Content\ | ||
rename Paks1 Paks | ||
pause | ||
exit | ||
|
||
|