I am a high school computer science teacher, but swedz is my teacher. I have passed on what I learned from you to my students. Thank you for your dedication.
You still probably better than my Java teacher I had in high school (over 10 years ago) When I asked for help he just said “it’s online figure it out”, failed that class lol. Was the first year they had that class and I don’t think he really was qualified for it. Tried again for game programming in community college and on my final I had quite a few bugs and stayed after class to get help from the professor for multiple days and even he couldn’t figure it out so he just said “just turn it in as is” lol knowing what I know now in python years later just constant self teaching, I wish I could go back in time and try and fix it but sadly I think I lost those project files.
My C# Code and classes are all written exactly the same and I have all the same plugins. My window is being cut off at around half the screen. I'm at 5:22.
bro it just doesn't open when i try to debug it always says error can't get a new build and opens an old one but then says that it doesn't have a debug file or smth. please help.
hi swedz, this isnt related to this video specifically but for some reason i think something may have happened to the swed64 nuget package/library as all the projects i have made using it have literally all worked until 5 minutes ago where now whenever i try to initialize swed64 it shows the error.... System.IndexOutOfRangeException: 'Index was outside the bounds of the array.' you got any ideas why?
🤔that's odd, I have not updated any packages for years so they shouldn't have changed. Are you trying to run the trainer when the target process isn't active? If so it would cause an exception
Hi. The code runs without errors but when i move a slider, change a color or click the + - buttons, the values go back to what they were as soon as i let go of the mouse button
hmm, make sure that you don't assign any values to the referred variable other than the slider instance. Other than that I wouldn't know what the issue is 🤷♂️
hi, im kinda new to programing and i learned a lot from you so far but i wanted to ask why you use c# instead of c++ ? i have been told c++ is better for making cheats and etc. but it seems there is more learning matrial on how to do stuff with c#
Probably cuz c# is easier/faster to work with. You could do the same things in either one for the most part it just comes down to what you’re more comfortable with.
Got to comfortable with C# and now it's a part of the channel , but yeah choose whatever you enjoy more. If you prefer C# then it's possible to just import functions and create great applications :) And if you like C++ then code in that.
Thank you so much swedz!! I would like to use imgui as a windows form for non-gaming application. Is there a easy way not to have the overlay ? Thanks!
hey swedz is there a way to make this imgui visible only within a certain window, like just in the game. And is there a way to make it visible even in exclusive fullscreen mode?
Can you show how to write a specific value instead of only disabling please. My game crashes every time I try to use the other write options like writeint for example.
Sure, there will tutorials on that in the future, but I think there is a vid available on that already. So until the tut drops make sure to watch my previous work ;)
@@SwedishTwatyes I did end up watching some of your previous vids and I understand how to use the other write options with pointers. I do still wonder if it’s possible to do a similar thing with bytes instead of only disabling but it isn’t a big deal.
Severity Code Description Project File Line Suppression State Details Error Could not install package 'ClickableTransparentOverlay 9.1.0'. You are trying to install this package into a project that targets 'native,Version=v0.0', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author. to me it says this when i try to install clickable
Thread renderThread = new Thread(renderer.Start().Wait); the renderer in renderer.Start() is the error Severity Code Description Project File Line Suppression State Details Error (active) CS0103 The name 'renderer' does not exist in the current context codaio
I am a high school computer science teacher, but swedz is my teacher. I have passed on what I learned from you to my students. Thank you for your dedication.
Damn dawg, OG teacher
You still probably better than my Java teacher I had in high school (over 10 years ago) When I asked for help he just said “it’s online figure it out”, failed that class lol. Was the first year they had that class and I don’t think he really was qualified for it.
Tried again for game programming in community college and on my final I had quite a few bugs and stayed after class to get help from the professor for multiple days and even he couldn’t figure it out so he just said “just turn it in as is” lol knowing what I know now in python years later just constant self teaching, I wish I could go back in time and try and fix it but sadly I think I lost those project files.
can we get a video on customization of our ImGui Menu? (Im talking images, icons, make the sliders rounded or a different color, etc...) ?
My C# Code and classes are all written exactly the same and I have all the same plugins. My window is being cut off at around half the screen. I'm at 5:22.
check that .NET version matches the nuget package
@SwedishTwat , I figured out you must use the same version of everything in the video. Odd that the newer versions don't work.
bro it just doesn't open when i try to debug it always says error can't get a new build and opens an old one but then says that it doesn't have a debug file or smth. please help.
🤔
My desktop window manager is starting to load because of ImGui, what could be the problem?
🤔 I have not heard that one, and I don't have a clue what could cause it either
I NEED MORE PEOPLE LIKE THIS THXXXX!!!!!!!!!🍌
I need commenters like this!
hi ! Thax for tuto , but how can I overide imgui style in Clikableoverlay Architecture ?
good question, I would look into the source on github ;)
hi swedz, this isnt related to this video specifically but for some reason i think something may have happened to the swed64 nuget package/library as all the projects i have made using it have literally all worked until 5 minutes ago where now whenever i try to initialize swed64 it shows the error.... System.IndexOutOfRangeException: 'Index was outside the bounds of the array.' you got any ideas why?
🤔that's odd, I have not updated any packages for years so they shouldn't have changed. Are you trying to run the trainer when the target process isn't active? If so it would cause an exception
@@SwedishTwat dw i fixed it
Hi. The code runs without errors but when i move a slider, change a color or click the + - buttons, the values go back to what they were as soon as i let go of the mouse button
hmm, make sure that you don't assign any values to the referred variable other than the slider instance. Other than that I wouldn't know what the issue is 🤷♂️
i cant find he clickebale transparency overlay
damn 😔
May you make a distance like 27M above the cs2 head or smt?
hi, im kinda new to programing and i learned a lot from you so far but i wanted to ask why you use c# instead of c++ ? i have been told c++ is better for making cheats and etc. but it seems there is more learning matrial on how to do stuff with c#
Probably cuz c# is easier/faster to work with. You could do the same things in either one for the most part it just comes down to what you’re more comfortable with.
Got to comfortable with C# and now it's a part of the channel , but yeah choose whatever you enjoy more. If you prefer C# then it's possible to just import functions and create great applications :) And if you like C++ then code in that.
have you made a tutorial that the imgui overlay is just inside the game ? ala reshade and special k ?
I have not, we might go internal in the future :)
Hey swedz, is it possible to somehow integrate it into a BepInEx-plugin for unity games?
waitin for the internal tutorials !!!!
Thank you so much swedz!! I would like to use imgui as a windows form for non-gaming application. Is there a easy way not to have the overlay ? Thanks!
There might be someway to use ImGui without the clickableoveray but I haven't looked into any. I suggest you check out the imGui.NET examples ;)
pls how i can make Style for ImGui :)
hey swedz is there a way to make this imgui visible only within a certain window, like just in the game. And is there a way to make it visible even in exclusive fullscreen mode?
I think you are looking to make something internal 😉
Can you show how to write a specific value instead of only disabling please. My game crashes every time I try to use the other write options like writeint for example.
Sure, there will tutorials on that in the future, but I think there is a vid available on that already. So until the tut drops make sure to watch my previous work ;)
@@SwedishTwatyes I did end up watching some of your previous vids and I understand how to use the other write options with pointers. I do still wonder if it’s possible to do a similar thing with bytes instead of only disabling but it isn’t a big deal.
Severity Code Description Project File Line Suppression State Details
Error Could not install package 'ClickableTransparentOverlay 9.1.0'. You are trying to install this package into a project that targets 'native,Version=v0.0', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author. to me it says this when i try to install clickable
Are you using the .NET 8 framework?
Thread renderThread = new Thread(renderer.Start().Wait);
the renderer in renderer.Start() is the error
Severity Code Description Project File Line Suppression State Details
Error (active) CS0103 The name 'renderer' does not exist in the current context codaio
😳
How do we hide the actual console app?
You can use GetConsoleWindow() and ShowWindow() with the SW_HIDE argument 😉
i cant find the clickeble
wat
You just can't hate Swedz
what font u used in vs?
default font and then the Yonce theme extension
could you share or name your VS theme please
Yonce
😍😍😍😍
make an dropdown
ayyyyyy
ayyyy
i use Arch BTW
you are shizik
o tak vi iz ameriki
Please make this in c++ bro!