Hacking wiipod public beta

Status
Not open for further replies.

piratesmack

Well-Known Member
OP
Member
Joined
Mar 28, 2009
Messages
787
Trophies
0
Age
32
Location
$(pwd)
XP
148
Country
United States
Crissm25 sent me his source and we've been working on it all night.

Features:
-Plays music/videos from sd, sdhc, usb 2.0, and dvd (usb 2.0 and dvd require the mplayer ce cIOS)
-NTFS support (Thanks to libntfs)
-SMB support

To do:
-libwiigui GUI
-port libgpod to wii for iPod support
-Built-in motha fuckin USB loader!

Download
 

Ben.

Well-Known Member
Member
Joined
Jan 3, 2009
Messages
126
Trophies
0
XP
100
Country
"Hmmm it seems to me you are a pirate."
Then tonnes of numbers scroll across the screen. This seems nothing more than a prank. I personally recommend not wasting your time on this.
 

piratesmack

Well-Known Member
OP
Member
Joined
Mar 28, 2009
Messages
787
Trophies
0
Age
32
Location
$(pwd)
XP
148
Country
United States
Ben. said:
"Hmmm it seems to me you are a pirate."
Then tonnes of numbers scroll across the screen. This seems nothing more than a prank. I personally recommend not wasting your time on this.

Doesn't work if you're a pirate
 

Ben.

Well-Known Member
Member
Joined
Jan 3, 2009
Messages
126
Trophies
0
XP
100
Country
piratesmack said:
Ben. said:
"Hmmm it seems to me you are a pirate."
Then tonnes of numbers scroll across the screen. This seems nothing more than a prank. I personally recommend not wasting your time on this.

Doesn't work if you're a pirate


No warning included. And assuming it will be "Built into USB Loader" then why would I be a pirate for using USB Loader? It seems rather silly to build something into something you disallow.

Secondly why would I choose this over Mplayer CE?

Thirdly who are you to say who is a pirate? Really, just because someone has installed a VC/Wiiware title via wad manager or uses a backup launcher does not mean they are obtaining the games through illegal methods.
 

Ben.

Well-Known Member
Member
Joined
Jan 3, 2009
Messages
126
Trophies
0
XP
100
Country
piratesmack said:
Ben. said:
Secondly why would I choose this over Mplayer CE?


Better pirate detection, etc, etc

Read my third edited point. And really your reasoning is literally a little bit wank. There are NO merits of using this over Mplayer CE. People don't waste your time. Stick to one of the real media solutions.

EDIT:

To the poster above me, I really wouldn't get your hopes up.
 

piratesmack

Well-Known Member
OP
Member
Joined
Mar 28, 2009
Messages
787
Trophies
0
Age
32
Location
$(pwd)
XP
148
Country
United States
Ben. said:
piratesmack said:
Ben. said:
Secondly why would I choose this over Mplayer CE?


Better pirate detection, etc, etc


Read my third edited point. And really your reasoning is literally a little bit wank. There are NO merits of using this over Mplayer CE. People don't waste your time. Stick to one of the real media solutions.

EDIT:

To the poster above me, I really wouldn't get your hopes up.


Yeah, you're right.
Nobody use this!

CODE
#include
#include
#include
#include
#include

static void *xfb = NULL;
static GXRModeObj *rmode = NULL;

void random_seed(void) {
ÂÂÂÂsrand((unsigned)time(NULL));
}

int randomz(void) {
ÂÂÂÂrandom_seed();
ÂÂÂÂint ret = rand();
ÂÂÂÂreturn ret;
}

