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-30-2016, 07:35 PM #2
HiddenHour
I defeated!
Originally posted by YouViolateMe View Post
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!


Edit: Wasn't released on the thread so it wouldn't be a port, it would be a re-creation. Not sure if it's GSC either.
Name: iKonroi V2


Video:

Game: MW2

The following user thanked HiddenHour for this useful post:

Im_YouViolateMe
01-30-2016, 07:42 PM #3
Im_YouViolateMe
NextGenUpdate Elite
Originally posted by TheHiddenHour View Post
Edit: Wasn't released so it wouldn't be a port, it would be a re-creation. I don't even think it's GSC either.
Name: iKonroi V2


Video:

Game: MW2


It has to be a GSC Menu. You couldn't recreate this with CFG.
01-30-2016, 09:51 PM #4
LegitGamer264
Vault dweller
Originally posted by YouViolateMe View Post
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: N/A

Currently Requested Menus:

  • iKonRoi v2


Name:

Elite Mossy v15

Video:


Game:

Mw2

The following user thanked LegitGamer264 for this useful post:

Im_YouViolateMe
01-31-2016, 01:50 AM #5
/SneakerStreet/
At least I can fight
Originally posted by YouViolateMe View Post
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: N/A

Currently Requested Menus:

  • iKonRoi v2
  • EliteMossy v15


hey YVM.

realy nice thread. i realy wanna have a base from mw2 on bo2.

Menu base:Red dot city v6.7
Video:

Game Mw2.

i hope you can convert this baseSmile maybe replace the spining skulls with the bo2 prestige master icon xD

The following user thanked /SneakerStreet/ for this useful post:

Im_YouViolateMe
01-31-2016, 02:49 AM #6
Patrick
League Champion
Here is some cool menu bases you could re create:

Drop down menu base:

You must login or register to view this content.

Or

The following user thanked Patrick for this useful post:

Im_YouViolateMe
01-31-2016, 03:54 AM #7
DF_AUS
NextGenUpdate Elite
YEEEEES PBJTPBJTPBJT

Tha king is back ClapsClapsClaps

The following 2 users say thank you to DF_AUS for this useful post:

DoraTheKiller97, Im_YouViolateMe
01-31-2016, 06:31 AM #8
DoraTheKiller97
Treasure hunter
Name: Las Divinas Revelations (V3)

Video :


Game: Best cod of them all, Cod 4.

This should be a challenge. :P Smile im glad to see you back, i thought you dissipated!

The following user thanked DoraTheKiller97 for this useful post:

Im_YouViolateMe
01-31-2016, 03:26 PM #9
EternalHabit
Former Staff
Originally posted by YouViolateMe View Post
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: N/A

Currently Requested Menus:

  • iKonRoi v2
  • EliteMossy v15
  • Red Dot City v6.7
  • Jakes625 NBK Private Patch


Could've swore you quit GSC haha.

You should remake this base (the source is available but only for his first update) -



The following user thanked EternalHabit for this useful post:

Im_YouViolateMe
01-31-2016, 05:13 PM #10
Im_YouViolateMe
NextGenUpdate Elite
Originally posted by AUS View Post
YEEEEES PBJTPBJTPBJT

Tha king is back ClapsClapsClaps


Haha thanks, although jwm614, dtx12, Shark, CraigChrist, aerosoul94, and SyGnUs are the true kings of bo2.

The following user thanked Im_YouViolateMe for this useful post:

DF_AUS

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo