Hacking [release] FunKiiU 2.0 - complete content + ticket python tool

cearp

瓜老外
OP
Developer
Joined
May 26, 2008
Messages
8,725
Trophies
2
XP
8,510
Country
Tuvalu
@dojafoja - hey thanks for the work!
i finally logged in, i set up a pull to my main repo from your updated one, but it says there is a conflict and i'm not sure how to fix this.
i don't know if there is a way to see what the conflict is? maybe you are better at git then me :)
 

dojafoja

life elevated
Member
Joined
Jan 2, 2014
Messages
696
Trophies
1
XP
2,607
Country
@dojafoja - hey thanks for the work!
i finally logged in, i set up a pull to my main repo from your updated one, but it says there is a conflict and i'm not sure how to fix this.
i don't know if there is a way to see what the conflict is? maybe you are better at git then me :)
@cearp
Hey buddy, long time no see! I am also no good at git and I struggle understanding why there was a conflict. The conflict had something to do with the whitespace changes since all I did was remove some whitespace surrounding my changes and it said the conflicts had been resolved. You should be able to pull this into your master branch now without any problems. Thanks man, hope to see you around more often. Now I just need to push some of my work to FunKii-UI but I've got some things I'm working on for it first and then I will push them all at once if I can get it to work how I want.
 
Last edited by dojafoja,
  • Like
Reactions: cearp and pelago

dojafoja

life elevated
Member
Joined
Jan 2, 2014
Messages
696
Trophies
1
XP
2,607
Country
@dojafoja @cearp
It downloads the titlekeys.json (261kb) and then clears it to (0kb) and repeats this process with the newest FunKiiU.py.
Yep, I forgot two break statements. I swear I had that working right. I must have pushed the wrong one. Ughhh!! Lol I will re submit a new pull request tonight. I really shouldn't do this in my free time when I'm tired :-P
 
Last edited by dojafoja,
  • Like
Reactions: datahoarder

dojafoja

life elevated
Member
Joined
Jan 2, 2014
Messages
696
Trophies
1
XP
2,607
Country
Yep, I forgot two break statements. I swear I had that working right. I must have pushed the wrong one. Ughhh!! Lol I will re submit a new pull request tonight. I really shouldn't do this in my free time when I'm tired :-P
After having a second look, I did in fact include the break statement I thought I left out. I just downloaded a fresh copy from the master branch and it is working perfectly as expected on my end. I had the same issue you reported prior to submitting the pull request but I added the break statement to fix it before I went through with my request. Its working for me so can you please reproduce the issue and report back? Its got me a bit puzzled however, again, im tired as hell most of the time outside of work lol
 

dojafoja

life elevated
Member
Joined
Jan 2, 2014
Messages
696
Trophies
1
XP
2,607
Country
@dojafoja - It definitely still clears/overwrites the file after every search it makes.
As in it gets sick in an infinite loop downloading the titlekeys.json? When does it happen for you? I did modify main() to run a loop: attempt to download json file, if it fails ask the user to input a new keysite url. The loop is suppose to break when it successfully downloads the json file though, which it seems to do in all my short range testing. The loop is only ran once when main() is called, which is also only called once. Can you provide any more details to help me figure out what in the hell I did wrong? We can even switch to PM so we don't spam this thread. Thanks for the feedback.
 
  • Like
Reactions: datahoarder

dojafoja

life elevated
Member
Joined
Jan 2, 2014
Messages
696
Trophies
1
XP
2,607
Country
@cearp don't worry theres nothing wrong with my last pull request. @kornychaos was running a batch file with FunKiiU and was observing the fact that this program will download new copy of the titlekeys.json every single time it is run. Because of this
Code:
with open(outfname, 'wb') as outfile:
an existing titlekeys.json file (or any file for that matter) will be truncated/deleted every single time the file is downloaded, which is every time the program is run, which was 16 times in his batch file. He saw the file get deleted and recreated 16 different times. No cause for concern lol.
 
Last edited by dojafoja,

dojafoja

life elevated
Member
Joined
Jan 2, 2014
Messages
696
Trophies
1
XP
2,607
Country
Sorry if this was questioned but, that site is down, i tried to enter another keys site (practically the same but different domain) and it says me wrong site. Is there a solution for this?
Bye!
Download from the master branch and NOT one of the releases. When it prompts for the key site url be sure to include http://
I would also recommend the site ending in .gq because the other .xyz site has failed once on me to connect.

Use this FunKiiU https://github.com/llakssz/FunKiiU/archive/master.zip
 
Last edited by dojafoja,
  • Like
Reactions: victormr21

leonmagnus99

