Results 1 to 4 of 4

Thread: Non-Asm Text Activators [NDS ACWW (U)ARDS]

  1. #1

    Default Non-Asm Text Activators [NDS ACWW (U)ARDS]

    Need to know how to make them.

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

    Default

    First line should be the activator
    you can only use 2 digit ones, if you use more you'll have to use multiple activator lines and it won't really be efficient

    Let's say you wanted to have it activate when you type "zr" at the beginning of Virus's Text to Item code

    well, for the activator line you'd put

    922AF136 0000727A @activates when zr is typed
    122AF136 00002424 @replaces what you typed with $$ (so the code doesnt continue to activate for as long as "zr" is on your message

    here's Virus's text to item code
    Code:
    023FF090 012FFF11
    E0000000 0000006E
    E59F1054 E3A02000
    E3A0000C E4D13001
    E3530060 B2433030
    C2433057 E0822013
    E2400004 E3500000
    AAFFFFF7 E59F002C
    E5D00000 E3500000
    059F0018 05D00000
    059F101C 159F101C
    E59F801C E0211890
    E1C120B0 E12FFF1E
    021D02EC 022AF136
    021CBD48 021D88FE
    021CFC26 0000228C
    023FF090 E3520003
    See the part I made bold? add 2 to that, so instead of that being 022AF136, its 022AF138
    now, when you type zrxxxx (xxxx is items hex code) the code will activate as soon as you submit the message

    oh yeah, make sure you put D2000000 00000000 at the end XD

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


  4. #3

    Default

    How do I make it so after I submit the message I have to press something to activate it?

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

    Default

    Quote Originally Posted by R4_Hacker View Post
    How do I make it so after I submit the message I have to press something to activate it?
    instead of using a text activator just use a button activator

Posting Permissions

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