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
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.
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
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!
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)
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
@@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❤
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?
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
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
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)
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 😂
Didnt find any other video about internal tutorials aside from this G🙌
Damn nice bro basically nobody making tutorials on internal cheats for cs2 🙌
It's same as external but slightly different way to read and write memory
here are updated offsets
dwEntityList = 0x19F2488;
dwLocalPlayerPawn = 0x1855CE8;
dwViewMatrix = 0x1A54550;
m_hPlayerPawn = 0x80C;
m_iHealth = 0x344;
m_iTeamNum = 0x3E3;
m_vOldOrigin = 0x1324;
ty can i also ask where u got them?
@Dreadiscrazy ida pro or cs2 dumper on github
@Dreadiscrazysearch a2x’s cs2 dumper->ouutput->clientdll.hpp and offsets.hpp
how do you get into that testing map at 26:17
Good bro waiting for next tutorials
!
I would like to do something like this with relatively more niche source games like gmod but i don't know where to begin?
You begin with Hello World like everyone
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
check if you are alive or dead
Hey, thank you for the video. What's the difference between internal and external in terms of performance and lags?
internal is just way faster
hello bro its sadly outdated i mean if you join a round and leave the round you crash all offsets are right
Yo, i'm searching how to make the esp don't change width with the distance, anyone know please ?
yo new video when? just wondering because im enjoying the videos alot 🔥
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
@ seems cool. Just make sure you do something you enjoy.
@@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
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
any reason why he is using a float here: 9:13?
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.
dayum you made this then edited this and uploaded it in less that a day
GetBackgroundDrawList()->AddRect: is this do the draw ? what if i dont use the kiero, how can i do it manually thanks.
I would rather be hooking the steam overlay's swap chain instead of hooking dx11
can you make how to make internal bone esp
thanks so much for the tutorial but how can i make the boxes a different color?
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
is this detectable by anticheat?
Jes but depends in csg it could detect it same as fortnite and etc but some have bad anticheat so je depends
man it really cool keep it up
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!
It's dll file, you only can inject this dll file on -insecure and extreme injector with manual map
Build it to get the dll then I just use cheat engine to inject and test my dll's
where do i put new offsets
i am getting hook.dll error when debugging
Someone can help me if I inject cheat to CS2 it crashes immediately, I use extreme injector
use cheat engine its better
i made you loose some viewer retention, hope i made up for it with a like and a sub, very interesting
how to make it not render team
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)
if (team == local team)
continue;
something like that
poggers thanks for uploading
Bro I need an internal bhop cheat tutorial!!
did all the steps PASTED my ass of yet still no visual?
update offsets
same
how did u learn to do this?
he learned it bruh
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
@@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❤
Why did you chose the chaotic evil arc?
thx for making the game even more unplayable
if youre already make a video just include a binary for gods sake
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?
@@carlgwastaken what research do you mean?
play the game? bruh you don't need to launch without vac
@@p0worejtih LMAOOO, okay launch without vac and head straight into an online comp game, gl!
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
yo bro how did you passed anti-cheat ?
i actually didn't, i strongly advise you to use -insecure
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
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.
@@seedee3d thx
face injector lol
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
the best what i see ever thanks this help in learn internal cheats because i already learn externale make more internal :))
you forgot to add the first github link can you please add it
Added! Thanks for telling me
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)
You're right, didn't catch that haha. Thanks!
@@carlgwastaken np man,
Can you make internal imgui overlay?
This so easy bro + look desc
..why? we're internal, we have access to the games renderer.
@@carlgwastaken I wanted to create menu with buttons or smth
@@kiryD just do it in the present hook? you literally have access to imgui right there, just create you window and add buttons.
hey tks for posting i was just asking to god for a vid like this
Next video how to make chams
the github is going to basehook
holy shit!you r my best,bro!
bro didnt even like my comment, ok man
you don't deserve a heart lil bro
please create esp hack in crossfire weast and i buy it
east? i thought you said weast!
down bad 😂😂 fucking wants to nolife a game hes shit in
Why do you cheat? lol
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 😂
How can i contact u
Do u have a discord?