MAKE AIMBOT IN 10 MINUTES

  Рет қаралды 804,962

cazz

cazz

Күн бұрын

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

Пікірлер: 1 300
@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 2 ай бұрын
You can just edit the games code to get 99999 hp or something like that
@jekku2045
@jekku2045 2 ай бұрын
@@VX7IR And it wouldn't work because it would be clientside not serverside.
@expl0siveR3x
@expl0siveR3x 9 күн бұрын
@@VX7IR you have no idea what you are talking about
@NotEnoughThinking
@NotEnoughThinking 9 күн бұрын
​@@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.
@houcemkabboudi
@houcemkabboudi 11 ай бұрын
I am not interested in cheating but as a developer I am really happy to know how things work
@johnwayne-kd1pn
@johnwayne-kd1pn 4 ай бұрын
Seems some serious methods are needed to counter cheating/glitching/exploiting in this day and age.
@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
@devoeditz1
@devoeditz1 2 жыл бұрын
silent aim is basically a bullet following a enemy without aiming on him.
@nirvana155
@nirvana155 2 жыл бұрын
@@devoeditz1 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 11 ай бұрын
@@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 9 ай бұрын
@@qraid5902 yea fr
@VX7IR
@VX7IR 2 ай бұрын
@@qraid5902 used python it better
@Cain532.
@Cain532. Жыл бұрын
Your breakdown and explanation of these is amazing! Awesome work man, thank you!
@JuandalePringles
@JuandalePringles 9 ай бұрын
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
@SoylentGamer
@SoylentGamer 9 күн бұрын
The aimbot knows where it is, by subtracting where it is from where it isn't
@neonz2712
@neonz2712 9 күн бұрын
A = A - B? 😅
@nazneenzafar743
@nazneenzafar743 7 күн бұрын
@@neonz2712 more like A = U - B
@nugget5525
@nugget5525 Жыл бұрын
thanks man, i tried to do some but i didnt understand how to calc the angles
@paralizerhvh
@paralizerhvh 2 жыл бұрын
You know what I just saw your video and liked it! You just absolutely nailed it 🔥
@cazz
@cazz 2 жыл бұрын
🙌
@sas4az
@sas4az 11 ай бұрын
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 11 ай бұрын
I am wondering the same thing, commenting in case some1 replies
@micaelmuniz1545
@micaelmuniz1545 11 ай бұрын
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 11 ай бұрын
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 10 ай бұрын
Source files are leaked, not much reverse engineering was needed honestly.
@johnwayne-kd1pn
@johnwayne-kd1pn 4 ай бұрын
@@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?
@EAzZY-
@EAzZY- 10 ай бұрын
tbh man your video is great, got a lot of insight about how game works and a refresher for c++ concepts thanks man +rep
@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 !
@larryananplayz2974
@larryananplayz2974 Жыл бұрын
made me under stand how hard but fun coding is
@bighairyballs1052
@bighairyballs1052 Жыл бұрын
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
@mikescriven
@mikescriven Жыл бұрын
Awesome channel growth since this video was published!
@txream
@txream Жыл бұрын
learn math x,y in school ❌ learn x,y in csgo aimbot hack ✅
@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 5 ай бұрын
can u make aimbot for free fire
@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.
@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?
@TheSoulkingsBand
@TheSoulkingsBand 2 жыл бұрын
Any tips for a freezing gameplay screen when using the .exe file? I got it working perfectly but now it freezes every time i use it..?
@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 11 ай бұрын
same, it just ruins the game for everyone. only salty kids cheat. real players build skill.
@furkanaytekin8895
@furkanaytekin8895 11 ай бұрын
@@darkshadowsx5949 csgo is a trash can bro, nobody plays but cheaters lmfao
@burbitto
@burbitto 11 ай бұрын
@@furkanaytekin8895 pov: avg valo enjoyer
@Vxlrmxk
@Vxlrmxk Жыл бұрын
Amazing tuto Really help Im really interested in coding Its very fun even though its pasted
@pnksmigge5324
@pnksmigge5324 11 ай бұрын
Translation: I'm an idiot with no knowledge, but now I can cheat, thank you!
@480borat
@480borat Ай бұрын
@@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.
@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
@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?
@TheSoulkingsBand
@TheSoulkingsBand 2 жыл бұрын
Bro. These videos are so sick. Im tired of the 45 minute lectures. These 10 minuters are great!
@aa898246
@aa898246 Жыл бұрын
all your vids are really good in quality. keep up the good work
@cazz
@cazz Жыл бұрын
I appreciate it man, cheers!
@gnzlpico
@gnzlpico 11 ай бұрын
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
@GRUNT-lh1ow
@GRUNT-lh1ow 11 ай бұрын
I haven't tested it myself, so does it actualy work on public servers? I am a bit confused right now, since I ve always thought, that anticheat prohibits usage of (Read/Write)ProcessMemory
@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
@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 2 ай бұрын
from other peoples hard work he jus does the easy shit
@SamuelFentress
@SamuelFentress 2 ай бұрын
How do you add the entry point, the int main()? Mine does something different than the 4 lines with the { three line space }
@bonniehammond9566
@bonniehammond9566 4 ай бұрын
I Made a trigger bot today. Thanks for your help finding offsets.
@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.
@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 15 күн бұрын
@@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.
@user-kh8vp9nn1u
@user-kh8vp9nn1u Күн бұрын
I know that this video is posted 2 years ago, however, i hope you will read that and maybe even answer. I'm trying to write my custom cheat in study purpose for other game, and it works, but whenever the game updated by the developer, the memory offsets are changed after that, so according to that video that i have found, i can conclude for myself that CS:GO after updating the game, won't change offsets and you don't need to modify your code in order to still have a working cheat? Or is there any way, that somehow on runtime you can detect the correct memory offsets? Because i am using native functions of the game library to make a payload, but i see that you are not hooking or using any native functions of CS:GO code, except of just reading memory of an offsets.
@emeriusmckinney4107
@emeriusmckinney4107 2 жыл бұрын
how do you find offsets when games update? if you already have a tutorial im sorry
@msleague39
@msleague39 Жыл бұрын
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 11 ай бұрын
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 11 ай бұрын
Thats a great question. I would love to read how he got into all of this and where did he start. @cazz please :)
@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!
@metl_play
@metl_play 7 күн бұрын
I learned from this video that threads is very simple to implement and useful for loops to probably not eat 100% cpu time.
@uniquename2386
@uniquename2386 Жыл бұрын
4:15 isn't it converting radians to degrees?
@user-ul4gw3eh9e
@user-ul4gw3eh9e 11 ай бұрын
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?
@chisisplay2828
@chisisplay2828 Жыл бұрын
Nice help for community :3
@Justajawnie
@Justajawnie Жыл бұрын
Hi, Great tutorial. Can you explain where the memory class comes from and how offset values are found?
@crazycdn8327
@crazycdn8327 11 ай бұрын
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 10 ай бұрын
@@crazycdn8327 how is valve not constantly changing those offsets rendering cheats useless ?
@nixcution4935
@nixcution4935 8 ай бұрын
@@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
@ingoro8818
@ingoro8818 9 ай бұрын
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 8 ай бұрын
same here
@AetherSerenity
@AetherSerenity 4 күн бұрын
so a base address is the "start", the offset is the steps i have to take to reach some specific thing for example m_iHealth etc... right? so you add the base address with the offset together to get the thing you want for example m_iHealth etc...? i might be completely wrong but thats my guess
@DRIFT9193
@DRIFT9193 4 ай бұрын
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
@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
@lucid_horizons
@lucid_horizons 2 жыл бұрын
This is very good for the economy
@ReAmpedlol
@ReAmpedlol 8 ай бұрын
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.
@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.
@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?
@Altimor0
@Altimor0 11 ай бұрын
seeing a genuine aimbot tutorial on youtube is so funny. well done.
@stormyplayzz1072
@stormyplayzz1072 4 ай бұрын
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 😊
@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 2 ай бұрын
no it needs to be in the mw3 dictionary
@hunteractually3637
@hunteractually3637 11 ай бұрын
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. 11 ай бұрын
If you don't mind. Can you explain. Why would you need to know this as a game dev?
@Noko341
@Noko341 11 ай бұрын
@@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. 11 ай бұрын
@@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 11 ай бұрын
​@@Daniel_JT. I am also am an aspiring game dev. I didn't search for this video, KZfaq 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. 11 ай бұрын
@@sas4az fair enough
@powray
@powray Жыл бұрын
okay but can you make it so that you can add the program into a hardware mouse plug instead of software?
@galatofficiel
@galatofficiel 3 ай бұрын
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??
@noone-qm9iy
@noone-qm9iy Жыл бұрын
I followed the whole tutorial but when I compile it, it tells me that there are 180 errors
@revoltncock
@revoltncock 11 ай бұрын
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 11 ай бұрын
@@revoltncock In my state gpt chat was blocked even with vpn
@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.
@bartff5568
@bartff5568 2 жыл бұрын
-Every programming tutorial: here we go, we created minecraft! **Joke**
@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
@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?
@dhruvdornal
@dhruvdornal 12 күн бұрын
where to still get this vs code version of changing the debugger and x86 etc...
@editedbycomradezeusman1642
@editedbycomradezeusman1642 5 ай бұрын
Loving your videos MAIN, i am wondering why i didn't subscribe sooner.
@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 :)
@lucid_horizons
@lucid_horizons 2 жыл бұрын
Finally!!!!
@BROLY_DBZs
@BROLY_DBZs 7 ай бұрын
Is there a way to put subtitles on the video? And since I'm Brazilian, I don't know how to understand English.
@jorembo4941
@jorembo4941 4 күн бұрын
from a programming perspective this is very interesting, is this enough tho to not get screened by vac instantly?
@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 😂😂😂
@ramboooo23
@ramboooo23 Жыл бұрын
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 😂
@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.
@chakibchemso
@chakibchemso Жыл бұрын
Now you gave me reasons to learn cpp
@bytacc
@bytacc Жыл бұрын
Nice. I'm a java developer. So reacted on the naming conventions.
@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.
@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?
@lilmareofficial
@lilmareofficial Жыл бұрын
I build the code and run the exe but the aimbot does not work for me why
@ZZIXO
@ZZIXO Жыл бұрын
the string view is underlined in red ive tried everything to fix it but it wont fix
@makispapa5867
@makispapa5867 Жыл бұрын
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
@rakshit3515
@rakshit3515 10 күн бұрын
I'm not into cheating but as a dev I'm super interested in this.
@UnionRing
@UnionRing 11 ай бұрын
Pretty sure all those comments saying that was easy to explain and simple understood nothing
@perksy3392
@perksy3392 11 ай бұрын
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 ?
@MInfof37
@MInfof37 11 ай бұрын
for me it just it doesn't work. when i copy paste it some words aren't detected can someone help me please?
@no3lcodes
@no3lcodes Жыл бұрын
49 subscribers to 30.3k in 1 year, woah. Nice job dude
@poppedbymarc
@poppedbymarc 10 ай бұрын
do u need all the files u have in the folder with aimbot.exe? if yes where to get em
@MoGEdItZ631
@MoGEdItZ631 10 ай бұрын
why it doesn't work when i try to shoot with V or F or even the mouse click, i hop you answer me
@w4ewr944
@w4ewr944 2 жыл бұрын
when i open it doesen't work? any way i can fix this I also use the updated version
@AnduTheShadow
@AnduTheShadow Жыл бұрын
my aimbot locks my aim somewhere and then i cannot move my aim, and console spams Rejected Invalid Values! What should i do?
@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 )
@floppitommi123
@floppitommi123 10 ай бұрын
will this still work and did some pointers change? like updates cus i dont want to get banned before doing this
@panciociancio9680
@panciociancio9680 Жыл бұрын
How does the aim.exe actually interact with the .dlls? We have two executable: the game itself and the aimbot. The aimbot read and write values from and to the dll and the game read it? The order of execution between the two .exe files could not be always in this sequence. So, the game just read the value overwritten in the next frame? I would like to know in more details how this interaction works. Thanks for sharing this videos
@noggstaj
@noggstaj 11 ай бұрын
The aim.exe just writes directly to the RAM which CS:GO is reading from.
@P4jMepR
@P4jMepR 4 ай бұрын
@@noggstaj it directly reads from it, it doesn't write anything.
@LGCBugez
@LGCBugez Жыл бұрын
The vector portion does not work for me :(
@iamcrackyyyy8198
@iamcrackyyyy8198 4 ай бұрын
wait, does that mean that if i copy this i just easily have aimbot?
@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 ?
@pasinduganganath7732
@pasinduganganath7732 Жыл бұрын
I can't understand how aimbot key works. are we need to continue to press right click to work aimbot?
@IESTORAIBLE
@IESTORAIBLE Жыл бұрын
uncle Gaben: thanks you!
@looc3397
@looc3397 7 ай бұрын
would it work on other games that are not source1/2 based?
@Dr_Speedy
@Dr_Speedy 10 күн бұрын
Aimbots are cool, but if you can do internal; let me propose something I did for GTA Online: Raycast your POV while shooting; Get collision point, perform distance calc to get all the closest players; spawn a second bullet behind their head. You can take it further to only effect players/npcs you can see, filter out your friends etc. It's a natural feel and doesn't look that sus
@cazz
@cazz 10 күн бұрын
GTA V hacking is amazing because you can do things like this. GTA trusts the client way too much lol… Unfortunately with CS, unless you find some unknown, crazy exploit, there is no simple way to just spawn a bullet behind their heads. There are many great exploits like this though. I’ve seen many PUBG hacks where you can literally teleport other players to you, right in front of your gun, every-time you shoot, destroying them. Thanks for the comment and have a good day!
@Coolcreeper13C
@Coolcreeper13C Жыл бұрын
Do I play cs? no Do I want to make an aimbot? no Was the video weirdly entertaining? yes
@helloitsme1169
@helloitsme1169 5 ай бұрын
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?
@garythelobster5084
@garythelobster5084 7 ай бұрын
would this work for any game? or would i need different offsets
MAKE A PROPER MENU WITH IMGUI
20:17
cazz
Рет қаралды 202 М.
HOW ANTI-CHEAT BYPASSES WORK
8:18
cazz
Рет қаралды 402 М.
where is the ball to play this?😳⚽
00:13
LOL
Рет қаралды 14 МЛН
Trágico final :(
01:00
Juan De Dios Pantoja
Рет қаралды 29 МЛН
Кәріс тіріма өзі ?  | Synyptas 3 | 8 серия
24:47
kak budto
Рет қаралды 1,7 МЛН
Learn Reverse Engineering (for hacking games)
7:26
cazz
Рет қаралды 953 М.
10 Math Concepts for Programmers
9:32
Fireship
Рет қаралды 1,7 МЛН
I tried to make a Valorant AI using computer vision
19:23
River's Educational Channel
Рет қаралды 1,3 МЛН
Cracking Software with Reverse Engineering 😳
8:01
nang
Рет қаралды 1,5 МЛН
HOW AIMBOTS WORK
8:36
cazz
Рет қаралды 957 М.
everything is open source if you can reverse engineer (try it RIGHT NOW!)
13:56
Low Level Learning
Рет қаралды 1,2 МЛН
How Aimbot ACTUALLY Works
8:11
theScore esports
Рет қаралды 98 М.
can ohnepixel beat 50 blind trashtalkers (1v50)
35:26
ohnepixel
Рет қаралды 299 М.
I Tried C#
4:32
conaticus
Рет қаралды 225 М.
I Hacked on Random SMPs...
8:34
ItzOwo
Рет қаралды 463 М.
where is the ball to play this?😳⚽
00:13
LOL
Рет қаралды 14 МЛН