Codes
WiiRd forum
March 28, 2024, 07:18:42 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome on the new server

Update 4.3 - do NOT update!
Gecko 1.9.3.1
Should I get a USB Gecko, I wanna hack?
How do I use my USB Gecko
Where can I get WiiRd?
 
   Home   CODE DATABASE GAMEHACKING Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Wii Floating Point Calculator  (Read 1857 times)
Bully@Wiiplaza
Hacker
Legendary Member
*****

Karma: 93
Posts: 1853


WWW
« on: February 08, 2013, 06:20:09 PM »

Who thinks this is a good idea?
http://www.youtube.com/watch?v=rIIc3k5JyuU

I thought about what could be useful and noticed the float calculations can not be done with any program I know of.
Gecko.Net: nope, some guy´s program: nope, windows calculator: nope, Geckocodes tools: nope, other web tools: nope!
« Last Edit: February 08, 2013, 06:24:18 PM by Bully@Wiiplaza » Logged

My Wii hacking site...
http://bullywiihacks.com/

My youtube account with a lot of hacking videos...
http://www.youtube.com/user/BullyWiiPlaza

~Bully
megazig
Hacker
Full Member
*****

Karma: 4
Posts: 127


« Reply #1 on: February 10, 2013, 07:20:54 AM »

python

>>> import struct
>>> print "%08x" % struct.unpack('>I', struct.pack('>f', 1.0))
3f800000
Logged
Bully@Wiiplaza
Hacker
Legendary Member
*****

Karma: 93
Posts: 1853


WWW
« Reply #2 on: February 10, 2013, 09:16:55 AM »

Can it be that short in Java also?
Logged

My Wii hacking site...
http://bullywiihacks.com/

My youtube account with a lot of hacking videos...
http://www.youtube.com/user/BullyWiiPlaza

~Bully
megazig
Hacker
Full Member
*****

Karma: 4
Posts: 127


« Reply #3 on: February 10, 2013, 10:35:04 AM »

I don't do Java, but it's very short in C

anyone is free to use codepad and this code to do calculations

http://codepad.org/nUJyk6fH
Logged
Bully@Wiiplaza
Hacker
Legendary Member
*****

Karma: 93
Posts: 1853


WWW
« Reply #4 on: February 11, 2013, 09:35:28 AM »

I don´t think that anyone who is in need of converting these knows or wants to know what to do with the code.
Better directly making the program with graphical user interface.
Logged

My Wii hacking site...
http://bullywiihacks.com/

My youtube account with a lot of hacking videos...
http://www.youtube.com/user/BullyWiiPlaza

~Bully
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!