Post: BuC's Xbox To PS3 Patch Helper
11-03-2010, 02:28 AM #1
BuC-ShoTz
TeamMvKâ?¢
(adsbygoogle = window.adsbygoogle || []).push({}); BuC's Xbox To PS3 Patch Helper

Left some hex editing so the noobs can learn.
Plus i dont know how to use the binaryreader/writer or streamreader/writer.


[ame]https://www.youtube.com/watch?v=UrkzcPCF5-g[/ame]


If you have used my tutorial this should be easy.
This tool does not inject, hence no zlib errors when decompressing
patches made with this tool.


You must login or register to view this content.
Last edited by BuC-ShoTz ; 11-04-2010 at 12:46 AM.

The following 32 users say thank you to BuC-ShoTz for this useful post:

|ManiaC|, ADAM594, AlabamaHit, BobbyDee, CleanMODSHD, Codi360, damntheluck, DiJiTaLGoDz, Dreamcather, EliteMossy, FireWire, IRiSe_GodFather, Janiboy, JD_WCE, jkry_2_1_, Luffy*, Merkii, Omniplasma, Plurals, PussayPatrol, RJP101, CHAOZ, Scrumilation, sharky1, Stejzz, Strike Venom, TheJaRniBoi, Tupac17, Vectriixx, XLc_MoDzZ, xX_UmP45_Xx, YKM!!
11-03-2010, 11:25 AM #11
IDontbreak
Cake is a lie
Originally posted by EliteMossy View Post
Why not use a BinaryReader and BinaryWriter and do it all automagically?
    
System.IO.Stream _Stream;
System.IO.BinaryWriter _Writer;
System.IO.BinaryReader _Reader;

_Stream = new FileStream("c:\\this\\patch.mp.ff", FileMode.Open);
_Reader = new BinaryReader(_Stream);
_Writer = new BinaryWriter(_Stream);

_Reader.BaseStream.Seek(location in decimal hex, ie 1114 is 45A, SeekOrigin.Begin);
var thisByte = _Reader.ReadByte();
_Writer.BaseStream.Seek(location in decimal hex, ie 1114 is 45A, SeekOrigin.Begin);
_Writer.Write(thisByte); //if you are reading and writing bits (you dont need reader if just writing)

_Reader.Close();
_Writer.Flush();
_Writer.Close();
_Stream.Close();


Just typed that by hand, so maybe errors, also read the Overloads


Just to Point out, He doesnt know how to use it >.<
11-03-2010, 11:48 AM #12
DEREKTROTTER
You're Goddamn Right
Originally posted by jeffadkins51 View Post
i love when noobs try to act big like "ya i knew he had this, was hopin he would release this soon, you guys need this"

LOL


that comment wasn't really necessary was it /facepalm

The following 3 users say thank you to DEREKTROTTER for this useful post:

DiJiTaLGoDz, Shieldsy, ThereThatGuy
11-03-2010, 11:52 AM #13
Originally posted by DEREKTROTTER View Post
that comment wasn't really necessary was it /facepalm


yeh true.. cant hold grudges forever. the past is the past
11-03-2010, 03:46 PM #14
Originally posted by DEREKTROTTER View Post
that comment wasn't really necessary was it /facepalm


oh yes it was lol

i'll hate on that kid anytime i see him

take every pot shot i can

you may say that the better man turns the other cheak. thats fine i'll turn the other cheak after i.... ya you get the point

NEVER GIVE IN, NEVER SAY DIE
11-03-2010, 04:09 PM #15
DiJiTaLGoDz
Former Staff
after you what? hack me? 24.177.155.10. ill post to you pubicly to prove to the world how lame you are. get paid, bitch.

now post yours, and watch yourself get syn flooded by 20,000 bots. try me.
Last edited by DiJiTaLGoDz ; 11-03-2010 at 04:12 PM.
11-03-2010, 05:06 PM #16
Howdoh
NextGenHoward.
A very good post =d will help alot of people Smile including me who followed a previous tutorial to convert patches that was made by you too Happy so thanks :y:
11-03-2010, 06:10 PM #17
Originally posted by youngrichard View Post
after you what? hack me? 24.177.155.10. ill post to you pubicly to prove to the world how lame you are. get paid, bitch.

now post yours, and watch yourself get syn flooded by 20,000 bots. try me.


interesting that IP does trace back to MI but not to anywhere near where you live in MI

it says marquette and thats not where i have you listed as living >_>

as a matter of fact that ip traces to somewhere exactly 68 miles away from your house

if you really want to give out your IP then do it for real and see what happens bud
11-03-2010, 06:20 PM #18
DiJiTaLGoDz
Former Staff
Originally posted by jeffadkins51 View Post
interesting that IP does trace back to MI but not to anywhere near where you live in MI

it says marquette and thats not where i have you listed as living >_>

as a matter of fact that ip traces to somewhere exactly 68 miles away from your house

if you really want to give out your IP then do it for real and see what happens bud


that is my IP address, fool. i DO live in marquette, MI. ping me, i will reply. the info you got from me before was all fake thats why i laughed so hard when you got banned Dancing

---------- Post added at 02:20 PM ---------- Previous post was at 02:12 PM ----------

everybody loves your work and thanks to me a whole lot more of the world knows you. you have no idea how many pms i get a day on every account saying. OMG DID U CREATE ZOMBIELAND. DAM ADD ME ILL DONATE TO THAT EMAIL... shit like that. not kidding.

The following user thanked DiJiTaLGoDz for this useful post:

Irish
11-03-2010, 06:32 PM #19
BuC-ShoTz
TeamMvKâ?¢
its not the best, but hey its the first program i ever made. if anyone would like to improve it, be my guest. just figured id share, Mossy the patch was sexy last night, good shit.

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo