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 428 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
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
      • Itachi Amatirasundefined Offline
        Itachi Amatirasundefined Offline
        Itachi Amatiras
        replied to Flogger Trap on last edited by
        #3

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

        Thunder Gunundefined 1 Reply Last reply
        0
        • Pistakillaundefined Offline
          Pistakillaundefined Offline
          Pistakilla
          replied to Flogger Trap 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
                • Thunder Gunundefined Offline
                  Thunder Gunundefined Offline
                  Thunder Gun
                  replied to Itachi Amatiras on last edited by
                  #8
                  This post is deleted!
                  1 Reply Last reply
                  0
                  • Pistakillaundefined Offline
                    Pistakillaundefined Offline
                    Pistakilla
                    replied to Flogger Trap on last edited by
                    #9

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

                    1 Reply Last reply
                    1

                    • Login

                    • Don't have an account? Register

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