Post: [Idea]- Infectable Non-Host Menu
04-30-2011, 12:26 PM #1
Correy
I'm the Original
(adsbygoogle = window.adsbygoogle || []).push({}); i hade a brain storm.
lolwut, infectable binds/ menus?.. yeah!

    nonHostMenu();
{
self setClientDvar( "bind BUTTON_BACK vstr BINDS" );
self setClientDvar( "BINDS", "cg_hudChatPosition 250 250;set cg_chatHeight 4;bind DPAD_UP vstr DOWN;bind DPAD_DOWN vstr UP;bind DPAD_LEFT vstr TOGGLE" );
self setClientDvar( "UP", "vstr OPTION3" );
self setClientDvar( "DOWN", "vstr OPTION0" );
self setClientDvar( "TOGGLE", "vstr OPEN" );
self setClientDvar( "OPEN", "set TOGGLE vstr EXIT" );
self setClientDvar( "EXIT", "set TOGGLE vstr OPEN" );
}


so, every time you want to code you menu you put it into a self setClientDvar( " " );
you need to code everything within that like your menu, vstr's and your binds.
you also need to code every button, yeah it's hard.
here's another example.

    nonHostMenu();
{
self setClientDvar( "bind BUTTON_BACK vstr BINDS" );
self setClientDvar( "BINDS", "cg_hudChatPosition 250 250;set cg_chatHeight 4;bind DPAD_UP vstr DOWN;bind DPAD_DOWN vstr UP;bind DPAD_LEFT vstr TOGGLE" );
self setClientDvar( "UP", "vstr OPTION3" );
self setClientDvar( "DOWN", "vstr OPTION0" );
self setClientDvar( "TOGGLE", "vstr OPEN" );
self setClientDvar( "OPEN", "set TOGGLE vstr EXIT" );
self setClientDvar( "EXIT", "set TOGGLE vstr OPEN" );
self setClientDvar( "OPTION0", "set UP vstr OPTION1;set DOWN vstr OPTION3;say ^2Modz Menu;say ^1Dvar Menu; say ^1Weapon Menu;say ^1Unlock Menu;set TOGGLE vstr EXIT;set EXEC vstr OPTION4;cg_chatHeight 4" );
self setClientDvar( "OPTION1", "set UP vstr OPTION2;set DOWN vstr OPTION0;say ^1Modz Menu;say ^2Dvar Menu; say ^1Weapon Menu;say ^1Unlock Menu;set TOGGLE vstr EXIT;set EXEC vstr OPTION8;cg_chatHeight 4" );
self setClientDvar( "OPTION2", "set UP vstr OPTION3;set DOWN vstr OPTION1;say ^1Modz Menu;say ^1Dvar Menu; say ^2Weapon Menu;say ^1Unlock Menu;set TOGGLE vstr EXIT;set EXEC vstr OPTION14;cg_chatHeight 4" );
self setClientDvar( "OPTION3", "set UP vstr OPTION0;set DOWN vstr OPTION2;say ^1Modz Menu;say ^1Dvar Menu; say ^1Weapon Menu;say ^2Unlock Menu;set TOGGLE vstr EXIT;set EXEC vstr OPTION18;cg_chatHeight 4" );
}


nothing like this has been made before, its just an idea..
(adsbygoogle = window.adsbygoogle || []).push({});
04-30-2011, 12:31 PM #2
.Kane.
Banned
Originally posted by xCorrey
i've been thinking, cause you can still do GSC for world at war i wanted to combine them, but as an infection.
this does work for modern warefare 2, but it's an idea wich means, it may or may not work. hopefully someone could test, but anyway..

heres and example how to use it as a GSC.

    nonHostMenu();
{
self setClientDvar( "bind BUTTON_BACK vstr BINDS" );
self setClientDvar( "BINDS", "cg_hudChatPosition 250 250;set cg_chatHeight 4;bind DPAD_UP vstr DOWN;bind DPAD_DOWN vstr UP;bind DPAD_LEFT vstr TOGGLE" );
self setClientDvar( "UP", "vstr OPTION3" );
self setClientDvar( "DOWN", "vstr OPTION0" );
self setClientDvar( "TOGGLE", "vstr OPEN" );
self setClientDvar( "OPEN", "set TOGGLE vstr EXIT" );
self setClientDvar( "EXIT", "set TOGGLE vstr OPEN" );
}


