I did not mention this in the video, but if you want this to work with DrawModel/DrawModelExecute chams, inside of your DM/DME hook, check if interfaces::studioRender->IsForcedMaterialOverride() is true. If it is true, that means it is a glow model & you DO NOT want to apply chams to it - that will make them compatible. Please enjoy the video ~!
how can i combine this glow with chams you previously shown in your channel? if i turn on chams and glow together - something weird is happening: glow color is taking chams color, chams color is getting more darker and glow alpha is also doesn't work correctly
Hey, I cant figure out why i'm crashing on injection. I've added in the dx9 hook you made into this base and it works fine. I try adding in the PostScreenSpaceEffects hook but it crashes immediately.
bro i dont do internal and i jus5 did all this just for a bunch of these errors error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
I NEED to know. How do you do these MAC looking code editor menu things please tell me how or if you are using photoshop preset or something tell me please it’s driving me insane looking :(
You cannot “run” a dll, it needs to be injected. To debug a .dll, you need to attach Visual Studio to CSGO, set your break points and what not and then inject. Good luck.
Can you make revert everything to valorant maybe it would be awesome because a lot of people trying to cheat and probably code thems self cheats like me but there is no information to so it so I think it would be a awsemonthing to do
Cazz I have a question. How do I learn how to hack? Not going to lie but this tutorial doesn’t really teach me much on how to hack in game, I was wondering if you could tell me where to start
I’d suggest, first of all, learning and ultimately getting comfortable with c++. Once c++ and it’s Syntax does not scare you anymore, you can start looking into making simple external trainers for any game without an anti-cheat. You can start looking into reversing and debugging. Guided hacking is excellent for this stage in learning. Soon though, you’ll want to go further, maybe move onto internals or even into the kernel, from that point unknowncheats.me will be you best friend. 1. Learn c++. The Cherno has great tutorials. So does TheNewBoston (Bucky’s c++ tutorials) and BroCode. 2. Start with cheat engine, IDA, OllyDBG and making externals. Guided hacking is wonderful for this. 3. Start making internals, kernel drivers. Unknowncheats. Good luck! ~ cazz
help mi plese Severity Code Description Project File String Suppression status Warning C26812 Enumeration type 'MH_STATUS' is out of scope. Try to use "enum class" instead of "enum" (Enum.3). based C:\Users\Maxim\Desktop\based-master\src\core\hooks.cpp 12
hey, I did exactly letter for letter what you wrote but for some reason it only shows the glow when I hit the end key to uninject, it shows for a split second then it uninjects, do you know why?
Hmm, I suppose there is a nullptr somewhere... Build in debug, attach VS to CS:GO and inject. Play until you crash and see where the crash is. If it is due to a nullptr, then add a check to make sure you don't do anything with the nullptr. Goodluck ~
Well, I showed you how to do glow internally in this video. Next, watch my surface ESP video, or my ImGui internal menu video so that you can render in the game (Surface uses built-in game functions to render whereas ImGui uses a DirectX renderer) Then watch my netvar manager video so that you can access the player's name, health and all the other information without offsets. Finally, do the math and render all the shit in your hook. Profit!
whenever you learn how to code you could just try and inject it somewhere else to see what errors it throws and learn through them, the best way to get better is to constantly face new problems!
Thank you for this. I'm developing a reality-based game called Kajkkiller0x539 where the main objective is to kill a parasitic breed often referred to as {{{ The Chosen }}}, but also wanted their protective allies to be easily identifiable through a glowing effect.
i didn't want to do all this madness to just have fun on my own server to get shit to glow. after this am gonna see if I can make a plugin. but anycheat that i looked for didn't work or was a virus. couldn't find anything is the short time and definatly not going to pay for shit like this.
@@cazz Not this one, I haven't tested it yet, but I made a internal memory editing glow (I know is not too good to use internals for memory editing) and next day I was vac-banned. It's the only cheat I used in that account, and I injected with ManualMap
I do not think I've ever deleted a comment on this channel. I just took a look through the comments that UA-cam automatically holds for me to review and your comment is not there either. Feel free to give me your feedback again as I do not have it... and did not delete it.
I told you a bunch of info of how I got vac banned with it and did a bunch of tests and always got banned in the end. Everything except only using the based base
@@Corgansm well of course you get banned. Cazz never claimed, that you don't get banned. You need a vac bypass, so you can't get banned (you still might get banned, there is nothing like a "forever undetected")
I did not mention this in the video, but if you want this to work with DrawModel/DrawModelExecute chams, inside of your DM/DME hook, check if interfaces::studioRender->IsForcedMaterialOverride() is true. If it is true, that means it is a glow model & you DO NOT want to apply chams to it - that will make them compatible.
Please enjoy the video ~!
Thank you, you saved me 20 minutes of searching!
Thanks! Cazz!! :D
You have teached me a lot lately and i appreciate it
I'm glad!
Wow..TOXIC MODS!!!
amazing video as always!
Thanks for these videos I can always learn something ne from them!
hey cazz!! thank you xD good vid
love this channel
I will learn all of these i love coding and programming ☺️💓
Hello, do you know anything about the gamers club anticheat, will it be very difficult?
how can i combine this glow with chams you previously shown in your channel? if i turn on chams and glow together - something weird is happening: glow color is taking chams color, chams color is getting more darker and glow alpha is also doesn't work correctly
still works in 2023. so epic
@sonny4978 Bro how to run the program
Could you make one that works for any game
Visual Studio theme? is so cool i have the same in visual studio code
why cant i select a team
Your next video should show the people how to hook OverrideView to make Adjustable thirdperson
Hey, I cant figure out why i'm crashing on injection. I've added in the dx9 hook you made into this base and it works fine. I try adding in the PostScreenSpaceEffects hook but it crashes immediately.
Bro please debug and see why u are crashing -_-, How can we know if you dont provide any info?
what injector are you using?
@@jay.5749bro i need injector what u using can u tell me please
So how would you actually go on to make this undetected?
Who says it isnt :sunglasses:?
bro i dont do internal and i jus5 did all this just for a bunch of these errors
error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
when is the aimbot tutorial coming out?
I NEED to know. How do you do these MAC looking code editor menu things please tell me how or if you are using photoshop preset or something tell me please it’s driving me insane looking :(
It’s a Visual Studio Code extension called Code Snap which lets you take really good pictures of your code with full styling and what not.
@@cazz Ty
what is a safe injector
Hey any reason why is might give a launch error of based.dll is not a valid win32 application when trying to debug
You cannot “run” a dll, it needs to be injected. To debug a .dll, you need to attach Visual Studio to CSGO, set your break points and what not and then inject. Good luck.
wait so these work on ghost of tabor
Hello i have question what was your biggest Project ?(gamehacking)
do you think you could show and make a ESP for the game RUST
Thanks I'm finally able to make some CIA glow in the dark agents
my game crashes. after trying to figure it out, I realized that it was an outdated glowmanager pattern. where can I get it?
can you teach me how programing esp for apex legends or valorant?
Can you make too in Crossfire game?
ever going to release another video cazz?
Of course my man, esp video next :)
done everything as in video but when i join match i cant click anything
im pretty new to cheat development so how would you actually make this undetected or is it already?
It should be already.
What should I do if I injected a dll, but when I press insert there is no reaction?
Well, there is no menu if you are using the base I provide, so nothing is supposed to happen when you click insert...?
The Best haha, give this theme pls ❤
Can you make revert everything to valorant maybe it would be awesome because a lot of people trying to cheat and probably code thems self cheats like me but there is no information to so it so I think it would be a awsemonthing to do
pls make a video on how to make other thing glow
idk why , but red ( enemies ) is blue and blue ( teammates ) isn't with glow... me code is the same.
Hey, I want to know how much time did you spend with coding and game hacking to go this far (years?)
About 3 years at this point… might be close to 4 although I’m not 100% sure :)
@@cazz thanks, you motivate me so much :]
Whats the difference between chams and glow?
Chams making body neon but the glow making only body outlines neon
Cazz I have a question. How do I learn how to hack? Not going to lie but this tutorial doesn’t really teach me much on how to hack in game, I was wondering if you could tell me where to start
I’d suggest, first of all, learning and ultimately getting comfortable with c++. Once c++ and it’s Syntax does not scare you anymore, you can start looking into making simple external trainers for any game without an anti-cheat. You can start looking into reversing and debugging. Guided hacking is excellent for this stage in learning. Soon though, you’ll want to go further, maybe move onto internals or even into the kernel, from that point unknowncheats.me will be you best friend.
1. Learn c++. The Cherno has great tutorials. So does TheNewBoston (Bucky’s c++ tutorials) and BroCode.
2. Start with cheat engine, IDA, OllyDBG and making externals. Guided hacking is wonderful for this.
3. Start making internals, kernel drivers. Unknowncheats.
Good luck!
~ cazz
@@cazz Thank you so much! You are such an underrated UA-camr. I am so grateful for your response and I will definitely follow that path. Thanks cazz 🙏
how can i get the code as a dll?
Works for cs 1.6?
help mi plese Severity Code Description Project File String Suppression status
Warning C26812 Enumeration type 'MH_STATUS' is out of scope. Try to use "enum class" instead of "enum" (Enum.3). based C:\Users\Maxim\Desktop\based-master\src\core\hooks.cpp 12
Hi, Maxim.
@@ScriptCasual hello
hey, I did exactly letter for letter what you wrote but for some reason it only shows the glow when I hit the end key to uninject, it shows for a split second then it uninjects, do you know why?
fixed it, nvm lmao
What was the problem… in case others face it?
@@cazz i miss typed __thiscall as __stdcall, also got chicken glow working 🐔
can you do a tutorial on how to make a sv bypass?
packet interference iirc, refer to uc many great guides
when i inject it nothing happens (i use xenos)
IT cannot rum in win32
Thanks
I have question why csgo freeze and crashes after dying?
Hmm, I suppose there is a nullptr somewhere... Build in debug, attach VS to CS:GO and inject. Play until you crash and see where the crash is. If it is due to a nullptr, then add a check to make sure you don't do anything with the nullptr.
Goodluck ~
When it attach nothing work in debug mode
Can u show us how to make a skeleton esp?
Will do in the future!
why is the dll not showing in my build folder
bruh build it
I clicked with my mouse not editing anything and like 3 more errors appeared
What injector did you use
Xenos
how to make in the ddl pls
You just gotta release then build solution
ua-cam.com/video/Oam-8lVxNq8/v-deo.html
how to i like build it to dll
Make video of counter strike glow esp and paste everything you coded in pastebin
how do i inject?
did u find out?
@@khoa5298 nope
xenos
need to create glow with info enemy play "name , health bar or text like 100HP
"
Well, I showed you how to do glow internally in this video. Next, watch my surface ESP video, or my ImGui internal menu video so that you can render in the game (Surface uses built-in game functions to render whereas ImGui uses a DirectX renderer)
Then watch my netvar manager video so that you can access the player's name, health and all the other information without offsets.
Finally, do the math and render all the shit in your hook. Profit!
yeah but i am a moron and i dont know how to compile. Please help???????
2023 still here how to inject it?? Can some one help plssss
working in ader games? (fortnite,valorant)
whenever you learn how to code you could just try and inject it somewhere else to see what errors it throws and learn through them, the best way to get better is to constantly face new problems!
can i use this to annoy my fortnite friend?
Does this cheat work on online servers as well?
Yeah
How do you inject?
Thank you for this. I'm developing a reality-based game called Kajkkiller0x539 where the main objective is to kill a parasitic breed often referred to as {{{ The Chosen }}}, but also wanted their protective allies to be easily identifiable through a glowing effect.
Bro this is esp on csgo and also wheres silentaim code?
i love you ❤
can you make a tutorial on apex legends esp/glow? i
i didn't want to do all this madness to just have fun on my own server to get shit to glow.
after this am gonna see if I can make a plugin.
but anycheat that i looked for didn't work or was a virus. couldn't find anything is the short time and definatly not going to pay for shit like this.
i like the name
is csgo a online game or if this is a online game the changing vars on your pc shuld not work
next video?
Box esp pls baby
Bro can you make wire firame hack for android games
Well, I dont exactly have an Android device :p
Make dll injector pls
umarım kopyala-yapıstır yapmıyosundur
@@jaxt4109 yok sadece deneme amaçlı. Kendi hesabımda değil oda.
Good
Good
is this a cheat. and is it bannable
Ofc it is, you use code to script a cheat that will give you an unfair advantage in cs
Could you tell me how to "inject it" into the game?
bro pls rank display add external! :D
Can you create it for free fire
Bruh
Make a External Aim for Valorant bro :DD
no
Valorant is very hard i Think there anticheat is Kernel That make it hard.
Cazz mi guys pleas man PLEAS make a wire frame hack tutorial on andriod Or for lost light Pleas man its So ez for you 😭
what the
is this undetected?
🥰
Hey bro can you do a aim bot hack worck for mobile game using termux pleas man you that will be amazi g if you do it 🤩
PLS OH PLS MAKE A VID ON R6
I got banned for using Glow 😔👊
Really...? Can you give a little more information?
@@cazz Not this one, I haven't tested it yet, but I made a internal memory editing glow (I know is not too good to use internals for memory editing) and next day I was vac-banned. It's the only cheat I used in that account, and I injected with ManualMap
But your account got banned or your device?
@@Faby__ Account.
can i get vac banned with this?
Can you do pubg please
I guess this is the reason I've been waiting to learn C++?? 😂
Damn right brother!
how to inject
CHAMS hack for pubg
theres no fucking way im paying shit dude
shi not working
Cazz I think it's hilarious that instead of taking the feedback I give you, you delete my comment.
I do not think I've ever deleted a comment on this channel. I just took a look through the comments that UA-cam automatically holds for me to review and your comment is not there either.
Feel free to give me your feedback again as I do not have it... and did not delete it.
I told you a bunch of info of how I got vac banned with it and did a bunch of tests and always got banned in the end. Everything except only using the based base
@@Corgansm L
@@Corgansm well of course you get banned. Cazz never claimed, that you don't get banned. You need a vac bypass, so you can't get banned (you still might get banned, there is nothing like a "forever undetected")
BROOOOO I DONT EVEN GET A INJEKTOR HAHA
Ay yo why can’t I use my Mouse in game to select a team? @cazz
its an verification issue with the createmove hook, add this at the start of the hook body
if (cmd->commandNumber == 0) {
return false;
}