Advertisement
dukenukem1

pkinstall001

Feb 12th, 2023 (edited)
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2. echo downloading
  3. ::DEBUG
  4. SET mydebug=ja
  5.  
  6. ::download zips
  7. ::pkassets
  8. powershell -Command "Invoke-WebRequest https://pke6.de/uploads/PkBinder-assets.zip -OutFile PkBinder-assets.zip"
  9. ::LodLights
  10. powershell -Command "Invoke-WebRequest https://pke6.de/uploads/LodLights.zip -OutFile LodLights.zip"
  11. ::gta
  12. powershell -Command "Invoke-WebRequest https://www.pastefile.com/download/ph38b7 -OutFile gta_sa_dl.zip"
  13.  
  14. IF "%mydebug%"=="ja" (
  15.     ::pkbinderasidebug
  16.     powershell -Command "Invoke-WebRequest https://pke6.de/uploads/!PkBinder864.SA.asi -OutFile !PkBinder864.SA.asi"
  17. ) ELSE (
  18.     ::pkbinderasi
  19.     powershell -Command "Invoke-WebRequest https://pke6.de/uploads/!PkBinder.SA.asi -OutFile !PkBinder.SA.asi"
  20. )
  21.  
  22. ::anticheatasi
  23. powershell -Command "Invoke-WebRequest https://www.pastefile.com/download/nuh5mx -OutFile !sampcac_client.asi"
  24. ::samp
  25. powershell -Command "Invoke-WebRequest https://nes-newlife.de/dl/sa-mp-0.3.7-install.exe -OutFile sa-mp-0.3.7-install.exe"
  26.  
  27. echo unziping
  28. ::unzip
  29. powershell -Command "Expand-Archive -LiteralPath 'PkBinder-assets.zip' -DestinationPath .\ -Force"
  30. powershell -Command "Expand-Archive -LiteralPath 'LodLights.zip' -DestinationPath .\ -Force"
  31. powershell -Command "Expand-Archive -LiteralPath 'gta_sa_dl.zip' -DestinationPath .\ -Force"
  32.  
  33. echo executing
  34. ::run samp
  35. sa-mp-0.3.7-install.exe
  36.  
  37. echo cleaning up
  38. ::cleanup
  39. DEL sa-mp-0.3.7-install.exe
  40. DEL sampcac-v0.10.0-installer.exe
  41. DEL PkBinder-assets.zip
  42. DEL LodLights.zip
  43. DEL gta_sa_dl.zip
  44.  
  45. echo signup
  46. start https://pib.pke6.de/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement