Author Topic: Funny program  (Read 9043 times)

0 Members and 1 Guest are viewing this topic.

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Funny program
« Reply #15 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.
« Last Edit: October 01, 2010, 08:53:20 pm by Deep Thought »




Offline MRide

  • LV8 Addict (Next: 1000)
  • ********
  • Posts: 711
  • Rating: +14/-0
  • You can't see this.
    • View Profile
Re: Funny program
« Reply #16 on: October 01, 2010, 08:54:52 pm »
Ah, thanks.  I was unaware of that.

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Funny program
« Reply #17 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.




Offline Broseph Radson

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 295
  • Rating: +20/-1
  • Its 0x1A4 somewhere
    • View Profile
Re: Funny program
« Reply #18 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

Offline ztrumpet

  • The Rarely Active One
  • CoT Emeritus
  • LV13 Extreme Addict (Next: 9001)
  • *
  • Posts: 5712
  • Rating: +364/-4
  • If you see this, send me a PM. Just for fun.
    • View Profile
Re: Funny program
« Reply #19 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. :)

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Funny program
« Reply #20 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
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Funny program
« Reply #21 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...




Offline thepenguin77

  • z80 Assembly Master
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1594
  • Rating: +823/-5
  • The game in my avatar is bit.ly/p0zPWu
    • View Profile
Re: Funny program
« Reply #22 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.
zStart v1.3.013 9-20-2013 
All of my utilities
TI-Connect Help
You can build a statue out of either 1'x1' blocks or 12'x12' blocks. The 1'x1' blocks will take a lot longer, but the final product is worth it.
       -Runer112

Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Funny program
« Reply #23 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. ;)
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline mapar007

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 550
  • Rating: +28/-5
  • The Great Mata Mata
    • View Profile
Re: Funny program
« Reply #24 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.
« Last Edit: October 02, 2010, 10:42:37 am by mapar007 »

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Funny program
« Reply #25 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 :(
« Last Edit: October 02, 2010, 07:40:16 pm by Deep Thought »




Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Funny program
« Reply #26 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
« Last Edit: October 03, 2010, 04:05:50 am by DJ Omnimaga »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Funny program
« Reply #27 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

EDIT: I meant no one found the cheat. Several people did respond to my question.
« Last Edit: October 03, 2010, 10:23:40 am by Deep Thought »




Offline DJ Omnimaga

  • Clacualters are teh gr33t
  • CoT Emeritus
  • LV15 Omnimagician (Next: --)
  • *
  • Posts: 55942
  • Rating: +3154/-232
  • CodeWalrus founder & retired Omnimaga founder
    • View Profile
    • Dream of Omnimaga Music
Re: Funny program
« Reply #28 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.
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Funny program
« Reply #29 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 :(