Post: New Mod Menu 1.11 Style
06-28-2011, 01:08 AM #1
aerosoul94
smooth like butter
(adsbygoogle = window.adsbygoogle || []).push({}); Watch the video below and you'll see what I mean, its nothing that special but its something new..

    
//Most of these are self explanatory
con_gameMsgWindow1FadeInTime "0.25"
con_gameMsgWindow1FadeOutTime "0.5"
con_gameMsgWindow1LineCount "1" //any number 1-9
con_gameMsgWindow1MsgTime "3"
con_gameMsgWindow1ScrollTime "0.25"

//This one is important, it must be set right away
con_gameMsgWindow1Filter "gamenotify"

//And set this right away too so you dont get double menus
con_gameMsgWindow0Filter "obituary"


Those are the game settings for the messages that show up in game( remember iPrintln and iPrintlnBold? ). 0 is the messages for the lower left, and 1 is the messages in the middle. Well for this menu we're going to use the middle one( iPrinlnBold ). It still has that annoying UnknownCMD though but hey its stealth. So use these to create a menu. Heres mine(skip to 0:35):



Dont forget to like and sub and DONT FORGET CREDITS[/U] Winky Winky
(adsbygoogle = window.adsbygoogle || []).push({});

The following 31 users say thank you to aerosoul94 for this useful post:

Okami, Blackstorm, Brentdevent, CleanMODSHD, Daddy, D@ EnVvY!, Devil, djh1495, HowsMySHOOTING, hydro_122499, iDannyy, JamazkieHD, Joey Essex, JonoEfthy, Kakashii, User23434, Mr Grumpy, Plumm, ReX-05, SALOOTME, TheDecryptor, Uk_ViiPeR, ViiZiiKz, x-Roniie-x., xChronicModz, xRvG-, YouRecognizeMe, zFlaVouR
06-28-2011, 06:03 AM #20
zFlaVouR
Former zFlaVouR!
But can you give an example of how it shold look like with options and that stuff like this

set 2t "====^4Fast_Modz====;"
set 2m "bind BUTTON_B vstr 2e;vstr 2opt1"
set 2opt1 "vstr 2t;^2Aim_Assist;bind BUTTON_A vstr 2opt1r; bind DPAD_UP vstr 2opt3; bind DPAD_DOWN vstr 2opt2"
set 2m "bind BUTTON_B vstr 2e;vstr 2opt1"
set 2opt2 "vstr 2t;^0Force_UAV;bind BUTTON_A vstr 2opt2r; bind DPAD_UP vstr 2opt1; bind DPAD_DOWN vstr 2opt3"
set 2m "bind BUTTON_B vstr 2e;vstr 2opt1"
set 2opt3 "vstr 2t;^2Little_Green_Box_And_Red_Targets;bind BUTTON_A vstr 2opt3r; bind DPAD_UP vstr 2opt2; bind DPAD_DOWN vstr 2opt1"
set 2opt1r "toggle aim_autoaim_enabled 1 0;toggle aim_lockon_strength 9999 0.6; toggle aim_lockon_deflection 0.0005 0.05; toggle seta drawLagometer 1 0;toggle aim_autoaim_lerp 999 40; toggle aim_autoaim_region_height 999 120; toggle aim_autoaim_region_width 5000 160; toggle aim_autoAimRangeScale 2 1;"
set 2opt2r "toggle scr_game_forceuav 1 0; toggle compass_show_enemies 1 0; toggle g_compassShowEnemies 1 0; toggle compassEnemyFootstepEnabled 1 0; toggle compassEnemyFootstepMaxZ 99999 100; toggle compassRadarUpdateTime 0.001 4; toggle compassFastRadarUpdateTime 2; toggle compassEnemyFootstepMinSpeed 0 140; toggle compassEnemyFootstepMaxRange 99999 500;"
set 2opt3r "toggle aim_slowdown_pitch_scale 0.4 0; toggle aim_slowdown_yaw_scale 0.4 0; toggle aim_slowdown_yaw_scale_ads 0.5 0; toggle aim_slowdown_pitch_scale_ads 0.5 0; toggle aim_slowdown_debug 1 0; toggle aim_slowdown_region_height 2.85 0; toggle aim_slowdown_region_width 2.85 0;"
06-28-2011, 06:17 AM #21
aerosoul94
smooth like butter
Originally posted by mibu73 View Post
But can you give an example of how it shold look like with options and that stuff like this

