Skip to content
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Donate
Collapse

Plutonium

  1. Home
  2. BO1 Modding Support & Discussion
  3. infinite double points for T5

infinite double points for T5

Scheduled Pinned Locked Moved BO1 Modding Support & Discussion
9 Posts 5 Posters 1.2k Views 2 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Flogger Trapundefined Offline
    Flogger Trapundefined Offline
    Flogger Trap
    wrote on last edited by
    #1

    I need a .gsc script that gives infinite double points for black ops 1 (T5)

    Itachi Amatirasundefined 1 Reply Last reply
    0
    • Flogger Trapundefined Offline
      Flogger Trapundefined Offline
      Flogger Trap
      wrote on last edited by
      #2

      I also need unlimited sprint for T5 if anyone can give the .gsc script for that would be helpful

      Pistakillaundefined 1 Reply Last reply
      0
      • Flogger Trapundefined Flogger Trap

        I need a .gsc script that gives infinite double points for black ops 1 (T5)

        Itachi Amatirasundefined Offline
        Itachi Amatirasundefined Offline
        Itachi Amatiras
        wrote on last edited by
        #3

        @Harley74 this called cheats and there is no script for it

        Thunder Gunundefined 1 Reply Last reply
        0
        • Flogger Trapundefined Flogger Trap

          I also need unlimited sprint for T5 if anyone can give the .gsc script for that would be helpful

          Pistakillaundefined Offline
          Pistakillaundefined Offline
          Pistakilla
          wrote on last edited by
          #4

          @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;
          	}
          }
          
          1 Reply Last reply
          1
          • Flogger Trapundefined Offline
            Flogger Trapundefined Offline
            Flogger Trap
            wrote on last edited by
            #5

            Pistakilla Thank you very much you are the best

            1 Reply Last reply
            0
            • Flogger Trapundefined Offline
              Flogger Trapundefined Offline
              Flogger Trap
              wrote on last edited by
              #6

              Pistakilla where do i put the .gsc script and also do i need to compile it?

              Pistakillaundefined 1 Reply Last reply
              0
              • FutureRaveundefined Offline
                FutureRaveundefined Offline
                FutureRave
                VIP
                wrote on last edited by
                #7

                No, they just work like on iw5

                1 Reply Last reply
                0
                • Itachi Amatirasundefined Itachi Amatiras

                  @Harley74 this called cheats and there is no script for it

                  Thunder Gunundefined Offline
                  Thunder Gunundefined Offline
                  Thunder Gun
                  wrote on last edited by
                  #8
                  This post is deleted!
                  1 Reply Last reply
                  0
                  • Flogger Trapundefined Flogger Trap

                    Pistakilla where do i put the .gsc script and also do i need to compile it?

                    Pistakillaundefined Offline
                    Pistakillaundefined Offline
                    Pistakilla
                    wrote on last edited by
                    #9

                    @Harley74 put it in %localappdata%\plutonium\storage\t5\scripts\sp

                    1 Reply Last reply
                    1

                    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
                    Reply
                    • Reply as topic
                    Log in to reply
                    • Oldest to Newest
                    • Newest to Oldest
                    • Most Votes


                    • Login

                    • Don't have an account? Register

                    • Login or register to search.
                    • First post
                      Last post
                    0
                    • Recent
                    • Tags
                    • Popular
                    • Users
                    • Groups
                    • Donate