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

Поделиться
HTML-код
  • Опубликовано: 26 окт 2024

Комментарии • 35

  • @Ravroid
    @Ravroid 23 дня назад

    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!

  • @jolten
    @jolten Год назад +3

    Very good tutorial! Easy to follow as well.

  • @ruify6799
    @ruify6799 11 месяцев назад

    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

  • @Xusoooooooosjeue
    @Xusoooooooosjeue 4 месяца назад +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 3 месяца назад +1

      Same

    • @Meerz69
      @Meerz69 2 месяца назад +1

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

    • @SPORTSFACTS11136
      @SPORTSFACTS11136 2 месяца назад

      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.

  • @yuhyuh-nc1vz
    @yuhyuh-nc1vz Месяц назад

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

  • @simonwinther1285
    @simonwinther1285 Месяц назад

    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 Месяц назад

      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  Месяц назад +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.

  • @elyxorus
    @elyxorus Год назад

    Very nice tutorial, thanks you so much

  • @VendettahhOT
    @VendettahhOT 7 месяцев назад

    why when i copy code some words dont colorize ?

  • @rejeenplus
    @rejeenplus 2 месяца назад +1

    sigma voice

  • @abdoulahboub
    @abdoulahboub 6 месяцев назад +1

    Its a great video👏

  • @HerbertUdo
    @HerbertUdo 2 месяца назад

    good tutorial fast and easy to follow

  • @loganstepp9348
    @loganstepp9348 9 месяцев назад +2

    what does the "L" do in getproccessID function?

    • @kxbraaaa
      @kxbraaaa  9 месяцев назад

      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

  • @KlaroNebulous
    @KlaroNebulous 4 месяца назад

    64 bit apps supported?

  • @DailySigmaGrindset
    @DailySigmaGrindset Год назад +1

    Ty!

  • @4kumetsu
    @4kumetsu 3 месяца назад

    Good stuff

  • @amanali6064
    @amanali6064 Месяц назад

    thx❤

  • @CKOIUSERNAME
    @CKOIUSERNAME 9 месяцев назад

    Thanks

  • @jennissoncorreia
    @jennissoncorreia Месяц назад

    MAKES FOR ONLINE COMPETITIVE GAMES EXAMPLE FORTNITE

    • @Auaua-n4d
      @Auaua-n4d Месяц назад

      Probably he can only copy and paste others tutorials nothing more

  • @user-BrokenDO
    @user-BrokenDO Год назад +1

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

    • @kxbraaaa
      @kxbraaaa  Год назад +7

      youre wrong lmao i found static addresses

    • @JvoidluxxYT
      @JvoidluxxYT Месяц назад

      ur dumb

  • @Hexaren.
    @Hexaren. 6 месяцев назад

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

    • @kxbraaaa
      @kxbraaaa  6 месяцев назад +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. 6 месяцев назад

      @@kxbraaaa Thanks for answering!

    • @Hexaren.
      @Hexaren. 6 месяцев назад +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  6 месяцев назад

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