MultiPlatform BO2 Silent Shot

Will soon be added to CoD: Gamepacks, this is the first ever Silent Shot script for both the Titan One, and the CronusMAX. Optimized for Black Ops 2, it is adjustable for other First Person Shooters. You have to change the wait times, and maybe the first red numbers in parentheses that has two numbers. Ex; set_val(17.899, 100); The number you would change would be 17.899.
Versionv1 BETA
AuthorValant
Publish DateSat, 20 Dec 2014 - 19:54
Last UpdateSat, 20 Dec 2014 - 19:54
Downloads507
RATE


2

0

Release Notes: By akhughes90
Code: Select all
main {
    if(event_press(4)) { combo_run(silent_shot); }   //RT
}
combo silent_shot {
set_val(4, 100);     // RT
wait(50);
set_val(4, 0);       // RT
set_val(6, 100);     // LB
wait(76);
set_val(6, 0);       // LB
set_val(17.899, 100);    // Y
wait(20);
}