CS2 Internal ESP Tutorial | C++

Поділитися
Вставка
  • Опубліковано 31 гру 2024

КОМЕНТАРІ •

  • @doo_kki
    @doo_kki 4 місяці тому +3

    Didnt find any other video about internal tutorials aside from this G🙌

  • @RonaldDover-x8g
    @RonaldDover-x8g Місяць тому +8

    here are updated offsets
    dwEntityList = 0x19F2488;
    dwLocalPlayerPawn = 0x1855CE8;
    dwViewMatrix = 0x1A54550;
    m_hPlayerPawn = 0x80C;
    m_iHealth = 0x344;
    m_iTeamNum = 0x3E3;
    m_vOldOrigin = 0x1324;

    • @Dreadiscrazy
      @Dreadiscrazy 6 днів тому

      ty can i also ask where u got them?

    • @haxed3nt1337
      @haxed3nt1337 4 години тому

      @Dreadiscrazy ida pro or cs2 dumper on github

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

    Damn nice bro basically nobody making tutorials on internal cheats for cs2 🙌

    • @Helloworldred
      @Helloworldred 25 днів тому

      It's same as external but slightly different way to read and write memory

  • @q7b663
    @q7b663 Місяць тому +3

    I would like to do something like this with relatively more niche source games like gmod but i don't know where to begin?

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

    Good bro waiting for next tutorials
    !

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

    Yo, i'm searching how to make the esp don't change width with the distance, anyone know please ?

  • @xSaTown
    @xSaTown 4 місяці тому +2

    Dude, I did everything but I can't start it, my problem is;
    (
    Unable to start program
    'C:\Users\exper\source
    epos\ImGui-DirectX-11-Kiero-Hook\ImGui DirectX 11 Kiero Hook\x64\Release\ImGui DirectX 11 Kiero Hook.dll',
    The system cannot find the specified file.
    )
    pls help!

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

      It's dll file, you only can inject this dll file on -insecure and extreme injector with manual map

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

      Build it to get the dll then I just use cheat engine to inject and test my dll's

  • @Stratxgy.
    @Stratxgy. Місяць тому +1

    yo new video when? just wondering because im enjoying the videos alot 🔥

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

      genuinely no idea, i thought i had something but it turned out pretty bad, i felt it wasn't up to standard of my videos, i'll have to find something new but i'm not sure when that is / what

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

      @ seems cool. Just make sure you do something you enjoy.

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

      ​@@carlgwastakenBro i created a lot of cheat on C# now i want to study internal c++ you have helped me a lot please continue doing this video

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

      You could do something on vac bypass. Not just a single way, but like explaining how it works and different methods to bypass it.​@carlgwastaken

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

    man it really cool keep it up

  • @rustpoof
    @rustpoof 21 день тому

    where do i put new offsets

  • @DominateMarket
    @DominateMarket 15 днів тому

    hello bro its sadly outdated i mean if you join a round and leave the round you crash all offsets are right

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

    how do you get into that testing map at 26:17

  • @ericdams
    @ericdams 19 днів тому

    Hey, thank you for the video. What's the difference between internal and external in terms of performance and lags?

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

    poggers thanks for uploading

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

    GetBackgroundDrawList()->AddRect: is this do the draw ? what if i dont use the kiero, how can i do it manually thanks.

  • @invisyea
    @invisyea 5 місяців тому +1

    dayum you made this then edited this and uploaded it in less that a day

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

    it is drawing the boxes and i can tell it is working cause when the players move the boxes move but they arent rending over the players

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

      check if you are alive or dead

  • @yestyyz
    @yestyyz 16 днів тому

    Someone can help me if I inject cheat to CS2 it crashes immediately, I use extreme injector

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

    any reason why he is using a float here: 9:13?

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

      By default c/cpp will assume integer division, so that will always be rounded to an integer. By specifying it as a float, you force it to be proper float division.

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

    thanks so much for the tutorial but how can i make the boxes a different color?

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

      change the imcolor, and make a simple menu in render loop tht accesses a variable render namespace, then access the variables in render function to change settings such as using a vec3 color pickler and converting it to imcolor to render

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

    i am getting hook.dll error when debugging

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

    I would rather be hooking the steam overlay's swap chain instead of hooking dx11

  • @allouis761
    @allouis761 5 місяців тому +1

    holy shit!you r my best,bro!

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

    hey tks for posting i was just asking to god for a vid like this

  • @Jami-e3u
    @Jami-e3u 4 місяці тому +1

    how to make it not render team

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

      get the offset for team (m_iTeamNum from client.dll.hpp) then do static auto team = *(BYTE*)(localPawn+ O::m_iTeamNum) and then do if (team == *(BYTE*)(entity + O::m_iTeamNum) add this all before the cheat code(it should work but idk i just wrote it out now in the comments)

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

      if (team == local team)
      continue;
      something like that

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

    the best what i see ever thanks this help in learn internal cheats because i already learn externale make more internal :))

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

    i made you loose some viewer retention, hope i made up for it with a like and a sub, very interesting

  • @MortykManu
    @MortykManu 4 місяці тому +2

    is this detectable by anticheat?

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

      Jes but depends in csg it could detect it same as fortnite and etc but some have bad anticheat so je depends

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

    Bro I need an internal bhop cheat tutorial!!

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

    did all the steps PASTED my ass of yet still no visual?

    • @Jami-e3u
      @Jami-e3u 3 місяці тому +1

      update offsets

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

    asver its too hard for me to understand could you make a video with the easiest way to make a esp or give us a esp code 🤣 ik im a noob

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

    how did u learn to do this?

    • @ikuya.3970
      @ikuya.3970 5 місяців тому

      he learned it bruh

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

      i've actually been thinking about making like a 60 second faq or something for a video, since i get this question so often
      but basically - i started off a couple years ago just blindly pasting trying to throw together a rust script, and after getting banned i moved to csgo to try to learn a bit more, from there a bit more pasting and eventually i started understand what i was actually doing
      not saying this is the optimal start, you should definetly learn c++ before even TRYING to learn cheating.. but that's how i started! thanks for the comment

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

      @@carlgwastakenhey man ive been learning c++ for a minute now but the windows API is very scary looking😂 Im not even sure where to start when it comes to the windows api but anyways thank you for your videos I feel like I learn something new every time you post❤

    • @user-qq4wb4rz7q
      @user-qq4wb4rz7q 5 місяців тому

      Why did you chose the chaotic evil arc?

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

    to not apear the team u need to put LocalPawn instead of the client on the LocalTeam(is just a silly correction and idk if its the best but is a correction)

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

      You're right, didn't catch that haha. Thanks!

    • @lyiz090
      @lyiz090 5 місяців тому +1

      @@carlgwastaken np man,

  • @Njoyy-wo9ti
    @Njoyy-wo9ti 4 місяці тому +1

    Why not use game functions? Like a SDK. This video is pretty much the same way as an external. A good internal cheat uses the SDK and utilizes the game functions to get things such as players etc

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

    thx for making the game even more unplayable
    if youre already make a video just include a binary for gods sake

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

      I doubt it's even possible to make the game even more unplayable, especially since this would give you a ban if you injected without -insecure. maybe do some research first?

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

      @@carlgwastaken what research do you mean?
      play the game? bruh you don't need to launch without vac

    • @carlgwastaken
      @carlgwastaken  5 місяців тому +1

      @@p0worejtih LMAOOO, okay launch without vac and head straight into an online comp game, gl!

  • @eggsbdbf2060
    @eggsbdbf2060 5 місяців тому +1

    yo bro how did you passed anti-cheat ?

    • @carlgwastaken
      @carlgwastaken  5 місяців тому +1

      i actually didn't, i strongly advise you to use -insecure

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

      that matter is the keys to the kingdom. whole different ballgame. you will find no particular solutions available to the public other than detected ones. if it's public, its public to valve as well

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

      you have to get banned and find out exactly how. Faceit will scan your system a certain way, somehow see what they see and juke em.

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

      @@seedee3d thx

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

      face injector lol

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

    Can you make internal imgui overlay?

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

      This so easy bro + look desc

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

      ..why? we're internal, we have access to the games renderer.

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

      @@carlgwastaken I wanted to create menu with buttons or smth

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

      @@kiryD just do it in the present hook? you literally have access to imgui right there, just create you window and add buttons.

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

    Next video how to make chams

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

    you forgot to add the first github link can you please add it

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

    the github is going to basehook

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

    please create esp hack in crossfire weast and i buy it

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

      east? i thought you said weast!

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

      down bad 😂😂 fucking wants to nolife a game hes shit in

  • @Mark-fg8uq
    @Mark-fg8uq 5 місяців тому

    bro didnt even like my comment, ok man

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

      you don't deserve a heart lil bro

  • @1000-YEARS-HAITIAN
    @1000-YEARS-HAITIAN 5 місяців тому

    Why do you cheat? lol

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

      its not for cheating really, learning to make cheats is good for learning for reverse engineering, making anti-cheats, reporting bugs for money etc, there is some weird ppl tho and a tut like this with launching -insecure aint gonna mean anything 😂

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

    How can i contact u

  • @0xhhhhff
    @0xhhhhff 4 місяці тому

    Do u have a discord?