Categories > Coding > C# >
how to autoexec
Posted
how do i make a autoexec function
Replied
make it when it is injected it will execute the .txt and .lua files
Cancel
Post
Proud owner of Artemis
I quit exploiting
I might buy Premium soon!
Replied
Checkbox Code :
if (checkBox1.Checked == true)
{
AutoInject.Enabled = true;
AutoInject.Start();
}
else
{
AutoInject.Stop();
AutoInject.Enabled = false;
}
Timer Code :
if (api.isAPIAttached())
{
AutoInject.Stop();
}
else
{
Thread.Sleep(3000);
api.LaunchExploit();
}
Cancel
Post
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post