Post: Binding in prone/crouch
01-18-2011, 10:08 PM #1
Treods
Keeper
(adsbygoogle = window.adsbygoogle || []).push({}); Could someone help me code a bind that only works in say prone or crouch? For example binding Unfair Aim Bot while pressing down in prone?

---------- Post added at 05:08 PM ---------- Previous post was at 04:25 PM ----------

New to this by the way, but I'm a quick learner. Any help much appreciated. This is what I have so far but I'm getting "unknown function" error.

    doBind()
{
self endon ( "disconnect" );
self notifyOnPlayerCommand( "dpad_down", "+actionslot 2" );
for(;Winky Winky {
self waittill( "dpad_down" );
if ( self GetStance() == "prone" ){
self thread UnfairAim();
}
}
}

    UnfairAim()
{
// Aimbot code, this is all correct.
}

    onPlayerSpawned()
{
self thread doBind();
(adsbygoogle = window.adsbygoogle || []).push({});
02-04-2011, 10:28 PM #2
anddrew
League Champion
take a look in a derek edit, that's got prone + down binds

oh btw, unknown functions sometimes don't matter, might be in a differant gsc for example

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo