I had it before but I lost the script anybody know what it is I remember I got it on this site
I had it before but I lost the script anybody know what it is I remember I got it on this site
Was it this guide?
Invite 100s of People to a Guild Quick!
just inviteinvite with whisper beforeCode:/script n=GetNumWhoResults(); i=1; while(i<n+1) do c,g=GetWhoInfo(i); if(g=="") then PartyInvite(c); end; i=i+1; end;
Code:/script n=GetNumWhoResults(); i=1; while(i<n+1) do c,g=GetWhoInfo(i); if(g=="") then SendChatMessage("your msg here","WHISPER","COMMON",c); GuildInvite(c); end; i=i+1; end;