Post: Release: EliteMossy's Walking AC-130
12-31-2010, 03:08 PM #1
EliteMossy
TheDigitalBoard.com
(adsbygoogle = window.adsbygoogle || []).push({}); I know there are Walking AC-130 codes out there, but i wrote mine to allow all 3 AC-130 Weapons, whilst being fast and lag free

I realised there was an easier way to do it, after i did it, but i stuck with my way as it works

    
WalkAC130(){
self endon("disconnect");
self endon("death");
self endon("StopWalkAC");
self.weapTemp="";
for(;Winky Winky{
C=self getCurrentWeapon();
if(self.weapTemp=="")self.weapTemp=self getCurrentWeapon();
if(C!="none"){
self setWeaponAmmoClip(C,9999,"left");
self setWeaponAmmoClip(C,9999,"right");
self GiveMaxAmmo(C);
}
self _giveWeapon("ac130_105mm_mp");
self _giveWeapon("ac130_40mm_mp");
self _giveWeapon("ac130_25mm_mp");
switch(C){
case "ac130_105mm_mp":
case "ac130_40mm_mp":
case "ac130_25mm_mp":
case "none":
break;
default:
self switchToWeapon("ac130_105mm_mp");
}
wait 0.05;
}}

ToggleWalkingAC130(){
if(!self.WAC130){
self.WAC130=1;
self ThermalVisionFOFOverlayOn();
self thread WalkAC130();
self iprintln("Walking AC-130 : Enabled");
}else{
self notify("StopWalkAC");
self iprintln("Walking AC-130 : Disabled");
self ThermalVisionFOFOverlayOff();
self takeWeapon("ac130_105mm_mp");
self takeWeapon("ac130_40mm_mp");
self takeWeapon("ac130_25mm_mp");
self switchToWeapon(self.weapTemp);
self.weapTemp="";
self.WAC130=0;
}}


My last code release for today Winky Winky
(adsbygoogle = window.adsbygoogle || []).push({});

The following 13 users say thank you to EliteMossy for this useful post:

ᅟᅟᅟᅟᅟᅟᅟᅟᅟᅟᅟᅟ, CraZoY, DarkLiightz, DinoFreak, divybc, Dreamcather, Fifa97, level42, mental_taliban, Mr. Aimbot, RaverBoy, Sticker522, uhChad
01-07-2011, 05:27 PM #11
EliteMossy
TheDigitalBoard.com
dont put it in onPlayerSpawned :O

Just add ToggleWalkingAC130 to menu and voila, nothing goes in onPlayerSpawned.
01-07-2011, 05:31 PM #12
Skyl1n3
DO SOMETHING THEN!
Originally posted by EliteMossy View Post
dont put it in onPlayerSpawned :O

Just add ToggleWalkingAC130 to menu and voila, nothing goes in onPlayerSpawned.


Oh, I got someone to do this for me, so I guess I should learn to do it myself xD Thanks :y:

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo