The rust music in combination with your voice is so soothing. Love your series because they are always so relaxing to watch and helpful for aspiring coders
Hey, i keep getting “An object reference is required for the non-static field, method, or property ‘Control.Controls’ and ‘Control.Tag’ any way to fix?
i get a Error 12:32 I normally enter the name Loader.Controls.Add(childForm); but its say Severity Code Description Project File Line Suppression state Error CS0120 The non-static field, method, or property 'Control.Controls' requires an object reference. Loaderexe 25 Active
I made my CSGO button if I press it, it will directly take me to the menu Here is the code: private void btnCSGO_Click(object sender, EventArgs e) { GUI.Games.CSGO CSGOGUI = new GUI.Games.CSGO(); CSGOGUI.Show(); this.Hide(); } I skipped the part with the startGame function.
2x speed doesn't look that bad lul
The rust music in combination with your voice is so soothing. Love your series because they are always so relaxing to watch and helpful for aspiring coders
Thank you so much, very kind of you! ❤️
pnldescripiton is not in a context says it and it doesnt work can you help me?
lessgo
so at 14:07 i am stuck, it keep saying "Error CS0246 The type or namespace name 'GUI' could not be found""
DId you make the GUI Folder?
Hey, i keep getting “An object reference is required for the non-static field, method, or property ‘Control.Controls’ and ‘Control.Tag’ any way to fix?
Could you send a screenshot to me via discord?
what happend to C++ hacking?
waitin fot ep3....
i get a Error 12:32 I normally enter the name Loader.Controls.Add(childForm); but its say Severity Code Description Project File Line Suppression state
Error CS0120 The non-static field, method, or property 'Control.Controls' requires an object reference. Loaderexe 25 Active
please make a subscription limit
it says childform isnt a type
24:59
Wat ben jij slim zeg😮 ngl
23:07
do you remember me in vortex
I see hundreds of people in my dm everyday, unfortunately I’m not sure which vortex you are as I had several people contact me with that name 😅
oh ok
@@Ninkjeboi I was here since like 1k subs
@@z_tock ❤️❤️
1question does this aimbot work for osu?
It’s pretty obviously that an aimbot made for csgo won’t work in osu…
give me, sc just imgui :}
I made my CSGO button if I press it, it will directly take me to the menu
Here is the code:
private void btnCSGO_Click(object sender, EventArgs e)
{
GUI.Games.CSGO CSGOGUI = new GUI.Games.CSGO();
CSGOGUI.Show();
this.Hide();
}
I skipped the part with the startGame function.
You could also do that. I made that function, because I wanted 1 button to open a menu according to the selected game.