Post: MW3 Anti Non-Host Menu | Events Modding | Special Heads | Player Screen Control
04-25-2017, 08:39 PM #1
(adsbygoogle = window.adsbygoogle || []).push({}); Well, I'm no one in the modding scene, but at least I got something that I can call mine, since no one ever shared... Anyway, enjoy! Smile

Special Heads
Offset: 0xFCA49A
Head Values (Int32):
    
SPETSNAZ
Assault - 90
SMG - 97
LMG - 93
Sniper - 105
Shotgun - 95
DELTA
Assault - 72
SMG - 73/74
LMG - 73/74
Sniper - 86
Shotgun - 73/74
INVISIBLE - 0 (won't kick players)
INVISIBLE - 1 (will kick players)

*change to any of your opposite team's head and they get 0xp when they kill you*

Events Modding
Offset: 0x1C0C64 (RPC), 0xFCA280
Events Values (Int32) with description:
    
0 - EV_NONE // does nothing
1 - EV_FOLIAGE_SOUND // start playing wind sound
2 - EV_STOP_WEAPON_SOUND // stop current weapon sound
3 - EV_SOUND_ALIAS // play custom sound
4 - EV_SOUND_ALIAS_AS_MASTER // play custom overall sound
5 - EV_STOPSOUNDS // stop all active sounds
6 - EV_STANCE_FORCE_STAND // force player to stand
7 - EV_STANCE_FORCE_CROUCH // force player to crouch
8 - EV_STANCE_FORCE_PRONE // force player to go prone
9 - EV_STANCE_INVALID // *
10 - EV_ITEM_PICKUP // *
11 - EV_AMMO_PICKUP // *
12 - EV_NOAMMO // empty clip shot + change weapons
13 - EV_EMPTYCLIP // *
14 - EV_EMPTY_OFFHAND_PRIMARY // *
15 - EV_EMPTY_OFFHAND_SECONDARY // *
16 - EV_OFFHAND_END_NOTIFY // *
17 - EV_RESET_ADS // *
18 - EV_RELOAD // *
19 - EV_RELOAD_FROM_EMPTY // *
20 - EV_RELOAD_START // *
21 - EV_RELOAD_END // *
22 - EV_RELOAD_START_NOTIFY // *
23 - EV_RELOAD_ADDAMMO // *
24 - EV_RAISE_WEAPON // play current weapon going sound
25 - EV_FIRST_RAISE_WEAPON // play current weapon first going sound
26 - EV_PUTAWAY_WEAPON // play current weapon coming sound
27 - EV_WEAPON_ALT // *
28 - EV_WEAPON_SWITCH_STARTED // *
29 - EV_PULLBACK_WEAPON // *
30 - EV_FIRE_WEAPON // *
31 - EV_FIRE_WEAPON_LASTSHOT // *
32 - EV_FIRE_RICOCHET // play current weapon fire FX
33 - EV_RECHAMBER_WEAPON // *
34 - EV_EJECT_BRASS // play current weapon brass FX
35 - EV_FIRE_WEAPON_LEFT // *
36 - EV_FIRE_WEAPON_LASTSHOT_LEFT // *
37 - EV_EJECT_BRASS_LEFT // *
38 - EV_HITCLIENT_FIRE_WEAPON // *
39 - EV_HITCLIENT_FIRE_WEAPON_LASTSHOT // *
40 - EV_HITCLIENT_FIRE_WEAPON_LEFT // *
41 - EV_HITCLIENT_FIRE_WEAPON_LASTSHOT_LEFT // *
42 - EV_SV_FIRE_WEAPON // play current weapon fire FX
43 - EV_SV_FIRE_WEAPON_LASTSHOT // play current weapon fire FX
44 - EV_SV_FIRE_WEAPON_LEFT // play akimbo weapon fire FX
45 - EV_SV_FIRE_WEAPON_LASTSHOT_LEFT // play akimbo weapon fire FX
46 - EV_MELEE_SWIPE // play melee sound
47 - EV_FIRE_MELEE // *
48 - EV_PREP_OFFHAND // *
49 - EV_USE_OFFHAND // *
50 - EV_SWITCH_OFFHAND // *
51 - EV_MELEE_HIT // play melee hit sound
52 - EV_MELEE_MISS // play melee miss sound
53 - EV_MELEE_BLOOD // *
54 - EV_SV_FIRE_TURRET // *
55 - EV_FIRE_TURRET // play current weapon fire FX
56 - EV_FIRE_SENTRY // play current weapon fire FX
57 - EV_FIRE_QUADBARREL_1 // play current weapon fire FX x4
58 - EV_FIRE_QUADBARREL_2 // play current weapon fire FX x8
59 - EV_BULLET_HIT // play bullet hit sound
60 - EV_BULLET_HIT_SHIELD // play bullet hit sound
61 - EV_BULLET_HIT_EXPLODE // play bullet hit sound
62 - EV_BULLET_HIT_CLIENT_SMALL // play bullet hit sound
63 - EV_BULLET_HIT_CLIENT_LARGE // play bullet hit sound
64 - EV_BULLET_HIT_CLIENT_EXPLODE // play bullet explode hit sound
65 - EV_BULLET_HIT_CLIENT_SHIELD // play bullet shield small hit sound
66 - EV_BULLET_DESTROY_CLIENT_SHIELD // *
67 - EV_EXPLOSIVE_IMPACT_ON_SHIELD // play bullet explode big hit sound
68 - EV_EXPLOSIVE_SPLASH_ON_SHIELD // play bullet explode medium hit sound
69 - EV_GRENADE_BOUNCE // *
70 - EV_GRENADE_STICK // *
71 - EV_GRENADE_REST // *
72 - EV_GRENADE_ROLL // *
73 - EV_GRENADE_EXPLODE // play bullet hit sound
74 - EV_GRENADE_PICKUP // *
75 - EV_GRENADE_LETGO // *
76 - EV_ROCKET_EXPLODE // play bullet hit sound
77 - EV_ROCKET_EXPLODE_NOMARKS // play bullet hit sound
78 - EV_FLASHBANG_EXPLODE // *
79 - EV_CUSTOM_EXPLODE // play bullet hit sound
80 - EV_CUSTOM_EXPLODE_NOMARKS // play bullet hit sound
81 - EV_CHANGE_TO_DUD // *
82 - EV_DUD_EXPLODE // *
83 - EV_DUD_IMPACT // *
84 - EV_TROPHY_EXPLODE // freeze PS3
85 - EV_BULLET // kick to party
86 - EV_PLAY_FX // play custom FX
87 - EV_PLAY_FX_ON_TAG // *
88 - EV_STOP_FX_ON_TAG // *
89 - EV_PLAY_FX_ON_TAG_FOR_CLIENTS // *
90 - EV_PHYS_EXPLOSION_SPHERE // *
91 - EV_PHYS_EXPLOSION_CYLINDER // *
92 - EV_PHYS_EXPLOSION_JOLT // *
93 - EV_RADIUSDAMAGE // *
94 - EV_PHYS_JITTER // *
95 - EV_EARTHQUAKE // *
96 - EV_GRENADE_SUICIDE // *
97 - EV_DETONATE // *
98 - EV_NIGHTVISION_WEAR // *
99 - EV_NIGHTVISION_REMOVE // *
100 - EV_MISSILE_REMOTE_BOOST // *
101 - EV_PLAY_RUMBLE_ON_ENT // play custom rumble (kick to party if not registered)
102 - EV_PLAY_RUMBLE_ON_POS // play custom rumble (kick to party if not registered)
103 - EV_PLAY_RUMBLELOOP_ON_ENT // play custom rumble (kick to party if not registered)
104 - EV_PLAY_RUMBLELOOP_ON_POS // play custom rumble (kick to party if not registered)
105 - EV_STOP_RUMBLE // stop last rumble
106 - EV_STOP_ALL_RUMBLES // stop all rumbles
107 - EV_VARIABLE_ZOOM_CHANGE // *
108 - EV_OBITUARY // iPrintIn your suicide (without killing you)
109 - EV_NO_PRIMARY_GRENADE_HINT // iPrintInBold "No Equipment Available"
110 - EV_NO_SECONDARY_GRENADE_HINT // iPrintInBold "No Special Grenades Remaining"
111 - EV_TARGET_TOO_CLOSE_HINT // iPrintInBold "Too Close To Target"
112 - EV_TARGET_NOT_ENOUGH_CLEARANCE_HINT // iPrintInBold "Not Enough Room To Fire"
113 - EV_LOCKON_REQUIRED_HINT // iPrintInBold "Lock-On Required"
114 - EV_VEHICLE_COLLISION // freeze PS3
115 - EV_VEHICLE_SUSPENSION_SOFT // freeze PS3
116 - EV_VEHICLE_SUSPENSION_HARD // freeze PS3
117 - EV_FOOTSTEP_SPRINT // play sprinting sound
118 - EV_FOOTSTEP_RUN // play running sound
119 - EV_FOOTSTEP_WALK // play walking sound
120 - EV_FOOTSTEP_PRONE // play prone sound
121 - EV_JUMP // play jump sound
122 - EV_LANDING_DEFAULT // play landing FX
123 - EV_LANDING_BARK // play bark landing FX
124 - EV_LANDING_BRICK // play brick landing FX
125 - EV_LANDING_CARPET // play carpet landing FX
126 - EV_LANDING_CLOTH // play cloth landing FX
127 - EV_LANDING_CONCRETE // play concrete landing FX
128 - EV_LANDING_DIRT // play dirt landing FX
129 - EV_LANDING_FLESH // play flesh landing FX
130 - EV_LANDING_FOLIAGE // play foliage landing FX
131 - EV_LANDING_GLASS // play glass landing FX
132 - EV_LANDING_GRASS // play grass landing FX
133 - EV_LANDING_GRAVEL // play gravel landing FX
134 - EV_LANDING_ICE // play ice landing FX
135 - EV_LANDING_METAL // play metal landing FX
136 - EV_LANDING_MUD // play mud landing FX
137 - EV_LANDING_PAPER // play paper landing FX
138 - EV_LANDING_PLASTER // play plaster landing FX
139 - EV_LANDING_ROCK // play rock landing FX
140 - EV_LANDING_SAND // play sand landing FX
141 - EV_LANDING_SNOW // play snow landing FX
142 - EV_LANDING_WATER // play water landing FX
143 - EV_LANDING_WOOD // play wood landing FX
144 - EV_LANDING_ASPHALT // play asphalt landing FX
145 - EV_LANDING_CERAMIC // play ceramic landing FX
146 - EV_LANDING_PLASTIC // play plastic landing FX
147 - EV_LANDING_RUBBER // play rubber landing FX
148 - EV_LANDING_CUSHION // play cushion landing FX
149 - EV_LANDING_FRUIT // play fruit landing FX
150 - EV_LANDING_PAINTEDMETAL // play painted metal landing FX
151 - EV_LANDING_RIOTSHIELD // play riot shield landing FX
152 - EV_LANDING_SLUSH // play slush landing FX
153 - EV_LANDING_PAIN_DEFAULT // play painful landing FX
154 - EV_LANDING_PAIN_BARK // play painful bark landing FX
155 - EV_LANDING_PAIN_BRICK // play painful brick landing FX
156 - EV_LANDING_PAIN_CARPET // play painful carpet landing FX
157 - EV_LANDING_PAIN_CLOTH // play painful cloth landing FX
158 - EV_LANDING_PAIN_CONCRETE // play painful concrete landing FX
159 - EV_LANDING_PAIN_DIRT // play painful dirt landing FX
160 - EV_LANDING_PAIN_FLESH // play painful flesh landing FX
161 - EV_LANDING_PAIN_FOLIAGE // play painful foliage landing FX
162 - EV_LANDING_PAIN_GLASS // play painful glass landing FX
163 - EV_LANDING_PAIN_GRASS // play painful grass landing FX
164 - EV_LANDING_PAIN_GRAVEL // play painful gravel landing FX
165 - EV_LANDING_PAIN_ICE // play painful ice landing FX
166 - EV_LANDING_PAIN_METAL // play painful metal landing FX
167 - EV_LANDING_PAIN_MUD // play painful mud landing FX
168 - EV_LANDING_PAIN_PAPER // play painful paper landing FX
169 - EV_LANDING_PAIN_PLASTER // play painful plaster landing FX
170 - EV_LANDING_PAIN_ROCK // play painful rock landing FX
171 - EV_LANDING_PAIN_SAND // play painful sand landing FX
172 - EV_LANDING_PAIN_SNOW // play painful snow landing FX
173 - EV_LANDING_PAIN_WATER // play painful water landing FX
174 - EV_LANDING_PAIN_WOOD // play painful wood landing FX
175 - EV_LANDING_PAIN_ASPHALT // play painful asphalt landing FX
176 - EV_LANDING_PAIN_CERAMIC // play painful ceramic landing FX
177 - EV_LANDING_PAIN_PLASTIC // play painful plastic landing FX
178 - EV_LANDING_PAIN_RUBBER // play painful rubber landing FX
179 - EV_LANDING_PAIN_CUSHION // play painful cushion landing FX
180 - EV_LANDING_PAIN_FRUIT // play painful fruit landing FX
181 - EV_LANDING_PAIN_PAINTEDMETAL // play painful painted metal landing FX
182 - EV_LANDING_PAIN_RIOTSHIELD // play painful riot shield landing FX
183 - EV_LANDING_PAIN_SLUSH // play painful slush landing FX
184 - EV_MANTLE // play moving sound
* needs additional unknown parameters (weapons, akimbos, etc)


Player Screen Control
Offset: 0x228FA8 (SV_GSSC), (string "o " + OptionID)
Option IDs with description:
    
0 - default // options2 -sticklayout
1 - ingame_controls // leavegame -no
2 - popup_leavegame // freeze player and menu and shows mode
3 - scoreboard // change team -auto-assign
4 - team_marinesopfor // options1 auto-assign -choose class
5 - class_marines // choose class marines -currentclass
6 - changeclass_marines // options1 marines -choose class (if same team = blink)
7 - initteam_marines // options1 marines -choose class
8 - class_opfor // choose class opfor -currentclass
9 - changeclass_opfor // options1 opfor -choose class (if same team = blink)
10 - class // choose class -currentclass
11 - changeclass // blink everything
12 - initteam_opfor // throw sand on face
13 - dirt_effect_center // sand on face
14 - dirt_effect_left // blood on center
15 - dirt_effect_right // blood on left
16 - blood_effect_center // blood on right
17 - blood_effect_left // blink
18 - blood_effect_right // blink
19 - ac130timer // iPrintInBold "Headshot!\n+0"
20 - remotetank_timer // blink
21 - splash // iPrintInBold "Headshot!\n(checkerboard)\n+0"
22 - challenge // iPrintInBold "(checkerboard)\n+0\nHeadshot!"
23 - defcon // show perks and proficiency
24 - killstreak // blink
25 - perk_display // removes minimap and killstreaks for 4s
26 - perk_hide // blink
27 - killedby_card_display // blink
28 - killedby_card_hide // blink
29 - youkilled_card_display // freeze player and menu and shows center shadow
30 - endgameupdate // does nothing

*one of the blinks change the kill xp to up left corner*
**use one of the blinks with a timer and you will get an overheated console**

Anti Non-Host Menu
Just use SV_GSSC as mentioned above and use IDs 2 or 29 with a timer. Good luck!

Please, give me credits if you use anything from here.

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

MrSynful, sandro oliveira
09-06-2017, 07:38 PM #11
the tittle of this thread sounds like some next level insane mods. Anti-non host.
10-07-2017, 10:33 PM #12
Originally posted by randylee69 View Post
the tittle of this thread sounds like some next level insane mods. Anti-non host.


I guess it's fair to call it this way, specially because it's the only way around in MW3...

Copyright © 2025, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo