Post: [Scirpt] - Infinite Zombie Points.
09-06-2011, 03:33 AM #1
Correy
I'm the Original
(adsbygoogle = window.adsbygoogle || []).push({}); as simple as you could possible get Gobble

    
Inf_Points(){
self endon("stop_inf");
self iPrintln("Infinite Points: Activated");
for(;Winky Winky{
self.inf = 500;
self.score = self.inf;
while(1){
if(self.score != self.inf){
self.score = self.inf;
}
}
}else{
self notify("stop_inf");
self iPrintln("Infinite Points: Deactivated");
}
}
(adsbygoogle = window.adsbygoogle || []).push({});
09-06-2011, 05:28 PM #2
Yea Thanks 4 this Smile
09-06-2011, 08:30 PM #3
xMrCrazyHDx
Pokemon Trainer
Thanks Brah Happy Although My friend's patch has infinite too Happy
09-06-2011, 10:41 PM #4
This wont toggle properly :L
09-07-2011, 01:01 AM #5
Originally posted by Correy View Post
as simple as you could possible get Gobble

    
Inf_Points(){
self endon("stop_inf");
self iPrintln("Infinite Points: Activated");
for(;Winky Winky{
self.inf = 500;
self.score = self.inf;
while(1){
if(self.score != self.inf){
self.score = self.inf;
}
}
}else{
self notify("stop_inf");
self iPrintln("Infinite Points: Deactivated");
}
}



plz inv to zombies my maite can record plz
09-07-2011, 02:38 AM #6
INSAN3LY_D34TH
INSAN3LY GAMING
Originally posted by Correy View Post
.


Originally posted by iBlueBerry View Post
.


try this it should work

Inf_Points()
{
if(self.infpoints==0)
{
self.infpoints=1;
self iPrintln("Infinite Points: Activated");
for(;Winky Winky
{
self.inf=500;
self.score=self.inf;
while(1)
{
if(self.score!=self.inf)
{
self.score=self.inf;
}
}
}
}
else
{
self.infpoints=0;
self iPrintln("Infinite Points: Deactivated");
self.score=500;
}
}
09-07-2011, 04:23 PM #7
Originally posted by D34TH View Post
try this it should work

Inf_Points()
{
if(self.infpoints==0)
{
self.infpoints=1;
self iPrintln("Infinite Points: Activated");
for(;Winky Winky
{
self.inf=500;
self.score=self.inf;
while(1)
{
if(self.score!=self.inf)
{
self.score=self.inf;
}
}
}
}
else
{
self.infpoints=0;
self iPrintln("Infinite Points: Deactivated");
self.score=500;
}
}


Nope that wont work either

    InfinitePointsTGL()
{
if( self.iniPoints == 0 )
{
self thread InfinitePoints();
self.iniPoints = 1;
self iPrintlnBold ("Infinite Points ^2Enabled");
}
else
{
self.iniPoints = 0;
self notify("iniEnd");
self iPrintlnBold ("Infinite Points ^1Disabled");
}
}
InfinitePoints()
{
self endon("iniEnd");
for(;Winky Winky
{
self.score -= self.score;
self.score += 10000;
wait .5;
}
}


Works

The following user thanked iBlueBerry for this useful post:

Correy
09-08-2011, 12:44 PM #8
247Yamato
< ^ > < ^ >
Does this work on Black Ops??

The following user groaned 247Yamato for this awful post:

Skyl1n3
09-08-2011, 01:47 PM #9
scrapa_free_xiv
Do a barrel roll!
i tried and having trouble invite to a zombie match
09-08-2011, 11:19 PM #10
Default Avatar
mr-z3gh
Guest
You must login or register to view this content.


hhhhhhhhhhh

The following user groaned mr-z3gh for this awful post:

Mr.Azoz

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo