Тёмный

MAKE AIMBOT IN 10 MINUTES 

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

In this video we code an FOV based external aimbot with smoothing in c++ and Visual Studio. This works by looping through the entity list, filtering out undesirable players, getting their position and then using that to get the angle between us and them. We can then add that angle to our view angles to create a working aimbot. I hope this helps and makes sense, anyway, remember to like & subscribe. Cheers!
💎 Source code is available for my Patrons!
/ cazzwastaken
💎 Join our community over on Discord!
/ discord
→ GitHub: github.com/cazzwastaken
→ Instagram: / cazzwastaken
→ Twitter: / cazzwastaken
→ Email: cazzwastaken@gmail.com
🕙 Timestamps 🕙
0:00 - Intro
0:22 - How aimbot works
1:23 - Setting up the project
2:17 - Memory class
2:45 - Offsets
3:08 - Vector structure
4:26 - CalcAngle function
4:53 - Coding aimbot
11:50 - Play testing
12:12 - Outro
📝Resources 📝
→ Memory Class: github.com/cazzwastaken/exter...
→ Source Code: github.com/cazzwastaken/exter...
→ Offsets: github.com/frk1/hazedumper/bl...
No Recoil: • REMOVE RECOIL IN CS:GO
Glow ESP: • MAKE GLOW ESP IN 10 MI...
Dump Offsets: • Your OFFSETS are WRONG...
Shoutout to Chris for the thumbnail :)
Follow him here: / @lucid_horizons

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

 

31 июл 2024

Поделиться:

Ссылка:

