Advertisement
Brenner650

hc.bat

Feb 28th, 2019
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQF 0.53 KB | None | 0 0
  1. ::Made by Moore for use with Brenner Tanoa A3XAI HC
  2. @echo off
  3. color 0a
  4. title Brenner Exile Tanoa A3XAI HC Auto-Restarter
  5. C:\Windows\System32\mode con cols=50 lines=3 >;nul
  6. set /a var=0
  7. :start
  8. echo Running Tanoa A3XAI Headless Client
  9. start "" /wait /realtime "A3XAI_HC_x64" -client "-mod=@CBA_A3;@Exile;@Extended_Base_Mod;@RHSUSAF;@RHSAFRF;@RHSGREF;@RHSSAF;@DualArms;@MinigunsFix;@RHSGrenadesFix;@A3XAI_HC;" -high -profiles=HC_RPTs -enableHT
  10. set /a var+=1
  11. ::cls
  12. echo Headless Client has shutdown %var% times, restarting
  13. goto start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement