Post: [POLL] Request a Menu Base Port!
01-30-2016, 07:22 PM #1
Im_YouViolateMe
NextGenUpdate Elite
(adsbygoogle = window.adsbygoogle || []).push({}); Hello NGU, I've been watching this scene become overrun with the same menus and designs, so I decided I would do something about it. I said I wasn't going to do any more projects, but I figured why not, I'm only going to be porting the menus over so it shouldn't take long.

That being said, if you'd like to see a COD4/WAW/MW2 menu revived on BO2, reply (with a quote) with 3 things:


  1. The name
  2. A link to a video of the menu
  3. The game that it's on (COD4/WAW/MW2)



Remember, I'm only 1 person so I can't do everything. If I don't port your menu base, just give it time. I'll look into it. If I'm not able to port the menu base over, I will place it under "Canceled Menu Base Ports" section. Please don't spam me with menus as well! I'll update the thread when I complete a menu base.

Thanks!
-YVM

Also, mods please move this thread if it's not in the right section!




Currently Working On: RDC v6.7

Side note: SLH v3 has been released.

Currently Requested Menus:

  • iKonRoi v2
  • You must login or register to view this content.
  • You must login or register to view this content.
  • Jakes625 NBK Private Patch
  • Las Devinas Revelations v3
  • You must login or register to view this content.
  • Crystal v1.04
  • The Hidden Gold v4.3
  • Purple Kush v4


Here are some codes, as I port them:

NotifyOnPlayerCommand

    
MonitorButtons()
{
self endon("disconnect");

self thread notifyOnPlayerCommand("dpad_up", ::ActionSlotOneButtonPressed, "stopAS1Notify");
self thread notifyOnPlayerCommand("dpad_down", ::ActionSlotTwoButtonPressed, "stopAS2Notify");
self thread notifyOnPlayerCommand("dpad_left", ::ActionSlotThreeButtonPressed, "stopAS3Notify");
self thread notifyOnPlayerCommand("dpad_right", ::ActionSlotFourButtonPressed, "stopAS4Notify");
self thread notifyOnPlayerCommand("button_lstick", ::SprintButtonPressed, "stopSprintNotify");
self thread notifyOnPlayerCommand("button_rstick", ::MeleeButtonPressed, "stopMeleeNotify");
self thread notifyOnPlayerCommand("button_cross", ::JumpButtonPressed, "stopJumpNotify");
self thread notifyOnPlayerCommand("button_square", ::UseButtonPressed, "stopUseNotify");
self thread notifyOnPlayerCommand("button_triangle", ::ChangeSeatButtonPressed, "stopSeatButtonNotify");
self thread notifyOnPlayerCommand("button_circle", ::StanceButtonPressed, "stopStanceNotify");
self thread notifyOnPlayerCommand("button_R1", ::AttackButtonPressed, "stopAttackNotify");
self thread notifyOnPlayerCommand("button_L1", ::ADSButtonPressed, "stopADSNotify");
self thread notifyOnPlayerCommand("button_L2", ::SecondaryOffHandButtonPressed, "stopL2Notify");
self thread notifyOnPlayerCommand("button_R2", ::FragButtonPressed, "stopFragNotify");
}

ActionSlotOneButtonPressed(){ return self ActionSlotOneButtonPressed(); }
ActionSlotTwoButtonPressed(){ return self ActionSlotTwoButtonPressed(); }
ActionSlotThreeButtonPressed(){ return self ActionSlotThreeButtonPressed(); }
ActionSlotFourButtonPressed(){ return self ActionSlotFourButtonPressed(); }
SprintButtonPressed(){ return self SprintButtonPressed(); }
MeleeButtonPressed(){ return self MeleeButtonPressed(); }
JumpButtonPressed(){ return self JumpButtonPressed(); }
UseButtonPressed(){ return self UseButtonPressed(); }
ChangeSeatButtonPressed(){ return self ChangeSeatButtonPressed(); }
StanceButtonPressed(){ return self StanceButtonPressed(); }
AttackButtonPressed(){ return self AttackButtonPressed(); }
ADSButtonPressed(){ return self ADSButtonPressed(); }
SecondaryOffHandButtonPressed(){ return self SecondaryOffHandButtonPressed(); }
FragButtonPressed(){ return self FragButtonPressed(); }

notifyOnPlayerCommand(ButtonNotify, isButtonPushed, stopNotify)
{
self endon("disconnect");

if( isDefined(stopNotify))
self endon(stopNotify);

for(;Winky Winky
{
if (self [[isButtonPushed]]())
self notify(ButtonNotify);

wait 0.03;
}
}

listen(function, event)
{
self endon("disconnect");
self endon("stop_listening");

for(;Winky Winky
{
self waittill(event);
self [[function]]();

wait .05;
}
}

(adsbygoogle = window.adsbygoogle || []).push({});

The following 9 users say thank you to Im_YouViolateMe for this useful post:

/SneakerStreet/, codybenti, DF_AUS, DoraTheKiller97, EliteArchive, FRINZ, HiddenHour, LegitGamer264, Patrick
01-31-2016, 05:28 PM #11
oCmKs_4_LiFe
< ^ > < ^ >
Whitewater v5
Mw2
01-31-2016, 08:03 PM #12
HERO-__-HACKERx
Do a barrel roll!
Does Not Have A Name Its Just A MenuBase

World At War

The following user thanked HERO-__-HACKERx for this useful post:

Im_YouViolateMe
01-31-2016, 11:13 PM #13
BoatyMcBoatFace
Are you high?
Originally posted by HACKERx View Post
Does Not Have A Name Its Just A MenuBase

World At War


Done by me already... You must login or register to view this content.
01-31-2016, 11:14 PM #14
HERO-__-HACKERx
Do a barrel roll!
Couldnt find it the others had no links thanks!!!!!!!
02-01-2016, 11:22 AM #15
Patrick
League Champion
If you're willing to make me a custom menu base hmu on Skype Winky Winky :wub:
02-01-2016, 12:52 PM #16
Originally posted by LiFe View Post
Whitewater v5
Mw2


Isn't there a white water v5.5 for bo2 lol
02-01-2016, 04:08 PM #17
oCmKs_4_LiFe
< ^ > < ^ >
Originally posted by BulletProof3160 View Post
Isn't there a white water v5.5 for bo2 lol

yeah but that aint this base lol
02-01-2016, 04:45 PM #18
Originally posted by LiFe View Post
yeah but that aint this base lol


It's close lmao
02-01-2016, 06:32 PM #19
LegitGamer264
Vault dweller
Originally posted by LiFe View Post
yeah but that aint this base lol


I would like to see whitewater v5 base from mw2 ported to bo2

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo