Lmk if you guys want a more advanced tutorial to make something like the executor in the thumbnail!
@VluxVR4 ай бұрын
please do it looks so cool
@theuglygamer11324 ай бұрын
@@VluxVR will do bro id love too
@مرحبًا444 ай бұрын
I can’t build. It also has an error named „The name ForlonApi does not exist in the current content.“ Pls help
@مرحبًا444 ай бұрын
I mean I can’t start I didn’t build yet
@Bilzis4 ай бұрын
say "Using ForlonApi;" after "Using System.windows.forms;"
@simpsons_avenue27 күн бұрын
i love it when teens make videos and give you the direct games, that's how you know they know what they do
@rapify04 ай бұрын
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
@gamer-im9ux3 ай бұрын
which version it needed?
@再Z2 ай бұрын
@@gamer-im9ux it doesnt matter any version of vs 2022
@bigPuchacz2 ай бұрын
i dont understand what i am supposed to do. im in the VIsual Studio Installer and what do i need to do?
@bigPuchacz2 ай бұрын
@@再Z can u help friend
@再Z2 ай бұрын
@@bigPuchacz you need .net forms and .net dev
@tundra8x3 ай бұрын
the fastcoloredtextbox wont appear even though i clicked choose items and selected it
@khosyiofficial13 күн бұрын
why is the Time say not exist?
@ZirTech03 ай бұрын
This is really dope, thanks!!!
@mrcrazyedits04 ай бұрын
Im subscribing. Also can u pls make a complete exploiting tutorial which has every step, making scripts, making executor, how the executor works etc.
@theuglygamer11324 ай бұрын
awesome bro thanks for the sub yeah bro i think i could make one like that 🤙
@mrcrazyedits04 ай бұрын
@@theuglygamer1132 yo bro the choose items option is grey or disabled and it's not showing how do I fix that
@mrcrazyedits04 ай бұрын
@@theuglygamer1132 ignore the above thing I figured that out but now the executor cannot detect roblox as open can u help me with that
@samgaming01hater13 ай бұрын
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
@theuglygamer11323 ай бұрын
yeah ik, still cool for a starter script tho
@samgaming01hater13 ай бұрын
@@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?
@RipXy3rxАй бұрын
its called local scripts, are u a skid or sum?
@fosforrón2 ай бұрын
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.
@theuglygamer11322 ай бұрын
thanks bro
@Idolsih4 ай бұрын
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.
@Idolsih4 ай бұрын
Btw Hasbik isnt ugly 😡
@theuglygamer11324 ай бұрын
i had a stroke reading this but thanks for the sub bro hope it works!
@rRuz117 күн бұрын
Trying bro you're the best.
@michisad78754 ай бұрын
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
@theuglygamer11324 ай бұрын
weird maybe try turning off your windows defender and then try adding it like i said in the vid?
@mrcrazyedits04 ай бұрын
U have to right click on the windows form part to get the add option
@_Dason3 ай бұрын
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
@Fansalf12321 күн бұрын
@@theuglygamer1132 wait why would he turn off his windows defender
@VluxVR4 ай бұрын
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
@VluxVR4 ай бұрын
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
@theuglygamer11324 ай бұрын
@@VluxVR ok ill try to add that in the next tutorial 🤙
@ringotheninja27 күн бұрын
BEST ONE IVE GOT GOOD FRIKIN VIDEO I SUBBED BTW
@Kaszana91911 күн бұрын
There is a problem because when I install tutofiles, when I enter it, it shows a text document and not something like in the movie pls help
@illustik5072Ай бұрын
Thank you bro, I've been looking around for a while and every time i tried getting/making a executor i got a fkn trojan. This is the only one where i didn't get it.
@TheKamuiiАй бұрын
ye true
@曹洺嘉13 күн бұрын
[!] Game->CoreGui not found
@krixtl11 күн бұрын
yea this shows to me too
@krixtl11 күн бұрын
@theuglygamer1132
@krixtl11 күн бұрын
@theuglygamer1132
@QTD_Official4 ай бұрын
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
@purecpp4 ай бұрын
replace timer time = new timer(); with System.Windows.Forms.Timer time = new System.Windows.Forms.Timer();
@BerserkerGojo4 ай бұрын
@@purecpp thank you so much that was so helpful
@Frostyxz21084 ай бұрын
@@purecpp still didnt fix it
@purecpp3 ай бұрын
@@Frostyxz2108 what error u getting
@Glxphy-Games3 ай бұрын
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
@jayboy259717 күн бұрын
Followed all instructions, but doesnt execute script in game even when executed. Help please
@boazgamingnl2 ай бұрын
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😊😊😊
@theuglygamer11322 ай бұрын
np bro thanks for the sub
@teddywebb81672 ай бұрын
when i try add the fastcoloredtextbox it says a reference to could not be added
@theuglygamer11322 ай бұрын
join the discord ill show u how to fix
@teddywebb81672 ай бұрын
@@theuglygamer1132 alright thanks
@zzebrakebraa17 күн бұрын
ik this is a me problem but with the fastcolouredtextbox it wont pop up and when i right click to choose item it wont let me click it soooo idrk
@Lutfan_Munir2 ай бұрын
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."
@hirn-i8r2 ай бұрын
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
@shark_gamer70552 ай бұрын
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
@theuglygamer11322 ай бұрын
yeah bro forlorn is kinda doodoo but join the discord and il show you how to use cloudy its super good
@mojorainbow352419 күн бұрын
i have a problem, i cant drag the FastColoredTextBox into my program, can you help me
@EmortalProGodly2 ай бұрын
bro big W to your tutorial it helped me alot thanks u earned a sub
@theuglygamer11322 ай бұрын
np bro glad it worked
@EmortalProGodly2 ай бұрын
@theuglygamer1132 BTW can u add me on dell there's 1 error that is so annoying and the time thing doesn't work
@EmortalProGodly2 ай бұрын
@@theuglygamer1132 i need help with File whenever it says File or file it doesnt work bc of the red line and nothing works
@theuglygamer11322 ай бұрын
@@EmortalProGodly at the top type using System.IO;
@EmortalProGodly2 ай бұрын
@@theuglygamer1132can i add u on dc
@OFFICIALSCRIPTS04 ай бұрын
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
@theuglygamer11324 ай бұрын
dang that sucks sorry it didnt work, maybe it was a bad script you executed?
@LcCubero3 ай бұрын
@@theuglygamer1132 It happens to me too, do you know why? Not even print "hi" Works
@bigPuchacz2 ай бұрын
@@theuglygamer1132 same i have the same thing
@CryptexGАй бұрын
@@theuglygamer1132 same here
@artificial1944 ай бұрын
nice vid! i havent made an executor with this yet, but nice tutorial! im adding this to my playlist
@jujuvr1006Ай бұрын
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).
@Zachsrandomshit21 күн бұрын
this doesn't work for me, I try to execute the infinite yield script, and it doesn't work. Is there a way to fix this?
@zsinjus18 күн бұрын
i think its pathced
@Zachsrandomshit18 күн бұрын
@ 👍
@MinecraftAthleticAssociation3 ай бұрын
Hey so, I have an error stating: The name ‘time’ does not exist in the current context.
@adjustedcurve823 ай бұрын
when i inject the executor it just freezes forever
@praweeboonpen54173 ай бұрын
same thing happened to me but it fixed when i injected it in a game
@theuglygamer11323 ай бұрын
make sure to inject in game and not on the home screen
@diso1ve_1112 күн бұрын
does this have any viruses, i am very scared to download random files that I do not know where they came from.
@AJHatle4 ай бұрын
new subscriber! please make a better ui vid, otherwise ur really good, keep it up
@theuglygamer11324 ай бұрын
awsome bro thanks, Ill probably make a another tutorial today lol
@TetraRblx3 ай бұрын
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"
@KanlikneАй бұрын
Hi when I click execute with the admin command code in the executor nothing happens pls help
@masterjbrlyt6358Ай бұрын
why i can't select the fastcoloredtextbox thing i can't move it to my executor
@zachariestudio3 ай бұрын
It didn’t worked but it says that it’s injected
@RelationalThroneАй бұрын
yea same
@roflchillАй бұрын
System.NullReferenceException: 'Object reference not set to an instance of an object.' ??
@blinded9mm4 ай бұрын
it cant find the inject api, also can i see the source to see if its not malicious
@theuglygamer11324 ай бұрын
just put it through virus total i aint giving you the source code you silly goose
@blinded9mm4 ай бұрын
@@theuglygamer1132ur the silly goose (goes ahead a doing doing doing his shlong)
@valmirplaysroblox3 ай бұрын
this is dope bro
@JulianBeck20084 ай бұрын
yo its works without fastcoloredtextbox but i still want it but its not showing up anywhere..
@BlomzMC3 ай бұрын
mine worked yesterday but it isnt working today and idk waht happened and ive tried making new ones too but it just doesnt work😥
@joellrk3 ай бұрын
I dont have any errors but when i press execute or print it just doesnt do it. Anyway to fix this?
@mylescosta2 ай бұрын
everything is working but it wont execute the script into roblox
@Absena_Ай бұрын
change the api
@Dragosss212 ай бұрын
Could please send me the executor that you made? It dosen't work for me
@theuglygamer11322 ай бұрын
yeah bro fs discord.gg/AqZFu7mQkm
@Shark9-03 ай бұрын
when i play roblox when im in a game i cant execute any scripts or inject
@GamesNCars3 ай бұрын
it got patched.
@jinx4z24 ай бұрын
Everything works perfectly except execute, it wont load scripts that other executors can
@woowadsad2 ай бұрын
how do i fix object refrence not set to an instance of an object?
@VelocityGT_3 ай бұрын
Your the only person i trust :)
@theuglygamer11323 ай бұрын
join the discord if you need any help bro 🤙 discord.gg/9ed4jHfDKh
@VelocityGT_3 ай бұрын
@@theuglygamer1132 bet
@VarietyOGamesАй бұрын
@@theuglygamer1132 how to I change the ui color
@Mister_Ila4 ай бұрын
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?
@theuglygamer11324 ай бұрын
@@Mister_Ila no
@Micamuka4 ай бұрын
@@theuglygamer1132 why cant we see the source code so we can check for malware?
@FederalBureauInvestigation-USA4 ай бұрын
@@Micamuka cuz roblox will patch ts instantly, these roblox spys are EVERYWHERE
@samuelraposo41864 ай бұрын
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
@theuglygamer11324 ай бұрын
wow good observation dumbass
@SeriouseMate4 ай бұрын
@@theuglygamer1132 Thats wild LOL
@OMSSIAH4 ай бұрын
a really bad API actually with multiple push requests for Win32 & administration rights. 😂
@mrcrazyedits04 ай бұрын
@@OMSSIAHit's actually a good one and it's the only safe one on the market cuz they made it open source
@OMSSIAH4 ай бұрын
@@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
@ecoyup-v6Ju2 ай бұрын
i need help rthe inject doesne towrk i think and the execute dosent work
@theuglygamer11322 ай бұрын
hey bro join the discord ill help you
@Somerandomexampleperson4 ай бұрын
I tried it and encounterd so many errors and bugs I gave up
@theuglygamer11324 ай бұрын
dang bro sorry it didn't work lmk if you wanna try it again and ill try to answer any questions you have.
@Somerandomexampleperson4 ай бұрын
@@theuglygamer1132 Could you send me like a already made version and then i can customize it?
@Glxphy-Games3 ай бұрын
@Team_InfectedRemoteEvent I mean hes skidding either way lol
@AchievmentHntr2 ай бұрын
evben tho i add the fast colored textbox it doesnt swo in toolbox
@TimurGame69204 ай бұрын
i have a trouble so i putted everything to folder and it says ForlornInject.dll not found
@theuglygamer11324 ай бұрын
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
@TimurGame69204 ай бұрын
i dont i just doing the same but i already dont need help thx i just remaked your injector and it works thx
@theuglygamer11324 ай бұрын
@@TimurGame6920 awsome bro im gald it worked
@uzbmo4 ай бұрын
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
@AOC_HUB4 ай бұрын
i lost all my setting is gone and ui is gone too and code is error 18 and it still add random label codes
@theuglygamer11323 ай бұрын
join the discord if u need help discord.gg/9ed4jHfDKh
@kn0kk4 ай бұрын
hey im getting a error on “ForlornApi.Api.ExecuteScript(Editor.Text);” can you help?
@theuglygamer11324 ай бұрын
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.
@kn0kk4 ай бұрын
@@theuglygamer1132 thank you
@Vursy-1004 ай бұрын
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)"
@theuglygamer11324 ай бұрын
did you make sure to add the bin folder to your projects debug folder?
@Vursy-1004 ай бұрын
@@theuglygamer1132 probably not but ill try
@bandanavrofficial4 ай бұрын
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
@theuglygamer11324 ай бұрын
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}"); } }
@Colby2154 ай бұрын
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
@SkaterRBX142 ай бұрын
Don't use Folorn API it could get ratted any second
@icyonperksttv2164 ай бұрын
when i click inject it doesn't inject or say injected, pls help.
@theuglygamer11324 ай бұрын
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
@RelationalThrone4 ай бұрын
TY your script didn't get detected like others who tryna make me download Malware as i ran a anti virus check on yours n others yours only got detected by google which google is strict so eh
@theuglygamer11324 ай бұрын
thanks bro I'm just another guy that was downloading crap from their garbage tutorials so i just decided i was gonna make my own that you don't have to go through 20 damn linkvertise links just for it not to work.
@RelationalThrone4 ай бұрын
@@theuglygamer1132 FR that crap is annoying as hell and tbh i dont cheat to make the game unfair i usually do it just to mess with people but i wont like turn on godmode and aimbot and kill people I'd prob turn on godmode and just stand there and follow them lol
@theuglygamer11324 ай бұрын
@@RelationalThrone same bro i only made it because my friend asked me to and i realized how fun it was to troll people lol
@RelationalThroneАй бұрын
@@theuglygamer1132 Is this still undetected?
@OfficialMemory_Harvestor3 ай бұрын
make tutorial how to make server-sided executors
@yesnonoyes-m5w2 ай бұрын
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
@NoahBrawls3 ай бұрын
i dont see FastColoredTextbox. Is that fine ?
@Supercaty468Ай бұрын
Bro i wtite it in Windows Forms App it doest come
@Noxysftw4 ай бұрын
9:10 the (Editor.Text); doesnt work, Text isnt defined
@Noxysftw4 ай бұрын
timertick also doesnt work for me
@theuglygamer11323 ай бұрын
@@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
@theuglygamer11323 ай бұрын
join the discord if you need more helpdiscord.gg/9ed4jHfDKh
@Gaga-ds2rj4 ай бұрын
i need help how do i fix "there is no thing called "ForlonApi"
@theuglygamer11324 ай бұрын
yeah you spelled it wrong bud
@JulianBeck20084 ай бұрын
ur the goat bro, thank you for helping me. but can u please give me name ideas..
@theuglygamer11324 ай бұрын
awesome bro I'm glad it worked maybe Ethereal or like Nebula or something that sounds cool
@JulianBeck20084 ай бұрын
@@theuglygamer1132 thank you bro
@DeeAboveAll3 ай бұрын
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.
@Starlight126453 ай бұрын
Im excited for it bro, don't give up
@Yoclix3 ай бұрын
i keep geting errow with the fastcolourtextbox
@MonttiEditz3 ай бұрын
Umm your tut files has a trojan?
@Real_Kinggg3 ай бұрын
dam fr?
@MonttiEditz3 ай бұрын
@@Real_Kinggg microsoft antivirus detected a trojan when I tried downloading it from the link in description.
@MonttiEditz3 ай бұрын
@@Real_Kinggg I don't know if it's true tho
@Real_Kinggg3 ай бұрын
@@MonttiEditz alr. ima try using virus detector when i got time. ill let yk
@keyraw63 ай бұрын
@@Real_Kinggg it mosty likely is and his comments are just bots
@Turan10Ай бұрын
why it isnt executing pls help
@mzxnoble64 ай бұрын
The only framework i see is Framework 8.0 and 6.0, which one do i choose
@theuglygamer11324 ай бұрын
i think 6
@mzxnoble63 ай бұрын
@@theuglygamer1132 Thanks
@mizxu4 ай бұрын
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
@theuglygamer11324 ай бұрын
you can remove initialize forlorn i made a new vid about it the other day 🤙
@kyran333-x2p4 ай бұрын
when i press start it says module not found or smth how fix
@theuglygamer11324 ай бұрын
what the full error code?
@IMTHEREALPIBBY3 ай бұрын
@@theuglygamer1132 Unable to load DLL 'bin\ForlornInject.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)'
@danishisrealfr4 ай бұрын
hi! i cant click choose file button from the fasttextcolor thing. its greyed out
@theuglygamer11324 ай бұрын
weird ive never had that problem sorry man
@danishisrealfr4 ай бұрын
@@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
@danishisrealfr4 ай бұрын
@@theuglygamer1132 i fixed both errors. i typed timerTick instead of timertick. that was the error
@LaughRBLX4 ай бұрын
how did you fix the greyed out button thing
@danishisrealfr3 ай бұрын
@@LaughRBLX by selecting any instance
@yourcollywollyhere3 ай бұрын
I cant drag in FastColoredTextBox
@mrmeatza70653 ай бұрын
Scripts arent working when i use them
@Arnel-r9i4 ай бұрын
hello dude im going to try this tommorow morning if it works i will be so happy
@theuglygamer11323 ай бұрын
join the discord if you need help discord.gg/9ed4jHfDKh
@TravColds20 күн бұрын
Virustotal said the zip file is a virus
@ZirTech03 ай бұрын
What UNC Rate is this?
@dazedpaladin39794 ай бұрын
Bro i want to inject but it doesnt work
@hamdanzeeshan67232 ай бұрын
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
@hamdanzeeshan67232 ай бұрын
I tried to do something it refreshed everything set to normal like the beginning I gave up I am just gonna use another executor
@K4CS4OFFICIAL2 ай бұрын
it doesnt execute scripts sadly, really good vid tho subbed
@theuglygamer11322 ай бұрын
thanks bro if it dont work join the discord and i can show you how to use cloudy api
@coremanner19433 ай бұрын
why execute doesn't works? btw W video
@Forlornicus4 ай бұрын
thanks for making the vid bro the newest forlornapi is out now 80% unc
@theuglygamer11324 ай бұрын
woah thats sick
@Skittles2702 ай бұрын
You mean 82% unc I made one with the api it’s crazy good bro btw I made a really nice gui
@BestAstroEditsАй бұрын
uh why it not working
@Trakatz3 ай бұрын
Uhhhm. Why does the api contain an crypto mining dll?
@slmprobloxАй бұрын
its an miner and malware
@BernardoFontes-cs5qt2 ай бұрын
created it but mines works with require scripts????
@F3XTutorials2 ай бұрын
bro accidentally created fe bypass
@baresant4 ай бұрын
i got a bug so it says that api does not contain a definiton for InitializeForlorn can someone help
@theuglygamer11324 ай бұрын
did you add bin folder in your debug folder and put forlorn api in your references?
@baresant4 ай бұрын
@@theuglygamer1132 yes i did
@theuglygamer11324 ай бұрын
@@baresant weird sorry bro
@theuglygamer11324 ай бұрын
@@baresant maybe try at the top of you script do using forlornapi;
@baresant4 ай бұрын
@@theuglygamer1132 its fine
@cjlewis76874 ай бұрын
it dose not open when i click start
@DevJack-z8u4 ай бұрын
there is no errors but it doesnt open the window i added the stuff you told me to
@theuglygamer11324 ай бұрын
open what window?
@DevJack-z8u4 ай бұрын
@@theuglygamer1132 the executor window
@theuglygamer11324 ай бұрын
@@DevJack-z8u oh weird did it throw any errors?
@DevJack-z8u4 ай бұрын
@@theuglygamer1132 No.
@theuglygamer11324 ай бұрын
@@DevJack-z8u weird sorry man
@ZakSyed-js8kz4 ай бұрын
It’s not letting me put it in
@DevJack-z8u4 ай бұрын
Errors at InitializeForlorn
@Lonkly4 ай бұрын
same
@theuglygamer11324 ай бұрын
dw you can remove it
@DevJack-z8u4 ай бұрын
@@theuglygamer1132 ok but with what code.
@theuglygamer11324 ай бұрын
@@DevJack-z8u oh brother
@theuglygamer11324 ай бұрын
@@DevJack-z8u you can remove the code at the code of your script (forlornApi.api.InitializeForlorn():)
@WhyNotSwanzizz4 ай бұрын
I wish you had specified the source ...
@Rader_41604 ай бұрын
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
@theuglygamer11324 ай бұрын
yo check out my new vid i put the project download in the description incase you want it to edit 🤙
@jassimn19894 ай бұрын
If I make this I got Virus in my pc or no fast because I want to do
@theuglygamer11324 ай бұрын
what
@jassimn19894 ай бұрын
@@theuglygamer1132 I'm doing the hack, but is there a virus?