Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xulusjb committed Dec 23, 2017
1 parent 5a51ff7 commit d9ba6ed
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ Introduction
<p>It is the python script for bot / farming in PUBG PC 1.0.</p>
<p>You may use it to earn bp or lower your leaderboard rank.</p>
<br />

<h1>
Configuration
</h1>
Expand All @@ -13,15 +12,21 @@ Configuration
<p>Example: If you want to farm for NA-Solo, set config.json as "11", if you want to bot for AS-DUO, set as "42". </p>
<p>If you want to farm for BP, set waittime as "240". If you only want to lower your rank, set waittime as "0".</p>
<p>Attention: Must set and only set 5 models. The probability to choose one certain model is same for the five models.</p>

<br />
<h1>
Compile
</h1>
<p>Use “pyinstaller --onefile main.py” to generate the exe file. </p>

<br />
<h1>
IMPORTANT!
</h1>
1. Must set language as 'English' and resolution as 'Fullscreen(Windowed)' and '1920*1080'!!!.<br />
2. You may set the mode and server you want to farm in the 'config.json'.<br />

<br />
<h1>
Dependency
</h1>
<p>To run the python script, "PyUserInput" is needed to be installed.</p>
<p>To compile the python script, "pyinstaller" is needed to be installed.</p>
<br />

0 comments on commit d9ba6ed

Please sign in to comment.