Well-Known Member
Member
Joined
Apr 2, 2013
Messages
3,704
Trophies
2
Age
33
Location
Seinegald
XP
2,875
Country
Iraq
trying to fetch some tik file from using this, but when i open up cmd from the funkiiu folder and try to fetch.
it says 'please enter the keysite' and i enter it without http , i enter the new site with .gq

and it says incorrect keysite url.
i use cmd , because no matter how much i try i cant seem to get the funkiiu.py to open in gui format.
(python i have installed is the 2.7 x64 version on my win10 x64, the path is set correctly and when i enter python in a cmd it recognizes it and shows its info.)

the game i am trying to fetch tik from is oddworld new n tasty (U.S version).
 
Last edited by leonmagnus99,

victormr21

Well-Known Member
Member
Joined
Dec 29, 2015
Messages
565
Trophies
0
XP
498
Country
trying to fetch some tik file from using this, but when i open up cmd from the funkiiu folder and try to fetch.
it says 'please enter the keysite' and i enter it without http , i enter the new site with .gq

and it says incorrect keysite url.
i use cmd , because no matter how much i try i cant seem to get the funkiiu.py to open in gui format.
(python i have installed is the 2.7 x64 version on my win10 x64, the path is set correctly and when i enter python in a cmd it recognizes it and shows its info.)

the game i am trying to fetch tik from is oddworld new n tasty (U.S version).
Here is your answer:
Download from the master branch and NOT one of the releases. When it prompts for the key site url be sure to include http://
I would also recommend the site ending in .gq because the other .xyz site has failed once on me to connect.

Use this FunKiiU https://github.com/llakssz/FunKiiU/archive/master.zip
 

dojafoja

life elevated
Member
Joined
Jan 2, 2014
Messages
696
Trophies
1
XP
2,607
Country
trying to fetch some tik file from using this, but when i open up cmd from the funkiiu folder and try to fetch.
it says 'please enter the keysite' and i enter it without http , i enter the new site with .gq

and it says incorrect keysite url.
i use cmd , because no matter how much i try i cant seem to get the funkiiu.py to open in gui format.
(python i have installed is the 2.7 x64 version on my win10 x64, the path is set correctly and when i enter python in a cmd it recognizes it and shows its info.)

the game i am trying to fetch tik from is oddworld new n tasty (U.S version).
A couple of things
The gui has not been updated quite yet but the command line version from the master branch has. Get it here https://github.com/llakssz/FunKiiU/archive/master.zip When using this, you MUST INCLUDE http:// in the url address. FunKiiU has a -ticketsonly option for your particular needs. The problem, however, is that the game in question has neither an online ticket nor an online titlekey available. For this all to work you need one or the other. If an online ticket is not available then a fake ticket needs to be generated using the games title key.
 
  • Like
Reactions: leonmagnus99

leonmagnus99

Well-Known Member
Member
Joined
Apr 2, 2013
Messages
3,704
Trophies
2
Age
33
Location
Seinegald
XP
2,875
Country
Iraq
A couple of things
The gui has not been updated quite yet but the command line version from the master branch has. Get it here https://github.com/llakssz/FunKiiU/archive/master.zip When using this, you MUST INCLUDE http:// in the url address. FunKiiU has a -ticketsonly option for your particular needs. The problem, however, is that the game in question has neither an online ticket nor an online titlekey available. For this all to work you need one or the other. If an online ticket is not available then a fake ticket needs to be generated using the games title key.

nvm ;-;'

*sigh*
 
Last edited by leonmagnus99,

CalebW

Fellow Temper
Member
Joined
Jun 29, 2012
Messages
638
Trophies
0
Location
Texas
XP
545
Country
United States
Hello, whenever I try to download certain titles (ie Black Ops 2) I receive this error:
Code:
caleb@caleb-X200CA:~/WiiU/FunKiiU-master$ python ./FunKiiU.py -title 000500001010cf00 -onlinetickets
*******
FunKiiU 2.2 by cearp and the cerea1killer
*******

Downloading/updating data from http://wiiu.titlekeys.gq
-Downloading titlekeys.json.
-File size is None.
-File in disk is 292702.
Downloaded data OK!
Starting work in: "install/000500001010cf00 _ USA _ Call of Duty_ Black Ops II"
Downloading TMD...
*Attempt 2 of 4
*Attempt 3 of 4
*Attempt 4 of 4
ERROR: Could not download TMD...
MAYBE YOU ARE BLOCKING CONNECTIONS TO NINTENDO? IF YOU ARE, DON'T...! :)
Skipping title...
Does anyone know why this happens and how to get around it?

Edit: I'm not blocking connections to Ninty.
 
Last edited by CalebW,

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    OctoAori20 @ OctoAori20: Nice nice-