Some lazy asses half requested it and while working for an alternative keygrabber for FE100 I just hacked one… For reference, here is that half-request : How to know if my Wii is Korean with altered region? App uses Ftpii’s…
Continue ReadingWeirdo
PROGRAM WEIRDO; USES CRT; VAR N:INTEGER; TMP:INTEGER; I:INTEGER; J:INTEGER; A:ARRAY[1..7] OF INTEGER; BEGIN A[1]:=1;A[2]:=3;A[3]:=5;A[4]:=7;A[5]:=6;A[6]:=4;A[7]:=2; N:=7; J:=A[N]; FOR I:=1 TO N-1 DO BEGIN TMP:=A[J]; A[J]:=J; J:=TMP; END; WRITELN('RESULT IS'); FOR I:=1 TO N DO BEGIN WRITE(A[I],' '); END; END. What the…
Continue ReadingThe thing got even more crappier!
Crap updated to V1.0 download Crap v1.0 modified yal sources modified usb 1.1s by sorg sources Here is the full changelog : -=-=-=-=-=-=-=-=-=-=-=-= Crap v1.0 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-= 11/04/2009 WiiCrazy (I.R.on) ----------------------------------------------------------------- * Added support for language patching & video mode forcing…
Continue ReadingAnd Gbatemp invents a new hack!
Just after a few days 2009 brought us in, after seeing a heavy debate about using crediar’s preloader just to launch copy launchers easily… I posted this Guess what the outcome was? People crazily chewed the idea and spitted…
Continue Reading