That's just for the first level, they all have lower health too
@Shi_Okami1612 күн бұрын
Doesn't work for me try it with Claire
@crazydescent2 күн бұрын
@@Shi_Okami161 at which step do u get stuck? Can you find your bullet count?
@stachukonopka93307 күн бұрын
is there a reason why you are using php instead of python for example? in my usecase i wanted to extract lyrics from music videos (for which there are no lyrics on genius for example, pretty obscure underground stuff), so i wanted to use programs such as ffmpeg to convert videos to audio, spleeter (from deezer) to remove instrumentals, and then Whisper for lyrics extraction. From my initial testing, the output is fine (with timestamps like .srt files, which i would be removing, i dont need timestamps for lyrics). My last problem is to check somehow if those output verses are right, so i would have to compare them with some dictionary. Do you have any recommendations for building such pipeline? Maybe i should use php too, im tired of indents in python sometimes, and im mostly relying on gpt because i don't trust as much in my coding skills and it would take me forever to code something and reading the documentation, so i used AI.
@crazydescent7 күн бұрын
I'm using PHP cause I'm more comfortable with that (I use it for work). That's an interesting project, Python probably has some good libraries for audio processing..if the output verses are right is tricky to determine and would come down to just listening (or maybe let multiple people give their opinion). As for AI, I'm not a fan but it can produce some helpful little functions. If you don't trust your coding skills, do you trust you can determine if AI did a good job?
@stachukonopka93307 күн бұрын
@crazydescent it's for my personal use, so if it works i can't complain ;D. You're right, gpt is helpful for basic or simple functions, but it all comes down to your own code and how you layout things, if you divide your code into separate functions, ai will definetely help debug all of that, but it is not consistent especially if API changes of functions within libraries, and what the ai proposes sometimes isnt the best option imo
@k-otao39824 күн бұрын
Hack speed attack any game
@Mojojojo-k5n24 күн бұрын
Your constant smacking of the lips was so clear. I could hear the saliva from your mouth with every syllable and it was disgusting
@randymarsh948827 күн бұрын
I'm playing a game where there's no number value at all, it's just a green bar How do I find that number? For example morale.....and fuel have no value
@crazydescent27 күн бұрын
Here's a good vid about that sort of stuff: kzbin.info/www/bejne/hJKqe4t5ndCqfcU
@ergeldanpuabentorres577928 күн бұрын
Great tutorial
@TheReaperOfChess28 күн бұрын
But how do you find a value you cannot change? hmm?
@crazydescent28 күн бұрын
@@TheReaperOfChess what do you mean?
@blackverse917729 күн бұрын
Great tutorial thanks. Could you do more about the break-and-trace feature on newer games in the future? That would be really helpful
@crazydescent29 күн бұрын
Sure, that's a really powerful feature and fun to demonstrate..I'll see if I can find a game that makes for a good vid
@blackverse917729 күн бұрын
@@crazydescent thank you I'm waiting for it :)
@All4Chaos151Ай бұрын
there a way to get it to unlock all materia and weapons
@okand9846Ай бұрын
nice video thanks
@pearcemack6586Ай бұрын
What a finish bro well done
@GeetLover-xp6ugАй бұрын
you are the boss man ...hats off 🎉🎉
@murilofranco6807Ай бұрын
Great video man, but how could I change the value of the elite critical damage hit coil from 15% to 30%?
@crazydescentАй бұрын
Well that's an oddly specific increase..why do that?
@murilofranco6807Ай бұрын
@@crazydescent I wanted to modify the coil values
@winterstronghold21972 ай бұрын
What does it mean if the value I change keeps reverting back even after I lock it? I am trying to change how much money I have on a game, and most currencies on the game work except for the premium currency which seems to be protected somehow, I tried looking at what writes/accesses to the address but still no luck and I do different scans, 2 byte, 4 byte, and I change the alignment and I keep getting the same address/value that just reverts back after I change it.
@crazydescent2 ай бұрын
@@winterstronghold2197 could be a value being loaded from a server in case of online/multiplayer game, or a value that's actually a pointer to other address that keeps being reloaded to other addresses.
@winterstronghold21972 ай бұрын
@@crazydescent How do you work with pointer addresses? This is def not online/server sided,
@crazydescent2 ай бұрын
@@winterstronghold2197 check out the tutorial in Cheat Engine menu
@winterstronghold21972 ай бұрын
@@crazydescent In the 2nd case, how would I work around it? I know the first scenario can't be worked around but if its a pointer. Is there a video you would recommend on how to work with pointer addresses?
@literallyme8932 ай бұрын
Whenever i change my health to 100 it auto charges to previous value i can able to edit
@damarioculbreath83572 ай бұрын
yo ive been looking for melon ds with cheat engine tutorial
@crazydescent2 ай бұрын
For any game in particular?
@samarawadh52162 ай бұрын
تهبل مره❤✨في هذا جزء
@nicholaswilkerson5012 ай бұрын
this is not a tutorial lol this is you first of all over thinking everything and 2nd figuring it out.cheat engine is very simple and rudimentary but you over complicating it. a tutorial is when you already have everything figured out.
@crazydescent2 ай бұрын
If you have a more efficient or simpler way to do this I'd love to hear it! What am I overthinking?
@Deigo_Brando2 ай бұрын
It works butWhenever I loot machine enemy the game crash :(
@WhoLivesInAPineappleUnderTheC3 ай бұрын
is cheat engine able to change the difficulty of maps? like i have in my game a map with 6 out of 8 stars and i want to make it 8 out of 8
@crazydescent3 ай бұрын
Probably not..I assume the stars are generated or hand-made based on the map difficulty. Just changing the stars won't change the map
@TheManagerTM3 ай бұрын
ah cool! i remember trying this myself back then. great to see this being done by you!! still the best format to explain cheatengine, by the way!
@crazydescent3 ай бұрын
Glad you like it!
@heavyweaponsguy1533 ай бұрын
Is there a way to save the table with items so that when you load the game, the items are already in your inventory?
@crazydescent3 ай бұрын
You can simply save your game with the ink ribbon
@q7b6633 ай бұрын
did you make (or are you planning on making) a video about finding decrypted/encrypted values? i'm having a tough time with this issue
@crazydescent3 ай бұрын
Don't have experience with encryption+cheatengine, which game? You could try asking on forum.cheatengine.org/
@iDontWannaDieIniraq3 ай бұрын
Thank you sir, I'm having trouble finding a diamonds value in the main menu of mission select you know like the mission reward is 50 diamond so i wanna change it to something big, and advice of finding this type of values?
@crazydescent3 ай бұрын
Which game?
@iDontWannaDieIniraq3 ай бұрын
@@crazydescent bounty rush
@crazydescent3 ай бұрын
Multiplayer game right? Values are probably stored/handled on server and not locally
@iDontWannaDieIniraq3 ай бұрын
@@crazydescent Game name bounty rush I'm 100% sure the value is not server sided the problem is i can't find it because this type of value can't be changed its static number like 50
@crazydescent3 ай бұрын
Well you could scan the total of diamonds you have, and every time you get 50, you can check for the new value. Then you can change your total
@MorpheusCh3 ай бұрын
You are a legend, I was only able to narrow it down to 17 addresses but by freezing each value one by one I was able to figure out which ones didn't change upon increase. You earned my sub.
@wildvideos49833 ай бұрын
I meed ravens code almost got it
@IranianShrek3 ай бұрын
i bought ragnorak and it works at that aswell. real good tutorial 👍
@crazydescent3 ай бұрын
That's good to hear, enjoy!
@0wika013 ай бұрын
Tried doing this in god of war ragnarok only for the God mode, but the RSI,RDX and R12,R13 values were all the same whether i was hit or was hitting the enemy. maybe you can give it a try :).
@swapnilthakur3213 ай бұрын
did it work for hacksilver and XP ?
@crazydescent3 ай бұрын
If I can ever pick it up in a sale I'll check it out!
@0wika013 ай бұрын
@@crazydescent it's free if you know where to get it 😉
@netriumedits70833 ай бұрын
Hey is there anyway i can contact you ?
@LukeyD883 ай бұрын
Bro the video quality is so bad on this. I cannot determine what I am supposed to do.
@crazydescent3 ай бұрын
Yeah the 1440p got downsampled during recording to 1080p..maybe I should just reshoot the whole thing
@LukeyD883 ай бұрын
@@crazydescent I do wanna say that the video is very informative, you give very clear instructions, and I managed to figure it out with a bit of common sense, so I appreciate your help.
@BrentleySurjana3 ай бұрын
How did you go there when you added resources
@crazydescent3 ай бұрын
Go where?
@VictorAraujo-kq9yq3 ай бұрын
Hello great video, how do you unlock an armor, or a weapon in a game with cheat engine? Thanks
@TheManagerTM3 ай бұрын
super helpful. this is the best way to teach this! instead of just showing super old games and only one super simple value. please do more!! :)
@TheManagerTM3 ай бұрын
thank you, very clear and helpful!
@MaximumHyper13 ай бұрын
this is cool 👍
@allaboutplayer20044 ай бұрын
Bro pls make a video on asphalt 8 lots of people want video on that
@lethalydeadly4 ай бұрын
nice video, mooi accent
@hokuspokus65204 ай бұрын
love ya dawg
@Maedness.4 ай бұрын
that was a wonderful video. thank you!
@Meliodas_Kun_YT4 ай бұрын
Don't even try to dawnload it's loaded with viruses
@Kratos....3 ай бұрын
No
@Kratos....3 ай бұрын
It says that because it checks the memory through your computer bypassing the security, i dont know alot technically on a computer, but thats what it does, and after checking it when you found the value you wanted to hack, it will change it to the way that you want
@Rintor35OP3 ай бұрын
No, it's flagged as virus because it attaches to application like a virus to find values of the game this behavior is commonly observed in virus attacking your system so the windows tags it as virus but it's not. So basically your antivirus is not a smart AI that knows what it is cuz its a simple program which keeps scanning/checking your files of system trained by the company.
@justedooo4 ай бұрын
bruh when i go find out what writes to this addres my game freezes and trust me its not my pc not supporting cuz i got some good hardware
@crazydescent4 ай бұрын
Check out the last chapter on this vid kzbin.info/www/bejne/e5_Qo5-jos2bqtU
@arul150994 ай бұрын
Hi bro. I want to change the blade of chaos appearance to level 1 and also the flame effect. Can you make tutorial about that please 🥺
@Justjazez4 ай бұрын
tysm this saved me from the anonym fight!
@משהזינזח-ת5ט4 ай бұрын
amazing. ty!
@paulknox5055 ай бұрын
Thanks for the reminder! I did this on RE2 PC at the time, was assuming RE1 used a similar style- just look for a ton of 00 00, and you've hit the item box, haha. Cheers!
@jakeydragon19885 ай бұрын
2:24 you laugh at me! 2:27 you paid the price!!! 😂
@jakeydragon19885 ай бұрын
Poor Sakura that she didn’t joined Evil Ryu’s team!