Skip to content

Commit

Permalink
new pak
Browse files Browse the repository at this point in the history
  • Loading branch information
wangzhenjjcn committed Mar 21, 2018
1 parent e8dd5af commit 31ff6a3
Show file tree
Hide file tree
Showing 10 changed files with 65 additions and 13 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file removed PAKS/20180311PAKS/TslGame-WindowsNoEditor_ui1.pak
Binary file not shown.
Binary file not shown.
12 changes: 12 additions & 0 deletions PUBGSTATER.cmd
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
18 changes: 5 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ Maybe Detected After 10-15 Mins Pls Exit Game Uninstall And ReJoin For Safe Just
===========================================
【Important】→↑↑↑↑↑↑↑↑↑↑↑↑↑↗↗↗↗↗↗↗↗↗↗↗
===========================================
NewPakAt180311
NewPakAt180322
![wangzhen](https://avatars1.githubusercontent.com/u/1842578?s=40&v=4)@[wangzhenjjcn](https://github.com/wangzhenjjcn "GitHub") [FaceBook](https://www.facebook.com/wangzhenjjcn "点击查看我的Facebook")
wangzhenjjcn released this 2018-03-11
wangzhenjjcn released this 2018-03-22


***Assets***
[Source code (zip)](https://github.com/wangzhenjjcn/PUBG_HACK/archive/180311.zip "点击下载") <<<<<<DOWNLOAD THIS UZIP RUN BAT
[Source code (tar.gz)](https://github.com/wangzhenjjcn/PUBG_HACK/archive/180311.tar.gz "点击下载")
20180311NEWRELEASE
[Source code (zip)](https://github.com/wangzhenjjcn/PUBG_HACK/archive/180322.zip "点击下载") <<<<<<DOWNLOAD THIS UZIP RUN BAT
[Source code (tar.gz)](https://github.com/wangzhenjjcn/PUBG_HACK/archive/180322.tar.gz "点击下载")
20180322NEWRELEASE
#####
![Sponsor me](https://github.com/wangzhenjjcn/IMAGE/blob/master/StarMe.jpg)
![BAM](https://github.com/wangzhenjjcn/IMAGE/blob/master/BlueEyeAndMe.jpg)
Expand Down Expand Up @@ -59,14 +59,6 @@ IF IT RUN LIKE THIS PLS CHANGE FILE ENCODE TO ANSI(NOTEPAD++ OR REMAKE
![ERR_IMG2](https://github.com/wangzhenjjcn/IMAGE/blob/master/ERRPUBG_ADD2.jpg)












Refuse pirated games
Expand Down
48 changes: 48 additions & 0 deletions V18.3.21-RunThis.bat
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


0 comments on commit 31ff6a3

Please sign in to comment.