.NET破解之百分百營銷軟件系列


今天在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 + @"\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(以任意用戶名和密碼登陸即可)


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM