How To Make A Roblox Script Executor #2 ( Adding the scripts to all the buttons)

  Рет қаралды 4,063

LemoNeedle

LemoNeedle

Күн бұрын

Пікірлер: 93
@eclipse00992
@eclipse00992 3 ай бұрын
first, bro your the best! I was waiting all night for this video lol, well you js earned a like!
@warningbot2.0
@warningbot2.0 4 күн бұрын
is it a vireus?
@rikobrits
@rikobrits 10 күн бұрын
Hello Mr. LemoNeedle! Could you please send the link for required assets? Im very interested in how they're made, and i think that would help me a lot to study programming! Thanks!
@3lza795
@3lza795 2 ай бұрын
"I'm tired of videos just showing how to make a crappy gui with some exploit API. One day, eventually, i will code an executor and make it open source. Mark my words." -flcksr
@alaerobloxgamer5566
@alaerobloxgamer5566 Ай бұрын
i saw rhat comment yesterday
@alexgames5675
@alexgames5675 2 ай бұрын
i dont see the link for required assets
@abishekraom3098
@abishekraom3098 3 ай бұрын
yo bro keep it up nice tutorials, pls make more parts can't keep the excitement down for it
@PriConX
@PriConX 2 ай бұрын
Yo, can you update the link needed for "Required Assets"?
@Illuminarose
@Illuminarose 11 күн бұрын
@LemoNeedle Required assets link?
@5erazz
@5erazz 3 ай бұрын
subbed ( what do i do after i make the script
@EclipseXWindows
@EclipseXWindows 2 ай бұрын
I Wouldn't recommend windows form app tho, wpf is better for a better ui and customizable
@Solid332
@Solid332 3 ай бұрын
youre awesome dude keep the work lov yall
@n4sh_1
@n4sh_1 2 ай бұрын
really good tutorial didnt have any issues till i wanted to inject and i got a error can you help please?
@2Swayyggz
@2Swayyggz 3 ай бұрын
Dude ur awesome tysm man!!!!!
@SergoGamers
@SergoGamers 4 күн бұрын
please give me the dll file. btw thanks for part 1 main gui!
@fv53gtd4
@fv53gtd4 15 күн бұрын
THERE ARE NO LINKSSSS
@Kevin_Art
@Kevin_Art 12 күн бұрын
There is no link to Required Assets
@tokqzxd2005
@tokqzxd2005 2 күн бұрын
How to load Required Assets.zip?
@maty4061
@maty4061 20 күн бұрын
what lenguaje you userd the video
@2Swayyggz
@2Swayyggz 3 ай бұрын
i have an error that says the name ccapi does not exist in the current context how do i fix that??
@lordzombeykr8620
@lordzombeykr8620 8 күн бұрын
Hey you need to come back pls
@Herbster2099
@Herbster2099 2 ай бұрын
Nah, use it in a ROBLOX game. Also, I want solid evidence that this isn't a virus.
@Anime_Haven01
@Anime_Haven01 2 ай бұрын
bro can learn as how to design executo to be like solara....pls man❤
@findnixx
@findnixx 2 ай бұрын
use wpf and search up tutorials its kinda similar as forms just a couple different things and u can make animations!
@LouiXi-n3h
@LouiXi-n3h 3 ай бұрын
Where is the original DLL from?
@lemoneedle
@lemoneedle 3 ай бұрын
I got it from the celery discord
@lemoneedle
@lemoneedle 3 ай бұрын
U just have to check for updates and update it accordingly Discord - discord.com/invite/FNbteazHUf Go to the ccapi channel and scroll up, the first ever link of the channel should be your api link
@squidbloxy
@squidbloxy 2 ай бұрын
if you are going to make this make sure to see if the api is patched or not and download the most recent one
@LouiXi-n3h
@LouiXi-n3h Ай бұрын
@@lemoneedle Think you got the wrong discord, celery doesn't have an API section.
@CT11-o7x
@CT11-o7x Ай бұрын
Hey dawg im kinda good at coding so i made a buttun for kill roblox and clear but there is one problem I cant found a good code for save file and open file and - and X can you pls help by giving me codes for it
@lemoneedle
@lemoneedle 28 күн бұрын
Use this code X - Application.Exit() For open file you have to drag and drop an openfiledialog1 from the toolbox and type this code openFileDialog1.ShowDialog(); string filename = openFileDialog1.FileName; string readFile = File.ReadAllText(filename) SetText(readFile); And I also don't have a script for savefile, a working one basically I hope I helped you
@DanisArts
@DanisArts 2 ай бұрын
there is no link to download the assets
@mrtophat6845
@mrtophat6845 Ай бұрын
Where is the required assets?
@kouzojay
@kouzojay 3 ай бұрын
hey man, ive got a executor made with celery api can i like dm you or js tell me here, how can i add auto execute and auto inject to the executor
@wildin78
@wildin78 26 күн бұрын
The things arent there
@Lethimcook22
@Lethimcook22 3 ай бұрын
The execute button does not work sir
@sherizakishore9608
@sherizakishore9608 2 ай бұрын
fr
@DevJack-z8u
@DevJack-z8u Ай бұрын
Where is the Required Files?
@Leovr33
@Leovr33 3 ай бұрын
Heres the Code For save File: SaveFileDialog saveFileDialog1 = new SaveFileDialog(); if (saveFileDialog1.ShowDialog() == DialogResult.OK) { using (Stream s = File.Open(saveFileDialog1.FileName, FileMode.CreateNew)) using (StreamWriter sw = new StreamWriter(s)) { sw.Write(fastColoredTextBox1.Text); } }
@ewqm
@ewqm 3 ай бұрын
hey so 2 problems. everytime i hover over the minimize and close button the textbox will turn white. and when i click on execute it dosent work. when i hover over the minmize and close it just turns white and when i stop hovering it turns back to normal
@lemoneedle
@lemoneedle 3 ай бұрын
I'll try to get a better API and code but until then I'm really sorry for ur problem
@ewqm
@ewqm 3 ай бұрын
@@lemoneedle all good no worries when u do make another video please. good tutorials
@Gigaspear
@Gigaspear 3 ай бұрын
lqmc?
@ChaosanFR
@ChaosanFR 2 ай бұрын
i dont see chromium, how do i fix that?
@supreme6405
@supreme6405 3 ай бұрын
SaveFileDialog saveFileDialog1 = new SaveFileDialog(); saveFileDialog1.Title = "Save A File"; saveFileDialog1.Filter = "Text Source File|*.txt|Lua Source File|*.lua|All Files|*.*"; saveFileDialog1.DefaultExt = "txt"; saveFileDialog1.AddExtension = true; if (saveFileDialog1.ShowDialog() == DialogResult.OK) { File.WriteAllText(saveFileDialog1.FileName, fastColoredTextBox1.Text); }
@Arrest4
@Arrest4 2 ай бұрын
men why the text box dosent work at me?
@kanyeisdaddy
@kanyeisdaddy 3 ай бұрын
how do i share it without all the files?
@GgGg-xo9ss
@GgGg-xo9ss 2 ай бұрын
Where get the celeryapi?
@MrKeedri230
@MrKeedri230 2 ай бұрын
Hello everyone, no I’m not a robot and I’m not going to advertise my channel, I wanted to tell you that a folder it shares contains a trojan (type of malicious software, which should not be confused with viruses or other parasites. The Trojan is apparently legitimate software, but it contains malicious functionality. Its purpose is to bring this malicious feature to the computer and install it without the user’s knowledge)
@eclipse00992
@eclipse00992 3 ай бұрын
i have a problem, my execute button doesnt work
@MegabeefYT
@MegabeefYT 3 ай бұрын
same, have you solved this yet?
@eclipse00992
@eclipse00992 3 ай бұрын
@@MegabeefYT not yet
@DimitrijeJovanovic-jy4fu
@DimitrijeJovanovic-jy4fu 3 ай бұрын
Hey bro,when i start it its just white and i copied the debug do u know the fix?
@DimitrijeJovanovic-jy4fu
@DimitrijeJovanovic-jy4fu 3 ай бұрын
And i dont have the form 1 private
@anasnaji2614
@anasnaji2614 3 ай бұрын
You cant type?
@anasnaji2614
@anasnaji2614 3 ай бұрын
It shows all white and not the text? You gotta wait to load, bc i got it too i waited then worked.
@GofrHD
@GofrHD 3 ай бұрын
when will be new video?
@Itz_YourFriend_DaDoge
@Itz_YourFriend_DaDoge 2 ай бұрын
WHY ITS ALL THE REQUIRED ASSETS ARE VIRUS
@lemoneedle
@lemoneedle 2 ай бұрын
@@Itz_YourFriend_DaDoge it's a false positive
@Itz_YourFriend_DaDoge
@Itz_YourFriend_DaDoge 2 ай бұрын
@@lemoneedle the other time i dowwnloaded an api was the Ulthar.A!ml trojan
@Itz_YourFriend_DaDoge
@Itz_YourFriend_DaDoge 2 ай бұрын
when i downloaded an api was Ulthar.A!ml and wacatac trojan💀
@Itz_YourFriend_DaDoge
@Itz_YourFriend_DaDoge 2 ай бұрын
bro when i downloaded an celery api it was Wacatac trojan and Ulthar.A!ml
@DimitrijeJovanovic-jy4fu
@DimitrijeJovanovic-jy4fu 3 ай бұрын
Can i use solara api and it would work too?
@lemoneedle
@lemoneedle 3 ай бұрын
@@DimitrijeJovanovic-jy4fu u can if u want
@Coconut_WT
@Coconut_WT 3 ай бұрын
What unc and level is it
@seekielitte
@seekielitte 3 ай бұрын
the exit and minimize does not work
@anasnaji2614
@anasnaji2614 3 ай бұрын
They do work, you did a mistake npt Watching attention the video then.
@xquzl
@xquzl 3 ай бұрын
how do i put the code for save file into it im confuzzled
@alaerobloxgamer5566
@alaerobloxgamer5566 Ай бұрын
he didnt find a good script for save file
@Nixware-user
@Nixware-user 3 ай бұрын
it doesnt show me the CelSharp options in toolbox for some reason id like some help on that
@anasnaji2614
@anasnaji2614 3 ай бұрын
Its CefSharp
@anasnaji2614
@anasnaji2614 3 ай бұрын
I did that error too, i restarted from 0 then i got it
@xyzbz
@xyzbz 2 ай бұрын
ccapi is prooven to be a rat so please dont use it and reset ur pc
@shaheerjamil01
@shaheerjamil01 2 ай бұрын
whats the new link
@arshsaad-m9s
@arshsaad-m9s Ай бұрын
I dont see chromium
@lemoneedle
@lemoneedle 28 күн бұрын
Restart visual studio
@arshsaad-m9s
@arshsaad-m9s 28 күн бұрын
@@lemoneedle i did its still not there even reseted my pc and reinstalled the cefsharp
@SANCHEZREGIEMARKB
@SANCHEZREGIEMARKB 3 ай бұрын
Is this still working right now?!
@NotBozo
@NotBozo 3 ай бұрын
it is but the injection won't fwork till celery updates cuz this uses celery's api and celery is down so onc3 it's up this shoudl work
@MuseadAmb
@MuseadAmb 2 ай бұрын
WHERE İS ASSESTS LİNK!??!!
@ItsDexYT
@ItsDexYT 3 ай бұрын
how to add bloxscripts as scripthub video nexy
@sherizakishore9608
@sherizakishore9608 2 ай бұрын
hey when i inject it open the notepad and said CreateObject(Replace("WScript.Shell","SubChar","")).Run """C:\Users\Javin\AppData\Roaming\$phantom-startup_str_542.bat""", 0 and when i press run when i execute scripts it dont work
@pablo-w4q3y
@pablo-w4q3y 8 күн бұрын
use cxapi
@slowedtiktok
@slowedtiktok 2 ай бұрын
Bro, Update LINK!
@DimitrijeJovanovic-jy4fu
@DimitrijeJovanovic-jy4fu 3 ай бұрын
I get exception thrown what i do
@arshsaad-m9s
@arshsaad-m9s Ай бұрын
PLEASE PUT THE REQUIRED ASSETS @lemoneedle
@GetlittGetfriedd
@GetlittGetfriedd 2 ай бұрын
where are the assets
@Wasper_r
@Wasper_r 3 ай бұрын
The cefsharp doesnt work
@sigmalossskibidiohiobetarizzla
@sigmalossskibidiohiobetarizzla 3 ай бұрын
hey so basically when i hit inject the injector doesnt run it just says "injected!" and i thought it was just an error but when tried to print something or execute a script it didnt work please help
ALL GLITCHES ON FACTORY | MM2 GLITCHES #9
6:21
Heatzze
Рет қаралды 109 М.
Random Emoji Beatbox Challenge #beatbox #tiktok
00:47
BeatboxJCOP
Рет қаралды 54 МЛН
The IMPOSSIBLE Puzzle..
00:55
Stokes Twins
Рет қаралды 12 МЛН
Yay, My Dad Is a Vending Machine! 🛍️😆 #funny #prank #comedy
00:17
How to make your OWN executor using CXAPI
3:23
Cloudy
Рет қаралды 2,3 М.
Can You Actually Beat Minecraft from an Island?
1:30:04
Mud Flaps
Рет қаралды 887 М.
How to use the latest version of ccapi on your own roblox executor
11:05
economy simulator
Рет қаралды 2,5 М.
The RETURN of Crosswoods on ROBLOX (NEWS)
8:33
Jamie Ye Online
Рет қаралды 21 М.
How Hard is it To LEARN How To SCRIPT in ROBLOX
3:42
Ludius
Рет қаралды 18 М.
Random Emoji Beatbox Challenge #beatbox #tiktok
00:47
BeatboxJCOP
Рет қаралды 54 МЛН