BO4 Shotgun to Sniper Insta Swap Script

Titan Two general support. Questions, firmware update, feature request.

BO4 Shotgun to Sniper Insta Swap Script

Postby combo Destroy{ » Wed Jan 30, 2019 5:09 am

Hey guys,

I try to make exploits that are different to the ones you usually find so I came up with and instant swap from the MOG 12 to the Koshka.

I'm PC but This one should port to console versons no worries.

This is the script and what it should end up as:
Code: Select all
#pragma METAINFO("BO4 Shotty2Snipe", 1, 0, "Dephault")
#include <mouse.gph>
#include <keyboard.gph>
// DEFINES =====================================================================
 
#define ACTIVATE     BUTTON_7                //change 'KEY_4' to the button that will fire then shotgun and autoswap to sniper.
#define SWAP        KEY_5                    //change 'KEY_5' to the button that swaps your primary to secondry.
#define ITEM        KEY_HYPHEN                //change 'KEY_HYPHEN' to your equipment button.
#define FIRE        MBUTTON_1                //change 'MBUTTON_1' to your shoot button. (Or leave it as it is the normal mouse left click.)
// MAIN SCRIPT =================================================================
main {
 
if(event_active(ACTIVATE)){
    combo_run(Shotty2Snipe);}
 
}
 
// COMBOS ======================================================================
combo Shotty2Snipe{
    mouse_set(FIRE, 1);
    wait(100);
    wait(60);
    key_set(SWAP, 1);
    mouse_set(FIRE, 1);
    wait(600);
    key_set(ITEM, 1);
    wait(40);
    wait(40);
    key_set(SWAP, 1);
    }


[YouTube] https://youtu.be/KlwhozDk5Wk [/YouTube]

There are restrictions however.
It is very specific to this setup only and I haven't really tried many other combinations of weapons/equipment.

You must have:
Primary: Koshka
Secondry MOG 12
Equipment: Trophy System

Recommended:
Perk: Gung-Ho
Primary attachments: Laser sight 1, Laser sight 2
Secondry attachments: Fast Mags.

Enjoy.
User avatar
combo Destroy{
First Sergeant
First Sergeant
 
Posts: 49
Joined: Sun May 14, 2017 4:04 am

Re: BO4 Shotgun to Sniper Insta Swap Script

Postby J2Kbr » Wed Jan 30, 2019 2:10 pm

Awesome, thank you for sharing with us. If you haven't yet, please also consider publish your script on Gtuner IV. ;)
ConsoleTuner Support Team
User avatar
J2Kbr
General of the Army
General of the Army
 
Posts: 20323
Joined: Tue Mar 18, 2014 1:39 pm


Return to Titan Two Device

Who is online

Users browsing this forum: No registered users and 99 guests