MAKE AIMBOT IN 10 MINUTES

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

  • @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

    4 ай бұрын

    Seems some serious methods are needed to counter cheating/glitching/exploiting in this day and age.

  • @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

    25 күн бұрын

    @@VX7IR you have no idea what you are talking about

  • @NotEnoughThinking

    @NotEnoughThinking

    25 күн бұрын

    ​@@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
    @SoylentGamer25 күн бұрын

    The aimbot knows where it is, by subtracting where it is from where it isn't

  • @neonz2712

    @neonz2712

    25 күн бұрын

    A = A - B? 😅

  • @nazneenzafar743

    @nazneenzafar743

    23 күн бұрын

    @@neonz2712 more like A = U - B

  • @Hayden44163
    @Hayden441632 жыл бұрын

    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

  • @nugget5525
    @nugget5525 Жыл бұрын

    thanks man, i tried to do some but i didnt understand how to calc the angles

  • @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

    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?

  • @Kakuzaa
    @Kakuzaa2 жыл бұрын

    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.

  • @paralizerhvh
    @paralizerhvh2 жыл бұрын

    You know what I just saw your video and liked it! You just absolutely nailed it 🔥

  • @cazz

    @cazz

    2 жыл бұрын

    🙌

  • @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

  • @larryananplayz2974
    @larryananplayz2974 Жыл бұрын

    made me under stand how hard but fun coding is

  • @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

  • @EAzZY-
    @EAzZY-11 ай бұрын

    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

  • @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 !

  • @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

    3 ай бұрын

    from other peoples hard work he jus does the easy shit

  • @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?

  • @GRUNT-lh1ow
    @GRUNT-lh1ow11 ай бұрын

    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

  • @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.

  • @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

  • @mikescriven
    @mikescriven Жыл бұрын

    Awesome channel growth since this video was published!

  • @TheSoulkingsBand
    @TheSoulkingsBand2 жыл бұрын

    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..?

  • @ProdbyVxlr
    @ProdbyVxlr Жыл бұрын

    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

    Ай бұрын

    @@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.

  • @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

  • @emeriusmckinney4107
    @emeriusmckinney41072 жыл бұрын

    how do you find offsets when games update? if you already have a tutorial im sorry

  • @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?

  • @aa898246
    @aa898246 Жыл бұрын

    all your vids are really good in quality. keep up the good work

  • @cazz

    @cazz

    Жыл бұрын

    I appreciate it man, cheers!

  • @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

    11 ай бұрын

    @@crazycdn8327 how is valve not constantly changing those offsets rendering cheats useless ?

  • @nixcution4935

    @nixcution4935

    9 ай бұрын

    @@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

  • @SamuelFentress
    @SamuelFentress2 ай бұрын

    How do you add the entry point, the int main()? Mine does something different than the 4 lines with the { three line space }

  • @stormyplayzz1072
    @stormyplayzz10724 ай бұрын

    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 😊

  • @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

    Жыл бұрын

    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 :)

  • @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

    Ай бұрын

    @@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.

  • @DRIFT9193
    @DRIFT91935 ай бұрын

    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

  • @ReAmpedlol
    @ReAmpedlol8 ай бұрын

    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.

  • @ingoro8818
    @ingoro881810 ай бұрын

    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

    9 ай бұрын

    same here

  • @uniquename2386
    @uniquename2386 Жыл бұрын

    4:15 isn't it converting radians to degrees?

  • @user-kh8vp9nn1u
    @user-kh8vp9nn1u17 күн бұрын

    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.

  • @bonniehammond9566
    @bonniehammond95664 ай бұрын

    I Made a trigger bot today. Thanks for your help finding offsets.

  • @phpnotthecodinglanguage947
    @phpnotthecodinglanguage9472 жыл бұрын

    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

  • @virtualxscheats2990
    @virtualxscheats29902 жыл бұрын

    Such a great tutorial with a short time fam. Liked and subbed! Keep it up!!

  • @cazz

    @cazz

    2 жыл бұрын

    Thanks brother... means the world!

  • @lucid_horizons
    @lucid_horizons2 жыл бұрын

    This is very good for the economy

  • @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

  • @psc_newman6241
    @psc_newman62415 ай бұрын

    it workes for all games or just in csgo ???

  • @clozerdev
    @clozerdev2 жыл бұрын

    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?

  • @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.

  • @lilmareofficial
    @lilmareofficial Жыл бұрын

    I build the code and run the exe but the aimbot does not work for me why

  • @nightcoreperson9972
    @nightcoreperson99725 күн бұрын

    This is really interesting as I want to learn how to code and how scripts work, but how do I know what offsets I’d need? It looked like there were a lot of different offsets or just a bunch of texts.

  • @TheSoulkingsBand
    @TheSoulkingsBand2 жыл бұрын

    Bro. These videos are so sick. Im tired of the 45 minute lectures. These 10 minuters are great!

  • @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

  • @perksy3392
    @perksy339211 ай бұрын

    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 ?

  • @chisisplay2828
    @chisisplay2828 Жыл бұрын

    Nice help for community :3

  • @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

  • @ameersyouri4052
    @ameersyouri40522 жыл бұрын

    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.

  • @powray
    @powray Жыл бұрын

    okay but can you make it so that you can add the program into a hardware mouse plug instead of software?

  • @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, KZread 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

  • @luccacsgo
    @luccacsgo2 жыл бұрын

    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 :)

  • @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

  • @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?

  • @lucid_horizons
    @lucid_horizons2 жыл бұрын

    Finally!!!!

  • @txream
    @txream Жыл бұрын

    learn math x,y in school ❌ learn x,y in csgo aimbot hack ✅

  • @iamcrackyyyy8198
    @iamcrackyyyy81985 ай бұрын

    wait, does that mean that if i copy this i just easily have aimbot?

  • @AetherSerenity
    @AetherSerenity20 күн бұрын

    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

  • @mastermati773
    @mastermati773 Жыл бұрын

    Finding offsets in the memory is sometimes the toughest thing to do.

  • @Leon-ms9jc

    @Leon-ms9jc

    Жыл бұрын

    use hazedumpers?

  • @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 :)

  • @LGCBugez
    @LGCBugez Жыл бұрын

    The vector portion does not work for me :(

  • @looc3397
    @looc33977 ай бұрын

    would it work on other games that are not source1/2 based?

  • @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.

  • @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 😂

  • @MoGEdItZ631
    @MoGEdItZ63110 ай бұрын

    why it doesn't work when i try to shoot with V or F or even the mouse click, i hop you answer me

  • @garythelobster5084
    @garythelobster50847 ай бұрын

    would this work for any game? or would i need different offsets

  • @pb9511
    @pb95112 жыл бұрын

    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?

  • @vixexxfn2068
    @vixexxfn2068 Жыл бұрын

    does it only work for CS:GO and if it does how do i make it work for other games

  • @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?

  • @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

  • @metl_play
    @metl_play23 күн бұрын

    I learned from this video that threads is very simple to implement and useful for loops to probably not eat 100% cpu time.

  • @tobiaspedersen8333
    @tobiaspedersen8333 Жыл бұрын

    Does it work for other games also ?

  • @ZZIXO
    @ZZIXO Жыл бұрын

    the string view is underlined in red ive tried everything to fix it but it wont fix

  • @LukasLiadzius-ex2mg
    @LukasLiadzius-ex2mg Жыл бұрын

    Would it work for like old versions of fortnite or just cs go

  • @pasinduganganath7732
    @pasinduganganath7732 Жыл бұрын

    I can't understand how aimbot key works. are we need to continue to press right click to work aimbot?

  • @dhruvdornal
    @dhruvdornal28 күн бұрын

    where to still get this vs code version of changing the debugger and x86 etc...

  • @w4ewr944
    @w4ewr9442 жыл бұрын

    when i open it doesen't work? any way i can fix this I also use the updated version

  • @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

  • @Altimor0
    @Altimor0 Жыл бұрын

    seeing a genuine aimbot tutorial on youtube is so funny. well done.

  • @UnionRing
    @UnionRing11 ай бұрын

    Pretty sure all those comments saying that was easy to explain and simple understood nothing

  • @poppedbymarc
    @poppedbymarc10 ай бұрын

    do u need all the files u have in the folder with aimbot.exe? if yes where to get em

  • @helloitsme1169
    @helloitsme11696 ай бұрын

    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?

  • @floppitommi123
    @floppitommi12310 ай бұрын

    will this still work and did some pointers change? like updates cus i dont want to get banned before doing this

  • @byfronsbiggestfeargrave
    @byfronsbiggestfeargrave10 ай бұрын

    how do you install microsoft visual studio 2022?

  • @cxzv3

    @cxzv3

    9 ай бұрын

    Google

  • @Wootzy69
    @Wootzy69 Жыл бұрын

    how to do i make the fov on the aimbot circle bigger @cazz

  • @chakibchemso
    @chakibchemso Жыл бұрын

    Now you gave me reasons to learn cpp

  • @jorembo4941
    @jorembo494120 күн бұрын

    from a programming perspective this is very interesting, is this enough tho to not get screened by vac instantly?

  • @cbxgang
    @cbxgang Жыл бұрын

    gs been real quiet since this video dropped

  • @airpex7970
    @airpex79708 ай бұрын

    page still exists from this link here, but it cannot be downloaded, shows page not found

  • @tobyslol
    @tobyslol5 ай бұрын

    will it work on cs2 if i get the correct offsets for cs2?

  • @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 ?

  • @stefaboss4377
    @stefaboss4377 Жыл бұрын

    SOS I really wanna use it online but it only works on workshop maps what should I do (PS I take full responsibility for a ban and nothing is blamed on you I’m the one who wanted to do it)

  • @crackeriscracked8519
    @crackeriscracked8519 Жыл бұрын

    is it only for csgo? or does it work on other games aswell?