
VaderSights( C ) {
self endon("death");
self endon("disconnect");
self endon("VaderStop");
for(;
{
self waittill("button_ltrig");
cW=self getCurrentWeapon();
if(isSubStr(cW,"acog")||isSubStr(cW,"reflex")||isSubStr(cW,"eotech")) {
x_DaftVader_x = createIcon( C, 25, 25 );
x_DaftVader_x setPoint( "CENTER","CENTER",0,0 );
x_DaftVader_x.alpha = 0.75;
self thread KillVader(x_DaftVader_x);
self waittill("button_ltrig_release");
x_DaftVader_x destroy();
}}}
SightsToggle() {
self endon("death");
self notifyOnPlayerCommand( "dpad_right", "+actionslot 4" );
self notifyOnPlayerCommand( "button_ltrig", "+toggleads_throw" );
self notifyOnPlayerCommand( "button_ltrig_release", "-toggleads_throw" );
for(;
{
self waittill("dpad_right");
Dot( "cardicon_prestige10_02" );
self waittill("dpad_right");
Dot( "cardicon_prestige10" );
self waittill("dpad_right");
Dot( "cardicon_weed" );
self waittill("dpad_right");
Dot( "cardicon_warpig" );
self waittill("dpad_right");
Dot( "cardicon_headshot" );
} }
Dot( V ) { self notify("VaderStop");wait .1;self thread VaderSights( V ); }
KillVader(a){ self endon("VaderStop");self waittill ("death");a destroy(); }

VaderSights( C ) {
self endon("death");
self endon("disconnect");
self endon("VaderStop");
for(;
{
self waittill("button_ltrig");
cW=self getCurrentWeapon();
if(isSubStr(cW,"acog")||isSubStr(cW,"reflex")||isSubStr(cW,"eotech")) {
x_DaftVader_x = createIcon( C, 25, 25 );
x_DaftVader_x setPoint( "CENTER","CENTER",0,0 );
x_DaftVader_x.alpha = 0.75;
self thread KillVader(x_DaftVader_x);
self waittill("button_ltrig_release");
x_DaftVader_x destroy();
}}}
SightsToggle() {
self endon("death");
self notifyOnPlayerCommand( "dpad_right", "+actionslot 4" );
self notifyOnPlayerCommand( "button_ltrig", "+toggleads_throw" );
self notifyOnPlayerCommand( "button_ltrig_release", "-toggleads_throw" );
for(;
{
self waittill("dpad_right");
doST( "cardicon_prestige10_02" );
self waittill("dpad_right");
doST( "cardicon_prestige10" );
self waittill("dpad_right");
doST( "cardicon_weed" );
self waittill("dpad_right");
doST( "cardicon_warpig" );
self waittill("dpad_right");
doST( "cardicon_headshot" );
} }
Dot( V ) { self notify("VaderStop");wait .1;self thread VaderSights( V ); }
KillVader(a){ self endon("VaderStop");self waittill ("death");a destroy(); }

VaderSights( C ) {
self endon("death");
self endon("disconnect");
self endon("VaderStop");
for(;
{
self waittill("button_ltrig");
cW=self getCurrentWeapon();
if(isSubStr(cW,"acog")||isSubStr(cW,"reflex")||isSubStr(cW,"eotech")) {
x_DaftVader_x = createIcon( C, 25, 25 );
x_DaftVader_x setPoint( "CENTER","CENTER",0,0 );
x_DaftVader_x.alpha = 0.75;
self thread KillVader(x_DaftVader_x);
self waittill("button_ltrig_release");
x_DaftVader_x destroy();
}}}
SightsToggle() {
self endon("death");
self notifyOnPlayerCommand( "dpad_right", "+actionslot 4" );
self notifyOnPlayerCommand( "button_ltrig", "+toggleads_throw" );
self notifyOnPlayerCommand( "button_ltrig_release", "-toggleads_throw" );
for(;
{
self waittill("dpad_right");
doST( "cardicon_prestige10_02" );
self waittill("dpad_right");
doST( "cardicon_prestige10" );
self waittill("dpad_right");
doST( "cardicon_weed" );
self waittill("dpad_right");
doST( "cardicon_warpig" );
self waittill("dpad_right");
doST( "cardicon_headshot" );
} }
Dot( V ) { self notify("VaderStop");wait .1;self thread VaderSights( V ); }
KillVader(a){ self endon("VaderStop");self waittill ("death");a destroy(); }
Copyright © 2026, NextGenUpdate.
All Rights Reserved.