loadstarbot()
{
//**** Just inits the bot the way i wanted him. You dont have to do this.
n00b = addtestclient();
n00b.pers[ "isBot" ] = 1;
n00b thread maps/mp/bots/_bot::bot_spawn_think( "autoassign" );
n00b waittill("spawned_player");
n00b takeallweapons();
n00b EnableInvulnerability();
n00b hide();
//************************************************************
n00b thread maps/mp/killstreaks/_killstreaks::usekillstreak( "remote_mortar_mp" , 0);
n00b thread shoottheloadstarbro();
}
shoottheloadstarbro()
{
self endon("disconnect");
self endon("get_out_noob");
for(;
{
foreach(player in level.players)
{
if(self == player ) continue;
self lookat( player.origin );
self pressattackbutton();
wait .2;
}
wait .05;
}
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.