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, 06:34 PM #20
Originally posted by youngrichard View Post
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.


uh huh, so your paypal info is wrong? i doubt that, as its impossible to lie to paypal because you have to link your bank acct to them, also everything you'd buy off paypal would get sent to someone else

i find it much more likely that you posted a fake ip
and much less likely that you lied to paypal
11-03-2010, 06:35 PM #21
EliteMossy
TheDigitalBoard.com
Originally posted by BucN View Post
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.


Thanks, if you want me to add the bits in that you do manually, and make it more automated, let me know Smile
11-03-2010, 06:38 PM #22
DiJiTaLGoDz
Former Staff
Originally posted by jeffadkins51 View Post
uh huh, so your paypal info is wrong? i doubt that, as its impossible to lie to paypal because you have to link your bank acct to them, also everything you'd buy off paypal would get sent to someone else

i find it much more likely that you posted a fake ip
and much less likely that you lied to paypal


well this is pointless arguing, man. you will hate me forever. I was just trying to get you off my nutz by throwin my IP out there. /facepalm

how about this. I GRANT permission for any MOD to just simply post a :y: on this thread to verify that the IP I posted is actually mine. Cool Man (aka Tustin)

The following user thanked DiJiTaLGoDz for this useful post:

Irish
11-03-2010, 06:38 PM #23
BuC-ShoTz
TeamMvKâ?¢
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


i can get it to read the file, but when i try to write the header to the 3 zlibs, it doesnt come out right, i have tried multiple ways, the closest i got was that it wrote the header backwards, thats when i said **** it.

Originally posted by EliteMossy View Post
Thanks, if you want me to add the bits in that you do manually, and make it more automated, let me know Smile


That would be sexy
Last edited by BuC-ShoTz ; 11-03-2010 at 06:54 PM.
11-03-2010, 06:39 PM #24
DiJiTaLGoDz
Former Staff
thats when you use tokens

The following user thanked DiJiTaLGoDz for this useful post:

Irish
11-03-2010, 06:42 PM #25
XxShadowhawkxX
Bounty hunter
Originally posted by mrmoss View Post
Originally posted by EliteMossy View Post
Why not use a BinaryReader and BinaryWriter and do it all automagically?

yeeep 100% agreed


reely cmon man stop h8ing plus dude ur only agreeing cuz its ur brother dip shit remember the saying if u dont hav anything nice to say dont say it at all (= thank you
11-03-2010, 06:46 PM #26
EliteMossy
TheDigitalBoard.com
Originally posted by siepkas View Post

reely cmon man stop h8ing plus dude ur only agreeing cuz its ur brother dip shit remember the saying if u dont hav anything nice to say dont say it at all (= thank you


Who said i was hating?

Please use correct grammar, that was horrible to read.
Last edited by EliteMossy ; 11-03-2010 at 06:53 PM.
11-03-2010, 06:46 PM #27
Originally posted by siepkas View Post
Originally posted by mrmoss View Post


reely cmon man stop h8ing plus dude ur only agreeing cuz its ur brother dip shit remember the saying if u dont hav anything nice to say dont say it at all (= thank you


o_O

wtf is this? lol

that makes absolutely no sense whatsoever
11-03-2010, 06:52 PM #28
XxShadowhawkxX
Bounty hunter
Originally posted by jeffadkins51 View Post
Originally posted by siepkas View Post


o_O

wtf is this? lol

that makes absolutely no sense whatsoever


lol sorry if i make no since jeff im high lmao

---------- Post added at 10:52 AM ---------- Previous post was at 10:50 AM ----------

Originally posted by EliteMossy View Post
Originally posted by siepkas View Post


Who said i was hating?

Please use correct grammar, that was horrible to read.


i respect u man but i believe its called text like dude get with the standards

Copyright © 2024, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo