Тёмный

UNBREAKABLE OFFSETS with a NETVAR MANAGER - CSGO RADAR HACK 

cazz
Подписаться 145 тыс.
Просмотров 27 тыс.
50% 1

In this video we create an internal CSGO Netvar Manager so that you never have to update your offsets again. We also use hashing to make it as efficient as possible. We accomplish this by looping through CSGO's ClientClasses and RecvProps/Tables. This combined with an interface manager is the basis of any good internal hack. Please enjoy the video!
💎 Source code is available for my Patreon members!
/ cazzwastaken
💎 Join our community over on Discord!
/ discord
→ Twitter: / cazzwastaken
→ GitHub: github.com/cazzwastaken
→ Email: cazzwastaken@gmail.com
🕙 Timestamps 🕙
0:00 - Intro
1:00 - Project setup & DllMain
4:18 - Getting Interfaces
6:30 - Getting DataTable
7:28 - Getting FNV hasher
8:16 - Netvar.h
13:40 - Netvar.cpp
20:38 - Making Radar hack
24:34 - Testing
25:25 - Outro
📝Resources 📝
→ FNV Hashing: pastebin.com/e8J0cR6D
→ Data Table: pastebin.com/rjiBsjwK
→ Interfaces: • CALL CSGO FUNCTIONS WI...
→ First Internal: • YOUR FIRST INTERNAL - ...
⚡See More ⚡
Internal Menu: • IMGUI INTERNAL DIRECTX...
Aimbot: • MAKE AIMBOT IN 10 MINUTES
No Recoil: • REMOVE RECOIL IN CS:GO
Glow ESP: • MAKE GLOW ESP IN 10 MI...
Skin Changer: • SKIN CHANGER IN 10 MIN...
Shout out to Chris for the thumbnail 💖
Follow him here: / @lucid_horizons

Опубликовано:

 

