1/ Spec Ops XP Lobby
Vidéo : Aucune
Crédits : xLameHDx
2/ SupermanMods v5 mod menu
Vidéo :
Vous devez être inscrit pour voir les liens ! Inscrivez-vous ou connectez-vous ici.
Crédits : Superman ( L O L )
3/ Roll The Dice par $pacebound
Vidéo : Aucune
Crédits : $pacebound
4/ Nightmare v1
Changelog :
-Health Bar
-No Screen Text on top or anywhere that glows.
-Jetpack
-Unlimited Ammo
-Gametypes are Roll the Dice, Team Jugg, Jugg, Infected, and Gun Game.
When you open the menu you see:
-Killstreaks Menu
-Unlock All
-God Mode
-Invisibility
-Pick Your Prestige
-Admin Menu
-Player Menu
-Restart Match
-End Game
Killstreaks Menu:
-added Rocket launchers
-added default Weapon
Admin Menu:
Commands Menu
Functions Menu
Visions Menu
Infections Menu
Fast Motion
Player Menu:
All the usually stuff and there is a working derank.
//Visions
self AddBackToMenu( "Visions", "Main" );
self AddMenuAction( "Visions", 0, "Thermal Vision", ::thermal, "" );
self AddMenuAction( "Visions", 1, "White Vision", ::white, "" );
self AddMenuAction( "Visions", 2, "Invert Vision", ::invert, "" );
self AddMenuAction( "Visions", 3, "Flashing Red", ::cartoon, "" );
self AddMenuAction( "Visions", 4, "Chrome", ::chrome, "" );
self AddMenuAction( "Visions", 5, "Normal Vision", ::normal, "" );
self AddMenuAction( "Visions", 6, "Sexy Graphics", ::sexy, "" );
//Infections
self AddBackToMenu( "Infections", "Main" );
self AddMenuAction( "Infections", 0, "Unlimited Equipment", ::laser, "" );
self AddMenuAction( "Infections", 1, "Big Radar", ::map, "" );
self AddMenuAction( "Infections", 2, "Quick Zoom", ::zoom, "" );
self AddMenuAction( "Infections", 3, "Good Carepackages", ::good, "" );
self AddMenuAction( "Infections", 4, "Long Nuke", ::nuke, "" );
self AddMenuAction( "Infections", 5, "Custom Colors", ::speed, "" );
self AddMenuAction( "Infections", 6, "Custom Map Name", ::gtnw, "" );
self AddMenuAction( "Infections", 7, "Knockback", ::back, "" );
self AddMenuAction( "Infections", 8, "Infinite UAV", ::infiniteUav, "" );
self AddMenuAction( "Infections", 9, "Infections Page 2", ::SubMenu, "Infections_2" );
//Commands
self AddBackToMenu( "Commands", "Main" );
self AddMenuAction( "Commands", 0, "NoClip", ::doUfo, "" );
self AddMenuAction( "Commands", 1, "Teleporter Mod", ::doTeleport, "" );
self AddMenuAction( "Commands", 2, "Third Person", ::doThirdPerson, "" );
//Functions
self AddBackToMenu( "Functions", "Main" );
self AddMenuAction( "Functions", 0, "Toggle Aimbot", ::Aimbot, "" );
self AddMenuAction( "Functions", 1, "Infectable Mod Menu", ::doInfect, "" );
self AddMenuAction( "Functions", 2, "Bouncy Grenades", ::doBouncingGrenades, "" );
self AddMenuAction( "Functions", 3, "Jetpack", ::jetPack, "" );
self AddMenuAction( "Functions", 4, "Find Origin", ::coors, "" );
//Infections_2
self AddBackToMenu( "Infections_2", "Main" );
self AddMenuAction( "Infections_2", 0, "Big Emblems", ::names, "" );
self AddMenuAction( "Infections_2", 1, "Little Aimbot", ::aimbot3, "" );
self AddMenuAction( "Infections_2", 2, "Colored Class Names", ::classes, "" );
self AddMenuAction( "Infections_2", 3, "Infectable Xp", ::moddedxp, "" );
self AddMenuAction( "Infections_2", 4, "Infectable MOTD", ::text, "" );
Vidéo : Aucune
Crédits : Superman / Tlpwnerzs / 2much4u / Nightmare
Ce qu'il pense ajouter : Moon Jump / Bunker Mod / Spawn Cannon / Plus d'infections
5/ Nightmare v2
Changelog :
self AddMenuAction( "Main", 0, "KillStreaks", ::SubMenu, "SubMenu_1" );
self AddMenuAction( "Main", 1, "Unlock All", ::completeAllChallenges, "" );
self AddMenuAction( "Main", 2, "God Mode", ::toggleGodMode, "" );
self AddMenuAction( "Main", 3, "Invisibility", ::toggleShow, "" );
self AddMenuAction( "Main", 4, "Pick Your Prestige", ::togglePrestige, "" );
self AddMenuAction( "Main", 5, "Forge Menu", ::SubMenu, "Forge Menu" );
self AddMenuAction( "Main", 6, "Admin Menu", ::SubMenu, "SubMenu_2" );
self AddMenuAction( "Main", 7, "Player Menu", ::SubMenu, "Player" );
self AddMenuAction( "Main", 8, "Restart Match", ::restartMap, "" );
self AddMenuAction( "Main", 9, "End Game", ::endMap, "" );
self AddMenuAction( "Main", 6, "Admin Menu", ::SubMenu, "SubMenu_2" );
self AddMenuAction( "Main", 7, "Player Menu", ::SubMenu, "Player" );
self AddMenuAction( "Main", 8, "Restart Match", ::restartMap, "" );
self AddMenuAction( "Main", 9, "End Game", ::endMap, "" );
self AddMenuAction( "SubMenu_1", 0, "Uav", ::giveKillstreak, "uav" );
self AddMenuAction( "SubMenu_1", 1, "Sentry Gun", ::giveKillstreak, "sentry" );
self AddMenuAction( "SubMenu_1", 2, "I.M.S", ::giveKillstreak, "ims" );
self AddMenuAction( "SubMenu_1", 3, "Precision Airstrike", ::giveKillstreak, "precision_airstrike" );
self AddMenuAction( "SubMenu_1", 4, "Helicopter", ::giveKillstreak, "helicopter" );
self AddMenuAction( "SubMenu_1", 5, "Assault Drone", ::giveKillstreak, "remote_tank" );
self AddMenuAction( "SubMenu_1", 6, "Emp", ::giveKillstreak, "emp" );
self AddMenuAction( "SubMenu_1", 7, "M.O.A.B", ::giveKillstreak, "nuke" );
self AddMenuAction( "SubMenu_1", 8, "Noob Tubes", ::noobtubes, "" );
self AddMenuAction( "SubMenu_1", 9, "Default Weapon", :W, "" );
self AddMenuAction( "SubMenu_2", 0, "Commands", ::SubMenu, "Commands" );
self AddMenuAction( "SubMenu_2", 1, "Functions", ::SubMenu, "Functions" );
self AddMenuAction( "SubMenu_2", 2, "Roll the Dice", ::changeGametype, "Roll_The_Dice" );
self AddMenuAction( "SubMenu_2", 3, "Visions", ::SubMenu, "Visions" );
self AddMenuAction( "SubMenu_2", 4, "Infections", ::SubMenu, "Infections" );
self AddMenuAction( "SubMenu_2", 5, "Fast Motion", ::fastm, "" );
self AddMenuAction( "SubMenu_2", 6, "Team Juggernaut", ::changeGametype, "Team_Juggernaut" );
self AddMenuAction( "SubMenu_2", 7, "Gun Game", ::changeGametype, "Gun_Game" );
self AddMenuAction( "SubMenu_2", 8, "Infected", ::changeGametype, "Infected_Game" );
self AddMenuAction( "SubMenu_2", 9, "Juggernaut", ::changeGametype, "Jugg_Game" );
self AddMenuAction( "Player_Rank", 0, "Kick Player", ::KickPlayer, "" );
self AddMenuAction( "Player_Rank", 1, "Kill player", ::KillPlayer, "" );
self AddMenuAction( "Player_Rank", 2, "Derank Forever", ::derankPlayer, "" );
self AddMenuAction( "Player_Rank", 3, "Promote Player", ::VerifyPlayer, "" );
self AddMenuAction( "Player_Rank", 4, "Super Promote", ::AdminPlayer, "" );
self AddMenuAction( "Visions", 0, "Thermal Vision", ::thermal, "" );
self AddMenuAction( "Visions", 1, "White Vision", ::white, "" );
self AddMenuAction( "Visions", 2, "Invert Vision", ::invert, "" );
self AddMenuAction( "Visions", 3, "Flashing Red", ::cartoon, "" );
self AddMenuAction( "Visions", 4, "Chrome", ::chrome, "" );
self AddMenuAction( "Visions", 5, "Normal Vision", ::normal, "" );
self AddMenuAction( "Visions", 6, "Sexy Graphics", ::sexy, "" );
self AddMenuAction( "Visions", 7, "Drunk Mode", ::doBind, "" );
self AddMenuAction( "Infections", 0, "Unlimited Equipment", ::laser, "" );
self AddMenuAction( "Infections", 1, "Big Radar", ::map, "" );
self AddMenuAction( "Infections", 2, "Quick Zoom", ::zoom, "" );
self AddMenuAction( "Infections", 3, "Good Carepackages", ::good, "" );
self AddMenuAction( "Infections", 4, "Long Nuke", ::nuke, "" );
self AddMenuAction( "Infections", 5, "Custom Colors", ::speed, "" );
self AddMenuAction( "Infections", 6, "Custom Map Name", ::gtnw, "" );
self AddMenuAction( "Infections", 7, "Knockback", ::back, "" );
self AddMenuAction( "Infections", 8, "Infinite UAV", ::infiniteUav, "" );
self AddMenuAction( "Infections", 9, "Infections Page 2", ::SubMenu, "Infections_2" );
self AddMenuAction( "Commands", 0, "NoClip", ::doUfo, "" );
self AddMenuAction( "Commands", 1, "Third Person", ::doThirdPerson, "" );
self AddMenuAction( "Commands", 2, "Best Infections", ::infect, "" );
self AddBackToMenu( "Functions", "Main" );
self AddMenuAction( "Functions", 0, "Toggle Aimbot", ::Aimbot, "" );
self AddMenuAction( "Functions", 1, "Infectable Mod Menu", ::doInfect, "" );
self AddMenuAction( "Functions", 2, "Bouncy Grenades", ::doBouncingGrenades, "" );
self AddMenuAction( "Functions", 3, "Jetpack", ::jetPack, "" );
self AddMenuAction( "Functions", 4, "Find Origin", :riginDisplay, "" );
self AddMenuAction( "Functions", 5, "Rcxd Car", ::doRcXd, "" );
self AddMenuAction( "Functions", 6, "Max God Mode", ::doAmazingHealth, "" );
self AddMenuAction( "Functions", 7, "Bots", ::doBots, "" );
self AddMenuAction( "Functions", 8, "Nade Training", ::specNading, "" );
self AddMenuAction( "Infections_2", 0, "Big Emblems", ::names, "" );
self AddMenuAction( "Infections_2", 1, "Little Aimbot", ::aimbot3, "" );
self AddMenuAction( "Infections_2", 2, "Colored Class Names", ::classes, "" );
self AddMenuAction( "Infections_2", 3, "Infectable Xp", ::moddedxp, "" );
self AddMenuAction( "Infections_2", 4, "Infectable MOTD", ::text, "" );
self AddMenuAction( "Forge Menu", 0, "Spawn Crate", ::SpawnCrate, "" );
self AddMenuAction( "Forge Menu", 1, "Spawn Weapon", ::SpawnTurretGun, "" );
self AddMenuAction( "Forge Menu", 2, "Stairway to Heaven", ::stair, "" );
Vidéo : Aucune
Crédits : Superman / Tlpwnerzs / 2much4u / Nightmare
6/ Superman v1
Vidéo :
Vous devez être inscrit pour voir les liens ! Inscrivez-vous ou connectez-vous ici.
7/ Superman v3
Vidéo :
Vous devez être inscrit pour voir les liens ! Inscrivez-vous ou connectez-vous ici.
8/ Superman v4
Vidéo :
Vous devez être inscrit pour voir les liens ! Inscrivez-vous ou connectez-vous ici.
9/ Superman v6 ( 2 Swag )
Vidéo :
Vous devez être inscrit pour voir les liens ! Inscrivez-vous ou connectez-vous ici.
Comment installer un menu modifié à un iso
C'est ici, seuls 2/3 truc changent, à vous de voir. Sinon ya ce tuto que j'avais fais mais je ne sais pas si y marche !
Vous avez besoin de :- Trucha Signer- MW3 en iso ( trouvable sur internet )- Le fichier common_level_temp_mp modifié- Un DVD-R ou un HDD ( formaté en WBFS )- Une WII pouvant lire des iso1/ Ouvrez le ' Trucha Signer ' et cliquez sur ' Image > Open Iso '2/ Quand vous aurez trouvé votre ISO MW3 faites ' Open '3/ Ensuite allez dans votre HDD et cherchez le ' common_level_temp_mp '.4/ Remplacez le common modifié par le common d'origine. Je vous conseille de garder celui d'origine. On ne sait jamais.
5/ Ensuite cherchez le fichier du mod menu et cliquez sur ' Open '.6/ Une fois que tout ça est fait, allez sur la partition et cliquez sur ' Trucha Sign It !7/ Fermez l'Iso et Trucha Signer !
Fichiers joints
-
$pacebound RTD v1.1.zip1.1 Mo · Affichages: 22
-
Nightless+v2.zip1.1 Mo · Affichages: 34
-
superman\'s mod menu v5.rar1.1 Mo · Affichages: 54
-
Nightless v1.zip1.1 Mo · Affichages: 13
-
superman\'s mod menu v3.rar1.1 Mo · Affichages: 16
-
superman\'s mod menu v4.rar1.1 Mo · Affichages: 10
-
Spec ops xp lobby .zip789.4 KB · Affichages: 36
-
superman\'s mod menu v1.rar1.1 Mo · Affichages: 12
-
2 Swag.rar1.1 Mo · Affichages: 54