Toggle Shield Glitch PS4

Build your shield and get "Victorious Tortoise" perk and "Stone Cold Stronghold" in the modified slot (fourth). Press L3 to toggle the script. Place yourself anywhere as Victorioius Tortoise will protect you from every side. Once the shield breaks the glitch wll start and you will be invincible. Don't pause the game as it will stop the glitch. If this happens just go and buy another shieldand toggle the script again.
Version1.0
AuthorToma_Gabriel
Publish DateFri, 9 Nov 2018 - 16:16
Last UpdateFri, 9 Nov 2018 - 16:16
Downloads103
RATE


2

0

Code: Select all
int enableCombo = 0;
main
{   
    if (event_press(PS4_L3))
        enableCombo = !enableCombo;
    if (enableCombo)
    {
    set_val(PS4_L2, 100);
        combo_run(shield);
    }
}
combo shield
{       
    set_val(PS4_L1, 100);
    wait(100);
    set_val(PS4_L1, 0);
    wait(150);
}