Weirdo

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 Reading

Crazy Intro v0.6 released

A new version just after a while, download : Crazy Intro v0.6 Here is the changes : -=-=-=-=-=-=-=-=-=-=- CrazyIntro v0.6 -=-=-=-=-=-=-=-=-=-=-=-= 03/05/2009 WiiCrazy (I.R.on) * Using latest libogc, sdhc support along with it. * Birthday feature added. If one of…

Continue Reading

Anybody wants batch mode for Crap?

Edit: I did a few minor fixes in naming, hence da 1.51, download : CrapV1.51 here is the changes, -=-=-=-=-=-=-=-=-=-=-=- Crap v1.51 -=-=-=-=-=-=-=-=-=-=-=-=-=-= 24/04/2009 WiiCrazy (I.R.on) ----------------------------------------------------------------- * Minor naming fixes for Nintendo's literally crap handling of unicode * Enforces…

Continue Reading

Crap updated to V1.1

Now it has a Waninkoko’s 1.5 loader as well as an option in the program to select USB or SD loader. In this specific loader ocarina is also implemented! download :  [download id=”1″] Here is the changes script, -=-=-=-=-=-=-=-=-=-=-=-= Crap…

Continue Reading

The 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 Reading

Crap gets an update!

Easy to use channel creator for usb backups gets an update, here is the changes, 09/04/2009 WiiCrazy (I.R.on) ----------------------------------------------------------------- * Added configuration, now you can use any dol you want, check out the crap.cfg configuration file.

Continue Reading