• Axe Parser 5 1
Currently:  

Author Topic: Axe Parser  (Read 498174 times)

0 Members and 1 Guest are viewing this topic.

Offline Raylin

  • Godslayer
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1392
  • Rating: +83/-25
  • I am a certifiable squirrel ninja.
    • View Profile
    • Ray M. Perry
Re: Axe Parser
« Reply #360 on: April 02, 2010, 11:33:08 am »
I have sympathy for you, good sir.
I do indeed know your plight.

EDIT: I just dl'ed the update.
It is awesome.
Quigibo, you're almost there!

:D

You just need to throw in a way to name those appvars.
Then, you'll be on it!

First download of the update BTW.

EDIT 2: Oh geez.
I lied.

Never mind, Quigibo!
You're good to go!

:D

Nice update!
« Last Edit: April 05, 2010, 06:30:09 am by Raylin »
Bug me about my book.

Sarah: TI-83 Plus Silver Edition [OS 1.19]
Cassie: TI-86 [OS 1.XX]
Elizabeth: TI-81 [OS 1.XX]
Jehuty: TI-83 Plus Silver Edition [OS 1.19]
Tesla: CASIO Prizm







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: Axe Parser
« Reply #361 on: April 05, 2010, 02:19:22 pm »
yeah you can name appvars actually. I don,t know how to access the data from them, though. It seemed quite complicated x.x

Nice to see an update, though. At least, we can finally save to external variables, meaning game progress and no password-save-system (Demon Crest style) hassle :D
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

_player1537

  • Guest
Re: Axe Parser
« Reply #362 on: April 05, 2010, 02:22:35 pm »
if you use the appvars for saving, it might be best to encrypt them somehow, as I have heard its quite easy to hack into mario 2.0's appvar to give you extra stuff or something like that.  especcially if you are doing something where one byte (or two) are the items/level/whatever

Offline Quigibo

  • The Executioner
  • CoT Emeritus
  • LV11 Super Veteran (Next: 3000)
  • *
  • Posts: 2031
  • Rating: +1075/-24
  • I wish real life had a "Save" and "Load" button...
    • View Profile
Re: Axe Parser
« Reply #363 on: April 05, 2010, 02:42:13 pm »
I might be able to write an encryption algorithum eventually.  I'll explain in detail later how to use the new features in the program, I was just too tierd last night.

Just beware the new commands are kind of vulnerable to change since I'm not sure exactly how I'll generalize them to other variables in the future.
___Axe_Parser___
Today the calculator, tomorrow the world!

Offline calc84maniac

  • eZ80 Guru
  • Coder Of Tomorrow
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2912
  • Rating: +471/-17
    • View Profile
    • TI-Boy CE
Re: Axe Parser
« Reply #364 on: April 05, 2010, 02:43:45 pm »
if you use the appvars for saving, it might be best to encrypt them somehow, as I have heard its quite easy to hack into mario 2.0's appvar to give you extra stuff or something like that.  especcially if you are doing something where one byte (or two) are the items/level/whatever
Errm, I didn't think Mario 2.0 had an appvar...
"Most people ask, 'What does a thing do?' Hackers ask, 'What can I make it do?'" - Pablos Holman

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: Axe Parser
« Reply #365 on: April 05, 2010, 02:43:49 pm »
Quote
Just beware the new commands are kind of vulnerable to change since I'm not sure exactly how I'll generalize them to other variables in the future.
Aaah, I'm noting this. Will the change be very drastic? Again, in my case, I doubt it would be much hassle to change, because generally, I only use such type of commands in two place in my program (I never really have auto-saving features in my games)
« Last Edit: April 05, 2010, 02:44:25 pm by DJ Omnimaga »
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

_player1537

  • Guest
Re: Axe Parser
« Reply #366 on: April 05, 2010, 02:48:53 pm »
if you use the appvars for saving, it might be best to encrypt them somehow, as I have heard its quite easy to hack into mario 2.0's appvar to give you extra stuff or something like that.  especcially if you are doing something where one byte (or two) are the items/level/whatever
Errm, I didn't think Mario 2.0 had an appvar...
eh, It was some game like mario that used an appvar and people could easily hack it

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: Axe Parser
« Reply #367 on: April 05, 2010, 03:00:12 pm »
I don,t know which one you mean Player x.x

The Sam Heald mario doesn,t use an APPvar, it saves directly to the program, if any data has to be saved. Maybe it was a different game? I remember hearing about a game being easy to hack, though, and I wouldn't be surprised with Celtic III APPVAR support and CalcSys around
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)

Offline Madskillz

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 488
  • Rating: +32/-2
    • View Profile
Re: Axe Parser
« Reply #368 on: April 05, 2010, 03:05:20 pm »
I have seen a few hacks with the appvar stuff. I have yet to try this but I really do wanna see how far Quigibo has come. I've been impressed with the progress thus far.

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Axe Parser
« Reply #369 on: April 05, 2010, 11:36:53 pm »
Just thought I'd let everyone know, Coolio's title screen does work now!
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline Raylin

  • Godslayer
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1392
  • Rating: +83/-25
  • I am a certifiable squirrel ninja.
    • View Profile
    • Ray M. Perry
Re: Axe Parser
« Reply #370 on: April 05, 2010, 11:40:54 pm »
Say again?
Explain.
Bug me about my book.

Sarah: TI-83 Plus Silver Edition [OS 1.19]
Cassie: TI-86 [OS 1.XX]
Elizabeth: TI-81 [OS 1.XX]
Jehuty: TI-83 Plus Silver Edition [OS 1.19]
Tesla: CASIO Prizm







Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Axe Parser
« Reply #371 on: April 05, 2010, 11:46:30 pm »
What I said or something previous?
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

Offline cooliojazz

  • Support Staff
  • LV7 Elite (Next: 700)
  • *******
  • Posts: 619
  • Rating: +66/-9
  • I omnoms on your soul
    • View Profile
    • Unreal Phantasies
Re: Axe Parser
« Reply #372 on: April 05, 2010, 11:47:14 pm »
Yay! I havent gotten to test it yet :P
Spoiler For Random signess:
You can not beat my skills.
Trust me.
So don't even try.
And remember never to trust someone who says, "Trust me."

TI File Editor Progress: Remade in java like a boss. 50% we'll call it? IDK =P
Java Libraries: JIRC - 90% JTIF - 5%
TI Projects: Unreal Notator - -5000%
Nomcraft, a Bukkit mod
Some of the music I write can be found here | The Rest Should Be Here (Bandcamp)

Offline meishe91

  • Super Ninja
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2946
  • Rating: +115/-11
    • View Profile
    • DeviantArt
Re: Axe Parser
« Reply #373 on: April 05, 2010, 11:48:32 pm »
Ya, it leaves a little thing on the homescreen after a key press but you can just clear it.
Spoiler For Spoiler:



For the 51st time, that is not my card! (Magic Joke)

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: Axe Parser
« Reply #374 on: April 05, 2010, 11:49:05 pm »
Say again?
Explain.
he was testing cooliojazz music program, which previously crashed on his calc or emu, and now it works fine
Now active at https://discord.gg/cuZcfcF (CodeWalrus server)