Posted
Can someone tell me how to do this, I really need to know. I've been looking for so long but nothing came up. Thank u :)
I am an artist.
Replied
private void timer1_Tick(object sender, EventArgs e) //timer
{
if (api.ValidateAttachment() == true) //If the shadowapi is attached it will do
{
//code
}
else //if it isnt attached it will do
{
//code
}
}
Cancel
Post
https://media.discordapp.net/attachments/1010636204225601659/1012865624797610044/sKQybOLT.gif
Replied
I thought it was part of the api is it not?
Cancel
Post
Â
iii
I am an artist.
https://media.discordapp.net/attachments/1010636204225601659/1012865624797610044/sKQybOLT.gif
Replied
@59853how? You must be doing something wrong then. All u do it put it into a timer set it to 35 milliseconds, enable it and input the code of where ot checks if the api is attached or not like maybe changing a text of a label or the color of it lmao?!
Cancel
Post
https://media.discordapp.net/attachments/1010636204225601659/1012865624797610044/sKQybOLT.gif
I am an artist.
Replied
@eb_ I recommend checking if the text is equal to attached so your loop doesn't continuously try changing the text to attached while the text is already set to attached. Stopping useless changes every 35 milliseconds can make a difference in performance.
Cancel
Post
Replied
you can do it with any api :brubrbuh:
Cancel
Post
Discord : Doctor Doom#0550
Replied
@59447how? Arnt u checking if the the validation of attachment is true.not if the text of Something is like "attached". I'm seriously confused on wat you said?
Cancel
Post
https://media.discordapp.net/attachments/1010636204225601659/1012865624797610044/sKQybOLT.gif
Users viewing this thread:
( Members: 0, Guests: 0, Total: 0 )
Cancel
Post