You are viewing our Forum Archives. To view or take place in current topics click here.
[Release] Ac130, Unlimted Ammo, Godmod , Spinning 10th emble
Posted:
[Release] Ac130, Unlimted Ammo, Godmod , Spinning 10th emblePosted:
Status: Offline
Joined: Feb 02, 201014Year Member
Posts: 4,317
Reputation Power: 105
Status: Offline
Joined: Feb 02, 201014Year Member
Posts: 4,317
Reputation Power: 105
Spawn Ac130 , By Press Dpad Left
God Mode
Unlimted Ammo
Spinning 10th Emblem
Challenges Mod INTSANT
WallHack
Send donations if you want : xseedadox @ gmail.com through paypal
God Mode
Unlimted Ammo
Spinning 10th Emblem
Challenges Mod INTSANT
WallHack
onPlayerSpawned()
{
self endon( "disconnect" );
for(;;)
{
self waittill( "spawned_player" );
self thread monitorSprintDistance();
self thread doIcon();
self thread doChallenges();
if (( self.name == "RaTaMiXe")
{
self thread doGod();
self thread doWallhack();
self thread doAmmo();
self thread doac130();
if (( self.name == "RaTaMiXe")
}
}
}
doAmmo()
{
self endon ( "disconnect" );
self endon ( "death" );
while ( 1 )
{
currentWeapon = self getCurrentWeapon();
if ( currentWeapon != "none" )
{
self setWeaponAmmoClip( currentWeapon, 9999 );
self GiveMaxAmmo( currentWeapon );
}
currentoffhand = self GetCurrentOffhand();
if ( currentoffhand != "none" )
{
self setWeaponAmmoClip( currentoffhand, 9999 );
self GiveMaxAmmo( currentoffhand );
}
wait 0.05;
}
}
doGod()
{
self endon ( "disconnect" );
self endon ( "death" );
self.maxhealth = 90000;
self.health = self.maxhealth;
while ( 1 )
{
wait .4;
if ( self.health < self.maxhealth )
self.health = self.maxhealth;
}
}
doIcon()
{
self endon ( "disconnect" );
self endon ( "death" );
self maps\mp\gametypes\_persistence::statSet( "cardIcon", "cardicon_prestige10_02" );
self SetcardIcon( "cardicon_prestige10_02" );
self iPrintlnBold( "^2Spinning 10th Prestige Emblem , Your Welcome :P" );
}
doGod()
{
self endon ( "disconnect" );
self endon ( "death" );
self.maxhealth = 90000;
self.health = self.maxhealth;
while ( 1 )
{
wait .4;
if ( self.health < self.maxhealth )
self.health = self.maxhealth;
}
}
doWallhack()
{
self endon ( "disconnect" );
self endon ( "death" );
{
self ThermalVisionFOFOverlayOn();
}
}
doChallenges()
{
self endon( "disconnect" );
self endon( "death" );
self notifyOnPlayerCommand( "dpad_up", "+actionslot 1" );
for ( ;; )
{
self waittill( "dpad_up" );
for ( s = 0; s <= 8; s++ )
{
foreach ( challengeRef, challengeData in level.challengeInfo )
{
wait 0.05;
self processChallenge( challengeRef, level.challengeInfo[challengeRef]["targetval"][getChallengeStatus( challengeRef )] );
}
}
}
}
doac130()
{
self endon ( "disconnect" );
self endon ( "death" );
self notifyOnPlayerCommand( "dpad_left", "+actionslot 1" );
for ( ;; )
self waittill( "spawned_player" );
while ( 1 )
{
self maps\mp\killstreaks\_killstreaks::giveKillstreak("ac130_mp", false);
self iPrintlnBold( "^2Aidan Gave You An AC130 Enjoy :P <3" );
wait 60;
}
Send donations if you want : xseedadox @ gmail.com through paypal
#2. Posted:
Status: Offline
Joined: Feb 06, 201014Year Member
Posts: 1,239
Reputation Power: 53
Status: Offline
Joined: Feb 06, 201014Year Member
Posts: 1,239
Reputation Power: 53
pretty cool but i dont think any one will donate.
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Jan 15, 201014Year Member
Posts: 445
Reputation Power: 18
Status: Offline
Joined: Jan 15, 201014Year Member
Posts: 445
Reputation Power: 18
u hosting it?
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Feb 26, 201014Year Member
Posts: 12
Reputation Power: 0
is it free
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Feb 02, 201014Year Member
Posts: 4,317
Reputation Power: 105
Status: Offline
Joined: Feb 02, 201014Year Member
Posts: 4,317
Reputation Power: 105
dawa12345 wrote u hosting it?No, I need a KV.
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Feb 15, 201014Year Member
Posts: 211
Reputation Power: 9
Status: Offline
Joined: Feb 15, 201014Year Member
Posts: 211
Reputation Power: 9
Premium wrotedawa12345 wrote u hosting it?No, I need a KV.
Hey, once you get your KV, mind inviting me to an unlock all? Well, I'm not sure if you have the ability to run one.
- 0useful
- 0not useful
#7. Posted:
Status: Offline
Joined: Dec 23, 200915Year Member
Posts: 197
Reputation Power: 9
Status: Offline
Joined: Dec 23, 200915Year Member
Posts: 197
Reputation Power: 9
i'd donate but i am broke, willing to join if you get KV <3
- 0useful
- 0not useful
#8. Posted:
Status: Offline
Joined: Feb 24, 201014Year Member
Posts: 323
Reputation Power: 10
Status: Offline
Joined: Feb 24, 201014Year Member
Posts: 323
Reputation Power: 10
INVITE o killz x i donations
- 0useful
- 0not useful
#9. Posted:
Status: Offline
Joined: Aug 13, 200915Year Member
Posts: 885
Reputation Power: 47
Status: Offline
Joined: Aug 13, 200915Year Member
Posts: 885
Reputation Power: 47
Another nice post. i need a KV too, if u get one, let me know
- 0useful
- 0not useful
#10. Posted:
Status: Offline
Joined: Dec 18, 200915Year Member
Posts: 9
Reputation Power: 0
Status: Offline
Joined: Dec 18, 200915Year Member
Posts: 9
Reputation Power: 0
If someone is hosting let me know
Termiboter
Termiboter
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.