[1.40]2 Configs with AfterHope - No ScriptGL

agreed. i can't imagine its particularly hard to bypass, but there are very few people that would care enough to do so and even fewer who could actually pull it off
 
also i just smoked a giant bonghit and now my apt reiks

preparing for another note on my door tomorrow about how evil pot smoke is evil

fuk, without pot i'd never have had the patience to make any of these configs
 
some time ago i was playing field hockey with my friends. Opposing team's player took the ball from me and stormed off to my goal and i had sudden urge to ctrl-k to intercept him @ base :nuts:
 
This should work:

Code:
function Auto::Kit( ) {

	if ( $Health < 70 )
		use("Repair Kit");
	
	schedule::add("Auto::Kit();", 1);
}

Event::Attach(eventConnected, Auto::Kit);
 
groove, do these configs have auto-kit in them? or was that a scriptgl function

This should work:

Code:
function Auto::Kit( ) {

	if ( $Health < 70 )
		use("Repair Kit");
	
	schedule::add("Auto::Kit();", 1);
}

Event::Attach(eventConnected, Auto::Kit);

Ya i didn't include autokit, but damaster posted it - also you could just take autokit.acs.cs from any other config and dump it into /Modules
 
also, since these use the NoGreenLines .exe and people will probably want to use the 1.41 .exe (which isn't patched for NoGreenLines) - you can use this plugin (just put it into /plugins)

NoGreenLinesPlugin.zip

(I'll probably repackage these sometime soon with the 1.41 .exe and NoGreenLines instead of HMCrasher)
 
Last edited:
Back
Top