infinite double points for T5
-
I need a .gsc script that gives infinite double points for black ops 1 (T5)
-
I also need unlimited sprint for T5 if anyone can give the .gsc script for that would be helpful
-
@Harley74 this called cheats and there is no script for it
-
@Harley74
#include maps\_utility; #include common_scripts\utility; init() { level thread doubleP_noTimer(); level thread xSprintForAll(); } doubleP_noTimer() { for(;;) { level.zombie_vars["zombie_point_scalar"] = 2; wait 0.05; } } xSprintForAll() { for(;;) { players = get_players(); for(i = 0;i < players.size;i++) { if(!players[i] hasPerk("specialty_unlimitedsprint")) { players[i] setPerk( "specialty_unlimitedsprint" ); } } wait 1; } }
-
Pistakilla Thank you very much you are the best
-
Pistakilla where do i put the .gsc script and also do i need to compile it?
-
No, they just work like on iw5
-
This post is deleted!
-
@Harley74 put it in
%localappdata%\plutonium\storage\t5\scripts\sp