今天在52中看到了一个邮件批量发送工具,感觉不怎么好用,百度一下,找到了百分百系统,虽然也不怎么好用,但还是忍不住P它。
官网:http://www.100qunfa.com/
百分百不加群提取群成员软件
关键代码:
private bool Login(string UserName, string Password)this.OutUserInfo.UserName = UserName;this.OutUserInfo.Password = Password;this.OutUserInfo.UserType=UserCenter.UserTypeEnum.VIP;this.OutUserInfo.LoginTime=DateTime.Now;this.OutUserInfo.ExpTime=Convert.ToDateTime("2115-7-3");File.WriteAllText(Application.StartupPath + @"ResUserName", this.txt_Username.Text);return true;
百分百邮件群发软件
关键代码:
public static Enum_ExcuteCode Login(string UserName, string Password, int iSoftID)_LoginStatus.UserName = UserName;_LoginStatus.Password = Password;_LoginStatus.SoftID = 1;_LoginStatus.UserType = EnumerationUserType.VIP;_LoginStatus.ExpTime = Convert.ToDateTime("2115-7-3");return Enum_ExcuteCode.Success;
百分百营销QQ辅助软件
关键代码:
using RWXComLibrary.APISdk.EnumData;using RWXComLibrary.Enumeration;public static EnumerationLoginStatus Login(string UserName, string Password, string SoftKey)_LoginStatus.UserName = UserName;_LoginStatus.Password = Password;_LoginStatus.SoftID = 1;_LoginStatus.UserType = EnumerationUserType.VIP;_LoginStatus.ExpTime = Convert.ToDateTime("2115-7-3");return Enum_ExcuteCode.Success;}
百分百微信营销软件
破解补丁:http://www.t00y.com/file/103762820(以任意用户名和密码登陆即可)