UGX-Mods

Call of Duty 5: World at War => Tutorial Desk => Scripting => Topic started by: DeletedUser on August 10, 2021, 10:01:55 pm

Title: waw aim assist
Post by: DeletedUser on August 10, 2021, 10:01:55 pm
Howdy,

Thanks to myself, god & the lovely, cool & very helpful discord community. i bring you this... aim assist :)

link to script:
https://mega.nz/file/h8pDQKTL#sKgj1xmG3ya9JShgef9T_6TJl1gWSg2YttLUcZAbkSU (https://mega.nz/file/h8pDQKTL#sKgj1xmG3ya9JShgef9T_6TJl1gWSg2YttLUcZAbkSU)
link to my utility file which includes handy shortcuts: :)
https://mega.nz/file/9xQm2bzS#8RtHqP9b5Y2MSVYcJzTtT7MtQWM3wezvI1LRgcDgQQI (https://mega.nz/file/9xQm2bzS#8RtHqP9b5Y2MSVYcJzTtT7MtQWM3wezvI1LRgcDgQQI)

link to video of it in action:
https://www.youtube.com/watch?v=OtEkNxs8ies&ab_channel=PhilGibson (https://www.youtube.com/watch?v=OtEkNxs8ies&ab_channel=PhilGibson)

installation instructions:
add the auto aim file to ur mod

add:
maps\_zm_auto_aim::init(); in ur mapname.gsc
under:
maps\_zombiemode::main();

NOW: important.. either add my utility file to ur mod too or remove:
me() from within the script.
& replace it with:
players = get_players();
for(i=0; i<players.size; i++)
players thread main();

Then tick boxes in launcher / build mod.


Have fun
Phil