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 ReadingCrazy 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 ReadingOoops more fixes for Crap
The results of not being able to do any beta tests and always being short on development time, here is the 1.52 version fixing the errors that got creeped while I added batch mode to Crap. download : Crap V1.52…
Continue ReadingAnybody 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 ReadingCrap 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 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 ReadingReleased some beta crap :p
Crap is a channel creation tool for your usb loader backups After a really long debug session and finding a buffer overrun in the wad unpacking library I’m releasing for the purpose of testing… only for experienced users who have…
Continue ReadingLaunching disc games from channels
As you know, recently kwiirk released an usb loader of his own that is capable of launching different games from homebrew channel. Name of the loader is yal by the way it means dog food in Turkish, rather sad match……
Continue ReadingFE100 savefile packer/unpacker sources
Remember the little app released a few months ago? Thought I would develop it further and do some cleaning on the code back then but I lost interest, now I see I don’t want to clean it’s mess too 🙂…
Continue ReadingCrazy Intro
Custom Intro tool to use along with preloader, Ok now we have a proof of concept video version, here is the sample video, download and readme : http://www.tepetaklak.com/data/CrazyIntroPOCVideoV0.32.rar http://www.tepetaklak.com/data/CrazyIntroPOCVideoV0.31.rar -=-=-=-=-=-=-=-=-=-=-= CrazyIntro POC with Video v0.32 -=-=-=-=-=-=-=-=-=-=-=-= 22/02/2009 WiiCrazy (I.R.on) ---------------------------------------------------------------…
Continue Reading