Forza Horizon 5 360 Skill Points per hr/ AUTO ROLL SKILL POINTS

This is the most min/max'd skill point bot working for me currently, you must use the Forza Edition Ford Puma for this script, also you must only use 1 ramp if you want to emulate the times in this script, if you use 2 ramps you may have to adjust times in the script.
Versionv1
AuthorCODLevelUp
Publish DateThu, 11 Nov 2021 - 02:46
Last UpdateThu, 11 Nov 2021 - 02:46
Downloads153
RATE


0

0

Code: Select all
int toggle;
 
int start=XB1_DOWN;
 
 
main {
 
    if(event_press(start))    {
        toggle=!toggle;
    }
 
 
    if(toggle) {
    combo_run(points);
    }
 
}
 
    combo points {
   set_val(XB1_A,100);
   wait(100)
   set_val(XB1_A,0);                 
   wait(4000)
   wait(4000)
   wait(4000)
   wait(4000)
   wait(4000)
   wait(4000)
   wait(4000)
   wait(4000)
   wait(4000)
   wait(4000)
   wait(4000)
   wait(4000)
   wait(4000)
   wait(4000)
   wait(4000)
   wait(3000)
   set_val(XB1_VIEW,100);
   wait(100)
   set_val(XB1_VIEW,0);
   wait(3000)
   wait(3000)
   set_val(XB1_B,100);
   wait(100)
   set_val(XB1_B,0);
   wait(3000)
   wait(3000)
   set_val(XB1_A,100);
   wait(100)
   set_val(XB1_A,0);
   wait(4000)
   wait(4000)
   wait(1700)
   set_val(XB1_Y,100);
   wait(100)
   set_val(XB1_Y,0);
   wait(3000)
   set_val(XB1_Y,100);
   wait(100)
   set_val(XB1_Y,0);
   wait(3000)
   set_val(XB1_Y,100);
   wait(100)
   set_val(XB1_Y,0);
   wait(3000)
   set_val(XB1_Y,100);
   wait(100)
   set_val(XB1_Y,0);
   wait(3000)
   set_val(XB1_Y,100);
   wait(100)
   set_val(XB1_Y,0);
   wait(3000)
 
   }