Advertisement
Guest User

[TuT] Jak nabijać godziny na steam przez VPS! [ANTI-VAC] [BO

a guest
Apr 30th, 2017
505
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. Skrypt przedstawiony na filmie juz nie dziala. Ponizej daje nowszy.
  2.  
  3. wget --no-check-certificate "https://nodejs.org/dist/latest/node-$(curl -L 'nodejs.org/dist/index.tab' | sed -n '2p' | awk '{ print $1 }')-linux-x64.tar.gz" -O /tmp/nodejs.tar.gz
  4. sudo tar --strip-components 1 -xzvf /tmp/nodejs.tar.gz -C /usr/local
  5. sudo npm -g install npm@latest
  6. sudo npm -g install coffee-script pm2
  7. sudo pm2 install coffeescript
  8. git clone https://github.com/frk1/steamhourboostv2.git
  9. cd steamhourboostv2
  10. npm install .
  11.  
  12.  
  13. Konto dodajemy komendą: coffee user.coffee
  14. Idlowanie wlaczamy komenda: pm2 start boost.coffee
  15. Idlowanie resetujemy komenda: pm2 restart all
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement