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

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ม.ค. 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!

  • @GeochTaMedia
    @GeochTaMedia 10 หลายเดือนก่อน +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 ปีที่แล้ว +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 🙂

  • @HydroArab
    @HydroArab 2 หลายเดือนก่อน +1

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

  • @ShikaMotion
    @ShikaMotion ปีที่แล้ว +1

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

  • @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

  • @IShowRobloxCheats
    @IShowRobloxCheats หลายเดือนก่อน

    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  หลายเดือนก่อน +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 :)

  • @NightfallChease
    @NightfallChease ปีที่แล้ว +1

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

  • @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

  • @NR_5tudio
    @NR_5tudio หลายเดือนก่อน

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

    • @SwedishTwat
      @SwedishTwat  29 วันที่ผ่านมา

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

  • @JackMaynardFTW
    @JackMaynardFTW 11 หลายเดือนก่อน +1

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

    • @oneteamguys
      @oneteamguys 6 หลายเดือนก่อน

      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.

  • @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 :)

  • @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.

  • @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! 😁

  • @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

  • @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

    • @SwedishTwat
      @SwedishTwat  หลายเดือนก่อน

      change clickable version prob

    • @LuaBytecodeInterpreter
      @LuaBytecodeInterpreter 15 วันที่ผ่านมา

      Change to ClickableTransparentOverlay version to 9.1

  • @imLust
    @imLust ปีที่แล้ว

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

  • @imLust
    @imLust ปีที่แล้ว +1

    what theme do you use

    • @SwedishTwat
      @SwedishTwat  ปีที่แล้ว +1

      "Yonce" maybe, I haven't checked 🙂

  • @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!

  • @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.

  • @ocdamiabrene.1486
    @ocdamiabrene.1486 8 หลายเดือนก่อน

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

    • @Levi_scripts
      @Levi_scripts 6 หลายเดือนก่อน

      use a ai

  • @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

  • @Bossmark29
    @Bossmark29 4 หลายเดือนก่อน

    bro can you make a wallhack for special force rush please

  • @NotVixate
    @NotVixate 8 หลายเดือนก่อน

    Could this work on Visual Studio code?

  • @csipikeeee
    @csipikeeee 9 หลายเดือนก่อน

    microsoft visual studio 2022 or 2019???

    • @SwedishTwat
      @SwedishTwat  9 หลายเดือนก่อน +1

      2022

    • @csipikeeee
      @csipikeeee 9 หลายเดือนก่อน

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

  • @28fpsclips
    @28fpsclips ปีที่แล้ว +1

    what app is this?

    • @futureontop
      @futureontop 11 หลายเดือนก่อน

      do you know what it is?

  • @EdwardSnovvden
    @EdwardSnovvden ปีที่แล้ว

    Thanks for the great tutorial.

    • @SwedishTwat
      @SwedishTwat  ปีที่แล้ว

      Thank you for the great comment

  • @Xte.vortex
    @Xte.vortex 7 หลายเดือนก่อน

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

    • @SigmaDigmaSkibidiHoe
      @SigmaDigmaSkibidiHoe 7 หลายเดือนก่อน

      Copy the video

    • @Xte.vortex
      @Xte.vortex 6 หลายเดือนก่อน

      @@SigmaDigmaSkibidiHoe what do u mean with that?

    • @SigmaDigmaSkibidiHoe
      @SigmaDigmaSkibidiHoe 6 หลายเดือนก่อน

      @@Xte.vortex copy the code

  • @numnum0311
    @numnum0311 4 วันที่ผ่านมา

    it doesnt work?

  • @alanworker8533
    @alanworker8533 ปีที่แล้ว

    Can you do a radar hack tutorial? Please😢❤

    • @SwedishTwat
      @SwedishTwat  ปีที่แล้ว +1

      We will probably cover radars in the future 😉

  • @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 ?

  • @LEOBOSS-if5jp
    @LEOBOSS-if5jp 7 หลายเดือนก่อน

    The enemy get InfHealt to?

    • @KrishDaEpik
      @KrishDaEpik 6 หลายเดือนก่อน

      yes, because hes testing it in a local environment

  • @musarapio_hha
    @musarapio_hha ปีที่แล้ว

  • @I_pvn
    @I_pvn 4 หลายเดือนก่อน +1

    :D

  • @Levi_scripts
    @Levi_scripts 6 หลายเดือนก่อน

    C++ IS BETTER THO

  • @Zacian11
    @Zacian11 5 หลายเดือนก่อน

    w

  • @Mhm93Pc
    @Mhm93Pc หลายเดือนก่อน

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