Hacking Hykem's 5.5 iosu Exploit

  • Thread starter Thread starter SonyUSA
  • Start date Start date
  • Views Views 1,767,403
  • Replies Replies 6,864
  • Likes Likes 85
Status
Not open for further replies.
Also at least from what I've seen each key had at least 2560000 combinations

v6UoUEf.png
Close, 3 to go.
i knew he was never going to release anything.
time to lock this thread he is not releasing exploit and he quit wii u scene again.
Is it February yet? No.
 
Last edited by JFalcon,
alright never mind, so this means it will release in February right? (probably feburary 23rd,and then another delay)
Not exactly at ALMOST the end of february, but he has both this month and february to release the exploit, so maybe inbetween, probably at the end of this month or in the middle of february.
 
Just for fun:P
Code:
import hashlib, struct

if __name__ == '__main__':
    brute = '\xB5\xD8\xAB\x06\xED\x7F\x6C\xFC\x52\x9F\x2C\xE1\xB4\xEA'
    ancast_sha1 = 'd8b4970a7ed12e1002a0c4bf89bee171740d268b'
    h = ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', 'B', 'C', 'D', 'E', 'F']
    for a in h:
        for b in h:
            for c in h:
                for d in h:
                    a1 = struct.pack('<H', int(a+b,16))[0]
                    a2 = struct.pack('<H', int(c+d,16))[0]
                    if hashlib.sha1(brute+a1+a2).hexdigest() == ancast_sha1:
                        print hex(struct.unpack('>H', a1+a2)[0])
                        break
    raw_input()
 
  • Like
Reactions: Deleted User
I'll right that said, i'l be back in 10 days, trying to debate should i get Xenoblade Chronicles X or should i wait to have a loadline version working for 5.5.0 and then play?
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum