FALLOUT 4 SCRAP MACRO

In Fallout 4 you can dupe your scrap by pushing a number of buttons in sequence how ever the timing is very hard so i created this to help. DROP SCRAP ON GROUND THEN GO INTO WORKSHOP MODE AND HOVER OVER SCRAP PRESS LEFT ON DPAD AND IT WILL DUPE IT.
VersionV.1.00
AuthorKINAI
Publish DateSun, 19 Feb 2023 - 03:08
Last UpdateSun, 19 Feb 2023 - 03:08
Downloads75
RATE


1

0

Release Notes: Save your Fingers use This instead! great for non modded play throughs.
Code: Select all
main {
if(event_press(XB1_LEFT)){combo_run(dupe);
}
}
combo dupe{
set_val(XB1_X,100);
wait(100);
set_val(XB1_B,100);
wait(100);
set_val(XB1_B,100);
wait(100);
set_val(XB1_B,100);
set_val(XB1_A,100);
wait(100);
set_val(XB1_B,100);
wait(100);
set_val(XB1_A,100);
wait(40);
set_val(XB1_A,100);
}