fortnite aimbot/aim abuse [new toggle mode] may work with ps4

simple working aimbot/aim assist. directions on how to use the script is in the script compiler at the top. [new off on for the aimbot/aim abuse]
Version1.2
AuthorWhosKTHCoding
Publish DateWed, 19 Dec 2018 - 23:10
Last UpdateWed, 19 Dec 2018 - 23:10
Downloads8816
RATE


5

0

Release Notes: this version has some new mods 2 tap mode and a toggle mode
Code: Select all
//-----------------------------------------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------------------------------------
//----------------------------for XB1/PS4--------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------------------------------------
// hold down on your LT/L1 and your rapid fire is on                                                                    <---rapid fire mode
//-----------------------------------------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------------------------------------
// press down on your left joystick and your LT/L1 to stop the aim abuse
// press your right d pad to start your aim abuse                                                                       <---aim abuse mode
// hold down on your LT/L1 and the aimbot/aim assist will start
//-----------------------------------------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------------------------------------
// hold down on your LT/L1 and hold down on you right joystick for crouch spam                                          <---crouch spam mode
//-----------------------------------------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------------------------------------
// press LT/L1 and Left on the D pad at the same time to turn off 2 tap mode                                             <---tap fire mode
// press down on the Right joystick and the Left D pad at the same time to turn on 2 tap mode
//-----------------------------------------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------------------------------------
// Script made by Whos KTH my youtube https://www.youtube.com/channel/UCpa1NDMeSdGjY87hOukIKBg?view_as=subs
//-----------------------------------------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------------------------------------
//-----------------------------------------------------------------------------------------------------------------------
//------------------------------------------------------------------------------
//----------------------------------------version 1.2---------------------------
//------------------------------------------------------------------------------
//------------------------------do not touch the code down here-----------------
int toggle2; //-------------------------------I---------------------------------
int toggle; //--------------------------------I---------------------------------
//--------------------------------------------I---------------------------------
main {   //start of end-----------------------v---------------------------------
//------------------------------------------------------------------------------
    if(get_val(XB1_RIGHT)) toggle = TRUE
    else if((get_val(XB1_LS)) && (get_val(XB1_LT))) toggle = FALSE
    if(toggle) {
        if(get_val(XB1_LT)) {
            combo_run(aimbot);}
//------------------------------------------------------------------------------
       }    else {
        combo_stop(aimbot);}
//------------------------------------------------------------------------------
        if((get_val(XB1_LT)) && (get_val(XB1_RT))){
            combo_run(rapidfire);}
//------------------------------------------------------------------------------
    if((get_val(XB1_LT)) && (get_val(XB1_RS))) {
        combo_run(GP);}
//------------------------------------------------------------------------------
    if((get_val(XB1_RS)) && (get_val(XB1_LEFT))) toggle2 = TRUE
    else if((get_val(XB1_LT)) && (get_val(XB1_LEFT))) toggle2 = FALSE
    if(toggle2) {
        if((get_val(XB1_LT)) && (get_val(XB1_RT))) {
            combo_run(tapshot);}
//------------------------------------------------------------------------------
       }    else {
        combo_stop(tapshot);}
//------------------------------------------------------------------------------
    swap(XB1_LT, PS4_L1);
    swap(XB1_RT, PS4_R1);
    swap(XB1_RB, PS4_R2);
    swap(XB1_LB, PS4_L2);
    swap(XB1_LS, PS4_L3);
    swap(XB1_RS, PS4_R3);
    swap(XB1_X, PS4_SQUARE);
    swap(XB1_A, PS4_CROSS);
    swap(XB1_B, PS4_CIRCLE);
    swap(XB1_Y, PS4_TRIANGLE);
    swap(XB1_MENU, PS4_OPTIONS);
    swap(XB1_VIEW, PS4_SHARE);
    swap(XB1_UP, PS4_UP);
    swap(XB1_DOWN, PS4_DOWN);
    swap(XB1_LEFT, PS4_LEFT);
    swap(XB1_RIGHT, PS4_RIGHT);
//------------------------------------------------------------------------------
    }   //end of main-----------------------------------------------------------
//------------------------------------------------------------------------------
//--------------------------------------combo code------------------------------
//------------------------------------------------------------------------------
combo aimbot {
set_val(XB1_LT, 100);
wait(164);
set_val(XB1_LT, 0);
wait(22);}
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
combo GP {
    set_val(XB1_RS, 100);
    wait(80);
    set_val(XB1_RS, 0);}
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
combo rapidfire {
    set_val(XB1_RT, 40);
    wait(40);
    set_val(XB1_RT, 0);
    wait(30)}
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
combo tapshot {
    set_val(XB1_RT, 100);
    wait(120);
    set_val(XB1_RT, 0);
    wait(40);
    set_val(XB1_RT, 100);
    wait(120);
    set_val(XB1_RT, 0);
    wait(540)}
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
// https://www.youtube.com/channel/UCpa1NDMeSdGjY87hOukIKBg?view_as=subs