MAKE A PROPER MENU WITH IMGUI

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 มิ.ย. 2024
  • In this video we code a "gui" namespace which uses WinAPI, Directx & ImGui to create an external ImGui cheat menu. It works by creating a Windows window, creating a directx device with the window and then using those to draw an ImGui menu on the window. I hope you enjoyed the video, and remember to subscribe for more!
    Need Help? Join my discord server / discord .
    🕙 Timestamps 🕙
    0:00 - Intro
    0:24 - Demo
    0:38 - ImGui and how it works
    1:23 - Making the project
    2:28 - Getting ImGui
    3:43 - gui.h
    6:07 - gui.cpp
    17:20 - Using the gui namespace
    19:22 - Testing
    19:41 - Final thoughts & outro
    📝Resources 📝
    → Source code: / discord
    → ImGui: github.com/ocornut/imgui
    Aimbot: • MAKE AIMBOT IN 10 MINUTES
    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

ความคิดเห็น • 240

  • @cazz
    @cazz  2 ปีที่แล้ว +28

    ImGui customization video is out! Check it out here -> th-cam.com/video/iOQ7ZrNQLuI/w-d-xo.html

    • @trendmade7206
      @trendmade7206 2 ปีที่แล้ว

      yo ive been trying to get into game hacking for a while and this being the first video ive seen on your channel im gassed for your content.

  • @lucid_horizons
    @lucid_horizons 2 ปีที่แล้ว +36

    YES, NOW I HAVE A VIDEO TO WATCH WHILE I EAT MY SANDWICH

  • @ward7576
    @ward7576 ปีที่แล้ว +13

    Only found you recently and I got to admit that you have one of the simplest, yet easiest to grasp explanations.
    You do a really great job, mate

    • @biigsmokee
      @biigsmokee 24 วันที่ผ่านมา +1

      really? "we do some random shit here"? this is so hard to follow along it's basically 'copy this, dont really know why but just do it'

  • @Dulge
    @Dulge 2 ปีที่แล้ว +3

    by far the best channel when it comes to game hacking tuts, good job fam

  • @NightFyreTV
    @NightFyreTV 2 ปีที่แล้ว +9

    Just starting to learn all the graphics api stuff to render my own GUIs. I was doing a lot of that stuff back with winforms and C# but moved away from that and got comfier with c++. Chernos video a week or so ago got me thinking about going back to external GUIS (c++ and being internal is such a treat) just as a launcher of sorts cause thats how I handle most my stuff. Console frameworks can be fun but in 2022 its not really something people want to look at lol
    Thanks for this spot on tutorial, definitely earned the subscription man. I truly appreciate how you went on to explain everything in detail. Explaining what each function does and how everything works together. Its exactly what i needed broken down. Really appreciate this THANK you.
    PS. Watching this not even 4 months later and going from 61 subscribers to almost 2kl is insane. Props

    • @cazz
      @cazz  2 ปีที่แล้ว

      Haha, I appreciate the compliment immensely... thank you~!

    • @NightFyreTV
      @NightFyreTV 2 ปีที่แล้ว

      @@cazz Congrats on the 3k big man! keep it up

  • @msddvisage
    @msddvisage ปีที่แล้ว +1

    Easy and clear, looks awesome.

  • @aramafshari3815
    @aramafshari3815 4 หลายเดือนก่อน +1

    Cazz always got your back 🙏

  • @saddish2816
    @saddish2816 2 ปีที่แล้ว +3

    Bloody amazing. This is exactly what i was looking for.

  • @u0ayt69
    @u0ayt69 ปีที่แล้ว +2

    this is by far the bes texplanation of imgui, and even how to create a custom overlay (i always skidded keyauth overlay shit lmao). damn bro keep it up man +rep

    • @cazz
      @cazz  ปีที่แล้ว +1

      I appreciate it man! Thanks :)

  • @prospektnova9004
    @prospektnova9004 ปีที่แล้ว +23

    In Solution Properties, set your Platform (at the top) to Active(Win32) or All platforms in order for the C++ 20 standard to work. Else you will run into issues with the inline statements and the characters later on.

  • @beanrust8820
    @beanrust8820 2 ปีที่แล้ว +2

    Great video!

  • @MarshyMcOfficial
    @MarshyMcOfficial 8 วันที่ผ่านมา

    You've grown so much :)

  • @jokubasgrigalius1763
    @jokubasgrigalius1763 ปีที่แล้ว

    Thank you man for sharing this stuff

    • @cazz
      @cazz  ปีที่แล้ว

      My pleasure!

  • @X00.000
    @X00.000 3 หลายเดือนก่อน

    It would be nice to see something on Unity’s IMGUI, though keep up the nice work, it was a solid tutorial none the less.

  • @samansamani4477
    @samansamani4477 2 ปีที่แล้ว

    thank you very much, I was very very after this

  • @eokauser289
    @eokauser289 ปีที่แล้ว +1

    BROTHER, YOU ARE THE BEST!!! You oooh really helped me!! THANK YOU VERY MUCH!This is cool, well done!

  • @sepremz
    @sepremz 2 ปีที่แล้ว +2

    Like before watch

  • @pythonholic
    @pythonholic 9 หลายเดือนก่อน

    But I respect your time and effort. I wish you success

  • @Stuntlover-TM
    @Stuntlover-TM ปีที่แล้ว

    Very helpful tutorial! How would I make the ImGui window always stay ontop? If I click on my game the game window is infront of the ImGui window, thanks in advance!
    (or how would I inject it so its part of the game - if you already have a video about that)

  • @siwusekkk
    @siwusekkk 2 ปีที่แล้ว

    omfg thank u so much

  • @ddm9351
    @ddm9351 2 ปีที่แล้ว +3

    Thanks so much for this. I've been curious about imgui since I saw Cherno blow through it a couple of weeks ago.
    Would changing the back-end to DX12 make any difference programmatically, other than the obvious requirement to change the back-end files?

    • @cazz
      @cazz  2 ปีที่แล้ว

      ImGui is meant to be very modular. All ImGui code will work with any ImGui back-end... which is pretty cool. So yeah, no programmatic differences :)

  • @soufianeelkabil1362
    @soufianeelkabil1362 ปีที่แล้ว

    thank you so much, but usually when I build the project the error that the variable "exit" is not in gui, can you help me please

  • @Luc3ntt
    @Luc3ntt 11 หลายเดือนก่อน

    RECENTLY found your channel and i can say that this easy to understand but i ran into a problem with the exe, it just appears that it closes itself
    Do you have a solution for this?

  • @user-nh5ht5ip9f
    @user-nh5ht5ip9f ปีที่แล้ว +2

    Im trying to use soft soft to make an FNF mod and tNice tutorials is really helping!

  • @1ceblock
    @1ceblock 2 ปีที่แล้ว +3

    nice

  • @punchline1729
    @punchline1729 11 หลายเดือนก่อน

    I'm a beginner and I use VScode. How do I do the Initial configurations with VScode?

  • @komaoff4240
    @komaoff4240 2 ปีที่แล้ว +1

    God

  • @cnst1986
    @cnst1986 2 ปีที่แล้ว

    What font do you use in this video?

  • @fungmatthew9263
    @fungmatthew9263 ปีที่แล้ว

    does imgui work with win7 (vm)? it instant crashes on open (tried with DX 9-11)

  • @zawarudo1818
    @zawarudo1818 2 ปีที่แล้ว

    THANKSS

  • @Kingiansupport
    @Kingiansupport 8 หลายเดือนก่อน

    Idk if I’m being stupid but when I go go to release it I get a message saying it’s not a valid win 32 application

  • @yallahhabibbiichverbrenned9163
    @yallahhabibbiichverbrenned9163 9 หลายเดือนก่อน

    Does this work on Windows 11? I build everything and it only outputs the .exe and the .pdb. When I click the .exe nothing happens. How can I fix this? It puts all the other files in another folder called "release" inside my cheat folder. Did i configure anything wrong? @cazz

  • @ShadowEmpathy
    @ShadowEmpathy 3 หลายเดือนก่อน +2

    The kind of cheater everyone needs to respect, not a skid, not a scammer, just providing info how to code your own software.

  • @santperg7307
    @santperg7307 2 ปีที่แล้ว

    my CreateWindowA and ResetDevice has a red underline. Can u help me pls im bad at this

  • @typingcat
    @typingcat 2 ปีที่แล้ว

    How does it work if no graphics acceleration is available on the computer, like before installing GPU driver after Windows is installed. Does it even work? Traditional Win32 applications would work in that situation.

    • @cazz
      @cazz  2 ปีที่แล้ว

      As far as I know, nothing should change. Your CPU will just be doing the graphical processing instead of the GPU that you obviously do not have installed. If not, there will 100% be a way to get around it, interesting question though :)

  • @nebula6507
    @nebula6507 2 ปีที่แล้ว +1

    when i release my project and try to open it it just doesnt want to show and its just a blank program

    • @RelixEnd
      @RelixEnd 3 หลายเดือนก่อน

      same

  • @atomiapx
    @atomiapx ปีที่แล้ว

    Hey cazz I'm still new to imgui and coding but i have a question i got a imgui example menu that was made by someone but how would i use the menu in-game Ex: CSGO, i wanna be able to add code and features to the menu but can only get it to show in the Imgui example window

    • @levshx
      @levshx 5 หลายเดือนก่อน

      need D3D11 Hook cs example

  • @xchrisdw
    @xchrisdw ปีที่แล้ว

    how do you have the red tint to your taskbar? pretty cool

    • @octav7438
      @octav7438 10 หลายเดือนก่อน

      its in windows

  • @Shreddology
    @Shreddology 2 ปีที่แล้ว

    yo bro i typed it all out no errors appearing but when i build and run it it doesnt show anything other then an application on the tray that closes after a few seconds any idea how to fix it?

    • @cazz
      @cazz  2 ปีที่แล้ว +1

      github.com/cazzwastaken/borderless-imgui-window

  • @trosorr
    @trosorr 6 หลายเดือนก่อน

    project compiles but it doesn't show window?

  • @RYu-qo5th
    @RYu-qo5th 2 ปีที่แล้ว +1

    I love you Cazz

    • @cazz
      @cazz  2 ปีที่แล้ว

      Love you too, man.

  • @theuavunites374
    @theuavunites374 ปีที่แล้ว

    does this work for games with EAC

  • @sendlocation8476
    @sendlocation8476 2 ปีที่แล้ว

    @cazz
    Respect on this video. Can I ask let’s say if I made an easy CSGO bunny hop console hack. How can I transfer the code and make a imgui menu for it?

    • @cazz
      @cazz  2 ปีที่แล้ว

      Make an imgui menu, then make a thread and run your bunny hop in that. Cheers

  • @Nose-sx6ld
    @Nose-sx6ld ปีที่แล้ว

    I want to make a trance but tNice tutorials looks so difficult!!!

  • @sickeli
    @sickeli 7 หลายเดือนก่อน

    almost at 70 subs😮

  • @JackAdams0
    @JackAdams0 ปีที่แล้ว +2

    can imGUI be controlled with up/down arrow keys or does it need mouse input (cursor to select things)?

    • @John-yo7kh
      @John-yo7kh ปีที่แล้ว

      pretty sure you can can control it however you want.

  • @pfeao
    @pfeao 2 ปีที่แล้ว +1

    can I someway put the triggerbot that I made from your other video into this or not?

    • @cazz
      @cazz  2 ปีที่แล้ว

      You 100% can. I have a video about combining cheats :)

  • @HatPeasyCat
    @HatPeasyCat 9 หลายเดือนก่อน

    how do you connect this to a game now?

  • @bighairyballs1052
    @bighairyballs1052 ปีที่แล้ว

    Bruh i just finished and then it said i had like 600 errors😭😭 and everything is the same as yours any help?

  • @nuno428
    @nuno428 2 ปีที่แล้ว

    when i build the solutions the visual studios give me a warning on line 5 (main.cpp) fot wWinMain it says: inconsistente annotation for 'wWinMain': This instance has no annotations, help plzz

    • @cazz
      @cazz  2 ปีที่แล้ว

      Make sure you are using subsystem windows and the multibyte character set, also make sure your wWinMain is the same as mine in the video :)

    • @nuno428
      @nuno428 2 ปีที่แล้ว

      @@cazz aight thxs bro :))

  • @MotherBroker
    @MotherBroker 2 ปีที่แล้ว +3

    first

  • @Ninjaian14
    @Ninjaian14 4 หลายเดือนก่อน

    Why do you configure the Character Set to Use Multi-Byte Character Set rather than Unicode Character Set?

    • @Smellon
      @Smellon 16 วันที่ผ่านมา

      multibyte is just better

  • @zNightEU
    @zNightEU 3 หลายเดือนก่อน

    Hey cazz, can you make a menu imgui external for x64 please?

  • @void2261
    @void2261 ปีที่แล้ว +66

    you just say, "we can do that like so" and copy some code

    • @cazz
      @cazz  ปีที่แล้ว +43

      Pretty much. I am also an ape.

    • @rainyonrecord
      @rainyonrecord ปีที่แล้ว +23

      All programming is copying code at some points I like to thank stack overflow for everything I do.

    • @djscratchcat474
      @djscratchcat474 11 หลายเดือนก่อน +2

      @@rainyonrecord not true

    • @djscratchcat474
      @djscratchcat474 11 หลายเดือนก่อน +7

      @@rainyonrecordthis is just a cope learn to write your own code

    • @rainyonrecord
      @rainyonrecord 11 หลายเดือนก่อน +3

      @@djscratchcat474 :)

  • @TunaTheScripter
    @TunaTheScripter 3 หลายเดือนก่อน

    Yo with vs when h change debug to release u have to do it every time u make a cheat right? What’s the difference between the 2? What do they do..

    • @RealXavier770
      @RealXavier770 3 หลายเดือนก่อน

      It says it for itself, I think debug is for debugging and testing it as the dev and release is when u wanna give it to someone and x64 is for 64 bit and 86 is for 32 bit

    • @TunaTheScripter
      @TunaTheScripter 3 หลายเดือนก่อน

      @@RealXavier770 Yeah ngl I figured that out like 12 hours ago.. Thx anyways.

    • @RealXavier770
      @RealXavier770 3 หลายเดือนก่อน

      @@TunaTheScripter Yh np

    • @TunaTheScripter
      @TunaTheScripter 3 หลายเดือนก่อน

      @@RealXavier770 👍

  • @loplop9527
    @loplop9527 5 หลายเดือนก่อน

    Too bad that when you revert to Debug version the application stops working

  • @callumrodger7743
    @callumrodger7743 7 หลายเดือนก่อน

    wow u have really come far
    from 61 to 100k in 1 year

  • @KondixOfficial
    @KondixOfficial ปีที่แล้ว +1

    I need the full gui.cpp. And how to add cheats to imgui?

    • @biotest05
      @biotest05 3 หลายเดือนก่อน

      just use classes, functions and stuff, also use a dynamic-link library project (c++) and put your project there if you want to inject it. (well thats what i think?)

    • @biotest05
      @biotest05 3 หลายเดือนก่อน

      or if you dont wanna replace your project, go to the properties of your project then configuration type > dynamic library

  • @zeprix1
    @zeprix1 6 หลายเดือนก่อน

    Getting unresolved externals for CreateDevice. tried to copy paste the code from github still doesn't work. pls help

    • @d4sty.
      @d4sty. 5 หลายเดือนก่อน

      did you even saw the same video we all saw?? he said to download it not to copy

    • @zeprix1
      @zeprix1 5 หลายเดือนก่อน

      @@d4sty. i did

  • @cash2k_
    @cash2k_ 2 ปีที่แล้ว

    cant find the source code (copy and paste) that you used so i gotta type it all by hand

    • @ooheureka
      @ooheureka ปีที่แล้ว

      yeah uhhmm. dont skid

  • @d3w01d
    @d3w01d 2 ปีที่แล้ว +5

    fucking perfect mate

    • @cazz
      @cazz  2 ปีที่แล้ว +2

      no u

  • @UniversityofUniverseOfficial
    @UniversityofUniverseOfficial 2 ปีที่แล้ว

    How to add different languages

  • @hunter7777
    @hunter7777 ปีที่แล้ว

    Hey...just found this video & joined your discord channel, but can't find the code you mentioned in the video. Can you direct me to it? Thanks & great work.

    • @thegoingwolf9674
      @thegoingwolf9674 ปีที่แล้ว

      if you haven't already found it, check under announcements and find the video

    • @hunter7777
      @hunter7777 ปีที่แล้ว

      @@thegoingwolf9674 Thanks...I had already found it.

  • @aaaas213
    @aaaas213 6 หลายเดือนก่อน

    i got a LNK2001 error

  • @spookey1213
    @spookey1213 2 ปีที่แล้ว

    Hey, cazz I can't find the source code in ur Discord can you help?

  • @user-hf3hz7ik1s
    @user-hf3hz7ik1s 9 หลายเดือนก่อน +1

    how can i make this inject into a game

    • @slawnyfivemowiec
      @slawnyfivemowiec 2 หลายเดือนก่อน

      this code is an external imgui.

  • @Nioxs
    @Nioxs 2 ปีที่แล้ว

    Why x86 and does it matter, if injecting into a x64 game - maybe a stupid question but yeah, I was wondering

    • @cazz
      @cazz  2 ปีที่แล้ว

      I use x86 in my videos for the sake of simplicity. When you switch platform (aka x86 or x64) the size of types change, for example, on x86 a pointer is 4 bytes where as on x64 a pointer is 8 bytes. An experienced programmer could code this in x64 and still make use of RPM/WPM if they are conscious of the differing sizes of types.
      As for "injecting", when you make a .dll file it HAS TO BE the same architecture as the game you are trying to cheat it.
      Hope that clears it up, cazz ~

    • @Nioxs
      @Nioxs 2 ปีที่แล้ว

      @@cazz Ah ok thanks a lot for the detailed answer. I am currently trying to add a ImGui menu to my internal cheat, I guess I will just try to do it in x64 then.

    • @cazz
      @cazz  2 ปีที่แล้ว

      @@Nioxs If it is an internal CS:GO cheat, use x86

    • @Nioxs
      @Nioxs 2 ปีที่แล้ว

      @@cazz Yeah, no it is for Ark Survival Evolved - Unreal Engine (4.5.1) - x64

    • @cazz
      @cazz  2 ปีที่แล้ว

      @@Nioxs oh ok, I wish you the best of luck!

  • @tymoshh
    @tymoshh 3 หลายเดือนก่อน

    please help, it says that windowClass is undefined

    • @slawnyfivemowiec
      @slawnyfivemowiec 2 หลายเดือนก่อน

      Case-Sensitive, please check!

  • @ugur388
    @ugur388 ปีที่แล้ว

    trance. Dude made a month worth of s before actually realizing what a plug-in is.

  • @RandomVideos-im4ue
    @RandomVideos-im4ue 7 หลายเดือนก่อน

    Which library of gui of c++ is best?

    • @cazz
      @cazz  7 หลายเดือนก่อน +1

      I Like ImGui for overlays and internal cheats. The access to the ImGui DrawList is very useful.
      Otherwise, as far as I know, QT is a good library for making other actual applications.

    • @HackingStuffIDontKnow
      @HackingStuffIDontKnow 7 หลายเดือนก่อน

      @@cazz any chance on some cs2 or driver tutorials?

    • @buddy3852
      @buddy3852 6 หลายเดือนก่อน

      @@HackingStuffIDontKnow my brother in Christ it’s VAC. You don’t need a driver 😂

    • @buddy3852
      @buddy3852 6 หลายเดือนก่อน

      Learn the difference between immediate UI and non-immediate.
      Depends on the program.
      If it’s a normal GUI, you want non-immediate.
      If it’s to be ran in a loop, you want immediate

  • @alexsimper4153
    @alexsimper4153 2 ปีที่แล้ว

    is there a 64bit option for this library?

    • @cazz
      @cazz  2 ปีที่แล้ว

      Sure my man, just compile as x64! Remember to set up the configuration correctly as you did for the x86 compilation.

    • @alexsimper4153
      @alexsimper4153 ปีที่แล้ว

      @@cazz my bad, I took the win32 as only 32bit o_o

    • @cazz
      @cazz  ปีที่แล้ว

      @@alexsimper4153 lol! All good.

  • @LiEnby
    @LiEnby ปีที่แล้ว

    "We are almost at 70 subscribers"

    • @cazz
      @cazz  ปีที่แล้ว

      Those were the days :p - it still blows my mind

  • @loicdurager5724
    @loicdurager5724 ปีที่แล้ว

    That would be 99 percent of us

  • @lopo8000
    @lopo8000 2 ปีที่แล้ว +1

    how is this better than visual studios winforms??

    • @cazz
      @cazz  2 ปีที่แล้ว +1

      ImGui is rendered with primitives each frame over a DirectX window, like a game. It is more customizable and in my opinion, better for creating cheats as you will probably be using DX anyway.
      But with that being said, drag & drop winforms with C++ isn't bad either.
      Ultimately, they are two completely different paradigms, do whatever suits you best.

    • @dogsec3949
      @dogsec3949 2 ปีที่แล้ว +1

      @@cazz How do I go about learning ImGUI? I literally can't find anywhere to learn it properly

  • @alsheikhaminulislam
    @alsheikhaminulislam ปีที่แล้ว

    Bro .
    I can find source code on your discord server

  • @rockboyRBX
    @rockboyRBX 3 หลายเดือนก่อน

    6:44
    how do you include the files?

    • @slawnyfivemowiec
      @slawnyfivemowiec 2 หลายเดือนก่อน +1

      are you.. blind?

    • @rockboyRBX
      @rockboyRBX 2 หลายเดือนก่อน

      @@slawnyfivemowiec no.?

  • @yvngxromani
    @yvngxromani 2 ปีที่แล้ว

    I build it but no exe pops up what am I doing wrong 😂🤷🏽

    • @cazz
      @cazz  2 ปีที่แล้ว

      It should tell you where the .exe was built to when you build...

  • @ZaryarWasTaken
    @ZaryarWasTaken ปีที่แล้ว

    i cant find the source on your dc :D

    • @cazz
      @cazz  ปีที่แล้ว +1

      github.com/cazzwastaken/borderless-imgui-window

  • @chivuparody4226
    @chivuparody4226 2 ปีที่แล้ว +3

    Where should i learn this stuff lol

    • @cazz
      @cazz  2 ปีที่แล้ว

      Well...
      for c++, learncpp.com, the cherno & thenewboston's videos.
      For hacking, guidedhacking.com, unknowncheats.me & possibly these videos!
      Goodluck :)

    • @chivuparody4226
      @chivuparody4226 2 ปีที่แล้ว

      @@cazz ight

  • @zawarudo1818
    @zawarudo1818 2 ปีที่แล้ว +2

    wait why am i getting random errors???

  • @subsonicmacros1386
    @subsonicmacros1386 2 ปีที่แล้ว

    how do i make this for a .dll?

  • @x7jnvx270
    @x7jnvx270 15 วันที่ผ่านมา

    All of that for a tiny window with a button

  • @boball1228
    @boball1228 ปีที่แล้ว

    why not just post the source code link in the Description? I gotta look in the discord? smh

    • @cazz
      @cazz  ปีที่แล้ว +1

      What can I say… I wanted people to join the discord haha. Nowadays, not really. I also don’t like download links in the description.

  • @BluescreenSharp
    @BluescreenSharp ปีที่แล้ว

    there is no compiled .exe in the release folder

    • @vexczzz
      @vexczzz ปีที่แล้ว

      Did you find out why

    • @BluescreenSharp
      @BluescreenSharp ปีที่แล้ว

      @@vexczzz yes, it was not in the release folder, it was in the repo "x86" folder

  • @alexdev3386
    @alexdev3386 2 ปีที่แล้ว

    Why windows name is in Chinnese?

    • @que7852
      @que7852 2 ปีที่แล้ว

      because you chinese

    • @alexdev3386
      @alexdev3386 2 ปีที่แล้ว

      @@que7852 xd im not

    • @cazz
      @cazz  2 ปีที่แล้ว +1

      It was a mistake on my part. I've updated the github. To fix it, in your WindowProcess function, make it return DefWindowProc instead of "DefWindowProcW" aka remove the "W" - sorry about that :)

    • @alexdev3386
      @alexdev3386 2 ปีที่แล้ว

      @@cazz Thank You

  • @olinshyp3r
    @olinshyp3r 2 ปีที่แล้ว

    9:22

  • @fnc9z
    @fnc9z 11 หลายเดือนก่อน

    Where's the source code mate

    • @bylldgo
      @bylldgo 10 หลายเดือนก่อน

      there is no source code

    • @slawnyfivemowiec
      @slawnyfivemowiec 2 หลายเดือนก่อน

      his patreon

  • @ChaseHoops11
    @ChaseHoops11 6 หลายเดือนก่อน

    Can I hire you to make me a cheat?

    • @opensky0
      @opensky0 4 หลายเดือนก่อน

      maybe i could make one, depending on the game

    • @ChaseHoops11
      @ChaseHoops11 4 หลายเดือนก่อน

      @@opensky0 what games?

    • @opensky0
      @opensky0 4 หลายเดือนก่อน

      @@ChaseHoops11 what game do you want a cheat for

    • @ChaseHoops11
      @ChaseHoops11 4 หลายเดือนก่อน

      @@opensky0 Fortnite or apex legends

    • @opensky0
      @opensky0 4 หลายเดือนก่อน

      @@ChaseHoops11 only working and safe cheats you can find for those are paid and i have no idea how to bypass eac (easy anti cheat) but you can use an ai aimbot that uses an ai model to detect what looks like an enemy on your screen then moves your mouse to where it thinks theres an enemy but i got banned while using it on my alt and i spent like 2 days trying to fix the hwid ban. If you want i could try to make a cheat for a unity game that doesnt use eac

  • @ikategame
    @ikategame ปีที่แล้ว

    you didnt even show the result at the end, wtf

  • @straphupjay5597
    @straphupjay5597 4 หลายเดือนก่อน

    Shit ain’t easy I keep getting errors while writing the code shits mad annoying lol

  • @Many_MC
    @Many_MC 6 หลายเดือนก่อน

    roblox? (i hav gta v cheat menu)

  • @abdallahgamer6003
    @abdallahgamer6003 2 ปีที่แล้ว

    .

    • @cazz
      @cazz  2 ปีที่แล้ว +1

      ..

    • @draf_8164
      @draf_8164 2 ปีที่แล้ว

      @@cazz ...

    • @thebluealien1146
      @thebluealien1146 11 หลายเดือนก่อน

      @@draf_8164 ....

  • @virusyt7023
    @virusyt7023 2 ปีที่แล้ว

    Please sir make one video for pubg

  • @eundaehee
    @eundaehee ปีที่แล้ว

    Create a gui from scratch.

    • @myth11c
      @myth11c ปีที่แล้ว

      how

    • @eundaehee
      @eundaehee ปีที่แล้ว +1

      @@myth11c it's easy,
      1. hook DirectX rendering
      2. write a DirectX rendering function wrapper
      3. enjoy and start rendering and creating gui framework
      ez enough.

  • @ypisexernasdsdsdsd
    @ypisexernasdsdsdsd 4 หลายเดือนก่อน

    i got scammed

  • @r6emuitobom
    @r6emuitobom 11 หลายเดือนก่อน +2

    hey, i am getting a error is 'a value of type "long (__stdcall *)(HWND window, UINT message, WPARAM wideParameter, LPARAM longParameter)" cannot be assigned to an entity of type "WNDPROC" ...'
    void gui::CreateHWindow(
    const char* windowName,
    const char* className) noexcept
    {
    windowClass.cbSize = sizeof(WNDCLASSEXA);
    windowClass.style = CS_CLASSDC;
    windowClass.lpfnWndProc = windowProcess;// ERROR
    // this are different parts of the code
    long __stdcall windowProcess(
    HWND window,
    UINT message,
    WPARAM wideParameter,
    LPARAM longParameter)

    • @TukeShark
      @TukeShark 6 หลายเดือนก่อน

      i have the same error and no solution

    • @TutorialesiJorgePc
      @TutorialesiJorgePc 4 หลายเดือนก่อน

      @@TukeShark change a release x86

    • @zeuwu_
      @zeuwu_ 4 หลายเดือนก่อน +2

      Replace "long __stdcall" with "LRESULT CALLBACK", its because of things with x86 and x64

  • @aaaaadaaaaaaaaad
    @aaaaadaaaaaaaaad 2 ปีที่แล้ว

    Banned me because I asked for help wtf.

    • @cazz
      @cazz  2 ปีที่แล้ว

      The world doesn't work like that. You were saying the n-word and being rude to people. I'm sorry you got banned, but don't act like it was for nothing my man.

    • @aaaaadaaaaaaaaad
      @aaaaadaaaaaaaaad 2 ปีที่แล้ว +1

      @@cazz ok I said the n word once and they said nothing about it. And the staff were being rude to me in my defense

    • @zeprix1
      @zeprix1 6 หลายเดือนก่อน +1

      @@aaaaadaaaaaaaaad "said the n word once" 💀

  • @-O.o
    @-O.o 2 ปีที่แล้ว +4

    Cheater!!

  • @ypisexernasdsdsdsd
    @ypisexernasdsdsdsd 4 หลายเดือนก่อน

    yall know this is fake

    • @slawnyfivemowiec
      @slawnyfivemowiec 2 หลายเดือนก่อน

      nope..? It works lmfao ur stupid

  • @pythonholic
    @pythonholic 9 หลายเดือนก่อน

    A clear waste of time