QUICKSCOPE-SILENTSHOT

Silentshot by - JaggedDiamond QuickScope && SniperBreath by - Kniightmaare Original script by jagged, I just added the quick scope feature in there, must have some kind of tactical to preform, (concus, flashbang, ect...) just tap R1(ps) or RB(xb) and if you guys like it please hit the green thumbs up for like =) enjoy!!!!! -Kniightmaare
Version1. Awesome
Authorkniightmaare
Publish DateSun, 21 Dec 2014 - 18:31
Last UpdateSun, 21 Dec 2014 - 18:31
Downloads425
RATE


5

0

Release Notes: Will be in my next script comeing up "Simply Devasating 3" but more tuned in, and just a little extra, for DSR wait timeshould be around 435 and for Ballista should be around 340
Code: Select all
// GPC Online Library
// CROSS_CONSOLE_QUICK_SCROPE_SILENT_SHOT
// SILENT SHOT WRITTEN BY : JaggedDiamond
// QUICK-SCOPE WRITTEN BY : KniightMaare
// SCRIPTS COMBINED BY : Kniightmaare
// INTRODUCING!!!!! *********QUICK_SCOPE/SILENT_SHOT*********with auto snipe breath
// INSTRUCTIONS....... JUST TAP R1(PS) RB(XB)
 
 
main {
if(event_release(3) && get_ptime(3) < 140) {
          combo_run(quick_scope);}
 
 
 
 
 
    /* Hold Breath */
 
    if(get_val(3) == 100) {
 
        set_val(8, 100);
 
    }
 
}
 
 
combo quick_scope {
set_val(4, 0);
set_val(7, 100);
set_val(8, 100);
wait(340);         //340 for BALista //435 for DSR
set_val(4, 100);
set_val(7, 100);
set_val(8, 100);
wait(60);
set_val(6, 100);     // LB
wait(76);
set_val(6, 0);       // LB
set_val(17.899, 100);    // Y
wait(20);
}