set 2t "====^4Fast_Modz====;"
set 2m "bind BUTTON_B vstr 2e;vstr 2opt1"
set 2opt1 "vstr 2t;^2Aim_Assist;bind BUTTON_A vstr 2opt1r; bind DPAD_UP vstr 2opt3; bind DPAD_DOWN vstr 2opt2"
set 2m "bind BUTTON_B vstr 2e;vstr 2opt1"
set 2opt2 "vstr 2t;^0Force_UAV;bind BUTTON_A vstr 2opt2r; bind DPAD_UP vstr 2opt1; bind DPAD_DOWN vstr 2opt3"
set 2m "bind BUTTON_B vstr 2e;vstr 2opt1"
set 2opt3 "vstr 2t;^2Little_Green_Box_And_Red_Targets;bind BUTTON_A vstr 2opt3r; bind DPAD_UP vstr 2opt2; bind DPAD_DOWN vstr 2opt1"
set 2opt1r "toggle aim_autoaim_enabled 1 0;toggle aim_lockon_strength 9999 0.6; toggle aim_lockon_deflection 0.0005 0.05; toggle seta drawLagometer 1 0;toggle aim_autoaim_lerp 999 40; toggle aim_autoaim_region_height 999 120; toggle aim_autoaim_region_width 5000 160; toggle aim_autoAimRangeScale 2 1;"
set 2opt2r "toggle scr_game_forceuav 1 0; toggle compass_show_enemies 1 0; toggle g_compassShowEnemies 1 0; toggle compassEnemyFootstepEnabled 1 0; toggle compassEnemyFootstepMaxZ 99999 100; toggle compassRadarUpdateTime 0.001 4; toggle compassFastRadarUpdateTime 2; toggle compassEnemyFootstepMinSpeed 0 140; toggle compassEnemyFootstepMaxRange 99999 500;"
set 2opt3r "toggle aim_slowdown_pitch_scale 0.4 0; toggle aim_slowdown_yaw_scale 0.4 0; toggle aim_slowdown_yaw_scale_ads 0.5 0; toggle aim_slowdown_pitch_scale_ads 0.5 0; toggle aim_slowdown_debug 1 0; toggle aim_slowdown_region_height 2.85 0; toggle aim_slowdown_region_width 2.85 0;"

You would create it the same way you would create a "non-stealth" menu. Except instead of cg_chattime you have con_gameMsgWindow1MsgTime. And instead of cg_chatheight you have con_gameMsgWindow1LineCount.
06-28-2011, 06:19 AM #22
zFlaVouR
Former zFlaVouR!
Originally posted by aerosoul94 View Post
You would create it the same way you would create a "non-stealth" menu. Except instead of cg_chattime you have con_gameMsgWindow1MsgTime. And instead of cg_chatheight you have con_gameMsgWindow1LineCount.


so if i generate a non stealth patch from pcfreak30's generator and replaced that i would get that menu? or should i just stop asking dumb questions?
06-28-2011, 06:28 AM #23
aerosoul94
smooth like butter
Originally posted by mibu73 View Post
so if i generate a non stealth patch from pcfreak30's generator and replaced that i would get that menu? or should i just stop asking dumb questions?


lol. I would recommend you don't use pcfreaks generator. It creates unnecessary coding. Just try using your brain. Smile
you can do it like non stealth just don't use the "say" command

The following 3 users say thank you to aerosoul94 for this useful post:

iCreative, Plumm, TheFallen
06-28-2011, 06:30 AM #24
zFlaVouR
Former zFlaVouR!
Originally posted by aerosoul94 View Post
lol. I would recommend you don't use pcfreaks generator. It creates unnecessary coding. Just try using your brain. Smile
you can do it like non stealth just don't use the "say" command


ok i will start on that project when i come home from vacation Happy
06-28-2011, 09:56 AM #25
PussayPatrol
I'm a neat monster...
Originally posted by Blackstorm View Post
I think you're cute.


4 once u dident say,

"This is old"
"posted on Se7ensins Forever ago"
"This is Gay"

lol good job :y:
06-28-2011, 03:10 PM #26
how i get this?

The following user groaned moneyhm for this awful post:

TheFallen
06-28-2011, 03:33 PM #27
Originally posted by aerosoul94 View Post
yup it's only for pc


EDIT: dw about it :p
06-28-2011, 07:00 PM #28
Blackstorm
Veni. Vidi. Vici.
Originally posted by 69r View Post
4 once u dident say,

"This is old"
"posted on Se7ensins Forever ago"
"This is Gay"

lol good job :y:


I only say that when it's true. Awesome face

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo