Replied
@50608yes i love it, its easy to make at all
and there "attach to open jjsploit" thing is very easy
just an timer and it checks if the api is attached like attached: yes/no label
then timer1.Start(); on Window_Loaded
very ez broo
so timer1 be like:
if(isAPIAttached = true) // idk how u do it cuz i never used wrd api okaii
this.Visible = true;
{
else
}
this.Visible = false;
Form1 f1 = new Form1();
f1.Show();
Cancel
Post
yes
Replied
@50892no its very advanced
private void Form1_Load(object sender, EventArgs e)
{
CheckInjected();
}
private void CheckInjected()
{
if (api.isAPIAttached())
{
Unnattached.Visible = false;
}
else
{
Unnattached.Visible = true; }
}
Cancel
Post
Replied
@50608no noob, i mean something else
i just made it more good okok
Cancel
Post
Added
@50608dm on discord cuz u big nobie
Cancel
Post
yes
Users viewing this thread:
( Members: 0, Guests: 0, Total: 0 )
Cancel
Post