How To Write Your First Game Hack in C++ Tutorial

Sdílet
Vložit
  • čas přidán 28. 08. 2024

Komentáře • 25

  • @jolten
    @jolten Před rokem +2

    Very good tutorial! Easy to follow as well.

  • @HerbertUdo
    @HerbertUdo Před 8 dny

    good tutorial fast and easy to follow

  • @ruify6799
    @ruify6799 Před 9 měsíci

    First actual good tut earned a sub, can you make a video on how to connect it to ui like a mod menu and more features like inf ammo

  • @abdoulahboub
    @abdoulahboub Před 4 měsíci +1

    Its a great video👏

  • @rejeenplus
    @rejeenplus Před 8 dny

    sigma voice

  • @elyxorus
    @elyxorus Před rokem

    Very nice tutorial, thanks you so much

  • @Xusoooooooosjeue
    @Xusoooooooosjeue Před 2 měsíci +2

    Error C2664 'DWORD GetProcessId(HANDLE)': cannot convert argument 1 from 'const wchar_t [14]' to 'HANDLE' ConsoleApplication1 i keep getting this error i do everthing but its keep showing up (:

    • @user-vv3mt3ov6h
      @user-vv3mt3ov6h Před měsícem +1

      Same

    • @Meerz69
      @Meerz69 Před 25 dny

      This is because the pointer you put in your variable is nah just kidding I don't even know cpp

    • @SPORTSFACTS11136
      @SPORTSFACTS11136 Před 15 dny

      You have to return the value of 0 in your assault cube hacks.cpp just add in return 0; and it will fix anything, if you do not return a value it will not compile the code.

  • @KlaroNebulous
    @KlaroNebulous Před 2 měsíci

    64 bit apps supported?

  • @loganstepp9348
    @loganstepp9348 Před 7 měsíci +2

    what does the "L" do in getproccessID function?

    • @kxbraaaa
      @kxbraaaa  Před 7 měsíci

      It changes the data type from const char* to const wchar_t* because that is the data type that windows uses in its data structures

  • @4kumetsu
    @4kumetsu Před měsícem

    Good stuff

  • @DailySigmaGrindset
    @DailySigmaGrindset Před rokem +1

    Ty!

  • @VendettahhOT
    @VendettahhOT Před 5 měsíci

    why when i copy code some words dont colorize ?

  • @CKOIUSERNAME
    @CKOIUSERNAME Před 7 měsíci

    Thanks

  • @Hexaren.
    @Hexaren. Před 4 měsíci

    Could you make a video explaining how to get static address for smg ammo?

    • @kxbraaaa
      @kxbraaaa  Před 4 měsíci +2

      read the ammo address using cheat engine, see what access to get the weapon class, search for that address of weapon in Ur memory, then find the offset of that in the local player structure and then use the local player pointer static address

    • @Hexaren.
      @Hexaren. Před 4 měsíci

      @@kxbraaaa Thanks for answering!

    • @Hexaren.
      @Hexaren. Před 4 měsíci +1

      Got a new question. How would i go about making a esp? If you could give me some docs or anything that would be nice.

    • @kxbraaaa
      @kxbraaaa  Před 4 měsíci

      @@Hexaren. hi I have a tutorial for esp on my channel for cs2

  • @user-BrokenDO
    @user-BrokenDO Před rokem +1

    and after you game reloading all code writted is wrong , try again with real tuto for always find address automatically

    • @kxbraaaa
      @kxbraaaa  Před rokem +7

      youre wrong lmao i found static addresses