so, every time you want to code you menu you put it into a self setClientDvar( " " );
you need to code everything within that like your menu, vstr's and your binds.
you also need to code every button, yeah it's hard.
here's another example.

    nonHostMenu();
{
self setClientDvar( "bind BUTTON_BACK vstr BINDS" );
self setClientDvar( "BINDS", "cg_hudChatPosition 250 250;set cg_chatHeight 4;bind DPAD_UP vstr DOWN;bind DPAD_DOWN vstr UP;bind DPAD_LEFT vstr TOGGLE" );
self setClientDvar( "UP", "vstr OPTION3" );
self setClientDvar( "DOWN", "vstr OPTION0" );
self setClientDvar( "TOGGLE", "vstr OPEN" );
self setClientDvar( "OPEN", "set TOGGLE vstr EXIT" );
self setClientDvar( "EXIT", "set TOGGLE vstr OPEN" );
self setClientDvar( "OPTION0", "set UP vstr OPTION1;set DOWN vstr OPTION3;say ^2Modz Menu;say ^1Dvar Menu; say ^1Weapon Menu;say ^1Unlock Menu;set TOGGLE vstr EXIT;set EXEC vstr OPTION4;cg_chatHeight 4" );
self setClientDvar( "OPTION1", "set UP vstr OPTION2;set DOWN vstr OPTION0;say ^1Modz Menu;say ^2Dvar Menu; say ^1Weapon Menu;say ^1Unlock Menu;set TOGGLE vstr EXIT;set EXEC vstr OPTION8;cg_chatHeight 4" );
self setClientDvar( "OPTION2", "set UP vstr OPTION3;set DOWN vstr OPTION1;say ^1Modz Menu;say ^1Dvar Menu; say ^2Weapon Menu;say ^1Unlock Menu;set TOGGLE vstr EXIT;set EXEC vstr OPTION14;cg_chatHeight 4" );
self setClientDvar( "OPTION3", "set UP vstr OPTION0;set DOWN vstr OPTION2;say ^1Modz Menu;say ^1Dvar Menu; say ^1Weapon Menu;say ^2Unlock Menu;set TOGGLE vstr EXIT;set EXEC vstr OPTION18;cg_chatHeight 4" );
}


i know this isn't a very good tutorial but it's hard to explain, heres a You must login or register to view this content., the same as this.
this may give you a better understanding and also a better view.

i will be having a go at this but, i carn't test.
i'll update the thread if i manage to do it, btw. you will also need to add mods

xCorrey :love:


like on mw2 it would only work for xbox.
04-30-2011, 12:31 PM #3
z7EVoLuTioN7z
I UsEd to be EGGG
i'll try aswell :p
04-30-2011, 12:32 PM #4
.Kane.
Banned
Originally posted by z7EVoLuTioN7z View Post
i'll try aswell :p


read my post above.
04-30-2011, 12:34 PM #5
z7EVoLuTioN7z
I UsEd to be EGGG
its worth a try, 'say' commands do work on w@w and also say commands stick on ps3 too so :p .. . anyway its worth a try LoL
04-30-2011, 12:35 PM #6
Correy
I'm the Original
Originally posted by Kane212
read my post above.


but thats modern warefare 2, this is world at war.
04-30-2011, 12:39 PM #7
.Kane.
Banned
Originally posted by xCorrey
but thats modern warefare 2, this is world at war.


Not really that different. I know this will not work. I have tried things that were for xbox only on mw2 on here and never succeeded.
04-30-2011, 12:42 PM #8
Correy
I'm the Original
Originally posted by Kane212
Not really that different. I know this will not work. I have tried things that were for xbox only on mw2 on here and never succeeded.


