Hello iHaxGlobal. I have made a simple script to drop battlepack when sleeping/working , it work with a Cronusmax device.I made it for me but i though it could maybe help somes peoples so i decided to share it.Code:define RT_HOLD_TIME = 100; int LoopRt = FALSE; main { if (event_press(PS4_LEFT)) LoopRt = !LoopRt; if (LoopRt && !combo_running(RtLoop)) combo_run(RtLoop); } combo RtLoop { set_val(PS4_L1, 100); wait(170); set_val(PS4_L1, 0); wait(1980); set_val(PS4_L1, 100); wait(260); set_val(PS4_L1, 0); wait(1760); set_val(PS4_L1, 100); wait(310); set_val(PS4_L1, 0); wait(1740); set_val(PS4_L1, 100); wait(300); set_val(PS4_L1, 0); wait(1800); set_val(PS4_L1, 100); wait(240); set_val(PS4_L1, 0); wait(1640); set_val(PS4_L1, 100); wait(270); set_val(PS4_L1, 0); wait(1510); set_val(PS4_L1, 100); wait(260); set_val(PS4_L1, 0); wait(1500); set_val(PS4_L1, 100); wait(260); set_val(PS4_L1, 0); wait(1420); set_val(PS4_L1, 100); wait(300); set_val(PS4_L1, 0); wait(1510); set_val(PS4_L1, 100); wait(330); set_val(PS4_L1, 0); wait(1490); set_val(PS4_L1, 100); wait(260); set_val(PS4_L1, 0); wait(1500); set_val(PS4_L1, 100); wait(300); set_val(PS4_L1, 0); wait(1600); set_val(PS4_L1, 100); wait(320); set_val(PS4_L1, 0); wait(1520); set_val(PS4_L1, 100); wait(280); set_val(PS4_L1, 0); wait(1440); set_val(PS4_L1, 100); wait(250); set_val(PS4_L1, 0); wait(1310); set_val(PS4_L1, 100); wait(280); set_val(PS4_L1, 0); }Just copy and paste everything in the CronusPro app in the GPC Compiler then hit Compiler -=> Compile. How to use it: Go into a Team Death Match and go into a solo squad and lock it. Don't spawn in the map, when you are at the screen where you can choose your classes (Assault, etc...) just press left and the script will start running. Now you can go to sleep etc , the game won't kick you out of the game. I usually drop up to 5-7 battlepack in a night.