Posted
So today i wanted to add auto execute to my exploit, i tried using readfile and it didn't work (possibly cuz of my api) so if anyone could help me i would really appreciate it.
Discord: epic gamer#9659
gamer
Replied
id say this isnt smart and i would never add this feature because it doubt it will ever be used but just put this the code I would use (just replace things like script receiver with your own variables and cool stuff like that)
- If (ScriptReceiver.Text != "")
- {
- Your command for executing goes here
- }
Cancel
Post
Don't buy exploits its not worth it your gonna quit anyway
Taking accountability will help you excel in life
Replied
@57284i tried something like that, i also tried using readfile for the text file where you put the script but none of it is working
Cancel
Post
gamer
Replied
Not going to give code since that isn't how you learn
This is NOT real code use this as a guide to know what to do
Button click()
{
injectioncode
wait(idk 5 seconds?)
if(injected){
foreach(File file in directory)
{
try{
execute(file.readtext)
}
catch
}
}
}
Cancel
Post
Was on WRD front page
Programs I own - Synapse X, Protosmasher, Sirhurt, Sweat Heart of Sigma Chi, Scriptware V2
Languages I know - C#,JS,Lua,VB.net
Learning - Python, C
Replied
DirectoryInfo dinfo = new DirectoryInfo("./autoexec");
FileInfo[] Files = dinfo.GetFiles("*.txt");
foreach (FileInfo file in Files)
{
string autoexec = File.ReadAllText($"autoexec/{file}");
<Injector>.Execute(autoexec);
}
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post