Always make a backup of your files before you modify them! Oh, and brush your teeth twice a day and wear deodorant! :D
@dyonis51433 жыл бұрын
Where can i download this Tunic demo it's not available on steam anymore ? I like the game and a good one to test on :)
@StephenChapman3 жыл бұрын
@@dyonis5143 You'll unfortunately have to wait until the next time they make the demo available again. But there are lots of Unity game demos on Steam to practice with! Steam lets you filter by games with demos, so it's easy to find them. =)
@dyonis51433 жыл бұрын
@@StephenChapman Super thanks for the info
@shadowdiety_4573 жыл бұрын
Hello sir, can you make a video on assassin's creed odyssey hack with cheat engine 🙏
@Bloopblop12 жыл бұрын
Be amazing if you can show us how to code the main addresses and offsets in c++ or C# that way i can make hacks that my friends can use be amazing love your explanation ❤️
@yorzengaming3 жыл бұрын
Funny when you explained some stuff about "Door" class someone was actually knocking on your door :D
@Fligger3 жыл бұрын
Awesome Introduction into dnSpy! The screen layout is perfect! Nice to see some new videos. :)
@DrGold-ks1mp3 жыл бұрын
Super easy to understand and helpful! Cheat Engine is nice, but it's even cooler to just edit the code of the game. Excellent presentation as well, I really like this new setup, showing the magnified points of interest of the game. Fantastic work, Stephen
@Cryptonat3 жыл бұрын
Is there a way to use dnSpy in conjunction with Cheat Engine to find the method in memory for making cheats? If so, I'd love to see some sort of tutorial or information for that.
@StephenChapman3 жыл бұрын
Absolutely! Chris over at Cheat The Game did a video showing a good technique for that: kzbin.info/www/bejne/kIPboJyjoLiWqZI You could also use the Mono Dissector in CE itself. There is a LOT that has been updated with it since I did this video, but I give a basic intro to it here: kzbin.info/www/bejne/j4rTnWeNfdWWiZY
@Cryptonat3 жыл бұрын
@@StephenChapman Awesome! Thanks Stephen. I'll check them out.
@anjat03 жыл бұрын
would you possibly be able to show a Unity game that uses IL2CPP? I'm trying to figure out The Last Stand Aftermath but when I think something could work, either nothing happens or the game crashes. I currently have been able to make an infinite health and infinite ammo AOB script but I'm looking to create a DLL injection and try different things using mono dissector / .NET info
@IllIl3 жыл бұрын
Great video! Definitely going to try this out on some Unity games. In reference to 17:20 it could be cool to see your full approach including all mistakes and the entire figuring out process. I learn a lot from seeing someone's problem solving process. Thanks for the video!
@niravukani13712 жыл бұрын
Hello sir, Hope you are doing well. I have one question. Can we reverse engineering IL2CPP build games? If yes please let me know how to do.
@invincibleHunter3 жыл бұрын
whenever i put dll in the dnspy it loads as pe what should i do?
@JasonPegasus2 жыл бұрын
do you know what i should to do if theres not "managed" folder?
@okamivs64942 жыл бұрын
did you find the solution?
@Starrs_mods2 жыл бұрын
@@okamivs6494 i have not Did you?
@Hyginx2 жыл бұрын
Saved my life in a CTF, man. Thank you so much!
@perguto2 жыл бұрын
Where did you get the Mono version of Tunic? My version seems to be compiled via il2cpp
@StephenChapman2 жыл бұрын
Yeah, the demo version was what I used (since that's all that was out when I made the video). While you can still use dnSpy for modding IL2CPP binaries, it's pretty messy to do and has a fairly high barrier to entry. So instead of dnSpy, Cheat Engine's IL2CPP features are recommended. The tradeoff is that you will end up with a cheat table for use with Cheat Engine each time you play the game as opposed to a patched DLL, but something's better than nothing!
@StephenChapman2 жыл бұрын
@@user-pv4vi6fg2w They could be doing any number of things. If it's browser-based, then there's a whole world of server connectivity you're not going to see with Cheat Engine. You can use a web proxy like Fiddler to MITM data, or a traffic monitor like Wireshark to deeply inspect/craft packets. You could try a cursory view of the game's API endpoints via Chrome's devtools -> Network tab -> Toggle XHR and see what pops up as you play. Those will be requests/responses to/from servers (but that includes everything, like social media sites or whatever else they bake into their game/page). You can potentially glean a lot about the approach they're using just by the name of the endpoints they use. They might have custom integrity checks implemented that makes it easy to see when you've done something to artificially bloat your score. Consider a different approach than what you're doing and see what happens. Maybe your score contains an illegal number (like ending in 5 if it's not possible to have a score ending with that number because all values are even). It could literally be anything. Anyway, if this is all unfamiliar territory that I'm mentioning, then I would expect to spend many months/years researching and getting good at it. It's a completely separate skill from everything you do with Cheat Engine, but a very good one to have in your toolkit if you're interested enough in it.
@StephenChapman2 жыл бұрын
@@user-pv4vi6fg2w They can't detect applications due to browser sandboxing (if you're actually playing in a Chromium-based browser, Firefox, etc.). It sounds like timing/session/window focus integrity implementations in JS, possibly obfuscated.
@whocares67633 жыл бұрын
First like then watch. The Content is always worth it.
@DARK-SKY13372 жыл бұрын
This doesn’t have anything to do with dnspy but with Minecraft. How do I make an AOB script that I can turn on or off or just turn on using a pointer with a set aob value. I can’t check the cheat or it locks my location with moving aob value. I want to be able to put the values I want in each cheat aob script so that it doesn’t lock me. I found someone that found a way to teleport to the places they’ve been and found aob value using cheat engine but they didn’t find the pointer. Someone made a cheat engine table with the xyz cords on it also with the pointer so I backup the aob values for it, then I went to another spot and pasted the data back in and it worked and send me back where I backup the aob values of 66 bytes. What I’m asking in short is to make an aob script that injects 66 bytes of data from the pointers location?
@furryfan872433 жыл бұрын
So could this be used to extract GameCube models and levels from an ISO file?
@djsvrlaivwfofj Жыл бұрын
@Stephen Chapman Some unity games do not have a managed folder or asssembly-csharp.dll in its folders, but cheat engines mono features still show them loaded into the game, how do we find and edit those with dnspy?
@pogo72013 жыл бұрын
This is really underrated! Thank you a lot. You might have inspired me for a new passion.
@chrisfayte84823 жыл бұрын
Sorry Im a little late work has been hectic. Amazing vid bro!! Also is it Ok if I use your free cam script to make my vid and share with others? You know Ill give you full credit and everything.. Thank you pal.
@StephenChapman3 жыл бұрын
Of course! Use it however you'd like, pal. :)
@chrisfayte84823 жыл бұрын
@@StephenChapman Thank you so much pal I really appreciate it.. Im still playing around with it plus I want give your instructions another run through but Im getting there. I appreciate everything you do bro.
@StephenChapman3 жыл бұрын
@@chrisfayte8482 Looking forward to seeing what you make with it! I have a sort of 2.0 cam script to do some videos on at some point, so once you get the current stuff under your belt, I think you'll enjoy what's to come! :)
@chrisfayte84823 жыл бұрын
@@StephenChapman I look forward to it bro.
@androidlogin30652 жыл бұрын
Since TUNIC SaveGame has a lot of lines with a pair (nave|value) for a lot of elements, how can dnSpy be used to find chests? I had seen 243 chests by now and not sure (after 13 full passes on the game) if are any more. By 'find' i mean two basic things: 1.- Know if an specific chest name 'chest open #' (that not yet appears on the SaveGame) really exists on the game 2.- If it is possible, where on the map is that chest (firstly i love to find them on the map by myself) Just to start as an example of one chest i can not yet find: 'chest open 1009' ... from 1008 it jumps to 1010. Also there are other 'elements' on the SaveGame that i can not find inside the game, they appear on the SaveGame with a value of 0 (not finded/used), some has DEMO as part of the name, others has 'ladder', etc., are things that may be on the game but i can not reach/find. How all this stuff can be found with dnSpy? Any help is wellcome, thanks in advance. P.D.: I hope you know that the iin-game menu optios has two optios to activate no damage recieved and no stamina lost.
@hebrux2 жыл бұрын
how do you bring up searchbar?
@bigsweaterman81422 жыл бұрын
I'm trying to decompile a game that uses "YarnSpinner" for dialogue. It seems like it turns a text file into json or some other file type that I don't even recognize. Any suggestions?
@vazdabilo69834 күн бұрын
how to do it on pc games that are multiplayer. i did it on csr2 for android but cant do it for this game on pc its old and its giing me hard time
@dewmi44032 жыл бұрын
Very happy to see you just again😎
@6Iack3 жыл бұрын
Could you point me in the right direction to where I can find out how to find interface windows in code so I can remotely trigger an interface from any location?
@notforvideoschannel Жыл бұрын
Hello, I have problem. I tried to update unity mono source code from 2019.2.1-mbe to 2019.2.19 with Git, but when I wrote umpatcher 2019.2.19 f93c5973976e4bec5e769a31a73f00003f0a32dc "D:\GitRep\mono" "D:\GitRep\dnSpy-Unity-mono" it says that it's Copying files from D:\GitRep\mono to D:\GitRep\dnSpy-Unity-mono\unity-2019.2.19, but nothing happens, I checked it in Task Manager. It just stays still and says Copying files forever. How to fix that?
@ThaimachineFilms3 жыл бұрын
what if dnspy cant read the dll or there will be only a few things to be edit. maybe its packed in anyway. how to find or how to depacked it ?
@Mythtician2 жыл бұрын
This is by far the best debugger. Question: Comments I make in the debugger, after you click Compile, it vanishes from view. What setting allows me to view commentations? and prevent them from being deleted?
@JapaneseWithoutKanji2 жыл бұрын
i play this attack on titan fanbase game i want to make titans walk through i found the body parts assembly but i dont know how to edit them to make myself pass through the titan's body help pls
@TraceguyRune2 жыл бұрын
Subtracting 1 from 0 on something like that wouldn't crash the game, but instead of deleting you should use a ternary condition. Item.Quantity = (quantity - 1 < 0) ? 0 : quantity - 1
@nr48733 жыл бұрын
Do you think you could take a look at crab game? I'm pretty new to game modding, i had a look in the game files and there doesn't seem to be much in the game assembly file :(
@dave86502 жыл бұрын
Hi, do you know sir how i can prevent myself from chat block from mmorpg. Im shouting world 5x and it blocks me from chatting in game for 1min.
@ChaosCrischen3 жыл бұрын
Interesting but I think not really what I need. Is there a way to read the values of variables of a Unity Game while it's running?
@dreadedascendance2005 Жыл бұрын
Could you possibly make more in depth videos about using dnspy with some other games like perhapse for when a user presses alt-f9 they get their hp reset to max as well as their stamina if possible it would be appreciated since I'm new to dnspy
@phitc42422 жыл бұрын
hey I was wondering if you have/could explain how to call lua functions from asm?
@alexanderher76922 жыл бұрын
I tried this, but after saving module and running exe it has no effect? How can devs detect people doing this
@gauravthapa43802 жыл бұрын
Bro I always get a error while Compiling when I double click the error then it shows the Red colour code text Please help me..
@Akshitguleria72 жыл бұрын
i need your help with some RE on some game, how can i get in touch?
@speedifix9192 жыл бұрын
do you can create criticals hack in minecraft java? this it could even be a challenge
@ivanosei63603 жыл бұрын
Please I have a question.. can a game like Vikings war of clans be hacked?
@antonellabellucci Жыл бұрын
can i get full unity project with this? please let me know Thanks for the video
@chrisfayte84823 жыл бұрын
Amazing lesson Stephen, I learned some things I didnt even realize. Thank you for this!
@Starrs_mods2 жыл бұрын
Thank you for this video Im trying to figure out how to undisable something in a game when its disabled on certain parts of the game
@Hoi-art Жыл бұрын
Do you also have a discord channel by any chance?
@_CryptoCat3 жыл бұрын
super clear and detailed, love it bro! 😻
@markwasfy92303 жыл бұрын
does it work on mobile unity games too ?
@StephenChapman3 жыл бұрын
Yep!
@markwasfy92303 жыл бұрын
@@StephenChapman i tried to decompile a apk file and the developer some how got the assembly in Managed file hidden
@markwasfy92303 жыл бұрын
@@StephenChapman i just digged around and found out that he using ll2Cpp as a backend can you make a video about how we can deal with that and how we can dump the files and get assembly files and mod it thanks in advance :D
@ErichDAtriGuiran12 жыл бұрын
keep putting out videos homie!!
@amimirmimir512 Жыл бұрын
thanks for helping me change the bpm in space invaders extreme
@jake_dev10462 жыл бұрын
How could i get the Assembly-CSharp TUNIC game
@lythrongaming3 жыл бұрын
Yo, i wanna ask for help. Did anyone knows how to extract the string/addresss into an image by using Cheat Engine? I think it is possible
@GAMEBR0VIP2462 Жыл бұрын
is this il2cpp ?. jw because when i compile i get 10K errors even if i change nothing
@gamerstech81853 жыл бұрын
Hello sir please could give us a tutorial on how to cheat mortal kombat 11 skins and other unlockables of game with cheat engine?
@chengyue12692 жыл бұрын
Can you help me crack an APK compiled by Unity Editor? I would like to import the game into Android Studio, modify packagename and make it work. I'm willing to pay a lot of money for that.
@sksarker73432 жыл бұрын
Can you make a video about hacking and making script of serious Sam hd 1,2 or 3. There is a problem when it
@JoeFay_Tech2 жыл бұрын
i have a little request. we want a simple tutorial video on how to create craft without materials cheat.
@dangerx69792 жыл бұрын
does it work with apk files?
@krzysztofjarzyna42252 жыл бұрын
Instant subscription. You are welcome!
@JackAdams03 жыл бұрын
can you please show how to hack Red Dead Redemption 2, for stuff like infinite health, stamina and deadeye. I cannot for the life of me figure this game out. I think the values might be encrypted...or not. Would very much appreciate if you could look into it, pal
@russneho3 жыл бұрын
Nice work mate, easy to understand and follow.
@blubms85932 жыл бұрын
only for offline games right?
@ShadowMax2K3 жыл бұрын
Thank you, really wanted this kind of guides. If you have Patreon, I will sure follow and subscribe. Let us know.
@NightfallChease2 жыл бұрын
We need more videos!
@설리-o2w2 жыл бұрын
Stephen Chapman You should try a game on steam called Squally it teaches you X86 and X64 you may like it since the idea of it is to basically hack the game to gain a advantage etc.
@muhammadfawadali1293 жыл бұрын
Does it (dnspy) is available in mobile. Please.
@StephenChapman3 жыл бұрын
You can use it on mobile games made with Unity. Look up "dnSpy Android" on KZbin to see. You'll still need to run dnSpy on a computer, though.
@muhammadfawadali1293 жыл бұрын
@@StephenChapman So much love from Pakistan.
@angryman9333 Жыл бұрын
You didn't do any runtime debugging...
@MultiJtx2 жыл бұрын
as well with dnSpy you can unlock unowned DLC..
@adelxa98792 жыл бұрын
Can u hack cuphead with new dlc ??
@micheallovis53692 жыл бұрын
Can You Make A game Trainer For Me For a Price If yes how can we get in Touch thanks
@LastRoze3 жыл бұрын
Legend! thanks man.
@majiddeveloper92372 жыл бұрын
Wow, that's great.. Can I suggest you a game for you to modify.. It will help us a lot ❤️
@florsolussoglia2 жыл бұрын
hola como estas? puedes hackear con cheat engine el juego para android evony the kings return? utilizo Memu. thx
@MysticAlankar3 жыл бұрын
Thanks a lot for this tutorial!
@robsonm70163 жыл бұрын
GREAT VIDEO, TANK YOU!!!!
@colinshack5522 жыл бұрын
Do you make game trainer For a Price it is hard for me to do the value doesn't change if u can make a trainer for me for a price am ready sir
@Starrs_mods2 жыл бұрын
bro this dude could lowkey make a business making and selling these lol
@dagger64322 жыл бұрын
I have every dlc in 911 operator now 🤣🤣
@hytalefanboi74712 жыл бұрын
Pro tip: if the game is made with IL2CPP instead of mono this method wont work.
@justforyoutube13193 жыл бұрын
😁
@MrZabidik2 жыл бұрын
pls make dragon mania legends hack
@PRINCE555YT1002 жыл бұрын
How to make aimbot.exe
@theparashari58332 жыл бұрын
Please make video on BGMI or PUBG mobile game. hack .
@kiocode7 ай бұрын
Mono games brother
@mnageh-bo1mm3 жыл бұрын
great topic , but not we need more simplified and explanation i fell like i understood nothing
@StephenChapman3 жыл бұрын
What, in particular, were you confused about?
@mnageh-bo1mm3 жыл бұрын
@@StephenChapman all the video haha. i will try to watch it again maybe the problem is with me.
@dyonis51433 жыл бұрын
It's easy bro he also teaches basic c# coding
@HunterAshner2 жыл бұрын
If you start working with unity to make games for fun this stuff will make sense very fast and it is a great way to pick up programming
@AHOneOOne2 жыл бұрын
Do you have discord i can speak to you on? i need a little help
@wa63 жыл бұрын
what do you think about this._damage = this.maxhp - this.maxhp