Post: Release: PATCH SENDER v1
01-17-2011, 07:53 PM #1
(adsbygoogle = window.adsbygoogle || []).push({});
     by downloading this you agree you will not decompile/edit/change the source in any way or make edits ....mossy add this too your patch maker and it would be perfect Smile

it uploads your patch to FTP without filezila and the messing about...
Version 1

You must login or register to view this content.
BLES00683: You must login or register to view this content.
mirror You must login or register to view this content.
--------------------------------------------------------------------------------------------------------
Version 1.1
You must login or register to view this content.
DL: You must login or register to view this content.


     if you have used this comment below any bugs/issues/if it doesnt work

     it uses .net framework 4.0
(adsbygoogle = window.adsbygoogle || []).push({});

The following 2 users say thank you to CodingNation for this useful post:

ii LeDgEnz x, lmg123
01-17-2011, 08:54 PM #11
only mossy should read this (he blocked me so i cant pm him)
using Microsoft.VisualBasic;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Data;
using System.Diagnostics;
public class Form1
{

private void Button1_Click(System.Object sender, System.EventArgs e)
{
OpenFileDialog1.ShowDialog();
TextBox1.Text = OpenFileDialog1.FileName;
Label1.Text = OpenFileDialog1.SafeFileName;
}

private void Button2_Click(System.Object sender, System.EventArgs e)
{

try {
if (CheckBox1.Checked == true) {
My.Computer.Network.UploadFile(TextBox1.Text, "ftp://" + "textbox3.text" + "/dev_hdd0/game/BLES00683/USRDIR/patch_mp.ff", "yourftpname", "yourftppass", true, 500);
Interaction.MsgBox("sent");
} else {
if (CheckBox2.Checked == true) {
My.Computer.Network.UploadFile(TextBox1.Text, "ftp://" + "textbox3.text" + "/dev_hdd0/game/BLES00684/USRDIR/patch_mp.ff", "yourftpname", "yourftppass", true, 500);
Interaction.MsgBox("sent");
} else {
if (CheckBox3.Checked == true) {
My.Computer.Network.UploadFile(TextBox1.Text, "ftp://" + "textbox3.text" + "/dev_hdd0/game/BLES00685/USRDIR/patch_mp.ff", "yourftpname", "yourftppass", true, 500);
Interaction.MsgBox("sent");
} else {
if (CheckBox4.Checked == true) {
My.Computer.Network.UploadFile(TextBox1.Text, "ftp://" + "textbox3.text" + "/dev_hdd0/game/BLES00686/USRDIR/patch_mp.ff", "yourftpname", "yourftppass", true, 500);
Interaction.MsgBox("sent");
} else {
if (CheckBox5.Checked == true) {
My.Computer.Network.UploadFile(TextBox1.Text, "ftp://" + "textbox3.text" + "/dev_hdd0/game/BLES00687/USRDIR/patch_mp.ff", "yourftpname", "yourftppass", true, 500);
Interaction.MsgBox("sent");
} else {
if (CheckBox6.Checked == true) {
My.Computer.Network.UploadFile(TextBox1.Text, "ftp://" + "textbox3.text" + "/dev_hdd0/game/BLUS30377/USRDIR/patch_mp.ff", "yourftpname", "yourftppass", true, 500);
Interaction.MsgBox("sent");
}
}

}
}

}
}
} catch (Exception ex) {
Interaction.MsgBox(ex.Message);
}


}


private void Form1_Load(System.Object sender, System.EventArgs e)
{
}
public Form1()
{
Load += Form1_Load;
}
}

01-17-2011, 09:00 PM #12
CaNDy-FuZioNZz
Do a barrel roll!
yaa only mossy read this using Microsoft.VisualBasic;
using System;
using System.Collections;
using System.Collections.Generic;
using System.Data;
using System.Diagnostics;
public class Form1
{

private void Button1_Click(System.Object sender, System.EventArgs e)
{
OpenFileDialog1.ShowDialog();
TextBox1.Text = OpenFileDialog1.FileName;
Label1.Text = OpenFileDialog1.SafeFileName;
}

private void Button2_Click(System.Object sender, System.EventArgs e)
{

try {
if (CheckBox1.Checked == true) {
My.Computer.Network.UploadFile(TextBox1.Text, "ftp://" + "textbox3.text" + "/dev_hdd0/game/BLES00683/USRDIR/patch_mp.ff", "yourftpname", "yourftppass", true, 500);
Interaction.MsgBox("sent");
} else {
if (CheckBox2.Checked == true) {
My.Computer.Network.UploadFile(TextBox1.Text, "ftp://" + "textbox3.text" + "/dev_hdd0/game/BLES00684/USRDIR/patch_mp.ff", "yourftpname", "yourftppass", true, 500);
Interaction.MsgBox("sent");
} else {
if (CheckBox3.Checked == true) {
My.Computer.Network.UploadFile(TextBox1.Text, "ftp://" + "textbox3.text" + "/dev_hdd0/game/BLES00685/USRDIR/patch_mp.ff", "yourftpname", "yourftppass", true, 500);
Interaction.MsgBox("sent");
} else {
if (CheckBox4.Checked == true) {
My.Computer.Network.UploadFile(TextBox1.Text, "ftp://" + "textbox3.text" + "/dev_hdd0/game/BLES00686/USRDIR/patch_mp.ff", "yourftpname", "yourftppass", true, 500);
Interaction.MsgBox("sent");
} else {
if (CheckBox5.Checked == true) {
My.Computer.Network.UploadFile(TextBox1.Text, "ftp://" + "textbox3.text" + "/dev_hdd0/game/BLES00687/USRDIR/patch_mp.ff", "yourftpname", "yourftppass", true, 500);
Interaction.MsgBox("sent");
} else {
if (CheckBox6.Checked == true) {
My.Computer.Network.UploadFile(TextBox1.Text, "ftp://" + "textbox3.text" + "/dev_hdd0/game/BLUS30377/USRDIR/patch_mp.ff", "yourftpname", "yourftppass", true, 500);
Interaction.MsgBox("sent");
}
}

}
}

}
}
} catch (Exception ex) {
Interaction.MsgBox(ex.Message);
}


}


private void Form1_Load(System.Object sender, System.EventArgs e)
{
}
public Form1()
{
Load += Form1_Load;
}
}
01-17-2011, 09:20 PM #13
Originally posted by Maty360414 View Post
this is for decompiling a .exe

You must login or register to view this content.


only a visual basic decompiler

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo