Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- echo downloading
- ::DEBUG
- SET mydebug=ja
- ::download zips
- ::pkassets
- powershell -Command "Invoke-WebRequest https://pke6.de/uploads/PkBinder-assets.zip -OutFile PkBinder-assets.zip"
- ::LodLights
- powershell -Command "Invoke-WebRequest https://pke6.de/uploads/LodLights.zip -OutFile LodLights.zip"
- ::gta
- powershell -Command "Invoke-WebRequest https://www.pastefile.com/download/ph38b7 -OutFile gta_sa_dl.zip"
- IF "%mydebug%"=="ja" (
- ::pkbinderasidebug
- powershell -Command "Invoke-WebRequest https://pke6.de/uploads/!PkBinder864.SA.asi -OutFile !PkBinder864.SA.asi"
- ) ELSE (
- ::pkbinderasi
- powershell -Command "Invoke-WebRequest https://pke6.de/uploads/!PkBinder.SA.asi -OutFile !PkBinder.SA.asi"
- )
- ::anticheatasi
- powershell -Command "Invoke-WebRequest https://www.pastefile.com/download/nuh5mx -OutFile !sampcac_client.asi"
- ::samp
- powershell -Command "Invoke-WebRequest https://nes-newlife.de/dl/sa-mp-0.3.7-install.exe -OutFile sa-mp-0.3.7-install.exe"
- echo unziping
- ::unzip
- powershell -Command "Expand-Archive -LiteralPath 'PkBinder-assets.zip' -DestinationPath .\ -Force"
- powershell -Command "Expand-Archive -LiteralPath 'LodLights.zip' -DestinationPath .\ -Force"
- powershell -Command "Expand-Archive -LiteralPath 'gta_sa_dl.zip' -DestinationPath .\ -Force"
- echo executing
- ::run samp
- sa-mp-0.3.7-install.exe
- echo cleaning up
- ::cleanup
- DEL sa-mp-0.3.7-install.exe
- DEL sampcac-v0.10.0-installer.exe
- DEL PkBinder-assets.zip
- DEL LodLights.zip
- DEL gta_sa_dl.zip
- echo signup
- start https://pib.pke6.de/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement