External C# .NET Hack Menu With Dear ImGui 😎 [ Tutorial ]

Поділитися
Вставка
  • Опубліковано 23 січ 2025

КОМЕНТАРІ • 76

  • @KR-bi5ku
    @KR-bi5ku Рік тому +7

    Great content as usual. You've got a talent for teaching these complex concepts in an easy to understand format, keep up the good work!

    • @SwedishTwat
      @SwedishTwat  Рік тому

      thanks bro, I am glad to hear that!

  • @ohman92
    @ohman92 11 місяців тому +1

    Hey! I don't know where to ask this... How do I read a Double value? I can't convert the byte value because its 0. The address only represent a double value.

  • @ShikaMotion
    @ShikaMotion Рік тому +1

    Good and handsome video! Easy to understand. You have my like! :D

  • @NightfallChease
    @NightfallChease Рік тому +1

    I got used to memory.dll... what are the pro arguments for your lib?

  • @ShikaMotion
    @ShikaMotion Рік тому +3

    Day 2 - whether you can do a tutorial on a program that automatically has the address of an emulator, for example with AoB/Pattern scan, (there are no pointers in emulators.) [Yeah you did already a video but nothing like change numbers etc. (it should also work after a restart)]

    • @SwedishTwat
      @SwedishTwat  Рік тому

      It would be pretty cool to cover that, but I don't have any emulators and I don't think we will go into that anytime soon. But it would be cool to cover this in the future 🙂

  • @mutafukazb6232
    @mutafukazb6232 Рік тому +1

    Very good video ! Thank you so much for your content !
    I have a question, in the video, we nop each instruction but instead of noping, can we change the bytes or instruction to for example change the amount of ammo in mag ?

    • @SwedishTwat
      @SwedishTwat  Рік тому +2

      Great idea! And yes we will cover that 😉

    • @mutafukazb6232
      @mutafukazb6232 Рік тому +1

      Super ! Thank you so much !@@SwedishTwat

    • @mutafukazb6232
      @mutafukazb6232 Рік тому +1

      Btw I've done some research about the subject and sometimes, due to the lack of space of bytes, we cannot change instructions as we want so i found something called detours with minhook for exemple and i thought that you can maybe add some detours method in a niew video ?@@SwedishTwat

  • @wrotekk
    @wrotekk Місяць тому

    can someone help me its only rendering in the top left on my screen and it just cuts off whenever i want to get it anywhere else

  • @IShowRobloxCheats
    @IShowRobloxCheats 2 місяці тому

    Hey 👋 Thanks for the video really enjoyed it. Quick question, why didnt we use pointers instead of addresses, i thought after restarting the game adresses wont work anymore?

    • @SwedishTwat
      @SwedishTwat  2 місяці тому +1

      The video is focused on Dear ImGui, so I made the decision to use a simpler approach and skip multilevel pointers. The address you see in the video is tied to the game module, so for this example game it won't break after restarting. This doesn't work for all games but it's a good starting point for beginners who want to try things out :)

  • @icqueservices
    @icqueservices Рік тому +1

    How do i get it to only lock the hp of the player and not all of the entities

    • @SwedishTwat
      @SwedishTwat  Рік тому

      We will need to add a comparison into the code, but I couldn't fit that method into this tutorial so went with the godmode for everyone 😅. We will cover this tho in the future.

  • @JackMaynardFTW
    @JackMaynardFTW 11 місяців тому +1

    When you restart the game would the memory address not change?

    • @oneteamguys
      @oneteamguys 7 місяців тому

      If you did it as the video should not, the value sought is always the same (as long as the game is not updated) if you restart the game you will also have to re-open the menu.

  • @Youssiii
    @Youssiii Рік тому +1

    Can you maybe for the next vid go more into finding game functions ?

    • @SwedishTwat
      @SwedishTwat  Рік тому

      I don't know about the next video but we will surely cover more of finding functions

  • @il_piruz
    @il_piruz Рік тому

    Pls i really need a way to make a sort of toggle button that changes color but only of him and not everything in the menu

    • @SwedishTwat
      @SwedishTwat  Рік тому

      you can check the referred boolean, and then style it in the rendering of the checkbox

    • @il_piruz
      @il_piruz Рік тому

      but... how??
      @@SwedishTwat

  • @ocdamiabrene.1486
    @ocdamiabrene.1486 9 місяців тому

    Failed to find the specified module, search string might have miss-spellings.'
    help me to fix this :

  • @mikefast1740
    @mikefast1740 Рік тому

    i have a cheat engine table with hundreds of options to change stuff in a game, do you know how i can extract the pointers from the table? when i look at the address it automatically has p -> *some address* and offset only 20 and thats it. Love your videos!

    • @OWLyS
      @OWLyS Рік тому

      You should be able to right click to the item that is present in the cheat table to your list and then pointer scan for that address :)

  • @NR_5tudio
    @NR_5tudio Місяць тому

    AWSOME TUTORIAL ITS SO GOOD THANKS HOMI!!
    just a question can it work using python? (dearpygui) ?

    • @SwedishTwat
      @SwedishTwat  Місяць тому

      logic would probably still apply, I haven't tested anything in dearpygui so I couldn't say for certain 😉

  • @VastavPansuriya-x1g
    @VastavPansuriya-x1g Рік тому

    hey man i want to make a game engine , and I don't know where to start. can you please suggest something.

  • @FemboyASMR_reborn
    @FemboyASMR_reborn Рік тому +2

    My game crashed as soon as i put on a mod

    • @x_zit3361
      @x_zit3361 6 місяців тому +1

      Then don’t do it

  • @groerdrache9695
    @groerdrache9695 8 місяців тому

    I just did your Pixel Triggerbot tut, so cool but how can I make a Menu for that? Just Copy the whole code in the Menu script?

    • @SwedishTwat
      @SwedishTwat  8 місяців тому

      Probbably not just pasting, but if you tie the sequences together it should work 😉

    • @groerdrache9695
      @groerdrache9695 8 місяців тому

      @@SwedishTwat thanks for your fast response! I will try it! 😁

  • @imLust
    @imLust Рік тому +1

    what theme do you use

    • @SwedishTwat
      @SwedishTwat  Рік тому +1

      "Yonce" maybe, I haven't checked 🙂

  • @imLust
    @imLust Рік тому

    can you make a tutorial on fixing amd graphics card for game i get error

  • @the.mhmoud
    @the.mhmoud Рік тому

    Thank you so much for this tutorial ,
    can you make a tutorial about how to do it with addreses that arent in the game base addres , because some games stop working after restarting them.
    thank you again ❤

    • @SwedishTwat
      @SwedishTwat  Рік тому +1

      we will surely do something like that in the future!

  • @HydroArab
    @HydroArab 2 місяці тому +1

    THIS IS WHY SWED IS THE FUCKING GOAT
    THE FUCKING G OATTTTT

  • @chewhammer2213
    @chewhammer2213 Рік тому

    I wonder if theres a way to make an fps counter using c#

    • @SwedishTwat
      @SwedishTwat  Рік тому

      There should surely be a way to do that 😉 We might cover something like that, who knows

  • @EdwardSnovvden
    @EdwardSnovvden Рік тому

    Thanks for the great tutorial.

  • @NotVixate
    @NotVixate 8 місяців тому

    Could this work on Visual Studio code?

  • @bencexry
    @bencexry 9 місяців тому

    microsoft visual studio 2022 or 2019???

    • @SwedishTwat
      @SwedishTwat  9 місяців тому +1

      2022

    • @bencexry
      @bencexry 9 місяців тому

      @@SwedishTwat thank you❤️ and what format, because the one I see in the video doesn't exist, please write down your name pls

  • @Bossmark29
    @Bossmark29 4 місяці тому

    bro can you make a wallhack for special force rush please

  • @28fpsclips
    @28fpsclips Рік тому +1

    what app is this?

  • @Xte.vortex
    @Xte.vortex 7 місяців тому

    could u give me download to that imgui? i really want it

  • @numnum0311
    @numnum0311 12 днів тому

    it doesnt work?

  • @zf_zerox1608
    @zf_zerox1608 Рік тому

    .NET 7.0 IS good ?

    • @SwedishTwat
      @SwedishTwat  Рік тому +1

      No idea, haven't used it 😅

    • @zf_zerox1608
      @zf_zerox1608 Рік тому

      @@SwedishTwat it's possible of create a che@t in any CPU, and realease ?

  • @alanworker8533
    @alanworker8533 Рік тому

    Can you do a radar hack tutorial? Please😢❤

    • @SwedishTwat
      @SwedishTwat  Рік тому +1

      We will probably cover radars in the future 😉

  • @LEOBOSS-if5jp
    @LEOBOSS-if5jp 7 місяців тому

    The enemy get InfHealt to?

    • @KrishDaEpik
      @KrishDaEpik 7 місяців тому

      yes, because hes testing it in a local environment

  • @musarapio_hha
    @musarapio_hha Рік тому

  • @Levi_scripts
    @Levi_scripts 6 місяців тому

    C++ IS BETTER THO

  • @Zacian11
    @Zacian11 5 місяців тому

    w

  • @I_pvn
    @I_pvn 4 місяці тому +1

    :D

  • @Mhm93Pc
    @Mhm93Pc 2 місяці тому

    You are a supernatural person... I created the code as you did... but enemies don't die either??🫠