//---------------------------------------------------------------------------------
int main(int argc, char **argv) {
//---------------------------------------------------------------------------------

ÂÂÂÂ// Initialise the video system
ÂÂÂÂVIDEO_Init();
ÂÂÂÂ
ÂÂÂÂ// This function initialises the attached controllers
ÂÂÂÂWPAD_Init();
ÂÂÂÂ
ÂÂÂÂ// Obtain the preferred video mode from the system
ÂÂÂÂ// This will correspond to the settings in the Wii menu
ÂÂÂÂrmode = VIDEO_GetPreferredMode(NULL);

ÂÂÂÂ// Allocate memory for the display in the uncached region
ÂÂÂÂxfb = MEM_K0_TO_K1(SYS_AllocateFramebuffer(rmode));
ÂÂÂÂ
ÂÂÂÂ// Initialise the console, required for printf
ÂÂÂÂconsole_init(xfb,20,20,rmode->fbWidth,rmode->xfbHeight,rmode->fbWidth*VI_DISPLAY_PIX_SZ);
ÂÂÂÂ
ÂÂÂÂ// Set up the video registers with the chosen mode
ÂÂÂÂVIDEO_Configure(rmode);
ÂÂÂÂ
ÂÂÂÂ// Tell the video hardware where our display memory is
ÂÂÂÂVIDEO_SetNextFramebuffer(xfb);
ÂÂÂÂ
ÂÂÂÂ// Make the display visible
ÂÂÂÂVIDEO_SetBlack(FALSE);

ÂÂÂÂ// Flush the video register changes to the hardware
ÂÂÂÂVIDEO_Flush();

ÂÂÂÂ// Wait for Video setup to complete
ÂÂÂÂVIDEO_WaitVSync();
ÂÂÂÂif(rmode->viTVMode&VI_NON_INTERLACE) VIDEO_WaitVSync();


ÂÂÂÂ// The console understands VT terminal escape codes
ÂÂÂÂ// This positions the cursor on row 2, column 0
ÂÂÂÂ// we can use variables for this with format codes too
ÂÂÂÂ// e.g. printf ("\x1b[%d;%dH", row, column );
ÂÂÂÂprintf("\x1b[2;0H");
ÂÂÂÂ

ÂÂÂÂprintf("Hmm... it seems to me that you are a pirate.\n");
ÂÂÂÂprintf("Press Home to exit");

ÂÂÂÂwhile(1) {

ÂÂÂÂÂÂÂÂ// Call WPAD_ScanPads each loop, this reads the latest controller states
ÂÂÂÂÂÂÂÂWPAD_ScanPads();

ÂÂÂÂÂÂÂÂ// WPAD_ButtonsDown tells us which buttons were pressed in this loop
ÂÂÂÂÂÂÂÂ// this is a "one shot" state which will not fire again until the button has been released
ÂÂÂÂÂÂÂÂu32 pressed = WPAD_ButtonsDown(0);

ÂÂÂÂÂÂÂÂ// We return to the launcher application via exit
ÂÂÂÂÂÂÂÂif ( pressed & WPAD_BUTTON_HOME ) break;

ÂÂÂÂÂÂÂÂ// Wait for the next frame
ÂÂÂÂÂÂÂÂVIDEO_WaitVSync();
ÂÂÂÂ}

ÂÂÂÂint x, random;
ÂÂÂÂ
ÂÂÂÂfor(x=0;x
 

ether2802

we have the techno...!!
Former Staff
Joined
Oct 14, 2007
Messages
4,349
Trophies
0
Age
41
Location
Pto. Vallarta
XP
312
Country
Mexico
Let me get this straight, this player was intended only for Marcan and Bushing...??
huh.gif
well I tough they were capable of building their own player..!!
tongue.gif
 

piratesmack

Well-Known Member
OP
Member
Joined
Mar 28, 2009
Messages
787
Trophies
0
Age
32
Location
$(pwd)
XP
148
Country
United States
ether2802 said:
Let me get this straight, this player was intended only for Marcan and Bushing...??
huh.gif
well I tough they were capable of building their own player..!!
tongue.gif

they are but sometimes you must give them birthday gift
 

vmkstar99

Active Member
Newcomer
Joined
Jul 10, 2008
Messages
38
Trophies
0
Website
Visit site
XP
49
Country
United States
I decided to do some research on how the whole 'anti-piracy' thing will affect people.

http://gbatemp.net/index.php?&showtopi...e=show&st=0
^Four of the five choices on that poll require that you've pirated AT LEAST once. So, out of the 242 people who voted,
221 people said that they have pirated at least once. So, take that data, and you could easily estimate that 91% of people on GBATemp have/do pirate.

Nice going, man. You made a homebrew app that 91% of the GBATemp community can't use.
Remove the anti-piracy on this thing, then get back to me, 'kay?
 

Dan_Aykroyd

Well-Known Member
Member
Joined
Oct 30, 2008
Messages
318
Trophies
0
XP
226
Country
United States
Whaaat? What the hell is all this thread about??? I don't get if this is a joke or what. :S

And PirateSmack you worked on this, now cancelled it the same day, plus your nick is "Pirate*"!!! WTF?

I think Crissm hacked your forum account or something...
huh.gif
Nothing makes sense
 

piratesmack

Well-Known Member
OP
Member
Joined
Mar 28, 2009
Messages
787
Trophies
0
Age
32
Location
$(pwd)
XP
148
Country
United States
Dan_Aykroyd said:
Whaaat? What the hell is all this thread about??? I don't get if this is a joke or what. :S

And PirateSmack you worked on this, now cancelled it the same day, plus your nick is "Pirate*"!!! WTF?

I think Crissm hacked your forum account or something...
huh.gif
Nothing makes sense


It was a joke. (And a bad one)

All this app does is calls you a pirate then prints a million random numbers on the screen.

Source is included if anyone wants to check.
 

Lothlorian

Well-Known Member
Member
Joined
Jul 9, 2009
Messages
207
Trophies
0
Location
Berdoo
XP
46
Country
United States
If you want to Piss people off just write an app that deletes IOS 60.

Fail..........


Wii tip of the day. Only use App's from reliable sources. Piratesmack does not appear to be reliable at all
smile.gif
 

Dan_Aykroyd

Well-Known Member
Member
Joined
Oct 30, 2008
Messages
318
Trophies
0
XP
226
Country
United States
piratesmack said:
Dan_Aykroyd said:
Whaaat? What the hell is all this thread about??? I don't get if this is a joke or what. :S

And PirateSmack you worked on this, now cancelled it the same day, plus your nick is "Pirate*"!!! WTF?

I think Crissm hacked your forum account or something...
huh.gif
Nothing makes sense


It was a joke. (And a bad one)

All this app does is calls you a pirate then prints a million random numbers on the screen.

Source is included if anyone wants to check.

Oh... I see... I just read the source code now.

Really funny
unsure.gif
 

piratesmack

Well-Known Member
OP
Member
Joined
Mar 28, 2009
Messages
787
Trophies
0
Age
32
Location
$(pwd)
XP
148
Country
United States
Lothlorian said:
If you want to Piss people off just write an app that deletes IOS 60.

Fail..........


Wii tip of the day. Only use App's from reliable sources. Piratesmack does not appear to be reliable at all
smile.gif

That's mean, I'd never write something like that.
 
Status
Not open for further replies.

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
    Psionic Roshambo @ Psionic Roshambo: If your not getting your pills from Psi's discount drugs who knows what your swallowing! +1