Let's Hack Unity Games With C++ PT. 1! The Basics!

Sdílet
Vložit
  • čas přidán 25. 06. 2024
  • This is part one on making a trainer for any unity game in c++, this will be a full fledged tutorial explaining everything you need to know to start devving your own cheat. Theres always a lack of info in most tutorials so you will need to watch this video to understand how to proceed in the further episodes.
    Also at 3:18 I meant to say the if the method is asking for an "out: " instance pass in a double pointer.
    if it asks "ref: " just pass in the instance.
  • Věda a technologie

Komentáře • 5

  • @TreckStrend
    @TreckStrend  Před 20 dny

    Also at 3:18 I meant to say the if the method is asking for an "out: " instance pass in a double pointer.
    if it asks "ref: " just pass in the instance.

  • @last8exile
    @last8exile Před 18 dny +1

    You just made a video about stuff written in Unity official documntation.

    • @TreckStrend
      @TreckStrend  Před 18 dny

      Nobody seems to be reading mono/il2cpp documentations which is entirely different from the unity documentations you are referring to. If that was the case I wouldn't be getting 100+ questions on how to mod unity in c++ on forums but ok what do I know? 🤷🏽‍♂️

    • @TreckStrend
      @TreckStrend  Před 18 dny

      And this is a buildup to a wrapper that I made for mono.