How to Make your own PS4 & PS5 Game Cheats

Sdílet
Vložit
  • čas přidán 27. 06. 2024
  • How to make your own PS4 or PS5 Cheats and Trainers from scratch!
    --------------------------------------------------------------------------------------------------------
    Download Links:
    PS4 Cheater: github.com/ctn123/PS4_Cheater...
    PS4 Reaper Studio: ko-fi.com/s/33dd914040
    Demon's Souls Trainer: www.mediafire.com/file/8a1v04...
    MultiTrainer: ko-fi.com/s/b9c8758cec
    --------------------------------------------------------------------------------------------------------
    Timestamps:
    0:00 - Intro
    1:40 - Software Setup
    3:40 - Finding Game Values
    9:26 - Finding Instructions
    11:31 - Nop Instructions
    14:53 - Code Cave
    22:47 - Adding Variables
    28:49 - Breakpoint Filters
    32:54 - Separate Player from Enemy
    40:55 - Second Method
    47:59 - Adding Reference Points
    50:31 - Additional Checks
    54:48 - Sharing your Trainer
    --------------------------------------------------------------------------------------------------------
    Music
    Outro: Paul Flint - Sock It To Them - • Paul Flint - Sock It T...
    --------------------------------------------------------------------------------------------------------
    Find my content on these other platforms:
    Odysee: odysee.com/@MODDEDWARFARE
    LBRY: lbry.tv/@MODDEDWARFARE
    BitChute: www.bitchute.com/channel/cZkN...
  • Hry

