Post: New Tool by me transfer patch to pa3 via computer/ laptop
06-28-2011, 02:36 PM #1
xInfin8
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({}); LOL title should be New Tool by me transfer patch to ps3 via computer/ laptop

Hello NGU community sorry I have not been on for a few months, but I am back now. (My new name is xInfin8 I don't use Modder1337 any more Smile)

Anyway I have just finished my new tool Patch 2 PS3

You must login or register to view this content.


The tool allows you to send patches to your PS3 straight from you computer you will need a jail-break and black box.

I will not release the tool because as its not been tested on a PS3 (I don't have JB any more :()

If however you have a jailbreak with black box message me for the link

Thanks xInfin8 aka Modder1337

Also is there any way i can change my name i only have 60k and need 200K can i pay with real money?
(adsbygoogle = window.adsbygoogle || []).push({});

The following user groaned xInfin8 for this awful post:

CodingNation
06-29-2011, 07:31 AM #11
BuC-ShoTz
TeamMvKâ?¢
Originally posted by Dr.
how are you making them go to the correct directory?

    
using System;
using System.IO;
using System.Net;
using System.Text;
using System.Windows.Forms;

namespace ftp_test
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}

private void button1_Click(object sender, EventArgs e)
{
if (textBox1.Text != "")
{
if (comboBox1.Text != "")
{
OpenFileDialog oFile = new OpenFileDialog();
oFile.Title = "Select a patch_mp.ff to upload to PS3";
oFile.Filter = "Fast Files (*.ff)|*.ff";

if (oFile.ShowDialog() == DialogResult.OK)
{
string ftpAddress = "ftp://" + textBox1.Text + "/dev_hdd/game/" + comboBox1.Text +
"/USRDIR/patch_mp.ff";
FtpWebRequest request = (FtpWebRequest) WebRequest.Create(ftpAddress);
request.Method = WebRequestMethods.Ftp.UploadFile;
request.Credentials = new NetworkCredential("FTP12345", "");

StreamReader sourceStream = new StreamReader(oFile.FileName);
byte[] fileContents = Encoding.UTF8.GetBytes(sourceStream.ReadToEnd());
sourceStream.Close();
request.ContentLength = fileContents.Length;

Stream requestStream = request.GetRequestStream();
requestStream.Write(fileContents, 0, fileContents.Length);
requestStream.Close();

FtpWebResponse response = (FtpWebResponse) request.GetResponse();

MessageBox.Show(response.StatusDescription, "Information", MessageBoxButtons.OK,
MessageBoxIcon.Information);

response.Close();
}
}
else
{
MessageBox.Show("You Must Choose A Game Version From The DropDown Box", "Error", MessageBoxButtons.OK,
MessageBoxIcon.Error);
}
}
else
{
MessageBox.Show("You Must Enter The IP Address of Your PS3", "Error", MessageBoxButtons.OK,
MessageBoxIcon.Error);
}
}
}
}

UNTESTED
06-29-2011, 10:23 AM #12
xInfin8
Do a barrel roll!
No lol the directory aint hard and the region wont find it lol the region is one of the directories that the tool needs but i don't want make a tool for each game its easier if the user enters the directory (region id). Smile

---------- Post added at 05:23 AM ---------- Previous post was at 05:21 AM ----------

Yes that's for the directory but mine is a little different same principle Smile
06-29-2011, 10:31 AM #13
Xx--AIDAN--xX
One Man Army
right 1st of great work but i think you but if people are on 3.56 and over and play onlaine surely this will work with the ps3 media center so you transfer it though there to ur ps3
06-29-2011, 10:35 AM #14
Matt1511
R.I.P. MVIEYRA</3
I'm surprised! Very nice find buddy
06-29-2011, 12:38 PM #15
xInfin8
Do a barrel roll!
Originally posted by xX View Post
right 1st of great work but i think you but if people are on 3.56 and over and play onlaine surely this will work with the ps3 media center so you transfer it though there to ur ps3


That why you must be on jailbreak with black box if you are not I recommend not using the tool

---------- Post added at 07:38 AM ---------- Previous post was at 06:09 AM ----------

To everyone testing in the ip box type "ftp://" then your ip
06-29-2011, 12:50 PM #16
Originally posted by xInfin8 View Post
LOL title should be New Tool by me transfer patch to ps3 via computer/ laptop

Hello NGU community sorry I have not been on for a few months, but I am back now. (My new name is xInfin8 I don't use Modder1337 any more Smile)

Anyway I have just finished my new tool Patch 2 PS3

You must login or register to view this content.


The tool allows you to send patches to your PS3 straight from you computer you will need a jail-break and black box.

I will not release the tool because as its not been tested on a PS3 (I don't have JB any more :()

If however you have a jailbreak with black box message me for the link

Thanks xInfin8 aka Modder1337

Also is there any way i can change my name i only have 60k and need 200K can i pay with real money?


Very good!can i be in yor list of friends?

The following user groaned xHePTiiC- for this awful post:

06-29-2011, 01:06 PM #17
oyhhh this guy talkn **** he said he aint even on a ps3 with cfw lol how would you even have a clue even from when you started making it if you cant test on ps3 with cfw just post it on this site and were see other that that shullup and i predict epic fail


AND FILEZILLA IS THE ONE EASY TO WORK IT SHOWS WHAT YOU HAVE ON YOUR COMPUTER TELLS YOU HOW MUCH BEEING TRANFERD AND MOST IMPORTANTLY IF IT TRANSFERD

The following user thanked joolsno1killa for this useful post:

ljjp

The following user groaned joolsno1killa for this awful post:

06-29-2011, 01:37 PM #18
Top_Dog_Uk
Gym leader
looks and sounds good
06-29-2011, 02:29 PM #19
xInfin8
Do a barrel roll!
Originally posted by joolsno1killa View Post
oyhhh this guy talkn **** he said he aint even on a ps3 with cfw lol how would you even have a clue even from when you started making it if you cant test on ps3 with cfw just post it on this site and were see other that that shullup and i predict epic fail


AND FILEZILLA IS THE ONE EASY TO WORK IT SHOWS WHAT YOU HAVE ON YOUR COMPUTER TELLS YOU HOW MUCH BEEING TRANFERD AND MOST IMPORTANTLY IF IT TRANSFERD


1. I had CFW so no how it works and im working with people with CFW.
2. The tool does tell you if it has been sent successfully.
3. If it is not then it gives a error message saying why.
4. Im not some little kid who makes "key gens" and "beta code tools" lol far from it.

Look at my rep to post ratio that's cos people are happy with my tools.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo