Categories > Coding > C# >

how to autoexec

Posts: 18

Threads: 15

Joined: Feb, 2020

Reputation: 0

Posted

how do i make a autoexec function

  • 0

TeekTacker

(apparently) YNW Melly

Posts: 671

Threads: 85

Joined: Jan, 2019

Reputation: -95

Replied

make it when it is injected it will execute the .txt and .lua files 

 

  • 0

Proud owner of Artemis

I quit exploiting

I might buy Premium soon!

Posts: 71

Threads: 9

Joined: Apr, 2020

Reputation: 1

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();

            }


 

  • 0

Lego Hacks Owned : Synapse X | ProtoSmasher| FrostHub | AriHub |
Main Discord Account Got Disabled RIP
SydneyUnknown#4940 | 421925584273276929

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )