For anyone else facing the issue that you dont find the Windows Forms Template, you need to install it by searching 'Visual Studio Installer' in search bar and then clicking modify on the version installed and then installing the forms package
hay i wus makeing sum and i got this error Nullability of reference types in type of parameter 'sender' of 'void Form1.timertick(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
Hey, when i was in the FastColoredTextBox part, i couldn't see any in the toolbox. I added it in references, added it from the toolbox as you mentioned too, but after doing that i still cant find it in the toolbox, i've tried everything i can and i just cant find it anywhere
right click "All Windows Forms" in the toolbox and click "Choose Items..." let it load and then click on brows and select FastColoredTextbox.dll. now it will work
I have a warning, it said "There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "ForlornApi", "AMD64". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project."
Hey the executor aint working for me when I try to use scripts, and when I publish I keep getting this error when I try to install the application "application download did not succeed check your network connection or contact your administrator"
@@Noxysftw weird well just make sure you named your textbox Editor and if not you can just do richtextbox.Text or fastcolored textbox.Text or whatever your textbox is called
Hello, I wanted to tell you that to start, thank you very much for this video, you gave the link without shorteners and you explained it too well. A very good tutorial that deserves more support. Keep it up, because you have a very good future.
Guys I'm following the project so to who ever want to keep updated with a trust worthy executor ima have it done by the ending of this month ill keep u guys updated also not looking for any attention just also looking to helping anyone that need it.
Timer time = new Timer(); got error saying: error 1: 'Timer' is an ambiguous reference between 'System.Windows.Forms.Timer' and 'System.Timers.Timer' error 2: 'Timer' is an ambiguous reference between 'System.Windows.Forms.Timer' and 'System.Timers.Timer' ill just wait for ur response cuz i cant fix it
Im a cs dev, at the word "time" after you wrote "Timer" also needs ot have an r so the entire thing is just "Timer timer = new Timer();" every one of them has an R in it
help why is say "System.DllNotFoundException: 'Unable to load DLL 'bin\ForlornInject.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)'" how do i fix it?
weird did you make sure to put the bin folder in your projects debug folder and also the forlorn api too (they have to be separate and you cant change the file names)
it says this whenever i try to run it"Unhandled Exception: System.DllNotFoundException: Unable to load DLL 'bin\ForlornInject.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)"
i have 2 errors Severity Code Description Project File Line Suppression State Error (active) CS0234 The type or namespace name 'Inject' does not exist in the namespace 'ForlornApi' (are you missing an assembly reference?) Mo's executor C:\Users\user\source epos\Mo's executor\Mo's executor\Form1.cs 57 and Severity Code Description Project File Line Suppression State Error (active) CS0234 The type or namespace name 'Execute' does not exist in the namespace 'ForlornApi' (are you missing an assembly reference?) Mo's executor C:\Users\user\source epos\Mo's executor\Mo's executor\Form1.cs 60
hey dude, i dont wanna make you sad but uhh the code that u have that destroys stuff (gives u tool to destroy/add stuff) its client sided, so the blocks are being destroyed only on ur screen, but if ur doing something like changing ur walkspeed, etc. everyone will see the change
@@theuglygamer1132 also i got a question for ya, so i scanned a few dll files inside the tutorial files and it says that its a trojan, etc. the code is written in binary or just deobfuscated, do u know how do i somehow unobfuscate it?
OH REALLY MAN? IM YAPPING LIL. I NEVER DID ANYTHING WITH MAKING PROGRAMS, BUT TODAY IM GOING TO DO SOMETHING. Subscribed + liked. Idk can i make working thing or not, but im just motivated to make anythink in my life. Thx for funi experience bro.
nah dont put it into one folder, separately put the bin folder and the forlorn api dll in the debug folder of your project, also dont change the files names especially the dll
yeah bro so i think whats wrong is you forgot to name your textbox editor so you can change the name which is at the top of the inspector when you click on the textbox, or you change the (Editor.Text); to (Fastcoloredtextbox1.Text); or (RichTextbox1.Text); or whatever textbox your using.
can we do it without visual studio 2022 cause i use my school laptop cause my pc is broken, its very old and laggy and its gonna explode so i use my school laptop and i got administrator password on my laptop so cant download many stuff and visual studio 2022 isnt installed sadly so is there a different way to do that cause the administrator password is going to get removed only in 2027 and i cant wait till that
Idk why but when I add the parentheses and quote marks I have to add both manualy I mean nothings wrong but js wanted to say smth. also loved the tut easy to follow and it works thank you! btw you should make a tut on making the stuff save like the auto inject and scripts and stuff that would be sweet
@@theuglygamer1132 hi again! i fixed that error but i have another error Severity Code Description Project File Line Suppression State Error (active) CS0103 The name 'timerTick' does not exist in the current context Test Executor C:\Users\User\source epos\Test Executor\Test Executor\Form1.cs 22
I love the simplicity of this video and how you provided code for those watching. Quick tip tho, when it comes to executors and scripts and stuff, dont show your roblox user even if its an alt. This is because people love spam reporting those accounts.
hello it looks great but i'm geting errors for time.Tick =+ timertick; time.Start(); forlornApi.Api.InitalizeForlorn(); and the timertick void in it i get an error for robloxopen
make a button then put this code in there private void button1_Click(object sender, EventArgs e) // Change button1 to your button's name { string discordLink = "discord.gg/your_link"; // Replace with your Discord link try { Process.Start(new ProcessStartInfo("cmd", $"/c start {discordLink}") { CreateNoWindow = true }); } catch (Exception ex) { MessageBox.Show($"Failed to open link: {ex.Message}"); } }
@@mrcrazyedits0 Open Source DOES NOT mean it's safe. It's nice if it's open source but you can also overlook it or not see it at all because it might be decompiled, if there is an undefined URL in the code that calls a webhook or internal information about cookie browser, for example, it's also stupid for the person
Because if you CREATE vulnerable software that runs scripts on a platform like Roblox, you simply have a high chance of being arrested for a crime beyond creating it.
This text may seem unusual to you, because I am from another country. But let's get down to business. Could you please provide me with a link to the source code of the project for editing?
I HAVING THIS ERROR I WAITING FOR SOMEONE TO FIX I HAVE TWO OF SAME Severity Code Description Project File Line Suppression State Error (active) CS0117 'Api' does not contain a definition for 'InitializeForlorn' WindowsFormsApp8 C:\Users\hassa\source epos\WindowsFormsApp8\WindowsFormsApp8\Form1.cs 24 Error (active) CS0117 'Api' does not contain a definition for 'InitializeForlorn' WindowsFormsApp8 C:\Users\hassa\source epos\WindowsFormsApp8\WindowsFormsApp8\Form1.cs 24
Im really confused does this still work i just cant get it and i dont know why but Really great video i understood it so well all the other ones suck thank you
Lmk if you guys want a more advanced tutorial to make something like the executor in the thumbnail!
please do it looks so cool
@@BBCBigDude will do bro id love too
I can’t build. It also has an error named „The name ForlonApi does not exist in the current content.“
Pls help
I mean I can’t start I didn’t build yet
say "Using ForlonApi;" after "Using System.windows.forms;"
This is really dope, thanks!!!
For anyone else facing the issue that you dont find the Windows Forms Template, you need to install it by searching 'Visual Studio Installer' in search bar and then clicking modify on the version installed and then installing the forms package
which version it needed?
@@gamer-im9ux it doesnt matter any version of vs 2022
i dont understand what i am supposed to do. im in the VIsual Studio Installer and what do i need to do?
@@zunawl can u help friend
@@bigPuchacz you need .net forms and .net dev
hay i wus makeing sum and i got this error
Nullability of reference types in type of parameter 'sender' of 'void Form1.timertick(object sender, EventArgs e)' doesn't match the target delegate 'EventHandler' (possibly because of nullability attributes).
It didn’t worked but it says that it’s injected
this is dope bro
yo, when i pressed inject it says injected but even print("hi") wont execute, can you send me the entire project cuz maybe i written something wrong
yeah bro forlorn is kinda doodoo but join the discord and il show you how to use cloudy its super good
Hey, when i was in the FastColoredTextBox part, i couldn't see any in the toolbox. I added it in references, added it from the toolbox as you mentioned too, but after doing that i still cant find it in the toolbox, i've tried everything i can and i just cant find it anywhere
weird maybe try turning off your windows defender and then try adding it like i said in the vid?
U have to right click on the windows form part to get the add option
right click "All Windows Forms" in the toolbox and click "Choose Items..." let it load and then click on brows and select FastColoredTextbox.dll. now it will work
Hi when I click execute with the admin command code in the executor nothing happens pls help
I have a warning, it said "There was a mismatch between the processor architecture of the project being built "MSIL" and the processor architecture of the reference "ForlornApi", "AMD64". This mismatch may cause runtime failures. Please consider changing the targeted processor architecture of your project through the Configuration Manager so as to align the processor architectures between your project and references, or take a dependency on references with a processor architecture that matches the targeted processor architecture of your project."
you need to put the cpu to 64x on the propreties, just click crtl atl L then right click on your thing go to build and set it to 64x
Hey the executor aint working for me when I try to use scripts, and when I publish I keep getting this error when I try to install the application "application download did not succeed check your network connection or contact your administrator"
why i can't select the fastcoloredtextbox thing i can't move it to my executor
9:10 the (Editor.Text); doesnt work, Text isnt defined
timertick also doesnt work for me
@@Noxysftw weird well just make sure you named your textbox Editor and if not you can just do richtextbox.Text or fastcolored textbox.Text or whatever your textbox is called
join the discord if you need more helpdiscord.gg/9ed4jHfDKh
Hey so, I have an error stating: The name ‘time’ does not exist in the current context.
Hello, I wanted to tell you that to start, thank you very much for this video, you gave the link without shorteners and you explained it too well. A very good tutorial that deserves more support. Keep it up, because you have a very good future.
thanks bro
when i try add the fastcoloredtextbox it says a reference to could not be added
join the discord ill show u how to fix
@@theuglygamer1132 alright thanks
Guys I'm following the project so to who ever want to keep updated with a trust worthy executor ima have it done by the ending of this month ill keep u guys updated also not looking for any attention just also looking to helping anyone that need it.
Im excited for it bro, don't give up
the fastcoloredtextbox wont appear even though i clicked choose items and selected it
Timer time = new Timer(); got error saying:
error 1: 'Timer' is an ambiguous reference between 'System.Windows.Forms.Timer' and 'System.Timers.Timer'
error 2: 'Timer' is an ambiguous reference between 'System.Windows.Forms.Timer' and 'System.Timers.Timer'
ill just wait for ur response cuz i cant fix it
replace timer time = new timer(); with System.Windows.Forms.Timer time = new System.Windows.Forms.Timer();
@@purecpp thank you so much that was so helpful
@@purecpp still didnt fix it
@@Frostyxz2108 what error u getting
Im a cs dev, at the word "time" after you wrote "Timer" also needs ot have an r so the entire thing is just
"Timer timer = new Timer();"
every one of them has an R in it
When i click inject it says its injected but when i execute it doesn't works and doesn't shows nothing in dev console too
dang that sucks sorry it didnt work, maybe it was a bad script you executed?
@@theuglygamer1132 It happens to me too, do you know why? Not even print "hi" Works
@@theuglygamer1132 same i have the same thing
when i inject the executor it just freezes forever
same thing happened to me but it fixed when i injected it in a game
make sure to inject in game and not on the home screen
uh why it not working
mine worked yesterday but it isnt working today and idk waht happened and ive tried making new ones too but it just doesnt work😥
help why is say "System.DllNotFoundException: 'Unable to load DLL 'bin\ForlornInject.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)'" how do i fix it?
weird did you make sure to put the bin folder in your projects debug folder and also the forlorn api too (they have to be separate and you cant change the file names)
ill help you join the discord discord.gg/9ed4jHfDKh
@@theuglygamer1132 Hey im getting the same eror can you help me
it says this whenever i try to run it"Unhandled Exception: System.DllNotFoundException: Unable to load DLL 'bin\ForlornInject.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)"
did you make sure to add the bin folder to your projects debug folder?
@@theuglygamer1132 probably not but ill try
bro big W to your tutorial it helped me alot thanks u earned a sub
np bro glad it worked
@theuglygamer1132 BTW can u add me on dell there's 1 error that is so annoying and the time thing doesn't work
@@theuglygamer1132 i need help with File whenever it says File or file it doesnt work
bc of the red line and nothing works
@@EmortalProGodly at the top type
using System.IO;
@@theuglygamer1132can i add u on dc
i have 2 errors Severity Code Description Project File Line Suppression State
Error (active) CS0234 The type or namespace name 'Inject' does not exist in the namespace 'ForlornApi' (are you missing an assembly reference?) Mo's executor C:\Users\user\source
epos\Mo's executor\Mo's executor\Form1.cs 57 and Severity Code Description Project File Line Suppression State
Error (active) CS0234 The type or namespace name 'Execute' does not exist in the namespace 'ForlornApi' (are you missing an assembly reference?) Mo's executor C:\Users\user\source
epos\Mo's executor\Mo's executor\Form1.cs 60
i lost all my setting is gone and ui is gone too and code is error 18 and it still add random label codes
join the discord if u need help discord.gg/9ed4jHfDKh
why it isnt executing pls help
Im subscribing. Also can u pls make a complete exploiting tutorial which has every step, making scripts, making executor, how the executor works etc.
awesome bro thanks for the sub yeah bro i think i could make one like that 🤙
@@theuglygamer1132 yo bro the choose items option is grey or disabled and it's not showing how do I fix that
@@theuglygamer1132 ignore the above thing I figured that out but now the executor cannot detect roblox as open can u help me with that
Im 700 sub and thank you my friend all the other executor vids of other people are viruses so thank you for not being a virus😊😊😊
np bro thanks for the sub
hey dude, i dont wanna make you sad but uhh the code that u have that destroys stuff (gives u tool to destroy/add stuff) its client sided, so the blocks are being destroyed only on ur screen, but if ur doing something like changing ur walkspeed, etc. everyone will see the change
yeah ik, still cool for a starter script tho
@@theuglygamer1132 also i got a question for ya, so i scanned a few dll files inside the tutorial files and it says that its a trojan, etc. the code is written in binary or just deobfuscated, do u know how do i somehow unobfuscate it?
when i play roblox when im in a game i cant execute any scripts or inject
it got patched.
everything is working but it wont execute the script into roblox
change the api
I dont have any errors but when i press execute or print it just doesnt do it. Anyway to fix this?
nice vid!
i havent made an executor with this yet, but nice tutorial!
im adding this to my playlist
OH REALLY MAN? IM YAPPING LIL. I NEVER DID ANYTHING WITH MAKING PROGRAMS, BUT TODAY IM GOING TO DO SOMETHING. Subscribed + liked. Idk can i make working thing or not, but im just motivated to make anythink in my life. Thx for funi experience bro.
Btw Hasbik isnt ugly 😡
i had a stroke reading this but thanks for the sub bro hope it works!
i have a trouble so i putted everything to folder and it says ForlornInject.dll not found
nah dont put it into one folder, separately put the bin folder and the forlorn api dll in the debug folder of your project, also dont change the files names especially the dll
i dont i just doing the same but i already dont need help thx i just remaked your injector and it works thx
@@TimurGame6920 awsome bro im gald it worked
i need help rthe inject doesne towrk i think and the execute dosent work
hey bro join the discord ill help you
Everything works perfectly except execute, it wont load scripts that other executors can
Umm your tut files has a trojan?
dam fr?
@@Real_Kinggg microsoft antivirus detected a trojan when I tried downloading it from the link in description.
@@Real_Kinggg I don't know if it's true tho
@@MonttiEditz alr. ima try using virus detector when i got time. ill let yk
@@Real_Kinggg it mosty likely is and his comments are just bots
hey im getting a error on “ForlornApi.Api.ExecuteScript(Editor.Text);” can you help?
yeah bro so i think whats wrong is you forgot to name your textbox editor so you can change the name which is at the top of the inspector when you click on the textbox, or you change the (Editor.Text); to (Fastcoloredtextbox1.Text); or (RichTextbox1.Text); or whatever textbox your using.
@@theuglygamer1132 thank you
Could please send me the executor that you made? It dosen't work for me
yeah bro fs discord.gg/AqZFu7mQkm
how do i fix object refrence not set to an instance of an object?
can we do it without visual studio 2022 cause i use my school laptop cause my pc is broken, its very old and laggy and its gonna explode so i use my school laptop and i got administrator password on my laptop so cant download many stuff and visual studio 2022 isnt installed sadly so is there a different way to do that cause the administrator password is going to get removed only in 2027 and i cant wait till that
Idk why but when I add the parentheses and quote marks I have to add both manualy I mean nothings wrong but js wanted to say smth. also loved the tut easy to follow and it works thank you! btw you should make a tut on making the stuff save like the auto inject and scripts and stuff that would be sweet
another thing is making a tab system maybe or making it so when you close and re open it it still has the same script in it
@@BBCBigDude ok ill try to add that in the next tutorial 🤙
Uhhhm.
Why does the api contain an crypto mining dll?
i dont see FastColoredTextbox. Is that fine ?
It doesnt executee for me
evben tho i add the fast colored textbox it doesnt swo in toolbox
Scripts arent working when i use them
hi! i cant click choose file button from the fasttextcolor thing. its greyed out
weird ive never had that problem sorry man
@@theuglygamer1132 hi again! i fixed that error but i have another error Severity Code Description Project File Line Suppression State
Error (active) CS0103 The name 'timerTick' does not exist in the current context Test Executor C:\Users\User\source
epos\Test Executor\Test Executor\Form1.cs 22
@@theuglygamer1132 i fixed both errors. i typed timerTick instead of timertick. that was the error
how did you fix the greyed out button thing
@@LaughRBLX by selecting any instance
Doesnt work WASTED MY TİME
then you ididnt follow it correctly idiot
If you update the dll/watch next episodes then it works
Bruh
U did it wrong
I cant drag in FastColoredTextBox
when i click inject it doesn't inject or say injected, pls help.
watch part 3 and if that api doesn't work then go to the discord and use the latest api on it instead
discord.gg/QaWmbpfF
I cant add labels or anything
i keep geting errow with the fastcolourtextbox
Your the only person i trust :)
join the discord if you need any help bro 🤙
discord.gg/9ed4jHfDKh
@@theuglygamer1132 bet
@@theuglygamer1132 how to I change the ui color
new subscriber! please make a better ui vid, otherwise ur really good, keep it up
awsome bro thanks, Ill probably make a another tutorial today lol
Bro i want to inject but it doesnt work
it dose not open when i click start
when i press start it says module not found or smth how fix
what the full error code?
@@theuglygamer1132 Unable to load DLL 'bin\ForlornInject.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)'
I love the simplicity of this video and how you provided code for those watching. Quick tip tho, when it comes to executors and scripts and stuff, dont show your roblox user even if its an alt. This is because people love spam reporting those accounts.
thanks for the tip bro
hello it looks great but i'm geting errors for
time.Tick =+ timertick;
time.Start();
forlornApi.Api.InitalizeForlorn();
and the timertick void in it i get an error for robloxopen
yo check out my new vid i put the project download in the description incase you want it to edit 🤙
yo its works without fastcoloredtextbox but i still want it but its not showing up anywhere..
it cant find the inject api, also can i see the source to see if its not malicious
just put it through virus total i aint giving you the source code you silly goose
@@theuglygamer1132ur the silly goose (goes ahead a doing doing doing his shlong)
nice!
When I try to start it it says that “object reference not set to an instance of an object” what should I do? I have 0 errors
I tried to do something it refreshed everything set to normal like the beginning I gave up I am just gonna use another executor
hello can you make an tutorial on how do i click a button in my executor and it will open an link i set? like discord link
make a button then put this code in there
private void button1_Click(object sender, EventArgs e) // Change button1 to your button's name
{
string discordLink = "discord.gg/your_link"; // Replace with your Discord link
try
{
Process.Start(new ProcessStartInfo("cmd", $"/c start {discordLink}") { CreateNoWindow = true });
}
catch (Exception ex)
{
MessageBox.Show($"Failed to open link: {ex.Message}");
}
}
It’s not letting me put it in
i need help how do i fix "there is no thing called "ForlonApi"
yeah you spelled it wrong bud
The only framework i see is Framework 8.0 and 6.0, which one do i choose
i think 6
@@theuglygamer1132 Thanks
Don't use Folorn API it could get ratted any second
Yea you’re using an pre made api for Roblox ur not making an executor just the ui for an api while following instructions of how to do it
wow good observation dumbass
@@theuglygamer1132 Thats wild LOL
a really bad API actually with multiple push requests for Win32 & administration rights. 😂
@@OMSSIAHit's actually a good one and it's the only safe one on the market cuz they made it open source
@@mrcrazyedits0 Open Source DOES NOT mean it's safe. It's nice if it's open source but you can also overlook it or not see it at all because it might be decompiled, if there is an undefined URL in the code that calls a webhook or internal information about cookie browser, for example, it's also stupid for the person
i got a bug so it says that api does not contain a definiton for InitializeForlorn can someone help
did you add bin folder in your debug folder and put forlorn api in your references?
@@theuglygamer1132 yes i did
@@baresant weird sorry bro
@@baresant maybe try at the top of you script do using forlornapi;
@@theuglygamer1132 its fine
why execute doesn't works? btw W video
I tried it and encounterd so many errors and bugs I gave up
dang bro sorry it didn't work lmk if you wanna try it again and ill try to answer any questions you have.
@@theuglygamer1132 Could you send me like a already made version and then i can customize it?
@Team_InfectedRemoteEvent I mean hes skidding either way lol
created it but mines works with require scripts????
bro accidentally created fe bypass
dont work
scripts odesnt work please update
Don't do this, in addition to being detectable, you also run a security risk that could lead to your arrest
Because if you CREATE vulnerable software that runs scripts on a platform like Roblox, you simply have a high chance of being arrested for a crime beyond creating it.
it no execute :(
What UNC Rate is this?
If I make this I got Virus in my pc or no fast because I want to do
what
@@theuglygamer1132 I'm doing the hack, but is there a virus?
@@jassimn1989 no 👍
@@theuglygamer1132 pls say the real are you sure
i can’t find windows forms app
join the discord ill help discord.gg/9ed4jHfDKh
This text may seem unusual to you, because I am from another country. But let's get down to business. Could you please provide me with a link to the source code of the project for editing?
@@Mister_Ila no
@@theuglygamer1132 why cant we see the source code so we can check for malware?
@@Micamuka cuz roblox will patch ts instantly, these roblox spys are EVERYWHERE
It i says IntializeForlone is an Issue. What do i do?
you can remove it
@@theuglygamer1132 aight
doesint execute
this guy need to touch grass keed
I HAVING THIS ERROR I WAITING FOR SOMEONE TO FIX I HAVE TWO OF SAME
Severity Code Description Project File Line Suppression State
Error (active) CS0117 'Api' does not contain a definition for 'InitializeForlorn' WindowsFormsApp8 C:\Users\hassa\source
epos\WindowsFormsApp8\WindowsFormsApp8\Form1.cs 24
Error (active) CS0117 'Api' does not contain a definition for 'InitializeForlorn' WindowsFormsApp8 C:\Users\hassa\source
epos\WindowsFormsApp8\WindowsFormsApp8\Form1.cs 24
you can remove initialize forlorn i made a new vid about it the other day 🤙
yo bro can u give me that file explorer please
Does this still work even tho its part 1?
i encountered so many errors so i dont think it works the api
@@Nitrogenteam101 it all works you just need to update the api which is on part three its really quick vid
@@theuglygamer1132 ok bro I'll do that
i cant press the choose items button
join the discord ill help discord.gg/9ed4jHfDKh
13:08 saving
Im really confused does this still work i just cant get it and i dont know why but Really great video i understood it so well all the other ones suck thank you
make tutorial how to make server-sided executors
why fasttextbox not work
go to my discord ill help discord.gg/ddnmEbeq
It just uses alr made API...
wow you cracked the code
ur the goat bro, thank you for helping me. but can u please give me name ideas..
awesome bro I'm glad it worked maybe Ethereal or like Nebula or something that sounds cool
@@theuglygamer1132 thank you bro
I wish you had specified the source ...
what is this coded in btw?
C#
what pc are you even using im using windows 11...
a dookie laptop on windows 11