Page 1 of 2 12 LastLast
Results 1 to 15 of 21
  1. #1
    aresdGHERhgerdherhrh's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    107
    Reputation
    30
    Thanks
    521

    MW3 CodJumper Mod



    MW3 CodJumper Mod


    Features
    • Saving and Loading Position
    • Forge Mode
    • Create Save and Load Maps
    • Dvar Console with Jump Dvars Re-Added and Dvar Limits Unlocked
    • Lots of Client Commands


    About
    I decided to make this mod so I could enjoy the CodJumper experience from CoD 4 on MW3. This mod lets you practice jumps and spots on maps and create jump maps with scripted bounces from care packages. Though this mod is mainly meant for jumping it can be fun to muck around with as well with things like forge mode, trails and clients commands. All features besides forge mode work for all clients in your game allowing friends to enjoy with you. Besides the dvar console all other features only work in private match to prevent ruining others experience. This mod involved a lot of C&P and is not all my own work, see below for credits.

    Detection Status: Undetected (for 2.5 weeks)




    Screenshots/Sketchy Video



    Instructions
    • 1. Start up MW3.
    • 2. While in the main menu inject MW3 CodJumper Mod.dll.
    • 3. Start up a private match.


    Things you should note:
    • Besides the dvar console everything else only works in private match while you are host.
    • To chat use the console but do not use a / or ! prefix.
    • If you have any of the jump dvars changed and enter a public match and you are not the host jumping will be glitchy. To fix this reset the dvars to their default values.
    • The save/load count will not work in theater mode.
    • Sometimes you will get pushed around while on a care pacage. Just pick up and place it again.
    • Loading a custom map on a different map than it was made on may not work properly.
    • Bounces work by multiplying your negative downward velocity if you are within a certain radius of the bounce and do not work like cod 4 bounces.



    About Maps and Configs:
    Maps and configs are saved/loaded to text files in Documents\MW3 Codjumper\Configs and Documents\MW3 Codjumper\Custom Maps. For configs to create one just make a .txt file and place all dvars in in the format of <Dvar Name> <Dvar Value> eg. "cg_fov 80" (without quotations) and seperate them via a new line.

    For maps you create them in game with the /SaveMap command. You can edit them via the text file if you like but dont remove the "//" lines. The format for bounces and platforms are <origin[0]> <origin[1]> <origin[2]> <angles[0]> <angles[1]> <angles[2]> with each entity seperated by a new line.

    For misc entities(duplicated ones that aren't bounces or platforms) the format is the same as above but with the modelIndex after them so <origin[0]> <origin[1]> <origin[2]> <angles[0]> <angles[1]> <angles[2]> <modelIndex>.
    Eg. A misc entity at 0,0,0 with angles 1,2,3 and an index of 7 would look like "0 0 0 1 2 3 7" (without quotations).

    Please feel free to share maps and configs on this thread c:




    Massive Credits To:
    • GMTPS3/xCSBKx - Spawning Solid Models
    • imGol2den - Tracing to Entities
    • VezahMoDz - PlayFX
    • seb5594 - HudElems and GiveWeapons
    • xRevolutions - Typewriter with HudElems
    • SkyFail - SV_GameSendServerCommand
    • Kenshin13 - Help with Hooking and Dvars
    • Insane - Dvar Finding
    • CypherPresents - EngineText
    • Nitro Gen - Rcon Print
    • Cre3per - Colored Name Patch and In-game Name Change
    • Sorry If I Forgot Any or Spelt Any Names Wrong Please Tell Me And I'll Update :c



    Virus Scans:
    Jotti
    Virus Total




    Commands:
    To open the console press ~
    You will also need to use the console to use chat. To chat just dont use a "/" or "!" prefix.


     
    For dvar/local commands place a "/" in front of the command.
    Eg. to change fov type /cg_fov 80
    Commands such as /disconnect also work. Dvar limits are removed therefor allowing 100 fov ect.

    List dvars and local commands:

    Command Type Default Value Description
    /Any dvar in the game.
    /exec string none Execute all dvars in a txt file. Usage: "/exec default" will execute default.txt.
    /name string none Change your name. Coloured names are supported.
    /list bool 0 Shows a list of clients in the game along with their number.
    The following require you to be host.
    /jump_height float 39
    /g_speed int 190
    /g_gravity int 800
    /jump_stepHeight float 18 The max height for walking onto.
    /bg_fallDamageMinHeight float 128
    /jump_slowDownEnable bool 1 Lets you jump infinite times without slowing down
    /forgemode bool 0 Enables forge mode
    /ClearMap bool none Use with 1 to clear all spawed/duplicated entities
    /SaveMap string none Saves all spawned/duplicated entites to a text file. Usage: "/SaveMap mp_test"
    /LoadMap string none Loads all entites from a text file. Usage: "/LoadMap mp_test"


    For client commands place an "!" in front of the command.
    All require you to be host and be in a private match.
    Eg. to give client 0 whose name is Bill noclip type "!noClip Bill 1" or "!noClip 0 1"
    Client commands require a name or client number. Use -1 for all clients. Names are resolved by finding the string in a name so using "a" will do it for all clients with an "a" in their name, it is non case sensitive. For clients whose name is hard to resolve use "/list 1 to get their client number"
    Format is !<command> <client name or number> <value>

    Command Type Description
    !NoClip Bool Gives the client NoClip. Usage: "!NoClip bill on"
    !GodMode Bool Gives the client god mode and invisibility which allows them to bypass death barriers.
    !Give String Gives the client the weapon which name you enter. Usage "!Give bill iw5_deserteagle_mp". Use ammo as the value to give ammo.
    !GiveTrail String Gives the client an FX trail. Usage "!GiveTrail bill 1". There are 5 to choose from, use 0 to turn it off.
    !Bounce None Bounces the client. Usage "!Bounce Bill 1" will bounce bill.
    !BounceGun Bool Bounces the player whenever they shoot. Works best with automatic weapons. Usage: "!BounceGun Bill 1".
    !KickClient String Kicks the client with a message. Usage "!KickClient Bill Being a cunt" will kick bill and tell him "Kicked for: Being a cunt".
    !iPrintLn String Prints a message to the clients obituary feed. Usage "!iPrintLn Bill Hello".
    !iPrintLnBold String Same as iPrintLn but prints to the middle of their screen.
    !SetVision String Int Sets the clients vision. Usage: "!SetVision Bill night_mp 9999". The time argument is optional.
    !SetBlur Int Blurs the clients screen. Usage: "!Blur Bill 10".
    !ResetFX None Resets the clients FX. Usage: "!ResetFX Bull 1"
    !SwitchToWeapon Int Changes the clients weapon to the weaponIndex you choose. They must have the weapon on them. Usage: "!SwitchToWeapon Bill 0"
    !OpenMenuFalse Int Opens a menu for the client but they can't navigate it. Usage: "!OpenMenuFalse Bill 5"
    !OpenMenu Int Same as OpenMenuFalse but they can navigate the menu.
    !SetVolume Int Set's the client's volume. Usage: "!SetVolume Bill 3"
    !PlaySound Int Plays the soundindex you put to the client. Usage: "!PlaySound Bill 1"
    !SendSplashScreen Int Int Gives the client a splash screen of int1 with a score of int2. Usage: "!SendSplashScreen Bill 46 555".
    !SetTeamScore Int Sets the team score to the value for a few seconds. Usage: "!SetTeamScore Bill 999999".
    !SendToLoadingScreen Int Sends the client to the loading screen until the game is over or they end process if you use a certain value .
    !SetClientDvar String Value Sets the clients dvar to the value. Most dvars don't work. Only values within a certain range can be used. Usage: "!SetClientDvar -1 cg_fov 80".
    !ServerCommand String Lets you do any server command manually. Usage: "!ServerCommand Bill f "Hello"" does the same as "!iPrintLn Bill Hello".








    <b>Downloadable Files</b> Downloadable Files
    Last edited by Ahlwong; 06-03-2021 at 05:50 PM.

  2. The Following 61 Users Say Thank You to aresdGHERhgerdherhrh For This Useful Post:

    abcdefg. (09-24-2016),Ankiiiii (09-14-2017),asddsasda223 (08-16-2018),bigboss231 (11-15-2016),cakecrafterftw (12-24-2016),Chewchew123 (09-28-2016),cirex (07-10-2016),cosavuoitu (07-24-2016),CrunchLikeTwix (07-03-2016),DaHaisl (09-17-2016),Declan Whiting (09-04-2016),dilangalmary (07-17-2016),ehinch (06-28-2016),EnergyMaster20 (12-17-2016),FateSadly (11-11-2016),freeze122 (11-25-2018),gael bleu (02-26-2018),Herro69 (07-28-2016),IICr3px (09-18-2016),itach (01-29-2017),jbkillerdk999 (07-08-2017),JOntemw3 (07-29-2016),joshua4222 (07-22-2016),kazimsolangi (04-03-2017),kevenmaster (07-21-2017),killersturg (05-12-2021),kingbrox (06-08-2017),lukaslaura11 (08-09-2016),lukaslaura222 (12-24-2016),mememr (10-02-2016),MinatoUz (04-30-2021),Naees21 (08-04-2017),Narresh21 (05-26-2018),nicolasparta9999 (07-30-2016),okkrass (10-28-2016),Panix20 (07-25-2016),Phantom_Texture (07-03-2016),PSNAccounter (09-30-2016),Qpita (03-16-2017),ramonmontes (08-04-2018),ryanttchan (11-19-2016),satizarap (01-22-2019),Silent (06-28-2016),Sir29 (01-03-2018),SnusHansson1337 (07-20-2016),steven666666 (09-26-2016),Swoty!123 (07-13-2016),Trumpv1 (09-22-2016),Tumper92 (07-28-2016),TYPSZ (06-25-2017),vaniss23 (10-05-2016),viktor07 (10-31-2017),warcry2016 (10-23-2016),xmitti (06-22-2017),xxtimogtaxx (03-15-2017),xxxsapnasxxx (01-29-2018),yerder (07-04-2016),yoloboy125 (07-05-2016),ZYR0_ (10-09-2016),_Neox_ (12-22-2016),|*DANGER*| (09-30-2020)

  3. #2
    Silent's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    5,070
    Reputation
    2172
    Thanks
    8,474
    My Mood
    Bitchy
    jmp hook for a jmp hack xD
    Last edited by Hunter; 07-17-2016 at 03:23 PM.
    Click Here to visit the official MPGH wiki! Keep up with the latest news and information on games and MPGH! To check out pages dedicated to games, see the links below!











    dd/mm/yyyy
    Member - 31/01/2015
    Premium - 12/09/2016
    Call of Duty minion - 05/11/2016 - 05/11/2019
    BattleOn minion - 28/02/2017 - 05/11/2019
    Battlefield minion - 30/05/2017 - 05/11/2019
    Other Semi-Popular First Person Shooter Hacks minion - 21/09/2017 - 17/09/2019
    Publicist - 07/11/2017 - 02/08/2018
    Cock Sucker - 01/12/2017 - Unknown
    Minion+ - 06/03/2018 - 05/11/2019
    Fortnite minion - 08/05/2018 - 05/11/2019
    Head Publicist - 08/10/2018 - 10/01/2020
    Developer Team - 26/10/2019 - 10/01/2020
    Former Staff - 10/01/2020



  4. #3
    ThisKillcam3's Avatar
    Join Date
    Dec 2015
    Gender
    male
    Posts
    92
    Reputation
    10
    Thanks
    109
    My Mood
    Bored
    Looks really good and thank you that all features, besides the dvar console doesent work online! (Y)

    I'm sorry for speaking English not very well.

  5. #4
    Silent's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    5,070
    Reputation
    2172
    Thanks
    8,474
    My Mood
    Bitchy
    Quote Originally Posted by ThisKillcam3 View Post
    Looks really good and thank you that all features, besides the dvar console doesent work online! (Y)
    cause sam can't code, And I wouldn't use it since it uses jmp hook witch is self detected by vac but it takes time.
    Click Here to visit the official MPGH wiki! Keep up with the latest news and information on games and MPGH! To check out pages dedicated to games, see the links below!











    dd/mm/yyyy
    Member - 31/01/2015
    Premium - 12/09/2016
    Call of Duty minion - 05/11/2016 - 05/11/2019
    BattleOn minion - 28/02/2017 - 05/11/2019
    Battlefield minion - 30/05/2017 - 05/11/2019
    Other Semi-Popular First Person Shooter Hacks minion - 21/09/2017 - 17/09/2019
    Publicist - 07/11/2017 - 02/08/2018
    Cock Sucker - 01/12/2017 - Unknown
    Minion+ - 06/03/2018 - 05/11/2019
    Fortnite minion - 08/05/2018 - 05/11/2019
    Head Publicist - 08/10/2018 - 10/01/2020
    Developer Team - 26/10/2019 - 10/01/2020
    Former Staff - 10/01/2020



  6. #5
    aresdGHERhgerdherhrh's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    107
    Reputation
    30
    Thanks
    521
    Quote Originally Posted by ThisKillcam3 View Post
    Looks really good and thank you that all features, besides the dvar console doesent work online! (Y)
    Thank you but do you mean the dvar commands or the other commands because the dvar commands should work everywhere?

    Quote Originally Posted by eithan1231 View Post


    cause sam can't code, And I wouldn't use it since it uses jmp hook witch is self detected by vac but it takes time.
    I don't think so seeing as every other ban I've received was about a week after whereas I used this hook on my other account for 3 months with no ban and was banned about a week after using CE on it and my new account has been 3 weeks without a ban.

  7. #6
    Jibbeb's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive
    I dont understand how i can load maps. Please help

    - - - Updated - - -

    And also when i try to save a map the game crashes and i don't know where the txt file will go.

  8. #7
    aresdGHERhgerdherhrh's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    107
    Reputation
    30
    Thanks
    521
    Quote Originally Posted by Jibbeb View Post
    I dont understand how i can load maps. Please help

    - - - Updated - - -

    And also when i try to save a map the game crashes and i don't know where the txt file will go.
    For loading type:
    /loadmap mapname
    so for the map I provided it's /loadmap mp_domejumper_finished
    You will need to have the MW3 CodJumper folder in your documents directory and the map in the Custom Maps folder inside of that.

    For your savemap are you host when you save it? and what windows version are you on?

  9. #8
    Jibbeb's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    0
    My Mood
    Aggressive
    I followed all the steps but when i try to load the map it says "Failed to load map. Map does not exist." When i try saving a map the game crashes
    I'm on Win 10 and yes i am the host..
    i also noticed that the game crashes when i die and the killcam loads.

  10. #9
    aresdGHERhgerdherhrh's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    107
    Reputation
    30
    Thanks
    521
    Quote Originally Posted by Jibbeb View Post
    I followed all the steps but when i try to load the map it says "Failed to load map. Map does not exist." When i try saving a map the game crashes
    I'm on Win 10 and yes i am the host..
    i also noticed that the game crashes when i die and the killcam loads.
    Really have no idea how to help you then man sorry :c

  11. #10
    anotherhackon's Avatar
    Join Date
    Dec 2015
    Gender
    female
    Posts
    2
    Reputation
    10
    Thanks
    1
    Looks good, but it's still nowhere near the cod 4 jumper.

  12. The Following User Says Thank You to anotherhackon For This Useful Post:

    aresdGHERhgerdherhrh (07-24-2016)

  13. #11
    kl0brille's Avatar
    Join Date
    Apr 2016
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    My Mood
    Amused
    I can´t save the things i placed! The game crashes everytime!
    i´m German so ---> bad English

  14. #12
    aresdGHERhgerdherhrh's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    107
    Reputation
    30
    Thanks
    521
    Ay guys so it seems I've received a VAC and it's most likely for this not 100% though. For the time being I'd only use this in a private match by yourself (I'm pretty sure VAC isn't active then).

  15. #13
    Silent's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    5,070
    Reputation
    2172
    Thanks
    8,474
    My Mood
    Bitchy
    Quote Originally Posted by SamTheDope View Post
    Ay guys so it seems I've received a VAC and it's most likely for this not 100% though. For the time being I'd only use this in a private match by yourself (I'm pretty sure VAC isn't active then).
    Dang dude. That JMP hook isn't banable anymore ehh?
    twat xD
    Click Here to visit the official MPGH wiki! Keep up with the latest news and information on games and MPGH! To check out pages dedicated to games, see the links below!











    dd/mm/yyyy
    Member - 31/01/2015
    Premium - 12/09/2016
    Call of Duty minion - 05/11/2016 - 05/11/2019
    BattleOn minion - 28/02/2017 - 05/11/2019
    Battlefield minion - 30/05/2017 - 05/11/2019
    Other Semi-Popular First Person Shooter Hacks minion - 21/09/2017 - 17/09/2019
    Publicist - 07/11/2017 - 02/08/2018
    Cock Sucker - 01/12/2017 - Unknown
    Minion+ - 06/03/2018 - 05/11/2019
    Fortnite minion - 08/05/2018 - 05/11/2019
    Head Publicist - 08/10/2018 - 10/01/2020
    Developer Team - 26/10/2019 - 10/01/2020
    Former Staff - 10/01/2020



  16. #14
    aresdGHERhgerdherhrh's Avatar
    Join Date
    Jan 2013
    Gender
    male
    Posts
    107
    Reputation
    30
    Thanks
    521
    Quote Originally Posted by eithan1231 View Post


    Dang dude. That JMP hook isn't banable anymore ehh?
    twat xD
    Eh lasted long nuff

  17. #15
    Silent's Avatar
    Join Date
    Jan 2015
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    5,070
    Reputation
    2172
    Thanks
    8,474
    My Mood
    Bitchy
    Quote Originally Posted by SamTheDope View Post
    Eh lasted long nuff
    Use VEH
    /toshorty
    Click Here to visit the official MPGH wiki! Keep up with the latest news and information on games and MPGH! To check out pages dedicated to games, see the links below!











    dd/mm/yyyy
    Member - 31/01/2015
    Premium - 12/09/2016
    Call of Duty minion - 05/11/2016 - 05/11/2019
    BattleOn minion - 28/02/2017 - 05/11/2019
    Battlefield minion - 30/05/2017 - 05/11/2019
    Other Semi-Popular First Person Shooter Hacks minion - 21/09/2017 - 17/09/2019
    Publicist - 07/11/2017 - 02/08/2018
    Cock Sucker - 01/12/2017 - Unknown
    Minion+ - 06/03/2018 - 05/11/2019
    Fortnite minion - 08/05/2018 - 05/11/2019
    Head Publicist - 08/10/2018 - 10/01/2020
    Developer Team - 26/10/2019 - 10/01/2020
    Former Staff - 10/01/2020



Page 1 of 2 12 LastLast

Similar Threads

  1. MW3 Server mod
    By xfightsport in forum Call of Duty Modern Warfare 3 Server & GSC Modding
    Replies: 8
    Last Post: 12-23-2012, 03:06 PM
  2. [Solved] MW3 Infected Mods menu
    By thetacoofpowerbitch in forum Call of Duty Modern Warfare 3 Help
    Replies: 3
    Last Post: 04-03-2012, 05:54 PM
  3. MW3 Infected Mods menu
    By thetacoofpowerbitch in forum Call of Duty Modern Warfare 3 Help
    Replies: 3
    Last Post: 04-01-2012, 03:18 PM
  4. [Discussion] MW3 has mod support or not?
    By [JM]ChopperGunner[NL] in forum Call of Duty Modern Warfare 3 Discussions
    Replies: 7
    Last Post: 08-13-2011, 11:20 PM
  5. [Release] Codjumper mod pc
    By darktheman in forum Call of Duty Modern Warfare 2 Server / GSC Modding
    Replies: 7
    Last Post: 08-07-2011, 08:36 AM

Tags for this Thread