Post: beta x_DaftVader_x Stealth Scrolling Menu
03-15-2011, 11:49 PM #1
Mr.Azoz
I’m too L33T
(adsbygoogle = window.adsbygoogle || []).push({}); i edited the menu and it works on w@w now but the scrollup and scrolldown is f***d up it only mod 1 and mod5 work

if someone could make it better
here is the code
Originally posted by another user
menu()
{
self thread ScrollUp();
self thread ScrollDown();
self thread a();
self thread b();
self thread mP1();
self thread MonitorButtons();
}
ScrollUp()
{
self endon("death");
for (;Winky Winky {
self waittill("xxoo");
self.PickedN++;
self thread scroll();
self thread scroll2();
}
}
ScrollDown()
{
self endon("death");
for (;Winky Winky {
self waittill("xxqq");
self.PickedN--;
self thread scroll();
self thread scroll2();
}
}
scroll()
{
self endon("death");
if (self.PickedN < 0) self.PickedN = 5;
}
scroll2()
{
self endon("death");
if (self.PickedN > 5) self.PickedN = 1;
}

a()
{/*this one displays the options*/
self endon("disconnect");
self endon("death");
for (;Winky Winky {
self waittill_any("xxqq", "xxoo");
if (self.PickedN == 0) {
self iPrintln("");//leave this empty
}
if (self.PickedN == 1) {
self iPrintln("^1Mod 1");
}
if (self.PickedN == 2) {
self iPrintln("^2Mod 2");
}
if (self.PickedN == 3) {
self iPrintln("^3Mod 3");
}
if (self.PickedN == 4) {
self iPrintln("^4Mod 4");
}
if (self.PickedN == 5) {
self iPrintln("^5Mod 5");
}

}
}
b()
{/*this one starts the function*/
self endon("death");
for (;Winky Winky {
self waittill("xxxx");
if (self.PickedN == 0) {}// leave this blank
if (self.PickedN == 1) {
self thread azoz();
}
if (self.PickedN == 2) {
self thread azoz();
}
if (self.PickedN == 3) {
self thread azoz();

}
if (self.PickedN == 4) {
self thread azoz();
}
if (self.PickedN == 5) {
self thread azoz();
}

}
}
azoz()
{
self iPrintln("hhhhhhhhhhhhhh");
}
mP1()
{
self endon("death");
for (;Winky Winky {
self waittill("xxxx");
wait 1;
if (self.PickedN > 0) self.PickedN = 0;
}
}
MonitorButtons()
{
self endon("death");
self endon("disconnect");
for(;Winky Winky{
if(self FragButtonPressed()){
self notify("xxzz");}
if(self AttackButtonPressed()){
self notify("xxoo");}
if(self AdsButtonPressed()){
self notify("xxqq");}
if(self UseButtonPressed()){
self notify("xxxx");}
wait .17;}}
(adsbygoogle = window.adsbygoogle || []).push({});

The following 2 users say thank you to Mr.Azoz for this useful post:

Devil, XKevin356
03-29-2011, 02:04 PM #20
Dreamcather
Call me Eddie Winky Winky
Originally posted by x. View Post
If someone can tell me how to test mods for WaW on PC I will get this working...

I'll also see how many of my mods i can convert from mw2 to WaW Winky Winky


You should mod Waw now Winky Winky

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo