Found this and just started to use myself. Works on BOTH PS4+XBOX ONE unsure about PC. https://www.youtube.com/watch?v=fyAssbU_oYc
If You Have A Cronus Max Or Titan One Use This Script Bare In Mind Its Still A (WIP) As It Messes Up Some Times I Have Had The Script Run For 4 Hours Before It Messed Up Link To The Script https://mega.nz/#!g0ARhaKA!_FhMwm7mCjiAdx9K2zeTaOg5G_-QVd_zgnDSxx8r-f8 And The Script Soruce If You Want To Tamper With It A Little Spoiler //|-------------------------------| // Wed Apr 1 2016 14:28:40 // Script Made By XPG0 //|-------------------------------| int on=FALSE; main { if(event_press(XB1_LS)){ on=!on; } if (on){ combo_run(Souls); } } combo Souls { set_val(XB1_LT, 100); wait(700); set_val(XB1_X, 100); wait(100); set_val(XB1_MENU, 100); wait(70); set_val(XB1_DOWN, 100); wait(70); set_val(XB1_A, 100); wait(100); wait(900); set_val(XB1_LEFT, 100); wait(500); set_val(XB1_A, 100); wait(4000); wait(2000); set_val(XB1_LEFT, 100); wait(1000); set_val(XB1_LEFT, 100); wait(1000); } To Turn The Script On Just Press LS in And Same To Turn It Off Also Where It Says wait(1000); It Is In milliseconds So 1000 Is 1 Second 500 Would Be Half Of A Second And So On If Any One Like It Made For PS4 Just Let Me Know And I Will Do It Update This One Works All The Time Well 10/11 But You Will Never Lose The Soul Spoiler //XPG0 //Posted : Thursday 14th of April, 2016 15:39 UTC int onoff; int w_5secs = 5000; main { if(event_press(XB1_RS)) onoff=!onoff; if(onoff){ combo_run(Glitch); } } combo Glitch { set_val(XB1_LT,100); wait(650); wait(40); set_val(XB1_X,100); wait(40); wait(40); set_val(XB1_MENU,100); wait(40); wait(40); set_val(XB1_DOWN,100); wait(40); wait(40); set_val(XB1_A,100); wait(40); wait(40); set_val(XB1_LEFT,100); wait(60); wait(60); wait(w_5secs); //wait 5 secs wait(w_5secs); //wait 5 secs } It Wait 10 Seconds Before It Clicks Yes Its Done This Way For A Fail Safe So It Can Not Mess Up