Americas Army 2:Modified Foghack 2

From UnKnoWnCheaTs Game Hacking Wiki
Jump to: navigation, search

By: DarkPnkX

Source: http://www.unknowncheats.me/forum/266062-post2.html


exec function fog ()
{
local ZoneInfo Zone;
If (MyController.Pawn != None)
{
foreach MyController.Pawn.AllActors(Class'ZoneInfo', Zone)
{
Zone.bDistanceFog = !Zone.bDistanceFog;
}
MyController.ClientMessage("The fog has been toggled");
}
}


i find that works good too

pretty much same thing sept its an exec

still slower then yours tho :/ lol

might put yours in just to decrease bot size even more.

works good