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
-
I need a .gsc script that gives infinite double points for black ops 1 (T5)
@Harley74 this called cheats and there is no script for it
-
I also need unlimited sprint for T5 if anyone can give the .gsc script for that would be helpful
@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
-
@Harley74 this called cheats and there is no script for it
This post is deleted! -
Pistakilla where do i put the .gsc script and also do i need to compile it?
@Harley74 put it in
%localappdata%\plutonium\storage\t5\scripts\sp
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login