Tutorial PS4 Cronusmax AFK Battlepack script

Discussion dans 'Battlefield' créé par WP Live, 20 Novembre 2016.

  1. WP Live

    WP Live Membre

    Inscrit:
    15 Novembre 2016
    Messages:
    36
    J'aime reçus:
    118
    Points:
    668
    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.
     
    Dernière édition par un modérateur: 16 Novembre 2021
  2. futurelole

    futurelole Membre

    Inscrit:
    27 Octobre 2017
    Messages:
    18
    J'aime reçus:
    1
    Points:
    23
    Tank's Merci tu gére toi,toi
     
  3. ta7ya13rjel

    ta7ya13rjel Membre

    Inscrit:
    14 Septembre 2017
    Messages:
    93
    J'aime reçus:
    4
    Points:
    1 308
    Merci tu gére
    des nouveaux tuto pour les nouveau jeux seront les bienvenu
     
  4. pnl70

    pnl70 Membre

    Inscrit:
    14 Novembre 2017
    Messages:
    71
    J'aime reçus:
    0
    Points:
    56
    merci c'est vraiment cool de ta part
     
  5. Onizuka-II

    Onizuka-II Membre

    Inscrit:
    16 Mai 2017
    Messages:
    67
    J'aime reçus:
    2
    Points:
    558
    THank you very much mon ami :)
     

Partager cette page

  1. Ce site utilise des cookies. En continuant à utiliser ce site, vous acceptez l'utilisation des cookies.
    Rejeter la notice