5 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 62   
@YLJ2K
@YLJ2K 2 года назад
“literally a fucking coach roach touch my fucking foot that’s fucking disgusting… continues coding”
@cazz
@cazz 2 года назад
I'm so glad someone mentioned that haha, that dirty mother-fucker crawled on my foot and spooked the shit out of me - but we stay on the grind!
@user-rg3kf3ty1p
@user-rg3kf3ty1p 2 года назад
when lmao?
@tf6017
@tf6017 2 года назад
@@user-rg3kf3ty1p ur a bit late
@user-rg3kf3ty1p
@user-rg3kf3ty1p 2 года назад
@@tf6017 why?
@unsigned_long_long
@unsigned_long_long 2 года назад
this had me dying first thing i did was look in the comments when i heard that lmfao
@Josus
@Josus Год назад
Is amazing how amazing you take care of the small details!
@ningu1036
@ningu1036 2 года назад
bro i was waiting for you to post thank you!!
@Trandunz
@Trandunz Год назад
Hi Cazz, I have been following along with your tutorials and all is swell. I have managed to dump all of the netvars to a text file however there seems to be everything but dwforcejump. Is there a way to get this offset withought using a dumper?
@komaoff4240
@komaoff4240 2 года назад
I was waiting for you to post omg it feels so good when you post one like this, also Hello from France haha
@cazz
@cazz 2 года назад
Hello!!
@P0K0
@P0K0 2 года назад
Owwooowo that's pretty much intelligent work ≥≤
@Mr.top10.
@Mr.top10. 2 года назад
Everything we want is here 😃❤️
@ccdevil773
@ccdevil773 Год назад
hi Cazz, i got an error message when tried to inject the dll. Error code 0xC0000135
@kanutaro3426
@kanutaro3426 Год назад
This is literally the most elegant code I've seen. I didn't even know that was possible. Honestly this keeps inspiring me to get better so I can reach that level soon
@egg-mv7ef
@egg-mv7ef Год назад
you have not seen much code
@mrboblox4444
@mrboblox4444 2 года назад
keep it up man
@cazz
@cazz Год назад
Always!
@Lanko217
@Lanko217 2 года назад
Thanks
@aufgosh8251
@aufgosh8251 2 года назад
Hitbox selector with netvars next please :)
@Glor1fy
@Glor1fy 2 года назад
i love you
@hagefale_original
@hagefale_original Год назад
bro i have no idea what virtual functions are why you using them i have so much questions.
@zionsx1
@zionsx1 2 года назад
Do you get the offset names from hazedumper?
@cazz
@cazz 2 года назад
github.com/danielkrupinski/Osiris/blob/master/Osiris/SDK/Entity.h#L173 you can find some here, but yeah, hazedumper will provide the netvar name, but not the class
@zionsx1
@zionsx1 2 года назад
@@cazz thanks big man
@Jack-ss4re
@Jack-ss4re Год назад
Why use #define in NETVAR function?
@furno6909
@furno6909 2 года назад
if it's internal, it means it's easy to detect by anti cheat?
@cazz
@cazz 2 года назад
Nope, not really.
@cazz
@cazz 2 года назад
@@snakwastaken not at all :) they are equally as "bannable"
@hessfire
@hessfire Год назад
it seems to stuck in a infinite loop after i call SetupNetvars function, what can be wrong?
@cazz
@cazz Год назад
We call that "recursion" - the function calls itself. What you are experiencing is like a loop of death where the loop condition is never met so the loop never breaks. Make sure your if statements are correct.
@hessfire
@hessfire Год назад
@@cazz yeah, i accidentally used ‘=‘ sign instead of ‘==‘ in the one “if” statement, thanks for that fast replying
@biigsmokee
@biigsmokee 3 месяца назад
In my case it was my for loop in SetupNetvars(), I didn't do clientClass = clientClass->next just clientClass->next Thank you cazz
@amboXD
@amboXD 9 месяцев назад
does the netvar manager for source stil work w source 2? ( for cs2)
@cazz
@cazz 9 месяцев назад
The code in this video will not work for CS2, unfortunately.
@amboXD
@amboXD 9 месяцев назад
didnt think it would :/ ill look for a source 2 netvar manager tho cuz updating offsets is driving me to insanity@@cazz​
@Nioxs
@Nioxs 2 года назад
Thats only a thing for source engine games, right?
@cazz
@cazz 2 года назад
correct
@Miguel1337x
@Miguel1337x Год назад
my external esp does the same thing it takes roughly 24 hours (wich i dont know why) but it works everytime with 0 detections or red trust
@Ace-vq7jm
@Ace-vq7jm Год назад
wdym it takes 24 hrs
@Nadabauty
@Nadabauty Год назад
@Cazz please add the subtitle to the videos, thank you 🏠
@Yuze408
@Yuze408 2 года назад
external version pls👀👀
@cazz
@cazz 2 года назад
good idea :)
@gamingwithdjole570
@gamingwithdjole570 2 года назад
Hello sir, can you make video about making valorant cheat? (or you cant?)
@ederathegoat2746
@ederathegoat2746 2 года назад
you can but their anti-cheat is one of the best because of it being kernel unlike VAC(which csgo uses), plus it starts before windows boots up so they can actually scan every single process and ect. Only way to bypass it is by writing a kernel driver which take AGES to fully learn and complete because any mistake leads to a BSOD(Blue Screen of Death)
@MegaChickenPunch
@MegaChickenPunch 2 года назад
Can you please do a tutorial on CHAMS in hunt showdown?
@LeetFerret
@LeetFerret Год назад
Hunt is protected by EAC. Do not learn how to hack on games with strong anti-cheat
@salzlord
@salzlord Год назад
@@LeetFerretI mean with a kernel driver he should be good. But good luck trying to code one..
@LeetFerret
@LeetFerret Год назад
@@salzlord yes that's my point. If he does Hunt he will have to learn how to bypass EAC, not just how to make chams. Much easier to learn to make chams on games that have no anti-cheat first and then learn bypassing after. I'm sure you'd agree
@fozzy9731
@fozzy9731 2 года назад
first
@fozzy9731
@fozzy9731 2 года назад
nvm
@cazz
@cazz 2 года назад
@@fozzy9731
@aaron6807
@aaron6807 2 года назад
Holy fucking shit
@cazz
@cazz 2 года назад
Holy balls
@copypaste6401
@copypaste6401 2 года назад
bro pls make fortnite cheats
@ederathegoat2746
@ederathegoat2746 2 года назад
you cant because of EAC(Easy Anti-Cheat) and BE(BattlEye) but both launch randomly depending on your account, you might get BE or EAC but it will never always for like ages stick as one of them only launching plus both are kernel meaning you need to make your cheat kernelk and not usermode which means your need to research how kernel drivers work plus reverse EAC and BE because like i stated its more random depending on your account. But good luck on learning because nothing is impossible and no one is stopping you, despite what people say continue doing what you like.
@mohammadbaqer8946
@mohammadbaqer8946 2 года назад
This hack work on faceit?
@yousafkhan481
@yousafkhan481 2 года назад
hi, i need some help, about dll proxy if you know , make discord server for free to help each other
@cazz
@cazz 2 года назад
not sure what you mean, join my discord though
Далее
IMGUI EXTERNAL OVERLAY TUTORIAL
31:16
Просмотров 95 тыс.
ELA NÃO ESPERAVA POR ISSO 🥶 ATTITUDE #shorts
00:20
Smart Sigma Kid #funny #sigma #memes
00:26
Просмотров 4,8 млн
I used CS:GO tricks you NEVER use..
8:34
Просмотров 605 тыс.
HOW AIMBOTS WORK
8:36
Просмотров 980 тыс.
CALL CSGO FUNCTIONS WITH AN INTERFACE MANAGER
18:06
Просмотров 23 тыс.
WHAT IS HOOKING?
7:19
Просмотров 37 тыс.
Famous Pro CHEATING Scandals! (CS:GO)
11:12
Просмотров 1,6 млн
SURFACE ESP TUTORIAL - CSGO INTERNAL
10:21
Просмотров 48 тыс.
APT Malware (advanced persistent threat)
28:49
Просмотров 44 тыс.
Dear Game Developers, Stop Messing This Up!
22:19
Просмотров 700 тыс.
Hacking any Game with Python and Cheat Engine
14:14
Просмотров 45 тыс.
CONSTANTS in C++
8:31
Просмотров 25 тыс.
ELA NÃO ESPERAVA POR ISSO 🥶 ATTITUDE #shorts
00:20