Komentáře • 225

  • @khalidh1810
    @khalidh1810 Před 5 měsíci +2

    That's what I have been waiting for, you just have answered all of my question. Especially the code cave thing instead of "nod". Thank you so much man. This is by far one of the best videos in the channel (and in YT in term of making trainer)

  • @_SebJ1000
    @_SebJ1000 Před 5 měsíci +13

    This was an extremely interesting video and I actually learned a lot from it. You explained everything in immaculate detail. I don't even have a PS4 or PS5 but I enjoyed it either way. I found your channel after I modded my PS3 and have watched ever since. Keep it up Modded, you are making good content. Thank you!!

    • @tur_
      @tur_ Před 2 měsíci

      Hey SeBJ 👋🏻 ,
      is there a debugger that we can use for playstation 3 same on the video ?
      Thank you

  • @OfflineConsole
    @OfflineConsole Před 5 měsíci +5

    This is what I was talking about since from your last How to make a Cheat Made Video.
    This is the by far best good video. and Thank you !

  • @caratools
    @caratools Před 5 měsíci +4

    Thank you so much for taking the time to explain everything in such detail. I really appreciate your thoroughness and how you broke down the information. It made it much easier for me to understand, and I value the effort you put into providing such a clear explanation

  • @EnlightenAlchemist
    @EnlightenAlchemist Před 3 měsíci +1

    Thank you for explaining this the most detailed possible way. 😊

  • @jesperpoulsen4116
    @jesperpoulsen4116 Před 5 měsíci +1

    Wow, you impress me every time you make something. Even though it's "just" an update, it's absolutely flawless 👍🏻

  • @mattymatt2323
    @mattymatt2323 Před 5 měsíci +1

    Thanks bro. Hopefully people start sharing all their cheats now

  • @ArashReceiver-nz5pn
    @ArashReceiver-nz5pn Před 5 měsíci +3

    I thank you for fully covering game console news and tutorials, I use your youtube channel tutorials whenever I have problems, I must say that your youtube channel is unique.👍

  • @Pharaoh2k
    @Pharaoh2k Před 5 měsíci +5

    Nice video, long due. It's a good starting point indeed. Thank you!
    Most of the cheats were quite simple. The inf health (untouchable) is actually what we normally call God Mode, but NOPing calls (or what I normally do is bypassing it instead of NOPing, which is the proper way to maintain any possible cross version compatibility) requires a lot of testing throughout the game to make sure it doesn't have any side effects.
    The way OHK was done, with the reg comparison, is very superficial and prone to lots of issues down the line. There are 3 most common ways to differentiate player HP from enemies, most common ways are reg compares, data structure compares and pointer based compare. The last one is the most reliable, but unfortunately not always possible to find a unique instruction that leaks the player hp base pointer.
    Basing cheats on guess-work is sometimes a necessity (tbh it wasn't really necessary in this case, but MW obviously just wanted to show an example) but those kind of cheats are the ones that must be thoroughly tested in every game scenario from start to end to make sure they don't crash the game, cause progressions issues, issues with other cheats and/or save issues.
    If I got it right - I think there was a mistake there when explaining about the floats. XMM and ZMM were mentioned. The PS4 only uses XMM and YMM (256b), but anyway to use a float in a variable is pretty much the same 4byte instruction with mov eax, dword ptr[var] (since floats are 4 bytes long too), just require to change the var type to a float in the variables table of the cheat in Reaper Studio.
    I'd really love to see a part 2 with more advanced cheats that use leaked pointers from another fused instruction, master codes and highlighting more RS features such as AutoValidate, which does both code validation and auto-creates variables in the vars table. That will be very helpful for the community.

    • @user-dt5gq4oy1l
      @user-dt5gq4oy1l Před 5 měsíci

      Maybe you know how you can make Inf Health in Fallout 4.)))) I did a lot of cheats for this game in a similar way, but with infinite health there is always a problem.

  • @Shirwatel
    @Shirwatel Před 5 měsíci

    Have waited way too long for this tutorial, thank you Banjo_chicken 😅

  • @pitucristo
    @pitucristo Před 3 měsíci

    Wooo! You make it look so easy... You've managed to motivate me to try it for myself. Let's see what results I get, because I always get different things from the tutorials... LOL!

  • @Sojiira
    @Sojiira Před 5 měsíci +1

    Awesome tutorial! Cool how you all figure this stuff out

  • @lllmiamilll1400
    @lllmiamilll1400 Před 5 měsíci

    Wow! That was huge. Almost blew my mind.

  • @tugaplaytiktok
    @tugaplaytiktok Před 5 měsíci +1

    Good job like always bro. Keep it up

  • @_Michael_.
    @_Michael_. Před 5 měsíci

    Was waiting on this one, thanks

  • @user-jg3mg4ub7y
    @user-jg3mg4ub7y Před 5 měsíci +2

    I have been following your CZcams channel for several years, it is the best news and training channel for jailbreaking game consoles❤

  • @ICT_Mentorship
    @ICT_Mentorship Před 5 měsíci

    Great Video Very Informative . Thanks bro

  • @jonnyfatboy7563
    @jonnyfatboy7563 Před 5 měsíci

    I'm bookmarking this one for sure... ive been struggling with cheat engine for years 😅👊

  • @jamescaddick449
    @jamescaddick449 Před 5 měsíci

    Excellent video, thanks!

  • @taemin0808
    @taemin0808 Před 5 měsíci

    Thank you for the detailed tutorial :)
    I wanted to create a cheat to skip the title screen and go straight into the main menu that comes up right after. Could you give any advice on how to start looking for the memory address to go about this? If you could just give me a starting point or any tips...
    Thanks :)

  • @darrel3066
    @darrel3066 Před 5 měsíci

    Great Video Very Informative

  • @Kakarot803
    @Kakarot803 Před 5 měsíci

    Thank you MODDED WARFARE :)

  • @lucapook2
    @lucapook2 Před 5 měsíci

    Appreciate this thank you so much

  • @joutiadam4852
    @joutiadam4852 Před 5 měsíci +3

    Wow thanks❤❤

  • @ramziferchichi821
    @ramziferchichi821 Před 5 měsíci

    thank you for your videos , i learned a lot about the PS scene, i have a couple of questions regarding my jailbroken PS5 3.00,
    1/i start to have issues with icons (i have more than 10 icons) when the "browser" icon and other hosts icons are in the Library they no longer run, i got the notice that "you can not play this game" after running the (afer running etaHEN) ,
    2/ i start to have a "not enough system memory" notification when i want to run the etaHEN and it can no longer be jailbroken even trying a million times and i have to restart the PS5 ,
    3/ the HB store not running a get a black screen , no freezing and go back with home button.
    thank you bro

  • @guren1980
    @guren1980 Před 5 měsíci

    Thank you for the video, it was very useful.
    Question: what to do when a game doesn't want to accept your values at all. I use PS4 cheater.
    Often happens to me with stats in jrpgs and curencies in action games. I find the value, mod it or lock it, the game doesn't care. Is there a way to force it to accept the new values?

  • @bigbank7350
    @bigbank7350 Před 5 měsíci

    Thank you bro! Can you do a updated video on PC mod porting in the future? Unless it hasn't changed much I don't want you wasting your time. Just wondering about vr games like Skyrim VR. Most vr games don't have cheats I'll use this video to fix that problem hopefully. God bless you bro enjoy your week!

  • @maury0919
    @maury0919 Před 5 měsíci

    you read my mind! thank you

  • @matze3941
    @matze3941 Před 5 měsíci +1

    Hello Warfare. When can you install DLC for PS4 games on the PS5. Unfortunately this is not possible at the moment. Is this being worked on?

  • @CarEdits7865
    @CarEdits7865 Před 5 měsíci +27

    Please make a video on how to play ps2 games on ps5

    • @chadbrick67
      @chadbrick67 Před 5 měsíci

      Not yet

    • @user-um2cs9bg3n
      @user-um2cs9bg3n Před 5 měsíci

      He did that already but it's not what you think. They haven't gotten that far yet but it'll come eventually. The PS5 scene is a thing of beauty

    • @nokhzi
      @nokhzi Před 5 měsíci

      @@user-um2cs9bg3nafter 11 years they gouldnt do it with ps3 games

    • @KrOnIcTrIpY420
      @KrOnIcTrIpY420 Před 5 měsíci +1

      U should be able to take a PS2fpkg and just install like a PS4 game

    • @banan4ik_2512
      @banan4ik_2512 Před 4 měsíci

      Search for masticore

  • @ErlikaVoltaireLottle
    @ErlikaVoltaireLottle Před 2 měsíci +1

    I do the same looking for ammo in the new update 1.46 of Dying light 2 and it works really great but the thing is i want to save the file in Mc4 not shnext so what i need to do ? 😞

  • @cptsoopsam9755
    @cptsoopsam9755 Před 5 měsíci

    You're awesome 🎉

  • @user-dt5gq4oy1l
    @user-dt5gq4oy1l Před 5 měsíci +1

    I have a problem. Created a cheat on inf Ammo in Fallout 4. It all worked. But if I disable the cheat, Ammo immediately sets the value to 0. What could be the problem?

  • @anomemichaelu
    @anomemichaelu Před 5 měsíci

    please let us know the link for the repo files you said at the final

  • @jamelherring5359
    @jamelherring5359 Před 20 dny

    is there an update or anything with the 11.00 Jailbreak for this or can we use the same method using the website and PS4 debug payload?

  • @MindBodyAndSoul1996
    @MindBodyAndSoul1996 Před 5 měsíci

    sir i have a question i downloaded ps4 games some of the game that i downloaded is installed perfectly but some other game installer is not on the list its happens when i downloaded a game with a lots of files name R64 files

  • @Retrojunkies_Retroboy
    @Retrojunkies_Retroboy Před 5 měsíci

    Forget my comment about weapon selection as I think you basically talked about that.
    But when it came to infinite health and one hit kills, separating your health from enemies and potions to not kill you.
    All of that which you was typing was where I got very confused.
    Is there anywhere that basically lists what commands there are and what they basically means and used for.
    Basically like an idiot guide so I can read it and refer back to when I try learn how to make my own cheats.
    Thats what I plan to do and hopefully make as many cheats as I can for a game because I often stick to one game until I have found everything i can possibly think of and have many times had new ideas and return back to that game.
    If anyone has a guide that can help explain these instructions moddedwarfare is putting in.
    Thanks

  • @Nobe_Oddy
    @Nobe_Oddy Před 5 měsíci +3

    I'm giving my self a pat on the back, because I DID watch till the end because this was HELLA INTERESTING!! I had a general idea of how cheats were done ( like searching for the values and then preventing them from changing) but I've never seen it done or knew how many other things could be attached to those values (like both the player AND the enemy both having inf health)
    I would LOVE to see you do this again if you test this cheat out (i guess beta testing the cheat lol) to see if there are other things that need to be adjusted... but I think that would take a long time to do and wouldn't make for a very good video... and not something you probably want to spend your time doing, especially if you haven't played the game already) But it'd be cool to see the process again with other games, like different types of games....
    But I don't picture you doing this again.. you're more of an 'overall big picture' type of video poster and not focusing in stuff like this a lot... but I honestly LOVED learning something TOTALLY NEQW to me.. I don't know the first thing about coding, and I've tried learning by reading, or lecture videos, but you had to start from the very lowest levels to understand anything ( like missing one lesson caused you to not understand anything after that) but because you explained things just enough to get the task at hand done, and then only explained things further when they came up, it was really easy top follow... and because I understood the goal from the beginning I was very interested and wanted to see the next step.... it's kinda liek the difference between learning in grade school compared to college..in grade school you HAD TO learn it, no matter what it was. but in college you taking courses that interest you and you WANT TO know more....
    But if I were to try to do this with some of the PS4 games I have that I haven't found any cheats for, I feel like there are gonna be things that come up that I'm not gonna know what to do, so I'd need to find some more in-depth videos that cover more.... but you gave a huge overview of how it's all done and it's just fascinating!!! THANK YOU MW!!! You really the BEST!!! :D

    • @cozmicboy1
      @cozmicboy1 Před 5 měsíci

      Yeah let's go! That's how me and many others started. Had some games that didn't have a trainer. But warning, you won't ever look at a game the same again. This is the new game.

  • @5pPk
    @5pPk Před 5 měsíci

    Nice 🎉❤

  • @abhignaconscience358
    @abhignaconscience358 Před 5 měsíci

    can we increase game speed in the game like fling trainers

  • @BigBabyLaw
    @BigBabyLaw Před měsícem +1

    Need an 11.00 version of this!!

  • @JacobSmith-rs3rz
    @JacobSmith-rs3rz Před 5 měsíci

    Is there hope for 9.03+ jailbreaks or has the community moved on?

  • @neonmatrix1703
    @neonmatrix1703 Před 5 měsíci

    Good day Modded Warfare can you please tell me if it's possible to upgrade the storage of a Ps5 that is jailbroken on 4.50 and if yes can you please tell me how or make a video tutorial I would appreciate it.. thenk you for all of your videos your videos are very helpful..

  • @FlippaZen
    @FlippaZen Před 4 měsíci

    Is it possible to group search known values?

  • @egorlove6610
    @egorlove6610 Před 4 měsíci

    Is it possible to do all this through remote play or not?

  • @KoolKatBeatz
    @KoolKatBeatz Před 5 měsíci

    Tryin this with Deedlit in Wonder Labyrinth... but it keeps coming back empty, wish someone would explain the other options like the different with 4 bytes (signed), string, etc...

  • @akihito1678
    @akihito1678 Před 4 měsíci

    hy dude. after that can you make video for JRPG like a final fantasy or grandblue faantasy relink because so much value on there thanks

  • @matheus204503
    @matheus204503 Před 5 měsíci

    É possível emular PS2 via retroach em 4K e 60 FPS no PS5?
    Da mesma forma que no Xbox séries S faz

  • @ChrisLope356
    @ChrisLope356 Před 5 měsíci

    So cool 😎

  • @rickandaustin
    @rickandaustin Před 5 měsíci +1

    Would it be hard to port steam games to a jailbroken ps4

  • @aioria251
    @aioria251 Před 5 měsíci

    How about monster hunter world iceborne the cheat freeze mantle and no reload gun shot

  • @awrewf
    @awrewf Před 5 měsíci

    tnks modded ❤

  • @Buk-Mone
    @Buk-Mone Před 15 dny

    How do you edit .ShnExt file from one Title ID to another? I downloaded your Ratchet and Clank Rift Apart cheat file, when I tried attaching to the trainer it wouldn't work because of different Title ID but same game version 1.000. Is there a way to just modify your existing cheat file and just changed the Title ID so it will work for my Title ID?

  • @farhadk4066
    @farhadk4066 Před 5 měsíci

    What about making new rdr2 mods like pc rdr2 mods.can you make a video like add new horses or etc

  • @XYeslamX
    @XYeslamX Před 5 měsíci

    Is there way to use from android apps or cache offline

  • @user-by3yt1nm4r
    @user-by3yt1nm4r Před 5 měsíci

    Can you create a Demon's Souls Trainer for USA v1.00 and v1.04?

  • @Doyle69
    @Doyle69 Před 2 měsíci +2

    Not sure why, on PS4 when when its searching, when around 1-2% sniffing the PS4 Kernel panics and shuts down, any one have any ideas?

  • @mekkiabdellaoui5378
    @mekkiabdellaoui5378 Před měsícem

    Can you do this with a game like song of horror?

  • @GF88gaming
    @GF88gaming Před 8 dny

    Hi MODDED WARFARE, this application do you need jailbreak PS5 to mod the game ? or just any PS5 will do ?

  • @craigdolliver4403
    @craigdolliver4403 Před 5 měsíci

    MODDED_WARFARE would this work on ps1 and ps2 games installed on ps4?

  • @dmar-uae6197
    @dmar-uae6197 Před 5 měsíci

    Is there way i can take save ps5 to another ps5 ?

  • @TrentonDenoncour
    @TrentonDenoncour Před 23 dny

    I was wondering if u know why the ps4 cheater doesnt work on the 11.00 jailbreak i used on the 9.00 and was fine but sadly dont have tht ps4 anymore ik the 11.00 is still new is it tht the ps4 cheater just needs updated? I get it to connect to the ps4 but when hitting refresh it disconnects and if i open menu in game it crashes the system.

  • @hosseingahan6006
    @hosseingahan6006 Před 2 měsíci

    Hi dear friend I am on firmware 4.51, when I click on the etahen1.7 option, after a few moments it gives an exit message and it does not activate, and the items flow and hb store programs also do not work, please help me

  • @rumsfielddsani9907
    @rumsfielddsani9907 Před 2 měsíci

    is there a ps4 reaper for macbook?

  • @jordanowens4028
    @jordanowens4028 Před měsícem

    do you have a save for download for demon souls

  • @salemalmotiry3156
    @salemalmotiry3156 Před 28 dny +1

    i got not enough space when i try to make a code cave

  • @gilgameshtroy5629
    @gilgameshtroy5629 Před měsícem

    Does This Work If Your Ps4 And The PC Have Different Internet If Not
    How Do You Connect It

  • @Bush_d_art
    @Bush_d_art Před měsícem

    when i enter to code cave this message show up "Invalid Assembly Code check Spelling or special char!!!!" any idea?

  • @user-hl4pz6eb8h
    @user-hl4pz6eb8h Před 2 měsíci

    Can i try this for spider man 2 ??

  • @Laviente7
    @Laviente7 Před měsícem

    is there a development to make this compatible with 11.00 @moddedwarfare

  • @wgive4
    @wgive4 Před 5 měsíci

    mano qual a chance de um desbloqueio do ps4 na versão atual?

  • @F.O.X_NEWS
    @F.O.X_NEWS Před 5 měsíci

    When will ps4 11.00 jailbreak come?

  • @princetp6778
    @princetp6778 Před 5 měsíci

    Any news on 5.00 ps5

  • @denistatanov9915
    @denistatanov9915 Před 4 měsíci

    why first scan is take about 3 hours-thru wi fi or thru cable-it has same 3 hours, please explain how speed up first scan!!!

  • @hamzajaeger343
    @hamzajaeger343 Před 5 měsíci

    Is there a jb for ps4 11.00 yet

  • @moneydrop584
    @moneydrop584 Před 4 měsíci

    This is really hard separating health from enemy I found infinite health for grand theft auto 3 and I'm stuck can't figure it out.

  • @abdulmalikhakimi989
    @abdulmalikhakimi989 Před 15 dny

    Is it available with version 11??

  • @ShiftNova
    @ShiftNova Před 5 měsíci

    Does this work for online games?

  • @xBalencis
    @xBalencis Před 5 měsíci

    Is there anything for nba 2k24 ps5 version ?

  • @user-rx3pc3ec7e
    @user-rx3pc3ec7e Před 5 měsíci

    I am not able to connect my ps4 to my laptop
    I have windows 10 I connect to wifi using a tplink adapter 5ghz
    Then I go to network sharing and select ethernet
    But I am not able to connect please help

  • @Larryc209
    @Larryc209 Před 4 měsíci

    Does this work on modern warfare 3

  • @Rey_Leonidas
    @Rey_Leonidas Před 2 měsíci

    Is there a way to download your cheats online?

  • @pandastyle0692
    @pandastyle0692 Před 4 měsíci

    Can I do online with PS5 without jailbreak?

  • @methaq1981
    @methaq1981 Před měsícem

    The program download link is not working, please update the link so that we can download the program please

  • @davidanthony5327
    @davidanthony5327 Před 3 měsíci

    What is the ps5 exploit host, and how do I find it??

  • @Khalid_Looby
    @Khalid_Looby Před 3 měsíci

    so we cant install the cheat app unless we pay for u?

  • @iTzLoSnHTx
    @iTzLoSnHTx Před 5 měsíci

    Is there a way to do this for Xbox

  • @nazrulfahme
    @nazrulfahme Před 4 měsíci

    i cant highlighted console scan on ps4 cheater can someone help me ?

  • @ANM21985
    @ANM21985 Před 5 měsíci

    Does anyone remember on the original Playstation it had those "Action Replay" cartridges that you could buy which made getting cheats for games a breeze?
    whatever happened to those.. 🤷‍♂🤷‍♂

  • @sheldrickotieno7541
    @sheldrickotieno7541 Před měsícem

    Do you need a jailbroken ps4 for this ?

  • @esppiral
    @esppiral Před měsícem

    Does this work on 11.00?

  • @pe.dimarluiz
    @pe.dimarluiz Před 16 dny

    Hello, can this ban psn account? Or can I use it without risk?

  • @lavieedenel
    @lavieedenel Před měsícem

    can you do it on 11.00 jailbreak? I tried to do it but it said the staus is disconected even the the ps4debug is injected what did I do wrong?

    • @connorknight7202
      @connorknight7202 Před měsícem

      I have the same issue. I think we just need to wait for an 11.00 version of PS4 cheater.

  • @marcoscesar162
    @marcoscesar162 Před 2 měsíci

    Boa tarde ..
    vc podia fazer um tutorial de como fazer no DBZ kakarot ...pois nao estou conseguindo ...por favor ajuda ...

  • @lkfight
    @lkfight Před 5 měsíci +1

    Great work 🎉 could you do the same for Nintendo switch 😅

  • @gameover11111
    @gameover11111 Před 5 měsíci

    Is there no way to set the resolution to 2k (2560×1440) in version 4.50? I don't have 4k on my TV

  • @animest4r
    @animest4r Před 4 měsíci

    can someone please make trainer for Front Mission 1st Remake v1.0 PS4. thank you!

  • @wtaeak
    @wtaeak Před 5 měsíci +2

    There is no hope for the new PS4 Joker ?😢

  • @user-di9fe5nk7e
    @user-di9fe5nk7e Před 2 měsíci

    As usual MW always deliver. Works great but unfortunately some games crash ( immortal realm vampire wars ) for example

  • @hollywood60
    @hollywood60 Před 5 měsíci

    Interesting