23:22 When you were supposed to type thread, you typed instance to CloseHandle();
@cazz2 жыл бұрын
SHIT HAHA, oops, I didn’t even catch that
@lucid_horizons2 жыл бұрын
10/10 editing and presentation
@cazz2 жыл бұрын
10/10 thumbo cutie
@Sestain2 жыл бұрын
I got bored and decided to write my own cheat base and your videos have helped me to understand more about creating cheat bases.
@ogrsrr73232 жыл бұрын
Perfect videos. Always helpful, explaining everything and shows results with simple code. Thanks! Can't wait to see some cheeky silent aim hopefully soon.
@kuba25682 жыл бұрын
thanks bro, hope you will be famous one day, you really deserve it
@cazz2 жыл бұрын
I appreciate that!
@d01c0xc5 ай бұрын
really wish videos like this existed back when i was a paster, really good stuff
@sleebu2 жыл бұрын
I'm really thankful to you for these tutorials. I couldn't find any good videos until now. tysm
@marcus60612 жыл бұрын
Really great tutorial, when i first started learning it was very hard to find such tutorials. I wish this was out when i started, good job.
@VEDANTA-we8yl2 жыл бұрын
This is quality content + good uploads. Good going Cazz and i predict that you will get atleast 70k subs in this month if this upload schedule continues
@paninky76682 жыл бұрын
The beginning was just soo perfect 🤩
@colour41812 жыл бұрын
Great video. I'm kinda sad that this didn't exist when i spent 8 hours trying to learn how to hook functions.
@twisteeygod19512 жыл бұрын
Thanks for the tutorial. I'm going to do some internal work since i belive i have "mastered" my skills on external and i am able now to do internals. Good hooking tutorial
@MostEpic_Channel3 ай бұрын
can you make some content for cs2 too?
@lucid_horizons2 жыл бұрын
10K subs soon
@cazz2 жыл бұрын
🤞
@mudhutonthemoon Жыл бұрын
@@cazz100K subs soon
@OscarCS2 жыл бұрын
Papa cazz coming in with another epic vid
@ningu10362 жыл бұрын
CAZZZZZ im late but another banger
@zinouback76302 жыл бұрын
Best KZbinr ever TY bruh
@vhgfhjykuhghfcjkgchj2 жыл бұрын
thanks for the clear explanation!
@Jorgeee2 жыл бұрын
Hey im new sos sorry if this is a dumb question. Im a bit confused because you said that the last 2 CreateMove functions were virtual so we wont use them. But in the source it says that the one we’re using is also virtual. What’s up with that?
@cazz2 жыл бұрын
All of them are virtual… what matters is the VTable that they are in. The one we hook is in ClientMode, which is a singleton, meaning that it is only made one else and never changes. The other 2 that you are referring to are in the Entity/Player VTables and entities are not made once, they are made each time an entity leaves and rejoins. That means, to hook those functions, we would need to unhook & rehook them every time local payer changes. Hope this makes sense, cheers.
@aaron68072 жыл бұрын
@@cazz The functions do not reside in the vtables. The function pointers reside in the vtables. if I'm not mistaken these functions are loaded with the dll and the pointers to them remain viable until the dll is detached (ie. until the game is closed). So they should be safe to hook unless the source engine has some fuckiness. I know this is an old video but I'm just leaving it here in case someone else gets confused
@areczekk_10512 жыл бұрын
Idea for the next episode: How to find signatures, example for dwLocalPlayer, dwEntityList etc
@traxz1892 жыл бұрын
i double checked everything still i got no errors i checked for misspells and still when injecting bunnhop doesnt work :(
@simplifiedcontenttoday2 жыл бұрын
Why are you using minhook for a vmt hook. Why not just do a vtable swap or just directly VMT hook the func without using a third party library. You could have just got an instance of the vtable, get the func index swap page protections to RWX then swapped the func and restored orig protections
@cazz2 жыл бұрын
It was popular at the time, it was useful and it was pretty simple. I also wanted to do an entire video on VMTs not just a little bit of a larger video.
@harshraj5313 Жыл бұрын
isnt, VMT hook detected?
@simplifiedcontenttoday Жыл бұрын
@@harshraj5313 Yes it can be, but so can everything else
@MotherBroker2 жыл бұрын
why does ClassInformer doesn't find rtti vftables ?
@LiquidMark Жыл бұрын
Where is the link to ClassInformer and function string associate? I don't know if I'm blind or not.
@uglycreepen19512 жыл бұрын
thanks for the explanation!
@cazz2 жыл бұрын
Glad it was helpful!
@nemipishinalichnopls2 жыл бұрын
Hi can you please make a tutorial or help me with making a separate file where I can specify the interfaces alone? I only get error after error
@cazz2 жыл бұрын
You need to create a header file. It ends in ".h".
@nemipishinalichnopls2 жыл бұрын
@@cazz that one I know but the cheat was either crashing or I was getting errors saying the type of variable I was registering the classes with was wrong
@KaetohАй бұрын
Ahhhh i see now ok. So i gotta learn this shit first if I want to make a proper hack. I needa get back into this asap lmao. But i only have a somewhat older macbook atm. Gotta get me a pc or portable gaming pc tablet thing asap
@yangjim91542 жыл бұрын
why no patternscan?
@czAndrew.2 жыл бұрын
For some reason I cant select my team when hooking createmove
@cazz2 жыл бұрын
Yep, that is thanks to Valve's epic return address checks. Check this out -> github.com/cazzwastaken/based/blob/master/src/core/hooks.cpp#L39=
@Thomas_Simard2 жыл бұрын
Had the same issue, put this before anything else: if (cmd->commandNumber == 0) return false;
@ardwetha2 жыл бұрын
@@Thomas_Simard Saved me Bro I love you.
@gow94762 жыл бұрын
you did it!
@pino53022 жыл бұрын
Is this like possible to othergames?
@cazz2 жыл бұрын
This video specifically? CreateMove is ONLY a function use in Source games, so no, you can't do this to games that are not running on the Source Engine.
@bigslim04645 ай бұрын
Whats the equivalent in other games?
@cazz5 ай бұрын
@@bigslim0464 There isn't one, unfortunately. Other games use other engines and are built differently.
@bigslim04645 ай бұрын
@@cazz ok, but how would you do a silent aim for any other game that doesnt have this func?you cant?
@donatascsgo2 жыл бұрын
Imagine paying money and publicly named a paster
@cazz2 жыл бұрын
imagine not finding it funny :'(
@lucid_horizons2 жыл бұрын
well when the only benefit to the tier is source code it kinda makes sense
@stevenjohnson96602 жыл бұрын
very very elegant.....................
@cazz2 жыл бұрын
Thank you! Cheers!
@kprk89872 жыл бұрын
is there a ban for that?
@extasyy54272 жыл бұрын
Patreon squad :p
@Молодец_бл8 ай бұрын
please make it for cs2
@oblivion7872 жыл бұрын
Make a tutorial on how to bypass VAC/Make an injector for CSGO
@smokinglife89802 жыл бұрын
Yo could you possibly do make series on how to hack the game rust but the pirate version so you don't have to worry about anticheat
@AvisSpoofer8 ай бұрын
make a rust cheat video cuz rust uses a kernel mode anticheat i think
@heroinsfather83772 жыл бұрын
Advanced mindfuck
@jhosuahutagalung61212 жыл бұрын
bro can you make a tutorial on how to make a pubg emulator cheat?
@memealert56522 жыл бұрын
Hi mens)) do you anyone who makes esportal cheats?
@lowlmfao2 жыл бұрын
"this is a bit illegal" bro we are making a fucking cheat rn xD
@Shlerp302 Жыл бұрын
lmao, youre giviong birth to new pasters every vid or giving pasters the push they need to start coding themselfs. im kinda woried to that valve is going to see ur vid and take notes --> patch that stuff. its a great vid tho, much love
@OGHVH4 ай бұрын
how could they possibly patch createmove ????
@s187v2 жыл бұрын
4:58 you actually have this .dll in csgo_dir->bin, but ig u know that
@domcacicinka46602 жыл бұрын
my class informer subview doesn't appear, something? @cazz >> Class Informer: v: 2.5, built: Jul 13 2018, By Sirmabus Working.. ** Failed to load the IDA TypeDescriptor type, generating one ** Processing C/C++ ctor & dtor tables.. -------------------------------------------------
@davidytgamer1232 жыл бұрын
did you get it figured out, by any chance?
@nemipishinalichnopls2 жыл бұрын
try running the normal version of ida, not 64. If that doesn't work I guess your version of the software is old. Cheers, I know this is a very late reply. ;)