Omnimaga

Calculator Community => Major Community Projects => The Axe Parser Project => Topic started by: Broseph Radson on October 01, 2010, 10:05:53 am

Title: Funny program
Post by: Broseph Radson on October 01, 2010, 10:05:53 am
Code: [Select]
:.VIRUS
:DiagnosticOff
:Repeat getkey(1) and getkey(2) and getkey(3) and getkey(4) and getkey(54)
:ClrHome
:Pause 800
:Disp 224>Char
:Pause 800
:End
:ClrHome

;D
Title: Re: Funny program
Post by: kindermoumoute on October 01, 2010, 12:24:43 pm
Nice ^^ (how tou know 224?
Title: Re: Funny program
Post by: whitevalkery on October 01, 2010, 12:39:37 pm
=O
Title: Re: Funny program
Post by: Magic Banana on October 01, 2010, 01:10:54 pm
Can the calculator even read 5 simultaneous keypresses? ???
Title: Re: Funny program
Post by: Runer112 on October 01, 2010, 01:27:26 pm
Nice ^^ (how tou know 224?

This (http://tibasicdev.wikidot.com/83lgfont). (224 = E0 in hex)

Can the calculator even read 5 simultaneous keypresses? ???

Like checking only 2 keys at once, it simply checks the keys is fast succession, not simultaneously. You should be able to check as many keys "simultaneously" as you want.
Title: Re: Funny program
Post by: kindermoumoute on October 01, 2010, 02:16:12 pm

This (http://tibasicdev.wikidot.com/83lgfont). (224 = E0 in hex)

=) thank to link (i don't know it).
Title: Re: Funny program
Post by: ztrumpet on October 01, 2010, 04:17:44 pm
lol, That's a nifty little program!  I need to remember to use this. :P
Title: Re: Funny program
Post by: meishe91 on October 01, 2010, 05:24:30 pm
That's nifty indeed :) Cool!
Title: Re: Funny program
Post by: DJ Omnimaga on October 01, 2010, 06:25:14 pm
Lol awesome XD

Something ACagliano might want to add to his Blast anti-prank program :P

EDIT: Here's a screenshot of what it does. :P
Title: Re: Funny program
Post by: squidgetx on October 01, 2010, 08:34:11 pm
lollllll

i remember I made a BASIC version of that back in 8th grade...when you pushed a button it gave you ERR:UNDEFINED...of course it needed an external pic variable and could be broken with ON :x
Title: Re: Funny program
Post by: MRide on October 01, 2010, 08:37:33 pm
Can't Axe programs be broken with ON + CLEAR?
Title: Re: Funny program
Post by: DJ Omnimaga on October 01, 2010, 08:37:52 pm
No
Title: Re: Funny program
Post by: Deep Toaster on October 01, 2010, 08:38:06 pm
Nice :D

EDIT: MRide, that's only from MirageOS, which works with all ASM programs.
Title: Re: Funny program
Post by: MRide on October 01, 2010, 08:40:05 pm
No
Really?  I made a simple greyscale program a while ago, and I broke out of it with ON + CLEAR.  ON also paused the program while it was held down.
Title: Re: Funny program
Post by: DJ Omnimaga on October 01, 2010, 08:45:51 pm
Strange, I swear it didn't. Maybe it was a temporary feature in an old version? I remember getting stuck in an endless loop once and trying this and it did not work.
Title: Re: Funny program
Post by: Deep Toaster on October 01, 2010, 08:53:07 pm
No
Really?  I made a simple greyscale program a while ago, and I broke out of it with ON + CLEAR.  ON also paused the program while it was held down.

It works in MirageOS, like with all other ASM games.
Title: Re: Funny program
Post by: MRide on October 01, 2010, 08:54:52 pm
Ah, thanks.  I was unaware of that.
Title: Re: Funny program
Post by: Deep Toaster on October 01, 2010, 08:56:00 pm
Ah, thanks.  I was unaware of that.

Yeah, it's basically Mirage's custom interrupt called Tasker/Key hooks.
Title: Re: Funny program
Post by: Broseph Radson on October 01, 2010, 09:37:45 pm
Thanks guise :D

Yeah Mirage has some cool hooks. The "block mem menu" hook was great when my teacher tried clearing my memory when she caught me playing games :D I lol'd

Also, I was wondering how to reply on the wap site, and I just realized that I hadn't logged in. /facepalm lol
Title: Re: Funny program
Post by: ztrumpet on October 01, 2010, 09:48:25 pm
Yeah Mirage has some cool hooks. The "block mem menu" hook was great when my teacher tried clearing my memory when she caught me playing games :D I lol'd
I'm loling thinking about how funny that must have been. ;D

Note that the Mirage interrupts should only occur when the program being run does not have interrupts of its own. :)
Title: Re: Funny program
Post by: DJ Omnimaga on October 01, 2010, 10:25:23 pm
That could have turned worse, though x.x. Maybe she could have seen it as a confrontation and taken away your calc x.x
Title: Re: Funny program
Post by: Deep Toaster on October 01, 2010, 10:42:02 pm
Thanks guise :D

Yeah Mirage has some cool hooks. The "block mem menu" hook was great when my teacher tried clearing my memory when she caught me playing games :D I lol'd

Also, I was wondering how to reply on the wap site, and I just realized that I hadn't logged in. /facepalm lol

Lol, don't get it confiscated, though :P

Yeah Mirage has some cool hooks. The "block mem menu" hook was great when my teacher tried clearing my memory when she caught me playing games :D I lol'd
I'm loling thinking about how funny that must have been. ;D

Note that the Mirage interrupts should only occur when the program being run does not have interrupts of its own. :)

Yeah, like Phoenix. Do you realize how easy to cheat it would have been if I could just lower the speed? :P

And anyway, does anyone know what the built-in cheat function is? The Phoenix 4.0 coding contains the letters C-H-E-A-T all conveniently in a row in the middle of the program...
Title: Re: Funny program
Post by: thepenguin77 on October 02, 2010, 12:27:53 am
I found the cheat. It does not appear to be functional though. It was a fourth difficulty that has the same stats as easy. But the way the code is designed, you can't select it.
Title: Re: Funny program
Post by: DJ Omnimaga on October 02, 2010, 09:36:56 am
Strange, I didn't knew of that cheat. Btw, if you guys have any cheats for calc games that doesn't involve changing a BASIC list/matrix/string or even the game code manually, feel free to share them in the TI games/walkthroughs sub-forum. It's what that sub-forum is here for. ;)
Title: Re: Funny program
Post by: mapar007 on October 02, 2010, 10:42:13 am
Ah, thanks.  I was unaware of that.

Yeah, it's basically Mirage's custom interrupt called Tasker/Key hooks.

Just for clarity: the interrupt tasker is not the same as Mirage's hook system. Interrupts are hardware-related, while hooks (or rather, hook "managers") are functions from the operating system.
Title: Re: Funny program
Post by: Deep Toaster on October 02, 2010, 12:01:11 pm
I found the cheat. It does not appear to be functional though. It was a fourth difficulty that has the same stats as easy. But the way the code is designed, you can't select it.

Aww, that's too bad.

Strange, I didn't knew of that cheat. Btw, if you guys have any cheats for calc games that doesn't involve changing a BASIC list/matrix/string or even the game code manually, feel free to share them in the TI games/walkthroughs sub-forum. It's what that sub-forum is here for. ;)

Yeah, I put it there, but no one found it :(
Title: Re: Funny program
Post by: DJ Omnimaga on October 03, 2010, 04:05:14 am
Wait really? ???

I did not find the topic. Let me check again...

EDIT: I don't see it in the list ??? http://www.omnimaga.org/index.php?board=78.0
Title: Re: Funny program
Post by: Deep Toaster on October 03, 2010, 10:23:02 am
Oh, it was in the main topic because I didn't want to post a new topic without actually finding a cheat: http://ourl.ca/3617/92251 (http://ourl.ca/3617/92251)

EDIT: I meant no one found the cheat. Several people did respond to my question.
Title: Re: Funny program
Post by: DJ Omnimaga on October 03, 2010, 02:34:52 pm
Oh ok, you should probably post a new one so it is more organized. Maybe [Phoenix] Secrets as topic title. I could maybe split the current topic, though.
Title: Re: Funny program
Post by: Deep Toaster on October 03, 2010, 05:25:23 pm
Yeah, I guess, but it's probably not important now. No one can use the cheat, apparently :(
Title: Re: Funny program
Post by: DJ Omnimaga on October 04, 2010, 12:43:52 am
Ah, ok. That sucks x.x