Скачать:

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

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 1,3 тыс.   
@NFNERF
@NFNERF Год назад
When I found this I didn't know what I was expecting but when we got to the memory class and you said "Go ahead and copy all this crap and paste [it]" I knew you were a serious coder. Wonderful vid & explanations, I'm going to check out the rest of the channel now.
@VX7IR
@VX7IR 4 месяца назад
You can just edit the games code to get 99999 hp or something like that
@Flewkey1337
@Flewkey1337 4 месяца назад
@@VX7IR And it wouldn't work because it would be clientside not serverside.
@expl0siveR3x
@expl0siveR3x 2 месяца назад
@@VX7IR you have no idea what you are talking about
@NotEnoughThinking
@NotEnoughThinking 2 месяца назад
​@@VX7IR you don't know anything about the topic, do you?
@sniperstyx
@sniperstyx Год назад
Thanks bro, now I know who to blame if CSGO/TF2 get more cheaters.
@cazz
@cazz Год назад
Blame Valve! 🤡🤡🤡
@sniperstyx
@sniperstyx Год назад
@@cazz Fair enough.
@cazz
@cazz Год назад
@@sniperstyx I am somewhat to blame, but I’ve never directly sold cheats, I’ve sold (and still do) source code that people can learn from. Of course I have the tutorials, but people forget that maybe 1% walk away with working cheats. I don’t endorse or encourage cheating personally. I barely play games but when I do, I play them legit. I just find game hacking fascinating.
@lunarazoris41
@lunarazoris41 Год назад
​@@cazz why?
@GuitarFRETBOARDHACKS
@GuitarFRETBOARDHACKS Год назад
@@cazz Why not just make games instead of hacking them if you find it fascinating? lol Hacking does nothing but cause negative things/emotions during multiplayer games.
@SoylentGamer
@SoylentGamer 2 месяца назад
The aimbot knows where it is, by subtracting where it is from where it isn't
@neonz2712
@neonz2712 2 месяца назад
A = A - B? 😅
@nazneenzafar743
@nazneenzafar743 2 месяца назад
@@neonz2712 more like A = U - B
@houcemkabboudi
@houcemkabboudi Год назад
I am not interested in cheating but as a developer I am really happy to know how things work
@johnwayne-kd1pn
@johnwayne-kd1pn 6 месяцев назад
Seems some serious methods are needed to counter cheating/glitching/exploiting in this day and age.
@ellion0815
@ellion0815 Месяц назад
Actually to counter this approach some simple memory scrambling would be enough. Im actually horrified how little counter measures valve had in place here
@Hayden44163
@Hayden44163 2 года назад
If you plan to continue with the aimbot idea it would be interesting to see an explanation of how silent aim works as opposed to the traditional aimbot like you have here
@cazz
@cazz 2 года назад
sure, will do in the future when we move onto internals
@janvertonghen14
@janvertonghen14 2 года назад
silent aim is basically a bullet following a enemy without aiming on him.
@nirvana155
@nirvana155 2 года назад
@@janvertonghen14 that's not how it works, like at all
@ripoutyourintestines5099
@ripoutyourintestines5099 2 года назад
@@nirvana155 it is actually almost exactly how it works
@nirvana155
@nirvana155 2 года назад
@@ripoutyourintestines5099 no. No no no. Not at all whatsoever. You do aim to the enemy
@volumetwoooo
@volumetwoooo Год назад
Dude you make it simple for everyone. Quality content.
@KevinLGlory
@KevinLGlory Год назад
The way you say it, it feels like sarcasm for someone who doesn't know how to code.
@qraid5902
@qraid5902 Год назад
@@KevinLGlory if u just learned the basics of c++ (for example like me in school), you're able to at least understand what he's doing here. But still idk how much time and effort it takes to be able to write that stuff by yourself without help xD
@VEDD925
@VEDD925 11 месяцев назад
@@qraid5902 yea fr
@VX7IR
@VX7IR 4 месяца назад
@@qraid5902 used python it better
@RaulMmdv880
@RaulMmdv880 16 дней назад
@@KevinLGlory if u know c++ u will know whats hes talking about its simple really
@Cain532.
@Cain532. Год назад
Your breakdown and explanation of these is amazing! Awesome work man, thank you!
@JuandalePringles
@JuandalePringles 11 месяцев назад
Im having some problems with the if(!bestAngle.IsZero()) saying that class Vector3 has no member of IsZero. Can you explain how I can fix this
@paralizerhvh
@paralizerhvh 2 года назад
You know what I just saw your video and liked it! You just absolutely nailed it 🔥
@cazz
@cazz 2 года назад
🙌
@nugget5525
@nugget5525 Год назад
thanks man, i tried to do some but i didnt understand how to calc the angles
@bighairyballs1052
@bighairyballs1052 2 года назад
I did it and the aimbot file wasnt in release but it was in the file “aimbot” when i run it it doesnt lock on its just like if i where playjng normal please help
@EAzZY-
@EAzZY- Год назад
tbh man your video is great, got a lot of insight about how game works and a refresher for c++ concepts thanks man +rep
@LewbieTheBewbie
@LewbieTheBewbie Год назад
HI , i followed everything in the tutorial but when i activate the exe and press the key to start it it makes my character lock up and does not let me look around
@Kakuzaa
@Kakuzaa 2 года назад
Hey I have a question, so I followed the entire tutorial and when I tested it my crosshair was locked in place to one direction and when I opened console, it kept saying invalid fov values. Do you know whta I did wrong or how to fix it?
@cazz
@cazz 2 года назад
I can't say what you did wrong for sure, but, I have the most up-to-date source code for this video on my github here github.com/cazzwastaken/external-aimbot A few things have been changed, and you might want to make sure that the offsets are up-to-date, but please use it as a reference to try and find what you did wrong.
@exodus_legion7804
@exodus_legion7804 Год назад
Your the man, I love that you explain why you do what you do and not just how to do it🙏🤙
@Bienkeyy
@Bienkeyy Год назад
damm you actually did it !
@mikescriven
@mikescriven Год назад
Awesome channel growth since this video was published!
@YouTubeaccount-fp4em
@YouTubeaccount-fp4em Год назад
i would like to have a question if i may. i did everything the build is successful but whenever i hold R mouse button it crashes the aimbot. any soulutions?
@larryananplayz2974
@larryananplayz2974 Год назад
made me under stand how hard but fun coding is
@sas4az
@sas4az Год назад
I was curious about how you found out the pointers about the player's offset and position? Were these things reverse engineered or can you scope them out by studying the engine?
@dri3x
@dri3x Год назад
I am wondering the same thing, commenting in case some1 replies
@micaelmz
@micaelmz Год назад
he probably didn't find it, probably these pointers are already known by the cheater creation community, someone found it with some method of reading memory, like the cheat engine does, and shared it
@monoculosofficial9934
@monoculosofficial9934 Год назад
The way to find these yourself is to use a RAM monitoring software (usually cheat engine). Then you load the game and watch to see what values change and correspond with the values in game. This software has filters as well so it will only show you the ones that have changed most recently etc. Then from there it's just guessing and trial and error from what I understand. I believe there is also a website where a guy does this for you and posts all RAM locations after each update but I'm unsure of the website name or address. Btw take this inform with a pinch of salt because I've not actually made any cheats myself, I've just done a lot of research about it as I find it interesting!
@kaiysokkatto
@kaiysokkatto Год назад
Source files are leaked, not much reverse engineering was needed honestly.
@johnwayne-kd1pn
@johnwayne-kd1pn 6 месяцев назад
@@monoculosofficial9934 I've heard about a few methods of randomizing RAM, protecting RAM and so fourth. Would those be effective as a counter method to reduce the chance of reading data from RAM and preventing cheats?
@aa898246
@aa898246 2 года назад
all your vids are really good in quality. keep up the good work
@cazz
@cazz 2 года назад
I appreciate it man, cheers!
@emeriusmckinney4107
@emeriusmckinney4107 2 года назад
how do you find offsets when games update? if you already have a tutorial im sorry
@UKMysterrr
@UKMysterrr Год назад
In proper CSGO cheat development style, we copy paste some items. Really tho this tutorial is really well explained and laid out. Lovely work!
@-insecure
@-insecure Год назад
oh hey uk, funny seeing you here lol
@UKMysterrr
@UKMysterrr Год назад
@@-insecure oh hey ule funny seeing you here lmfao
@-insecure
@-insecure Год назад
@@UKMysterrr honestly, lol
@h4ckerblueeyes
@h4ckerblueeyes 7 месяцев назад
can u make aimbot for free fire
@virtualxscheats2990
@virtualxscheats2990 2 года назад
Such a great tutorial with a short time fam. Liked and subbed! Keep it up!!
@cazz
@cazz 2 года назад
Thanks brother... means the world!
@gnzlpico
@gnzlpico Год назад
Amazing video! even tho i don't know anything of coding, i'm interested on how these stuff works, now i only have to learn moving my hand so i can improve my accuracy in-game lol
@SamuelFentress
@SamuelFentress 4 месяца назад
How do you add the entry point, the int main()? Mine does something different than the 4 lines with the { three line space }
@beefytime1374
@beefytime1374 Год назад
Love your vids, simple and amazing. and also, does this aimbot only work for CSGO or does it also work for other games?
@almartdev
@almartdev Год назад
no
@Aboods1337
@Aboods1337 Год назад
What a quick easy explanation! Cheers mate
@Bienkeyy
@Bienkeyy Год назад
You actually did it
@kolleradrian2005
@kolleradrian2005 Год назад
That was not an explanation just copy-paste and reading it out loud.
@snooproach8500
@snooproach8500 2 месяца назад
@@kolleradrian2005 How much more did you want him to explain? He explained exactly what each section of the code did. He's not like GH where they just tell you what to write and move on without saying anything else. If you couldnt udnerstand what he was explaining then you're too stupid to be here.
@chisisplay2828
@chisisplay2828 Год назад
Nice help for community :3
@DRIFT9193
@DRIFT9193 7 месяцев назад
so i tried it on another exe game and nothing happened is there something i did wrond i changed the .exe to the games exe
@TBreaux
@TBreaux Год назад
You’re talented ! I’ve programmed games before so I know how the hierarchy works and getting different services, children etc. But how do you know what this “teams” service is called in a certain game?
@brodens7344
@brodens7344 Год назад
its not the same as roblox my homie, Roblox is a lot easier as you can just inject scripts to recompile the game.
@TechOrionater
@TechOrionater Год назад
If you want to know "how", It's quite simple. "Simple" in a figuring out way. I'm not saying obtaining the information is simple by any means, Like (offsets, memory addresses), That took me longer than I'm willing to admit to learn. And I'm still kind of spotty on that type of hacking. But once you have those values it is quite simple. Because once you have access to it, You can start deducing if you're accessing your teammates or not. Seeing how much ammo they have, Seeing their positions, Seeing the weapons they're holding, Seeing other players names. Once you make this realization you know you have some type of "Team" information.
@biglonely3999
@biglonely3999 5 месяцев назад
from other peoples hard work he jus does the easy shit
@Prod.Onyzzz
@Prod.Onyzzz Год назад
Amazing tuto Really help Im really interested in coding Its very fun even though its pasted
@pnksmigge5324
@pnksmigge5324 Год назад
Translation: I'm an idiot with no knowledge, but now I can cheat, thank you!
@480borat
@480borat 3 месяца назад
@@pnksmigge5324 He said he was interested in coding, not cheating. I've never cheated before, and yet here I am, simply trying to understand how these cheats are coded.
@Altimor0
@Altimor0 Год назад
seeing a genuine aimbot tutorial on youtube is so funny. well done.
@user-ul4gw3eh9e
@user-ul4gw3eh9e Год назад
it doesnt work for me, when i build it i dont have the aimbot.exe and instead i have aimbot. when i run it nothing changes in game. please can someone explain?
@randomguychannel39
@randomguychannel39 Год назад
Hi cazz, always when I watch/see such kind of videos, I mean, well structured and complete tutorials, I wonder "Where and how did this guy learn that?". Can you tell me about it, when and where you learned what you know about game hacking?
@hunteractually3637
@hunteractually3637 Год назад
Perhaps he is a programmer who dedicated lots of time for coding and does it for a living but what do i know.
@Science4Ever
@Science4Ever Год назад
Thats a great question. I would love to read how he got into all of this and where did he start. @cazz please :)
@GetHecked
@GetHecked Год назад
Do you think you can do a csgo "anti aim" tutorial, if not its fine. and also thanks for this, im trying to start understanding C++ and C#. Thanks for the tutorial again man.
@chakibchemso
@chakibchemso Год назад
Now you gave me reasons to learn cpp
@blzahz7633
@blzahz7633 Год назад
I have no interest in cheating in games or in CS:GO, but this video is very informative and interesting to watch.
@darkshadowsx5949
@darkshadowsx5949 Год назад
same, it just ruins the game for everyone. only salty kids cheat. real players build skill.
@furkanaytekin8895
@furkanaytekin8895 Год назад
@@darkshadowsx5949 csgo is a trash can bro, nobody plays but cheaters lmfao
@burbitto
@burbitto Год назад
@@furkanaytekin8895 pov: avg valo enjoyer
@uniquename2386
@uniquename2386 Год назад
4:15 isn't it converting radians to degrees?
@bonniehammond9566
@bonniehammond9566 6 месяцев назад
I Made a trigger bot today. Thanks for your help finding offsets.
@Justajawnie
@Justajawnie Год назад
Hi, Great tutorial. Can you explain where the memory class comes from and how offset values are found?
@crazycdn8327
@crazycdn8327 Год назад
The memory class is written by someone else for this exact purpose, tying into running software and extracting vaule's. Looking the code over and looking up the functions should be a great learning process. The values, well that is from reverse engineering and likely a 40-80 hour video series. You need to learn machine language/assembly first too.
@4w0ken
@4w0ken Год назад
@@crazycdn8327 how is valve not constantly changing those offsets rendering cheats useless ?
@nixcution4935
@nixcution4935 10 месяцев назад
@@4w0ken even if offsets are changed, either a reverse engineer will find them, source code will be leaked or someone will find a way to dynamically get those offsets
@lucid_horizons
@lucid_horizons 2 года назад
This is very good for the economy
@powray
@powray Год назад
okay but can you make it so that you can add the program into a hardware mouse plug instead of software?
@yoruryoshi2288
@yoruryoshi2288 Год назад
this isnt working for me and im not sure why. the release folder only has the .exe and a .pdb file. i copied the files into VS code so it shouldn't be wrong. some help would be greatly appreciated.
@TheSoulkingsBand
@TheSoulkingsBand 2 года назад
Bro. These videos are so sick. Im tired of the 45 minute lectures. These 10 minuters are great!
@lilmareofficial
@lilmareofficial Год назад
I build the code and run the exe but the aimbot does not work for me why
@AnduTheShadow
@AnduTheShadow 2 года назад
my aimbot locks my aim somewhere and then i cannot move my aim, and console spams Rejected Invalid Values! What should i do?
@ingoro8818
@ingoro8818 11 месяцев назад
I followed step by step, made sure every line was the same, and even got to build it without problems detected. Still, it doesn't work. I tried changing the smooth value in case maybe that was the problem, but it wasn't, and get rid of the key to activate it, which didn't make it work either. I don't know what the problem is.
@dennis-tq2fp
@dennis-tq2fp 11 месяцев назад
same here
@ellion0815
@ellion0815 Месяц назад
Most likely the offsets changed with an update. For cs2 this wont work anyhow
@stormyplayzz1072
@stormyplayzz1072 6 месяцев назад
HEY cazz so i went to the offset site and the dw local players code was different was it the old one you used Bcs i used the updated one 😊
@editedbycomradezeusman1642
@editedbycomradezeusman1642 7 месяцев назад
Loving your videos MAIN, i am wondering why i didn't subscribe sooner.
@phpnotthecodinglanguage947
@phpnotthecodinglanguage947 2 года назад
Do you hold Rmb or is it toggle?
@cazz
@cazz 2 года назад
in the code shown in the video you have to hold RMB. To make a toggle, make a boolean and when you click RMB flip the bool to true, and then if(bool) do your aimbot :) gl
@clozerdev
@clozerdev 2 года назад
Hi bro, can you do a tutorial of how to create your OWN framework GUI for a menu, please, i don't know how to do it, without imguii or any other framework, would be very nice, tbh, ty in advance bro!
@cazz
@cazz 2 года назад
Well, funny enough I just posted a video about making a menu with ImGui externally. If you want to make a gui without a library externally it is very difficult in c++ because you have to use raw WinAPI which isn't very fun... but I'll see what I can do :)
@gusredd9725
@gusredd9725 2 года назад
@@cazz I would be glad as well, if you make video as the guy mentioned before, thanks for all your work :]
@steamhearteyes
@steamhearteyes 2 года назад
@@cazz how about instead of making it from scratch, just do a tutorial on making a wrapper over imgui for ur own drawing functions?
@ZZIXO
@ZZIXO Год назад
the string view is underlined in red ive tried everything to fix it but it wont fix
@w4ewr944
@w4ewr944 2 года назад
when i open it doesen't work? any way i can fix this I also use the updated version
@ilikehat5600
@ilikehat5600 Год назад
Is external aimbot possible? I’ve been trying to create a mod menu from scratch using python, using the pymem library but I can’t seem to find any working external aimbot.
@VX7IR
@VX7IR 4 месяца назад
no it needs to be in the mw3 dictionary
@ameersyouri4052
@ameersyouri4052 2 года назад
how can i change the aimbot botton???
@cazz
@cazz 2 года назад
docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes Replace the aimbot button with a key-code from here.
@Moghazy47
@Moghazy47 Год назад
why it doesn't work when i try to shoot with V or F or even the mouse click, i hop you answer me
@MInfof37
@MInfof37 Год назад
for me it just it doesn't work. when i copy paste it some words aren't detected can someone help me please?
@luccacsgo
@luccacsgo 2 года назад
hi can you can a backtrack tutorial?
@cazz
@cazz 2 года назад
Of course man, when I start making internal tutorials we will definitely go over backtrack :)
@mastermati773
@mastermati773 Год назад
Finding offsets in the memory is sometimes the toughest thing to do.
@Leon-ms9jc
@Leon-ms9jc Год назад
use hazedumpers?
@kaiden8681
@kaiden8681 Год назад
when i build solution i get " previous IPDP not found, fall back to full compilation." anyone know how i can fix this?
@dhruvdornal
@dhruvdornal 2 месяца назад
where to still get this vs code version of changing the debugger and x86 etc...
@noone-qm9iy
@noone-qm9iy Год назад
I followed the whole tutorial but when I compile it, it tells me that there are 180 errors
@revoltncock
@revoltncock Год назад
Best thing i can offer now is to use the free chatgpt and explain in detail your errors to it for each line. Could be as simple as a missing semicolon for some or an oversight you made in the code.
@noone-qm9iy
@noone-qm9iy Год назад
@@revoltncock In my state gpt chat was blocked even with vpn
@lucid_horizons
@lucid_horizons 2 года назад
Finally!!!!
@LGCBugez
@LGCBugez Год назад
The vector portion does not work for me :(
@gulhina4728
@gulhina4728 Год назад
Would you plz help me why my code is not working all is going according to your coding but it not work mean while they are not connect would you plz help me ?
@hunteractually3637
@hunteractually3637 Год назад
Please don't stop what you are doing. All these people who say that it's your fault why people cheat are just clueless normie gamers and I NEED your tutorials. I am an aspiring game dev or software engineer or something like that (I don't really know yet) but this shit is so fascinating and I want to know as much as possible. Great work!
@Daniel_JT.
@Daniel_JT. Год назад
If you don't mind. Can you explain. Why would you need to know this as a game dev?
@Noko341
@Noko341 Год назад
@@Daniel_JT. My best guess would be for npcs and enemies in games and understanding how players would also try to get around your game
@Daniel_JT.
@Daniel_JT. Год назад
@@Noko341 but at that point I feel like there would be better AI player tutorials to learn from youtube instead of a video about how to code aimbot for an multiplayer only fps game don't you think?
@sas4az
@sas4az Год назад
​@@Daniel_JT. I am also am an aspiring game dev. I didn't search for this video, RU-vid recommended this to me and I'd say the same thing happened to the commenter above. I don't play csgo anymore, but thought it would be interesting to know how an aimbot works.
@Daniel_JT.
@Daniel_JT. Год назад
@@sas4az fair enough
@gamingbrothers5243
@gamingbrothers5243 Год назад
Good for you for making an aimbot thats available to everyone. Really gonna make the game better!
@trebuchet1447
@trebuchet1447 Год назад
if u inject that (on VAC servers) u will get ban instant :))
@thatboyn0xy
@thatboyn0xy Год назад
@@trebuchet1447 It is an exe no injection needed. So no vac:)
@luxraider5384
@luxraider5384 Год назад
@@trebuchet1447 don t tell him and let him be banned :)
@reo22650
@reo22650 Месяц назад
Must not know what eac is 💀💀
@ReAmpedlol
@ReAmpedlol 10 месяцев назад
I don't think you will still be answering these comments since it's been a year, but i made it completely as you said and for some reason when i launch CS:GO and run the program it doesn't do anything? I'm on windows 11 if that helps.
@vixexxfn2068
@vixexxfn2068 Год назад
does it only work for CS:GO and if it does how do i make it work for other games
@txream
@txream Год назад
learn math x,y in school ❌ learn x,y in csgo aimbot hack ✅
@invisible1066
@invisible1066 Год назад
⚠ Someone who is good at making cheats can make one for Cyber Hunter, which is undetected and has aim bot, aim lock, wall hack, and speed hack. If you do that, you're doing a lot of people a favor!! ⚠
@ikuya.3970
@ikuya.3970 Год назад
Or you learn it?
@goozjeesh46
@goozjeesh46 Год назад
i will make one if you pay me $50
@user-vt3vo1yd3v
@user-vt3vo1yd3v Год назад
@@goozjeesh46 You must be a shit coder if you’re offering your work for $50 😂 or a scammer.
@goozjeesh46
@goozjeesh46 Год назад
@@user-vt3vo1yd3v i dont even know how to do it 😂😂😂
@TjwithA5.0
@TjwithA5.0 Год назад
bruh go sit at a stop light with a sign saying make me cheats then see how stupid you are because this is literally what you are doing 😂
@kapmoi7882
@kapmoi7882 Год назад
Bro i am in the hvh series from csgo from 2k17 but had a big break, know see ur vid and enjoy the feeling of coding )
@johnunknown1866
@johnunknown1866 Год назад
Is this still working? I tried this ran csgo with the exe and nothing is happening, when I try to right click nothing happens as well. I Debugged and built the code and I'm getting no errors
@TheOfficialJeppezon
@TheOfficialJeppezon Год назад
As a system engineer with little to none real world experience with C++ I would like this to be an hour long video for more understanding and less copy+paste.
@cazz
@cazz Год назад
I live in a busy house so it's quite difficult to do the long form stuff, it's why I don't live stream. Because of this I prefer to heavily plan/script my videos because I can do that at anytime of day. Thank you for your comment. Cheers.
@pb9511
@pb9511 2 года назад
You are gonna get people banned like this,im guessing it doesn't work on normal matches xd
@cazz
@cazz 2 года назад
Why would you guess that? Of course it works in normal matches... And, it's not my intention to give everyone free cheats and to "get them banned" - rather this is meant for learning, for those who want to know how game hacks work.
@pb9511
@pb9511 2 года назад
@@cazz I guessed that because u yourself dont test it in normal matches,and it seems only normal to me that u can get easily banned in game for this,didnt say this isnt meant for learning just people dont think of it that way
@itf_ph3r0x41
@itf_ph3r0x41 2 года назад
@@pb9511 if you simply copy the code in the video and use it on vac secured servers, you will probably be sigged (vacban), but if you write your own code that does the same and use something like a software packer you wont get vacced, you will only get OW ban if you rage like an idiot
@paolr.343
@paolr.343 Год назад
@@pb9511 bro to keep it a buck with you. I’m pretty sure if someone’s trying to learn how to make a mod menu or a cheat. They know that they’re going to get banned at one point. that goes with everything in the hacking culture you’ll get banned at one point we all know this just hopefully you can make the menu good enough not to get banned and this is a learning experience so at the end of the day we are the ones that are supposed to make the menu undetected
@newfinishautospa
@newfinishautospa Год назад
Your guess would be incorrect. Why would you guess that anyway? I have a feeling that game developers and PR personnel have fed you the same BS “anti-cheat” line enough times to have you blindly assuming things that are false to keep you spending money. Newsflash…it isn’t possible to stop cheaters in games. It simply cannot be done.
@galatofficiel
@galatofficiel 6 месяцев назад
hii cazz i want to do a aimbot or silentaim for cs source v34 i searched everywhere but i dont find anything? my question is that how can i setup a aimbot on cs source v34??
@metl_play
@metl_play 2 месяца назад
I learned from this video that threads is very simple to implement and useful for loops to probably not eat 100% cpu time.
@lenargilmanov7893
@lenargilmanov7893 Год назад
Why are you teaching people how to build an aimbot, lmao?
@DailyPodcastDose1
@DailyPodcastDose1 Год назад
Aimbot is cool
@kalinb5185
@kalinb5185 Год назад
Well, it's coding and coding is fun
@DailyPodcastDose1
@DailyPodcastDose1 Год назад
@@kalinb5185 i use aimbot ots cool
@izack0128
@izack0128 Год назад
I do not condone hacking at any means but hey, learning how does it work kinda cool ngl.
@ollan-gi5hy
@ollan-gi5hy Год назад
Why are you watching this, lmao?
@makispapa5867
@makispapa5867 2 года назад
what a crap video. no explaining on what a vector actually is, no explaining on how to retrieve memory offsets yourself, no explaining on why we need operator overloading to work with vectors. you basically c/p everything you need for the aimbot and then do 1 calculation in a 10 minute video. no thanks
@helloitsme1169
@helloitsme1169 7 месяцев назад
The first thing that comes up on my mind if i coude just take this code and change the offsets and memory to use this on any other game?
@looc3397
@looc3397 9 месяцев назад
would it work on other games that are not source1/2 based?
@tobyslol
@tobyslol 7 месяцев назад
will it work on cs2 if i get the correct offsets for cs2?
@cbxgang
@cbxgang Год назад
gs been real quiet since this video dropped
@Wootzy69
@Wootzy69 Год назад
how to do i make the fov on the aimbot circle bigger @cazz
@ahmodysalama02
@ahmodysalama02 10 месяцев назад
Does anyone know if there is a video I should watch if I wanna make an aimbot/esp for another game like microvolts?
@datboi-rz8hu
@datboi-rz8hu 2 года назад
If I hold the aim key down and try to fire after the 1st shot with pistol, it won't shoot until I release the aimkey. Any fix?
@serio835
@serio835 Месяц назад
Youre not supposed to hold down the aik button rather you should press it once to quickly look at you're opponent and then continue spraying the/shooting them what you an also do is spam the key but dont hold it down😊
@perksy3392
@perksy3392 Год назад
If I wanted to make the same sort of script but instead use Tarkov files or rust instead of cs go would it still work the same in other games ?
@garythelobster5084
@garythelobster5084 9 месяцев назад
would this work for any game? or would i need different offsets
@sunkhemra1863
@sunkhemra1863 Год назад
I have base addresses and offset for XYZ these all enough for aimbot ?
@krype2347
@krype2347 2 года назад
Do you know how to decrypt any encrypted luas script thats on mobile?
@pasinduganganath7732
@pasinduganganath7732 Год назад
I can't understand how aimbot key works. are we need to continue to press right click to work aimbot?
@poppedbymarc
@poppedbymarc Год назад
do u need all the files u have in the folder with aimbot.exe? if yes where to get em
@keys1711
@keys1711 11 месяцев назад
i keep getting an error saying identifier "clientState" is undefined, Fix?
@byfronsbiggestfeargrave
@byfronsbiggestfeargrave 11 месяцев назад
how do you install microsoft visual studio 2022?
@cxzv3
@cxzv3 11 месяцев назад
Google
@1hVibings
@1hVibings 2 года назад
why does my aimbot close when i try to right click to get it working
@psc_newman6241
@psc_newman6241 7 месяцев назад
it workes for all games or just in csgo ???
@TheOSTLobby
@TheOSTLobby Год назад
Will this work with other games? Would this same exact code work for Fortnite, Battlefied, or Valorant?? Obviously changing the .exe directories and offsets? Could I also give my aimbot a hot key so it doesn’t auto lock on to enemies all the time?
@prodbymacaz
@prodbymacaz Год назад
probably not since you need the memory addresses for different things in those games, but i don t want to spread out wrong info. also it depends on how the game calculate angles, idk if it s the same
@no3lcodes
@no3lcodes Год назад
49 subscribers to 30.3k in 1 year, woah. Nice job dude
@UnionRing
@UnionRing Год назад
Pretty sure all those comments saying that was easy to explain and simple understood nothing
@tobiaspedersen8333
@tobiaspedersen8333 Год назад
Does it work for other games also ?
@airpex7970
@airpex7970 9 месяцев назад
page still exists from this link here, but it cannot be downloaded, shows page not found
Далее
MAKE A PROPER MENU WITH IMGUI
20:17
Просмотров 220 тыс.
How Hackers Bypass Kernel Anti Cheat
19:38
Просмотров 597 тыс.
🛑 до конца!
00:12
Просмотров 35 тыс.
would you eat this? #shorts
00:23
Просмотров 1,1 млн
I'm Excited To see If Kelly Can Meet This Challenge!
00:16
HOW AIMBOTS WORK
8:36
Просмотров 976 тыс.
CSGO Cheaters trolled by fake cheat software 3
13:38
HOW ANTI-CHEAT BYPASSES WORK
8:18
Просмотров 450 тыс.
3 Hours vs. 3 Years of Blender
17:44
Просмотров 4,4 млн
I tried to make a Valorant AI using computer vision
19:23
Cracking Software with Reverse Engineering 😳
8:01
I Hacked a Discord Bot, the Owner said this...
9:09
Просмотров 1,1 млн
You Should Learn C++ (for hacking games)
6:11
Просмотров 455 тыс.
🛑 до конца!
00:12
Просмотров 35 тыс.