Skip to content

Commit b21f328

Browse files
authored
initial upload
1 parent e9f9564 commit b21f328

13 files changed

Lines changed: 12485 additions & 2 deletions

File tree

README.md

Lines changed: 46 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,46 @@
1-
# HMW-Mod-Menu
2-
A mod menu with over 100 options made for the Call of Duty: Modern Warfare Remastered (2016) client HorizonMW.
1+
2+
# HorizonMW Mod Menu
3+
4+
A mod menu with over 100 options made for the *Call of Duty: Modern Warfare Remastered (2016)* client [HorizonMW](https://github.com/HorizonMW/HorizonMW-Client)
5+
6+
## Features
7+
8+
- **100+ menu options**
9+
10+
- **New gametypes:** *iSnipe*, *Roll The Dice*, *Melee Only* + More
11+
12+
- **Game options:** *Sliding*, *Infinite Game*, *Modded Lobby* + More
13+
14+
- **Team options:** *Freeze Team*, *Give Team Weapons*, *Teleport Team* + More
15+
16+
- **Weapon options:** *Weapon Editor*, *Rapid Fire*, *Explosive Rounds* + More
17+
18+
- **Player options:** *God Mode*, *UFO Mode*, *Force Field* + More
19+
20+
- **Bot options:** *Spawn Bots*, *Bots Can't Last Kill*, *Freeze Bots* + More
21+
22+
- **Miscellaneous options:** *Tornado*, *Fireworks*, *Model Rain* + More
23+
24+
- **Spawnables:** *Ferris Wheel*, *Roller Coaster*, *Artillery Cannon* + More
25+
26+
## Installation
27+
28+
- Install the menu by dropping the folders in your HorizonMW game folder
29+
30+
## Screenshots
31+
32+
<p align="center">
33+
<img src="https://i.imgur.com/EA845fF.png" height="250" width="415">
34+
<img src="https://i.imgur.com/6srZ8NQ.png" height="250" width="415">
35+
<img src="https://i.imgur.com/IH2kTju.png" height="300" width="415">
36+
<img src="https://i.imgur.com/eVtRlAp.png" height="300" width="415">
37+
</p>
38+
39+
## Known Issues
40+
41+
- The menu may crash after viewing too many options (overflow)
42+
- Code could be improved for many functions
43+
44+
## Credits
45+
46+
- [Xeirh](https://github.com/Xeirh/) - M203 Menu Base
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
init() {
2+
level thread user_scripts\mp\m203\preload::initial();
3+
}

0 commit comments

Comments
 (0)