Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: AAC-ASM Activator Calculator

  1. #1

    Default AAC-ASM Activator Calculator

    Hey guys!
    Just spent the last few hours and some of yesterday writing my very first somewhat useful program!

    Written in C++, AAC allows you to enter what buttons you want pressed for a DS activator and it will spit out what number you need to "tst" the IOKeys address too. It doesn't have an object oriented GUI, but guides you through everything with simple button presses. Now, noobs like myself can easily get ASM activators lazily!

    I made this mainly for myself, because I hate adding and converting all of those numbers in the windows calculator program.

    Enjoy!

    I'd love some feedback, so please check it out.


    VERSION 2 BETA is NOW OUT . Does the same thing, but is a lot more efficient at doing that same thing. To see my new source, click here. To see my old source, click here.


    -DOWNLOAD Version 1 Beta-
    -DOWNLOAD Version 2 Beta-



    ToDo:
    Add the X and Y buttons.
    Make it Object Oriented
    Make efficient -DONE
    Last edited by siestacat; 03-13-2010 at 02:41 PM.
    http://siestacat.webs.com/GetAttachment.jpg

  2. The Following User Says Thank You to siestacat For This Useful Post:


  3. #2
    Member
    Join Date
    Aug 2008
    Location
    Arizona
    Posts
    1,073
    Blog Entries
    2

    Default

    Good job
    My method involves using the already-made "kode garage" program (on kodewerx), on the joker generator select "hold these, release these" and choose the button combo you want (put them on both sides)
    the second half will be the value to "tst"
    for example, i selected L+R+A
    the output value will be
    Code:
    94000130 FCFE0301
    so, #0x301 will be the value to "tst"
    Always willing to help with anything, code-related or not. :]

  4. #3

    Default

    Never knew that. Neat.
    http://siestacat.webs.com/GetAttachment.jpg

  5. #4

  6. #5

    Default


    What's Oni Laughin at?

    Oni- what's with the weird picture thingy. Its creeping me out!
    http://siestacat.webs.com/GetAttachment.jpg

  7. #6

    Default

    I'm downloading it right now, I wonder what this'll do for me. I'm having trouble still learning ASM, so this could help.

  8. #7

    Question

    Wait, so this was written as a batch? I'm having trouble with doing that myself.

  9. #8

    Default

    This was written in console C++. I can help teach ASM if you'd like.
    http://siestacat.webs.com/GetAttachment.jpg

  10. #9
    J.P. (Global Moderator) Maniac's Avatar
    Join Date
    Sep 2007
    Location
    Ohio, USA
    Posts
    2,083
    Blog Entries
    5

    Default

    Quote Originally Posted by siestacat View Post

    What's Oni Laughin at?

    Oni- what's with the weird picture thingy. Its creeping me out!
    Prob. from 4chan >___>

    Say what you mean, mean what you say, and let your actions speak for you.


  11. #10

    Default

    lol. Probably.
    http://siestacat.webs.com/GetAttachment.jpg

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •