Self-serve ads are available again! Check out our new advertising page here.
Hey po/ do you know where i can find the last version of pepakura designer 3.1.8 full with the patch to view locked models? thanks a lot for your help
>>535361I have no idea. I just paid for it and receive the updates.
>>535401Thanks for a really useful post.
Here you go OP, I'm too lazy to write a proper patch so you'll have to apply it manually:00021DF4: 0F95C3 -> 32DB900009568A: 01 -> 00000977B0: 894108 -> 909090Using a hex editor navigate to the address before the colon, you'll find the value before the arrow there, change it to the value after the arrow, then save.
>>535428>00021DF4I can't seem to find any of those addresses, does it work for the 3.1.8 version?
>>535446Install hex editor software.Use that software's search function find those number and replay them.Then do.
>>535449I tried with notepad++ with the hex editor plugin, should I use another?
>>535451HxD is decent and free
>>535453I've followed your advise, that address does not exist, maybe they changed it in the new version
>>535467The patch is version specific so the addresses definitely exist. You're trying to edit pepakura3.exe, correct? Make sure you aren't trying to open it via a shortcut as HxD will happily open the shortcut file itself rather than the program it links to.In HxD hit Ctrl+G to bring up the Goto dialog, make sure it's set to hex and put in the address without the colon, it should take you there.
>>535467Dunno if the given numbers really exist. Already tried several 3.1.8 exe-files and none of them had those digits. Anyway, I now have a quite good version, however I cannot save as registration code's missing. All the keygen no. did not work. If there is a still valid one, please send to: paperpaste@safetypost.de Thanks.
>>535805me too, can't find that code
>>535835Try this: 0884-9045-5347
>>535855Thanks, but the code did not fix the problem, so I tried to find the digits in HxD again what eventually solved the problem. At least for me this worked fine:00021EF0: 0F95C3 -> 32DB9000095850: 01 -> 0000097740: 894108 -> 909090
>>535886>>535428 here, I just noticed the download on tamasoft's website says "Ver 3.1.8a", this is the version I made the patch for. Perhaps 3.1.8 (without the a) is what you have installed? That would explain why the offsets I provided didn't work for you.
<<535895That's it, thank you. But thus we now also have the digits for 3.1.8
HxD will not let me change codes.any help please
HI po/ do you know where i can find the patch to view locked models?Thank U for HELP ME!!!
>>538205Here you go:https://www.mediafire.com/?cieiz6bztshfisgManual patching instructions as usual if you don't trust my program:000127B3: 894108 -> 90909000028F8A: 0F95C3 -> 32DB900009C99A: 01 -> 000009EA50: 894108 -> 909090(Using a hex editor navigate to the offset before the colon, you'll find the values before the arrow there, change them to the values after the arrow and save)For anyone who cares, something interesting I discovered while debugging the code path for the new PDO format:PDO files contain a byte that tells Pepakura whether it's locked or not, in previous versions it would validate this value against a salted hash of the password to make sure you hadn't tried to tamper with the file and unlock it manually. With the "upgraded" PDO format they've introduced in 4.0 the hash check is completely missing, so you can just open any locked PDO made with Pepakura 4.0 in a hex editor, change the byte at 0x44 to 0 and have Pepakura open it without complaint.
Thanks for the help.
According to changelog, they also made this version high-resolution.
>>538244Ah, so this is what they mean by "Robustness of locked files is strengthened"
>>538244I know I'm a moron or idiot perfect, but I'm new with this handle hex editors and I hope someone is kind enough forum, to explain to me how can I install the code you shared us, it would be for me a great help and value .By the way I use the "HEX Editor v6.11 NEO" serves this editor to modify the pepakura designer 4.0 with the code that you're not sharing?Thank you very much for your help, attention and patience.
>>538257You don't need to touch the manual patching instructions unless you want to. The automatic patcher accomplishes the exact same task. Just put it in your Pepakura 4 install directory with pepakura4.exe, and run it.>>538256Yeah, must have been an oversight on their part.
>>538271>>538244Thanks for your answer and excuse me again, but with this it says at the end of their posting and their patch ....Also apply the patch or what has to be done on their part with hex editors?I mean this paragraph:"For anyone who cares, I discovered something interesting while debugging the code path for the new PDO format:PDO byte files Contain That tells Pepakura Whether it's locked or not, in previous versions it would validate esta value Against a hash of the password salted to make sure You Had not tried to tamper With the file and unlock it manually. With the "upgraded" PDO format they've Introduced in 4.0 the hash check is completely missing, so you can just open any locked PDO made with Pepakura 4.0 in a hex editor, change the byte at 0x44 to 0 and Pepakura Have open it without complaint. "Thank you for your patience / understanding, attention and help.
>>538280>>538278You don't have to worry about that bit. It's just some technical info I thought people might find interesting. The patcher program handles everything, no additional effort required on your part.
>>538282Thank you indeed for your time and patience.Also for sharing this cool patch... Personally, do not use it to sabotage to designers or artists trying to steal his works, perhaps just changing the size of them or remove / put the lines.Greetings and thank you again.
>>538244Seems like they fucked up support for some version 3 pdos too.I get "failed to open" on a bunch my old files. Confirmed it's not a problem with your patch, happens with the original .exe too.
Thank you!
4.0.1 is out so here's a new patch:https://www.mediafire.com/?p207mx223g6d202Manual patching instructions:00012623: 894108 -> 90909000028E8A: 0F95C3 -> 30DB900009C71A: 01 -> 000009E800: 894108 -> 909090>>538301Sounds like they fixed this from the patch notes. The reduced "robustness of locked files" is still present though, bizarrely.
>>539068>The reduced "robustness of locked files" is still present though, bizarrely.Is is still byte 0x44? Because I tried and couldn't reproduce that.I was just doing it out of curiosity, your patch works fine, thanks.
>>539081Oh sorry about that, it turned out the offset varies from file to file, look for a 0x02 byte probably with a 0x00 byte on either side within the first ~0x50 bytes of the PDO that's the one you want to zero out. You might have to do a bit of trial and error if there's more than one byte that fits that description (shouldn't be more than 2 or 3 though).I should also clarify this only applies to the new PDO format that v4.0.0 produces, PDO's created with Pepakura 2 or 3 don't have this problem.
>>539084It worked.That's really cool.
>>539068thank you !!!!!!! now i can change this :
to this
New version, new patch:https://www.mediafire.com/?20mqo9qmpocojvlManual patching instructions:000135C3: 894108 -> 9090900002A40A: 0F95C3 -> 30DB900009CD2A: 01 -> 000009EE50: 894108 -> 909090Enjoy.
>>540169fast like ligthing !!!!!!!thanks again for your work
>>540169Thanks anon.
>>540169Cool!! Thank you. :)
>>540169Any hope for Ver.4.0.2 and beyond?Update HistoryVer.4.0.0File format of .pdo was changed. Robustness of locked files is strengthened.
>>543287The link in the post you replied to is for 4.0.2
SERIAL OF PEPAKURA DESIGNER 4.0.2 PLEASE
>>544533>Tama.Software.Pepakura.Designer.v4.0.2.Incl.Keymaker-COREGoogle it
Hi. What about patch for 4.0.3?
>>546327There you go.00014613: 894108 -> 9090900002BA5A: 0F95C3 -> 30DB900009E64A: 01 -> 00000A0740: 894108 -> 909090
>>546367Hi I was unable to locate the these in the pepakura4.exeI have V403 installedIts my first time using a hex editor, I may be looking in the wrong place.Btw i am not the same as >>546327He could have asked a little nicer.
>>546373OH i just noticed that >>546367 just copied the patch from >>540169>>540169 is the patch for the 402 version not for the 403.
>>546375If you look closer, you'll see that the patch part looks the same, but the offsets (the first part, before the ":" are differentThis >>546367 is mine, and it's for version 403, tested and working.To use the hex editor you need to go to (ctrl+g if using HxD), type in the offset (so in the first part of the patch for 403 it would be 14613) and hit enter.The cursor should go to the correct offset and you should see 89 41 08, which are the values unpatched. You just need to change those 3 values to 90 90 90 according to the patch and then move on to the next part of the patch. Once all the 4 offsets are done you just save and it should be patched.
>>546404Oh sorry my bad, I was using ctr F instead of Crl GDoes this also unlock editing mode?
>>546367>PepPatchThank you!
>>546428This patch is to unlock editing on locked or password protected .pdo files.
>>546367Anyone who can and be so kind to put it so?...>>>PepPatch403<<<It is that I don't know well how to handle the HEX editors... THANK you very much in advance
Hi. Can you tell me where PepPatch403 download the software? The way they do not explain. Sorry for my English, one google translator
>>546522>Posts Bartman>Gets dubyasNice!
>>546522>>546636Not the based patchposter but here is the patched 4.0.3 .exe I used his instructions for. Just replace your existing pepeakura4.exe with it and it should work.http://janny.xyz/o/pepakura4.exe
I'm late but happy birthday.
>>538296Did yiu ever build the stocking model?
Congratulations, this is one of the oldest threads I have ever seen!
You Rock!! it works!! Thank you so much :)
Is the based patchposter still around?Will someone be so kind to link me a functioning patch for 4.0.4?
Hi. Could you please give new instructions for hexeditors at least?
Just use 4.03 http://www.tamasoft.co.jp/pepakura-en/download/bin/setup_pepakura403_en.exe
se podria cambiar la Version del Programa por ejemplo si es V4.0.4 a V10.0.0You could change the Program Version for example if it is V4.0.4 to V10.0.0
Patch for pep 3.1.2 HD for oppening locked files? Hex tut would be enough
>>553258Saludos me refiero a cambiar la version del programa si es Pepakura 3 ponerlo pepakura 8 por ejemplo----------------------Greetings I mean to change the version of the program if it is Pepakura 3 put it pepakura 8 for example
>>540169>894108 -> 909090>0F95C3 -> 30DB90>01 -> 00>894108 -> 909090Unfortunately this doesn't work anymore for 4.0.4 .. The values are there, but changing them didn't patch it :-/
any news here for the 4.0.4 guys?
Kind of a stupid question, but can papercraft patterns be adapted to cloth to make plushes? Sorry if it's offtopic, but it didn't seem worth it to make a whole thread
>>554364You can but plush will not be soft. It will be unnecesary seams and hard corners.Cloth can bend in two dimension at time to make soft curves, and papercraft patterns avoid do that cause paper cant do it. So it make bad plushes.Anyway a papercraft pattern can be a alpha version to start modifying and make a proper plush pattern
>>553412>>554344Here you go guys, these offsets will work for 4.0.4. Sorry it took 5 months, haven't been doing much papercraft lately.00014673: 894108 -> 9090900002B9DA: 0F95C3 -> 30DB900009E68A: 01 -> 00000A07A0: 894108 -> 909090
>>555050Looks like 4.0.5 is out now too, here's the new offsets:14683: 894108 -> 9090902B9DA: 0F95C3 -> 30DB909E67A: 01 -> 00A0790: 894108 -> 909090
thanks guys
this is nice but i feel bad with pirating this. maybe if i get some monies in the near future i can pay the license so i can show my support on the people who made this. you guys should too if you got extra bucks, this software is really nice
>>555291The patch we're discussing doesn't crack the program, you still need a valid serial. I don't see why you're going all moralfag there's like 1 post ITT actually providing warez.
The patch is only for lock file not for program. The file was lock for creator, that mean you can't edit the file like change size, color, etc.
>>535361official web page pepakura.ru
>>555349finally, a true image of the bitch
>>555177how about 4.0.6? Thanks in advance
>>556087Here you go, 4.0.6 offsets:14AE3: 894108 -> 9090902C25A: 0F95C3 -> 30DB90A130A: 01 -> 00A3480: 894108 -> 909090
>>556095Thanks man, you're a nice guy!
how about 4.0.6a?Thanks!!
>>556469Done. 4.0.6a:14B93: 894108 -> 9090902C49A: 0F95C3 -> 30DB90A144A: 01 -> 00A3570: 894108 -> 909090
I want to install the pepakura desing 4.06a but I do not have a serial or the patch to unlock it? have a patch to unlock! I do not know any of those codes I saw at the beginning of hexadecimal, but I love the papecraft, please help me
>>556607Use a hex editor to modify the values posted in this thread. Read the thread before shitting it up with useless posts, it makes you appear to be an 8 year old.
Can you help me, my friend? I already released the HxD and then I do?
>>556615speak english?
how about 4.0.6b?Thanks!!
>>556757I DO NOT SPEAK ENGLISH, I SPEAK IN SPANISH, COULD GUIDE ME AS I CAN BREAK THE PASSWORD IN PEPAKURA 4.06?
>>556856
>>556855Do you see the top wrote: "full with the patch to view locked models"
>>556469how about 4.0.6b?Thanks!!
>>557039This is not /r. Stop embarrassing yourself >>556475>>535474Install Pepakura 4.0.3 and copy paste this to your installed folder.>>547360
>>557039>>556856>>556817I'm working on a new patcher which I'll have ready soon.It uses a pattern search rather than fixed offsets so it should work with any existing or future version of Pepakura 4 assuming Tamasoft don't make any massive changes.
Hola a todos, soy nuevo y lei todo, no se nada de editor hexadecimal, pero porfavor pueden crear un parche para Pepakura Designer 4.0.6b..Porfavor
Offsets for 4.0.6b plz
Offsets for 4.0.6b00014BA3B: 894108 -> 9090900002C46A: 0F95C3 -> 30DB90000A12DA: 01 -> 00000A3420: 894108 -> 909090
Mahck, I really do not know how to do that, you can make the patch. I do not know how to edit, and I do not know what to edit ... you write several numbers but I do not know what to do with those ... if there is a tutorial please .... or leave your facebook or whatsapp to communicate with you. ..
>>557765come on man, just do some googling. warezbb has tons of threads.
Mahck, please, even if you explain, first I do not know where to put those codes ... explain please ...
Do you need a hex editor
>>557765I have tutorial, but all in portuguese BR
Mahck. ready, I got a hexadecimal editor "HxD" ... now ... what else ??? ... which should I edit ???
Mahck. send the tutorial ... please ..
>>557864"file" -> open "pepakura_designer.exe"Search the number and replace the number."Save"Done.
>>557726Offsets for 4.0.6b00014BA3B: 894108 -> 909090 [can not find this entry in hxd editor, goto takes you to 00014BA30 and 894108 is nowhere in the line. The rest of the entries don't end in a letter but the values are there.]0002C46A: 0F95C3 -> 30DB90 [0002C460]000A12DA: 01 -> 00 [00A12D0]000A3420: 894108 -> 909090
>>55786800014BA3
>>557868>00014BA3B: 894108 -> 909090 [can not find this entry in hxd editor, goto takes you to 00014BA30 and 894108 is nowhere in the line. The rest of the entries don't end in a letter but the values are there.]this is the correct offset. sorry for my mistake
>>557865Tutorial PortuguesBR and Spanish
does anyone have patcher for version 4.0.6b
>>557922 only manual. Patch program has not existed since v.4.0.2
Thanks for the tutorial .......... I already achieved it and I also learned, it will not be much, but it's something ..
>>557919Thank you very much for the tutorial .........
Mahck can u share the executable file
>>557966 download the necessary files and the tutorial, it is not difficult.
Wow what an ancient thread.
Here's the new version I promised. Sorry it took so long:https://www.mediafire.com/file/bzd4cp48oir0iltAs I said in my previous post, it works off a pattern search now instead of fixed offsets, so it should work automatically with every current and future version of Pepakura 4 until Tamasoft make major changes to the codebase.I rewrote it in C++ so you might need to install the latest redistributables:https://go.microsoft.com/fwlink/?LinkId=746572https://go.microsoft.com/fwlink/?LinkId=746571
>>558654Thanks as always, anon! Had trouble with the hex editor as my copy would crash after editing the values but the patch ended up working great.
>>547360Installing the old version was a good shortcut to getting it to work, because I'm too dumb to get the most recent one working.
>>558928Is >>558654 not working for you?
>>559838"File could not be written" - Trying on pep 4.0.6b
>>559236Tried running the patch as admin?
>>558938Honestly? I have trouble doing simple things.Funny, though, that I was after this >>539112 same model.
I patch the pepakura software, but i still can't edit PDO files in designer cause' still requires a password (no code like xxx-xxxx-xxxx but like xxxxx) anyone can help me?
HELLO EVERYBODY, SOMEONE HAS THE CODES TO PATCH THE NEW VERSION OF PEPAKURA DESIGNER 4.0.7
>>560865See here:>>558654New patches for every version are no longer needed.
I do not know why the problem with some, butt the patch work great just fellow this person,and it works Keep up the good work you done great job thanks Again.
how about 4.0.7?open files with passwordThanks!!
>>560910Here>>558654
Thanks!!
>>560849I'm having the same problem. I get the prompt that says saving/exporting is only available with a keycode. Did anyone else get the patch to work on 4.0.7?
>>560939NVM. Just realized that the>>560939 patch is for opening locked models.
Pepakura 4.0.7 (2018) OffsetsEndereço: 14AF300014AF0 coluna 03:89 41 08 -> 90 90 90Endereço: 2C3EA0002C3E0 coluna 0A:0F 95 C3 -> 30 DB 90Endereço: A002A000A0020 coluna 0A:01 -> 00Endereço: A2180000A2180 coluna 00:89 41 08 -> 90 90 90
>>562540The patcher linked here >>558654 already works with 4.0.7 and beyond FYI.
I will continue publishing offsets every update.
Hello! I can't believe this post is still here, I posted it over 2 years ago. Thanks a lot, you helped me so much with the information and the patchs.Anyways here I found some key codes for version 4.0.7 I needed this because I wanted to export the unlocked model but it asked for key code.0450-6217-4032 0485-0249-4840 0484-4706-6424 0409-9596-5258 0468-9071-4934I hope they work for you as it worked for me.
>>563233Snagged 0468-9071-4934,Anon, arigato.
>>563233hows it feel to have one of the oldest threads on 4chan?
>>563380Well to be honest it feels good that such a very helpful post still is alive, but in my opinion, it is thanks to the other people who have really contributed in this post that made it up last this long.
>>563233I got 0485-0249-4840 I love you so much right nowI don't know if this will help you at all but here's a free PDF of some Japanese 3DCG modeler who sculpts, 3D prints and paints a model. Not sure if you're into /3/ stuff but it's cool to see how it all comes together. I don't have anything /po/ related to offer in return but thank you so much. Greatly appreciated!the volafile:/r/hum70auw
>>563233Hey thanks a lot, I got 0484-4706-6424, glad to see this thread is alive and well.
Nice One! Hope it'll stay alive :)
>>563233tyty, was about to buy a key but luckly stumbled onto this threadgrabbed the one ending in -5258
>>562569Pepakura 4.0.7 (2018) Offsetsthe info provided below DOES NOT give you a free 'illegal' working copy of Pep.Deswhat it does do is it allows you to eddit, including resizing, .pdo files that have been password protected.why use offsets?because many people are finding that the patch requires files they cannot install without first uninstalling previously installed more up to date versions of MS Visual C+ dll files.I searched for hours on ways to do this without risking my pc boiling over, then followed this thread till I found the info I needed.download/install/run HxD hex editorin pepakura designer 4.0.7use CNTRL>G to GO_TO the given hex offsetschange the value after the colon to the value after the _>Endereço: 14AF300014AF0 coluna 03:89 41 08 -> 90 90 90Endereço: 2C3EA0002C3E0 coluna 0A:0F 95 C3 -> 30 DB 90Endereço: A002A000A0020 coluna 0A:01 -> 00Endereço: A2180000A2180 coluna 00:89 41 08 -> 90 90 90eg GO_TO 0014AF0scroll to colulm 3 and change the next three values (89 41 08) to 90 90 90repeat for each set of offsetsthis allows you to edit password protected files inside in pepakura designer 4.0.7thanks to Mahck for the offsets.ugs
amazing thread everyone
>>564817>patch requires files they cannot install without first uninstalling previously installed more up to date versions of MS Visual C+ dll files.That shouldn't be the case, could you elaborate?
>>564656TYTY. I just used -4934 successfully
>>535361no sorry
>>563233Claimed the last one. Amazing to randomly stumble into a 2 year old thread and find a working key.
Any one have idea how I do for insert a working key on pepakura desiginer 4.1.1. Download the software few days ago
VERSAO 4.1.1 (2018) endereço: 14EF400014EF0Coluna 04: 894108 -> 909090endereço: 2CA4A0002CA40Coluna 04: 0F95C3 -> 30DB90endereço: A07AA000A07A0Coluna 0A: 01 -> 00endereço: A28D1000A28D0Coluna 01: 894108 -> 909090
https://youtu.be/P_IZNy-MLm0
>this thread is almost three years oldWhat the fuck is happening with this board?
>>568011>babby's first slow board
>>568011what are you, new or something?
I somehow got a code somewhere and it worked. Will I get fucked if I update it?
>>564820just don't let it die
Do you the patch for VERSAO 4.1.1 (2018) https://www.mediafire.com/file/.Thanks
this is a culturally important thread and must be kept alive
one day in the distant future, i'll look at this thread.and wonder how shitty my life is.>sup
>>569167true its a time capsulebut what is this thread even about lol?
Version 4.1.1 Code:0831-5303-8951Found on a sketchy Chinese website, but I tested it and it works.You're Welcome
>>569217Guy wanted had a bootleg version of that application and wanted to apply updates to unlock new stuff in it. Anon gave him hex codes to change in the app code to unlock it. It seems to have evolved into the same thing but for every update that followed. This thread is a time capsule for all the ways that Anon can deliver and can be a persistent aid over years. Look at this thread with pride for it is a testament to our better selves.
There's already an older thread on /i/ if you guys want to know, there's no reason to be so autistic about it.
Interesting read
offsets for version 4.1.2 ??
>>569785Is this one second place? I'm to lazy to look it up.
still without offsets for 4.1.2 ???don´t let the thread die
Hmmmm.... this looks interesting.
Universal patch for 4.xFind hex-pattern in HxD, then replace it:Find----->: 8B 4F 0C 89 41 08 8B CFReplace>: 8B 4F 0C 90 90 90 8B CFFind----->: 0F 95 C3 C6 45 FC 06Replace>: 30 DB 90 C6 45 FC 06For example, in 4.1.2 it will be:(offset: old values -> replace values)00014C84: 89 41 08 -> 90 90 900002C76A: 0F 95 C3 -> 30 DB 90
>>570965Full patch:Find---: 8B 4F 0C 89 41 08 8B CFReplace: 8B 4F 0C 90 90 90 8B CFFind---: 0F 95 C3 C6 45 FC 06Replace: 30 DB 90 C6 45 FC 06 Find---: 8B 47 08 C6 80 F0 01 00 00 01Replace: 8B 47 08 C6 80 F0 01 00 00 00Find---: 89 41 08 52 8B CFReplace: 90 90 90 52 8B CFfor 4.1.2 it is:00014C84: 89 41 08 -> 90 90 900002C76A: 0F 95 C3 -> 30 DB 90000A1F2A: 01 -> 00000A40A1: 894108 -> 909090
4.1.3 was released.last patch still working?
>>569785This is currently older than the oldest thread on /i/:>>>/i/466387
2 years? polite sage
>>535361I'll check my old PC. I might have a copy that I could rip for you.
Could anyone help me with version 4.1.3? I want to do a sculpture for my fionce for hour wedding; but the file is dammed old and the author seems not to be active under his old username:( Full Love for a helping hand! :D
Bro, just copy the downloadlink for 4.1.3 and swap the 3 for a 2. The 4.1.2 is still on their servers; they just dont show it in update history. Lucky for you I just tried it and have the right link for you: https://www.tamasoft.co.jp/pepakura-en/download/bin/setup_pepakura412_en.exe
so awesome
>>571080Not the thread I was talking about, when it was still alive it lasted about 4 years 6 months and 23 days but was never treated as the thread this one is treated now.R.I.P Reibear ThreadJuly 10, 2014 - February 2, 2019
>>571616Please, patch for version 4.1.4 ..... please
>>570978Please, patch for version 4.1.4 ..... please
>>571774Thank you, you helped me ...
>>571774I am having issues patching this. Did anyone make a patching exe yet or a pre-cracked exe?
youtube.com/watch?v=P_IZNy-MLm0
Link to universal patcher:https://www.mediafire.com/file/bzd4cp48oir0ilt
Query, as well as it can be edited so that it does not ask for a password, it will be possible to edit the version change, for example if it is 4.0.1 change it to 7.0.1, can it be?
>>572994Why?
I'm trying to make low polygon models out of stone tile using pepakura. It gives me the angles I need, but they are usually a degree off.For instance, I import a cube model and some of the fold angels say 90* while others say 89*. Anyway to fix this?
>>572618Tried using this universal patcher and it gives an error saying it cant find patch 1 patch 2 patch3 patch4
Anyone got a patch for 4.1.5, because >>572618isn't working for me, it's saying it failed to make a backup.
>>535361It will be a sad day when this thread dies.
I wanna report that this universal patcher >>572618 # works for version 4.1.6 too. But you CAN'T patched it INSIDE its installation directory as it is protected from the registry. So all you have to do is MOVE the pepakura4.exe to a directory OUTSIDE of the installation folder. Put the patcher in the same directory as the exe and patch it there. Once it's done patching, move the pepakura.exe back to the installation folder and enjoy your free-of-password software. ^_^
posting on 4 year old thread
>>575101This is 2019. Can't you count?
>>575034Thanks for the tip anon.
>>575112You are welcome
>>575158happy Saturday
>>535361what console/device is this playable on? Looks fun
>>575267PC
christ the thread is old
>>5755193 + 1/2 years...
>>535361You still with us op
>>575669Yeah he's still watching.
This will always be my favorite thread on 4chan.
>>575669Here OP, I check /po/ from time to time and it's really nice to see such helpful thread still exists. I have been able to update and use the new versions of pepakura thanks to the information shared in here. It's like a time capsule that takes me back to 2016!
Thank you.. you re genious.It's worked good.
What is the source of the portable repack? It's not official.
hey so i dont know shit but want to learn. is there any tutorials you can suggest for learning pepekura designer? i folded a few of the old halo 3 helmets back in the day so am familiar with the assembling process, but i want to start designing. thanks in advance!
>>576411Pepakura is portable by itself. You can take official installer, unpack it with 7zip or some other archiver and you're done. You will need to enter serial number first time you run it, though.
>>576674Thanks. The CORE keymaker still works if anyone was wondering.
google killed the core keygen
PDO Tools from Papekura 4.16?
2019 gang
2019, soon to be 2020 gang!
>>578460This one's older.
Thus thread has lasted longer than my previous relationship xDOh how some things persevere.
https://www.youtube.com/watch?v=Bqpse2za7JQ
I didn't expect /po/ to be this slow at first.Well see you guys in a few years of paper craft.
>namefags, macacos, albertos and spics purge this thread already
4 YEARS LETS GO
happy birthday op
>>535361>4 yearswew I think this is oldest non-sticky thread on 4chan right now, good job /po/
happy 4th birthday!
Aw dang I missed the anniversary
>>578867Same, oh well, see you next year
>>578805Kek wtf
>>535417You're welcome.
guys, can you help me? I cant find a good Bowser (from Mario) anywhere and I cant use deviant art. anyone have a pdo dl?
>>579989Pretty easy to make if you just download pepakura and grab a lowpoly bowser model off thingiverse.
>>579989http://www.papercraftsquare.com/super-mario-64-bowser-free-papercraft-download.htmlUse the [BOX] link. Can't post irect link here /po/ thinks it is spam
>>579989http://www.mediafire.com/file/uwtbvlliaa3mmb3/Bowser_papercraft.rar/file
>>579989https://www.mediafire.com/file/jnkl94a3v5jc8yw/Bowser_SSBB_Papercraft.rar/file
>>579989http://www.mediafire.com/file/11s418rtlj1dvzw/Giga_Bowser_Papercraft.rar/file
>>579989http://www.mediafire.com/file/1g4r22719x3sfbf/Dry_Bowser_Papercraft.rar/file
>>580024here ya go.
>>580030
>>580031
>>580032
>>580033
>>580034I don't understand you
>>535361Didn't know pepakura, thanks anon
>>571673In a couple months this surpasses it.
>>580027thank you so much, this is exactly what I was looking for! <3
2021 here we come
>>535417It's okay
>>581736About a patch which enables you to edit read-only models.
>>571774http://www.mediafire.com/file/wbbu7o1glvjxyhv/pepakura4.exe/fileplease helpthis is a japanese version
>>581903Pepakura 4: bản 4.1.4MÃ:Address: 14DB400014DB0 column 04:894108 -> 909090Address: 2C97A0002C970 column 0A:0F95C3 -> 30DB90Address: A1E3A000A1E30 column 0A:01 -> 00Address: A3F61000A3F60 column 01:894108 -> 909090
What can I do if I am a macfag? I have a .pdo of a plague mask I want, but I am unable to open it Here is the mask https://www.deviantart.com/demorai/art/Plague-Doctor-Mask-Pepakura-490673427Just in case someone wants to post a pdf of it and end my quest
>>582346here.
>>582098This does not apply.
>>582769>http://www.mediafire.com/file/wbbu7o1glvjxyhv/pepakura4.exe/fileplease helpthis is a japanese version
>>583377I think the airplane one was older but I can't remember.
>>583377There were several threads reaching 5 years old, at least one reaching past 8. Used to have much better content on /po/ back then.
HELLO EVERYONE, SOMEONE THE PATCH FOR THE NEW VERSION OF PEPAKURA 4.1.7
>>584051NO! Now fuck off. Use the old version, it's not like you'll die out of it. Or a better idea, you fucking leach of society, ACTUALLY BUY IT TO SUPPORT THE CREATORS, dipshit!
>>584093Thank you very much, you are very kind
>>584102Anytime ;) Now BUY IT dipshit!
>>584093And how buying a program will help opening password-protected files?
>>584322It supports them even giving out any other versions of this program, because they are not going to get paid else and stop making new versions and support the old ones. Don't pirate shit. And why the fuck do you need to open password protected shit anyway, unless you want to steal it or make something the author of the file did not allow. Asshole move. All of you. Fuck off the papercraft sites with this kind of attitude crap, thinking you are entitled to get everything for free on the expense of people making crafts. Fuck off.
>>584324So, changing paper size from Letter (used in US) to A4(used in all other countries) is an "asshole move"?
Oh, and don't forget such "asshole moves" as changing scale, or making different lauout of the parts.
>>584331Asshole moves. I rest my case. Who the fuck are you to crack something another person spent hours and hours making. Just for you to edit it then the way you want. Fuck you people. Make your own then. Assholes.
>>584331buy letter paper like a normal person
>>584331I fucking love whoever you are for that meme.
v4.1.7 (universal patch applied)Search (hex) -> replace1: 89 41 08 -> 90 90 902: 0F 95 C3 -> 30 DB 903: 00 00 01 -> 00 00 004: 89 41 08 -> 90 90 90Just like before
>>584472The universal patch doesn't work anymore. If there would be a source I could fix it. But I am not going to write one :P Just search for the provided hex values. Only one occurrence for all of them this time.
Hey Folks, Looking for a old script I used to have, Sadly the download link is dead and I couldnt salvage the data from my old HDD.It was called Pdo2Mqo, used to rip locked viewer files into Meta. Trying to make something nice for my girlfriend and each version of the model I found is locked and no passwords available anymore. Tried contacting the OP and he forgot the password and no longer has the old files.Can anybody help me out? I'll post a link to my pep database as a thank you if somebody can pass me the old script. Lots of old stuff from 2010-2016, 405th, 501st, Tokusatsu stuff, RPF and many others geared around cosplay.Thank you~
>>5845321) Use patch from this thread to open locked files.2) Save 3d model as .obj. 3) Open .obj in Metaseq4) ???5) PROFIT
>>584532No. It's called PDO Tools and you have to have them saved in Pepakura 3 format and you can get everything out, from .obj to texture files. Look it uo on Google, shouldn't be hard to find now that you got a name.
>>584532>Pdo2Mqohttps://forum.xentax.com/viewtopic.php?f=16&t=7055&sid=26233824a6d07f2fa248b562f7745845&start=15#p107289Found this. But use the patch I posted above for Pepakura Designer.
I hope this is the right thread for this, but can anyone find the pepakuru for this? seems like all the instructions are dead on wayback.https://web.archive.org/web/20060118062923/http://www.konami.jp/slai/contents/papercraft.html
>>584612Found this. I don't have instructions, but it looks fairly straightforward.
>>584597Hi, I suppose it doesn't work on 4.1.7bbtw how do you figure out the needed address for new versions? So we wouldn't ask it every time)Thank you
>>584472Ooops, I meant this comment
>>584612link works fine. at least third versionhttps://web.archive.org/web/20150914004741/http://www.konami.jp/slai/contents/papercraft/duster_img/duster_menu.htm
>>585526can't make it work either even be removing .exe from the installation folder
>>585526You need to have knowledge of assembly language. Then you just look for specific instructions and change them.
Has 4.1.7b been cracked? Would anyone mind dumping their cracked version (even an older version is okay) on somewhere like catbox or MEGA? I just can't get this to work :(
>>585685Actually i'd love that too, I really need to unfold a bunch of models and 38 bucks is kinda a lot in my local currency lul
Pepakura unites us all)
Any updated patch for the 4.1.8 version ?
>>586781Itried to find new offsets, but this time the made many changes to code. Gonna take a while...If you absolutely need to open protected file in latest Pepakura - open it in old patched version, save without password and open in latest version.
>>585679what kind of dumb fucking advice is this>just decompile and recompile it bro, thats all u gotta dothere has to be a "pepakura" plugin for blender or something, this shit is retarded
>>586989That's literally how a lot of software is cracked, a debugger is used to find how the software is being authorised and workaround is figured out from there. I suppose the point anon is making is that cracking software / altering binaries is not trivial.
>>586781Code was rewritten, so only one string to patch this time:0004C237: 894108 -> 909090
0004C237: 894108 -> 909090 This offset not work
>>587392Strange, it worked for me. Can you post a model you can't open?
>>5888664.2.0------00051917: 894108 -> 909090It doesn't work on some older files - code was rewritten and i'm too lazy to figure it out. Use 4.1.6 to open them and save in new format.4.1.6------00015A54: 894108 -> 9090900002D61B: 0F95C3 -> 30DB90000A370A: 01 -> 00000A5821: 894108 -> 909090
Try "Unfolder" for Mac, way better and slicker than Pepakura imho.
>>587392same
>>589644It worked for me but only on files that were created in newer versions of pepakura. Files created in older versions of pepakura are still locked.
>>589657This is a known issue. As i said before - they rewrote the code after 4.1.6. I wasn't able to find offsets for older formats quickly, so i decided to drop it. After all, older files was created way before 4.1.6, so they will 100% open in this version.If you absolutely need to open them in 4.2.0 - get 4.1.6 from herehttp://www.tamasoft.co.jp/pepakura-en/download/bin/setup_pepakura416_en.exeand save it. Then you'll be able to open them even in unpatched 4.2.0
>>589664Thanks for the advice.
I am in awe of this old af thread
>>589963Same the onion sexy chef drug
bump limit about to be reached on this thread, I shall help it reach that point
>>589968bump limit is 500
toastin in a legendary bread
>>535361bump
I think this is the oldest thread on 4chan rn