Second video Im watching, really well made, even though Ive never touched c++, I basically understood everything, and it was just really well explained, nice!
i only know bare minimum of computer programming but this video was really interesting 😅 i watched the entire thing without understanding like 90% of the things you said.
@@cazz mhm, .vmt changing doesnt do much, atleast chams wise. otherwise even swapping other stuff ive never had issues. I'd more be worried about doing extemely long backtracking, silent aim and or rage related features like fast duck, fast stop etc. these can lead to low trust in which they eventually do waves.
Hey i tried to make this in imgui with a checkbox but when i inject and check the checkbox the game crashes. Can you help me? Would mean a lot to me :)
hey so ik this was a year ago but i have been really trying to figure out how to code a gui for csgo that has trigger bot esp aimbot etc with check boxes can u please make a vid on that
Hello, i've been getting 3 errors about the "client.dll" part, something in the words of that 'client' must be initialized and cannot convert the first argument from "const char[11]" to "LPCWSTR"
You do not want to use many threads when you are internal because you can simply hook game functions and perform your cheat logic in there, meaning your cheats run within the game's threads in the game's own functions. You should only be making threads in your Internals for initialization and/or destruction and for third-party functionality such as web requests or discord RPC, etc...
Only question I have is why is the forcejump value equal to 6 & 4 that's the only part i didn't understand fully so a clarification would be greatly appreciated
its odd because its not explained and its because it uses somewhat of a state machine and being 6 triggers activation of a jump and 4 to disable activation of a jump
To understand why its not possible to inject at valorant i suggest you to search for "unveiling the underground world of anti cheats". its a 40minute video but after that you will maybe understand why injections doesnt work on all games. And you will figure out about new kind of hacks.
Are you referring to leaving the loop early by using continue? If so, I can agree. Sometimes it ruins readability and maintainability but other times in my opinion it improves them.
As a cs student this is so cool to see how this is done I’m learning C right now and I’m definitely gonna try this out.
cs > cs
@@eternalblue99c++ > c--
me rn
C++ > C def@@mysyvcic
@@illegalchickengulag same
wow you did it sooner than i thought! im looking forward for more amazing internal videos!
Hehe, well, I didn't upload for almost a month so I felt like doing something special for Christmas :)
@@cazz can you help me please i have coded the entire program i dont know where is the dll my release folder is empty
@@gladeon-hb9iu did you even build the program?
@@carlgwastaken don't worry i found it also yes I did build the program
Second video Im watching, really well made, even though Ive never touched c++, I basically understood everything, and it was just really well explained, nice!
Really? I got lost at the start of 3:05 basically the real start. I need a video for dummies :’’)
🧢🧢🧢
The budget for this video 📈📈📈📈📈📈📈
yo homie i just wanted to say that you videos are a fucking huge help Please dont ever stop
thanks man, I appreciate it more than you know
i always love your VIDEO!
first cpp tutorial that explains what everything does
he never explained the bit manipulation shit he did here
(flags & (1
um dos melhores canais de tutorial
continue assim
england pls?
one of the best tutorial channels
keep it up
dá ban?
i only know bare minimum of computer programming but this video was really interesting 😅 i watched the entire thing without understanding like 90% of the things you said.
Very good explained please do more about internals. Very good explanation
I don't even know how to code and I don't even play cs:go,
yet.
this seems fun to watch still
the chanel i was looking for. Already subscribed
Best tutorial series 🔥
I would love to hold hands with you.
I don’t know what any of this means but I still enjoy watching the videos and agreeing with everything that’s said 😂
This is a very good tutorial, i'm surprised he only has this many subs
I appreciate it!
Hallelujah !!
man, that was such an helpful tutorial. thank you so much bro
I'm glad you enjoyed it! And of course I will be uploading more in the future :)
WOOOOOOOO
thank cazz i really needed tjhis!!!!!!!!!!!!!!!!! !1 !1 !!
siiickkk!!
*CAZZWARE was launched
*2 months without video.... This is... Many...*
haha yes, I got sick and then went on holiday - it was not great timing xd
@@cazz *Wow!*
Nice video! Can you make a video about vac? And how to avoid it? And how it works?
thank u for explaining steps :)
My pleasure 😊
Great video 👏👏👏👏👏
Thank you 👍
whats is more undetectable external or internal? good video
Honestly, with VAC, as long as you aren't trying to force god mode or blatantly VMT swapping, either is good :)
@@cazz mhm, .vmt changing doesnt do much, atleast chams wise. otherwise even swapping other stuff ive never had issues. I'd more be worried about doing extemely long backtracking, silent aim and or rage related features like fast duck, fast stop etc. these can lead to low trust in which they eventually do waves.
@@cazz nowadays it depends, because lots of common features are more detected, prime mmhvh has been dying which fucking blows
Great Tutorial!!!
Glad you liked it :)
Thanks
i confirm that was a very sexy internal
Can you add a video on how to get offsets on any game. Thank you!
Cazz on top 🥶
Pretty wild testing this on csgo, I got vac banned before.
-insecure boutta change ur life
i need help with row 55 with instance it says instance not found can i get some help
thank u :D
Hey i tried to make this in imgui with a checkbox but when i inject and check the checkbox the game crashes. Can you help me? Would mean a lot to me :)
hey so ik this was a year ago but i have been really trying to figure out how to code a gui for csgo that has trigger bot esp aimbot etc with check boxes can u please make a vid on that
Hello, i've been getting 3 errors about the "client.dll" part, something in the words of that 'client' must be initialized and cannot convert the first argument from "const char[11]" to "LPCWSTR"
Make sure you are using the Multibyte char set
🙏 thanks
your the boss your the best,
can someone explain what the flags offset is and why the line (flags & (1
9:41 how you know the name of the module? maybe another game can have a different one
I did everything but when i inject when the game is running there is an error code. What did i do wrong, can someone help
Go big bro
ok this might be stupid but i did your imgui internal menu but im confused on how i would use this along with that. please help
alright i figured it out
Hi, great tutorial but I can´t find the offsets you use. I would appreciate your Help.
he said how to do it bruh
Please make an video where you explain how to code your own cheat but in the same time keep it undetected.
@Oddnezz junk code wont do shit btw
we need more internals!
why the hack loop in the bhop function lol?
more!
Can u teach to me how to do magic bullets to shoot player on cover in the divison 1?
@cazz how many threads we can possibly use with your internal hacking?
You do not want to use many threads when you are internal because you can simply hook game functions and perform your cheat logic in there, meaning your cheats run within the game's threads in the game's own functions. You should only be making threads in your Internals for initialization and/or destruction and for third-party functionality such as web requests or discord RPC, etc...
could you please make a tutorial about making a glow esp for rainbow six siege?
well, that would require a kernel BE bypass so probably not, at least not anytime soon :(
@@cazz is it hard to make a BE bypass? or at least how can I learn making a BE bypass because i really cant find useful videos about a BE bypass.
Im not interested in cheating but what are the chances of being banned? Surely high right?
how can i inject dlls if im not in -insecure mode?
can you show a basic kernel mode cheat like this because i dont understand rakes video.
Bro can u do a tutorial with unreal engine(4) instead of source. And how to handle sdks inside your esp
could you please make a tutorial about internal skin & knifechanger. i would realy appreciate that :)
please tell me how to create headblockbot for cs2
Why do there no subtitles in the videos?
does this means that if i want to move the hack to l4d i just need to change the process because is the same engine right?
also should change the time betwen jumps?
man how the fuck do you only have 500 subs
what about a c# dll file, is that possible?
HOW DO I CHANGE THE DEBUG TO RELEASE AND 64 BIT T 84BIT I DONT UNDERSTAND
bruh he literally showed it. You click the boxes at the top and choose 32-bit and release
subbed
legend
will csghost inject the script aswell?
Only question I have is why is the forcejump value equal to 6 & 4 that's the only part i didn't understand fully so a clarification would be greatly appreciated
its odd because its not explained and its because it uses somewhat of a state machine and being 6 triggers activation of a jump and 4 to disable activation of a jump
@@Theultramadman i see thx
is there any other way i could use that
Will this also work for games like BGMI
it doesnt work in the new update i think...
yo bro my shii is not turning into a dll T-T
can you do silent aim tutorial?
Im getting an syntax error: ';' at Line 50 right after 4
It seems you have forgotten a ';' somewhere then :)
@@cazz Thanks man! I didnt put another ')' in '(flags & (1
does this work on gmod?
aaaaaaaaaaaaa I alr made an internal with 32bit how I can do to 64 programs
how do I update it, or make it undetected. nice video btw :)
just some code, and u should be good
does it still work ?
i just spent 3 hrs making this but it doint work :(
are your offsets updated?
@@glogged. doesnt work. I has been update ofsets
it does tho@@atamanbananan
when i press inject the game will crash
Tell me how can I make esp for pubg new state
does this work for cs2?
ull need different offsets n stuff but kinda
Can i add this code to my imgui ?
yep
@@cazz Thanks
@Glizzster yeah
you should make a apex legends aimbot
the chaddest human being i ever hade the pleasure to see
good bhop but still bad cause you would have to also call movetypes - for example movetype ladder
very true, but this was meant to be a simple intro :)
how can i make it more bit? my injector says i cant use it in cs2 because its too low bit
I need a video for dummies, I coudnt understand anything:’’) 2:54
yo bro, could you make a cheat for team fortress 2?
1:53 well, roblox is 32 bit but there is no option to choose 32 bit :(
x86 is 32 bit lmao
it wont inject
Make sure you are manual mapping if you are trying to inject without -insecure
Can you do for rocket League ?
the injector will not inject for me
Make sure to use -insecure when using a loadlibrary injector. Otherwise, you need to manual map your .dll - good luck!
this is ud right?
no
Ok I hope this help me to make roblox injector dll
can i get vac banned with this?
what do you think? yes?
Is there anyway you could make a video on how to make an internal cheat for valorant ?
Probably not.
Vanguard will block any injection attempt very easily.
To understand why its not possible to inject at valorant i suggest you to search for "unveiling the underground world of anti cheats". its a 40minute video but after that you will maybe understand why injections doesnt work on all games. And you will figure out about new kind of hacks.
@@undosoundop3081 it is possible to inject on all games and it's not hard the problem is keeping it undetected
In my opinion continue; is such an antipattern, instead I always use like if this then do that and not like if this then dont do that.
Are you referring to leaving the loop early by using continue? If so, I can agree. Sometimes it ruins readability and maintainability but other times in my opinion it improves them.
9:05 how do you get the value?
Hazedumper or reverse engineer yourself :)
YOUR FIRST INTERNAL - BHOP HACK Wallhack cross fire ??
can you just link the downloader instead of just making us code it ourselves?
this is a tutorial? not a cheat download
❤❤🎉 اعجبني اريد فك ملف apk
funny ass guy lmao🤣