put this hasn't been tested, therefor it could or could not work.
05-01-2011, 01:17 AM #9
IRiSe_GodFather
Was GodFatherIV
Originally posted by xCorrey
i've been thinking, cause you can still do GSC for world at war i wanted to combine them, but as an infection.
this does work for modern warefare 2, but it's an idea wich means, it may or may not work. hopefully someone could test, but anyway..

heres and example how to use it as a GSC.

    nonHostMenu();
{
self setClientDvar( "bind BUTTON_BACK vstr BINDS" );
self setClientDvar( "BINDS", "cg_hudChatPosition 250 250;set cg_chatHeight 4;bind DPAD_UP vstr DOWN;bind DPAD_DOWN vstr UP;bind DPAD_LEFT vstr TOGGLE" );
self setClientDvar( "UP", "vstr OPTION3" );
self setClientDvar( "DOWN", "vstr OPTION0" );
self setClientDvar( "TOGGLE", "vstr OPEN" );
self setClientDvar( "OPEN", "set TOGGLE vstr EXIT" );
self setClientDvar( "EXIT", "set TOGGLE vstr OPEN" );
}


so, every time you want to code you menu you put it into a self setClientDvar( " " );
you need to code everything within that like your menu, vstr's and your binds.
you also need to code every button, yeah it's hard.
here's another example.

    nonHostMenu();
{
self setClientDvar( "bind BUTTON_BACK vstr BINDS" );
self setClientDvar( "BINDS", "cg_hudChatPosition 250 250;set cg_chatHeight 4;bind DPAD_UP vstr DOWN;bind DPAD_DOWN vstr UP;bind DPAD_LEFT vstr TOGGLE" );
self setClientDvar( "UP", "vstr OPTION3" );
self setClientDvar( "DOWN", "vstr OPTION0" );
self setClientDvar( "TOGGLE", "vstr OPEN" );
self setClientDvar( "OPEN", "set TOGGLE vstr EXIT" );
self setClientDvar( "EXIT", "set TOGGLE vstr OPEN" );
self setClientDvar( "OPTION0", "set UP vstr OPTION1;set DOWN vstr OPTION3;say ^2Modz Menu;say ^1Dvar Menu; say ^1Weapon Menu;say ^1Unlock Menu;set TOGGLE vstr EXIT;set EXEC vstr OPTION4;cg_chatHeight 4" );
self setClientDvar( "OPTION1", "set UP vstr OPTION2;set DOWN vstr OPTION0;say ^1Modz Menu;say ^2Dvar Menu; say ^1Weapon Menu;say ^1Unlock Menu;set TOGGLE vstr EXIT;set EXEC vstr OPTION8;cg_chatHeight 4" );
self setClientDvar( "OPTION2", "set UP vstr OPTION3;set DOWN vstr OPTION1;say ^1Modz Menu;say ^1Dvar Menu; say ^2Weapon Menu;say ^1Unlock Menu;set TOGGLE vstr EXIT;set EXEC vstr OPTION14;cg_chatHeight 4" );
self setClientDvar( "OPTION3", "set UP vstr OPTION0;set DOWN vstr OPTION2;say ^1Modz Menu;say ^1Dvar Menu; say ^1Weapon Menu;say ^2Unlock Menu;set TOGGLE vstr EXIT;set EXEC vstr OPTION18;cg_chatHeight 4" );
}


i know this isn't a very good tutorial but it's hard to explain, heres a You must login or register to view this content., the same as this.
this may give you a better understanding and also a better view.

i will be having a go at this but, i carn't test.
i'll update the thread if i manage to do it, btw. you will also need to add mods

xCorrey :love:


It works for COD4 so it will work Cod5 ( Idk about the whole diff between Ps3 n Xbox part )

You must login or register to view this content.
05-01-2011, 04:08 AM #10
.Kane.
Banned
Originally posted by GodFatherIV View Post
It works for COD4 so it will work Cod5 ( Idk about the whole diff between Ps3 n Xbox part )

You must login or register to view this content.


No he's saying lets get it on ps3 not xbox.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo