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

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

КОМЕНТАРІ • 43

  • @mrphilly
    @mrphilly Місяць тому +2

    Thanks dude, really like the tutorial, it helps understanding c++ and cheat engine.

  • @jolten
    @jolten Рік тому +4

    Very good tutorial! Easy to follow as well.

  • @Ravroid
    @Ravroid 3 місяці тому

    Thanks for the effort you put into this. I've been a software dev for years but never really tried learning to mod/hack games. This tutorial has been a great starting point. Cheers!

  • @oial-z9v
    @oial-z9v 20 днів тому

    if ur having 3 errors for proc.cpp he forgot to do # include so its just include so jus add a # at the beginning

  • @abdoulahboub
    @abdoulahboub 8 місяців тому +1

    Its a great video👏

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

    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

  • @ronaldinhogaucho216
    @ronaldinhogaucho216 14 днів тому

    great guide for beginners

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

    Very nice tutorial, thanks you so much

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

    good tutorial fast and easy to follow

  • @Xusoooooooosjeue
    @Xusoooooooosjeue 7 місяців тому +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 (:

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

      Same

    • @Meerz69
      @Meerz69 5 місяців тому +2

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

    • @zackeditz-e4r
      @zackeditz-e4r 4 місяці тому

      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.

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

      Did you first get the window, then the tread passing in the right parameters using the windows api, also Dword is a 32 bit int not a char which is a character

  • @yuhyuh-nc1vz
    @yuhyuh-nc1vz 3 місяці тому

    how would u recommend approaching c++ in order to learn this kind of coding?

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

    sigma voice

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

    Good stuff

  • @simonwinther1285
    @simonwinther1285 3 місяці тому

    To get the static pointer to the player entity will let work for most games or do they not have a smart way of Doing something else?

    • @JvoidluxxYT
      @JvoidluxxYT 3 місяці тому

      I think that most games have a base address randomization technique but don't take this as a fact since I barely know alot about this stuff.

    • @kxbraaaa
      @kxbraaaa  3 місяці тому +1

      Most games will have different structures and you might not have static entity pointers but eventually you will find static pointers that you can link to the local player.

  • @Ozi-cs1cf
    @Ozi-cs1cf 2 місяці тому

    Perfect

  • @CKOIUSERNAME
    @CKOIUSERNAME 11 місяців тому

    Thanks

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

    64 bit apps supported?

  • @DailySigmaGrindset
    @DailySigmaGrindset 2 роки тому +1

    Ty!

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

    why when i copy code some words dont colorize ?

  • @amanali6064
    @amanali6064 3 місяці тому

    thx❤

  • @loganstepp9348
    @loganstepp9348 11 місяців тому +2

    what does the "L" do in getproccessID function?

    • @kxbraaaa
      @kxbraaaa  11 місяців тому

      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

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

    MAKES FOR ONLINE COMPETITIVE GAMES EXAMPLE FORTNITE

    • @Auaua-n4d
      @Auaua-n4d 3 місяці тому

      Probably he can only copy and paste others tutorials nothing more

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

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

    • @kxbraaaa
      @kxbraaaa  8 місяців тому +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. 8 місяців тому

      @@kxbraaaa Thanks for answering!

    • @Hexaren.
      @Hexaren. 8 місяців тому +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  8 місяців тому

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

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

    so hard to understand with that accent

  • @user-BrokenDO
    @user-BrokenDO 2 роки тому +1

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

    • @kxbraaaa
      @kxbraaaa  2 роки тому +8

      youre wrong lmao i found static addresses

    • @JvoidluxxYT
      @JvoidluxxYT 3 місяці тому

      ur dumb