.NET破解之百分百营销软件系列
今天在52中看到了一个邮件批量发送工具,感觉不怎么好用,百度一下,找到了百分百系统,虽然也不怎么好用,但还是忍不住P它。
百分百不加群提取群成员软件

关键代码:
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 + @"\Res\UserName", 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(以任意用户名和密码登陆即可)
作者:我也是个傻瓜
出处:http://www.cnblogs.com/liweis/
签名:成熟是一种明亮而不刺眼的光辉。

浙公网安备 33010602011771号