Results 1 to 2 of 2

Thread: Activator Generator

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

    Default Activator Generator

    I was bored so I made an activator generator :P Well not exactly made, but made a source code

    Download ASM to AR DS, select "Nitro Hax" and put this in the left

    Code:
    @DONT CHANGE THIS AREA@
    @GBA buttons
    .equ L, 0x200
    .equ R, 0x100
    .equ A, 0x1
    .equ B, 0x2
    .equ Start, 0x8
    .equ Select, 0x4
    .equ Up, 0x40
    .equ Down, 0x80
    .equ Left, 0x20
    .equ Right, 0x10
    
    @DS buttons
    .equ X, 0x400
    .equ Y, 0x800
    .equ Folded_DS, 0x8000
    
    .equ DS, 0x927FFFA8
    .equ GBA, 0x94000130
    
    .word 0x0, ButtonCombo
    .word DSorGBA
    .hword 0x0, (0 !(ButtonCombo))
    
    @@@@@@@@@@@@@@@@@@@@@
    
    @CHANGE AREA BELOW@
    .equ ButtonCombo, L+R
    .equ DSorGBA, GBA
    Now, under where it says "CHANGE AREA BELOW"
    simply replace L+R with the button combo you want, and if you used GBA buttons, leave the next line the same, or if you used DS buttons, change "GBA" to "DS"
    Now click compile and the bottom line on the right is the activator line
    (the middle line is useful for ASM hackers, its the "tst" value)
    Always willing to help with anything, code-related or not. :]

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


  3. #2

    Default

    Wow, this is amazing
    3DS Friend Code: 4699-6293-3106

Posting Permissions

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