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

Thread: [NDS] Animal Crossing: Wild World [U 1.0] [AR]

Hybrid View

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

    Default

    Search and Teleport v5.0 FINAL VERSION (Works indoors in all house rooms and all levels, and outdoors, and offline and online)
    Automatically detects what location you're in

    Type x(xxx) y(yyy)(+) into the chat, submit your message then press L+R
    you can remove leading zeros

    x is the number of items to skip

    y is the item to search for

    for example, if you have 3 gold roses in your town, typing
    0 1c would go to the first gold rose, typing 1 1c would go to the second, and typing 2 1c would go to the third

    lets say you have a Brick Block in your house in the room you're in, typing

    0 4b68 would teleport you to the brick block (direction matters, like, 4b68 is facing forward, and 4b69, 4b6a, and 4b6b are the different possible directions of a brick block, same pattern for other items)

    If you wanna search the second level in your house (the items on top of other items) just put a + at the end, like
    0 14fd+

    Code:

    Code:
    94000130 FCFF0000
    023FF090 012FFF11
    E0000000 00000100
    E28F2001 E12FFF12
    493A46F4 F859F000
    F0001C2C 2000F856
    781B4B38 DC4E2B05
    4A333B01 292B7809
    2120D102 18520109
    01092145 18524359
    2B0021FF 4A2BDA02
    310F0109 42AB8813
    2C00D102 3C01D005
    32023001 D5F53901
    4B28E031 2110781B
    2B000209 2121D101
    1C0D0309 23201C02
    2402021B 200001E4
    DB0242A2 30011B12
    1C04E7FA 2C042000
    3C04DB02 E7FA3001
    01004358 435C182D
    19090124 2A102000
    3A10DB02 E7FA3001
    182D4358 1889435A
    68004811 00D222A9
    60011A80 46E66085
    200C4770 25003101
    780B220F 2B203101
    3901DC03 092D40C5
    2B40E007 3B07DB00
    40834013 380418ED
    4770D5EF 021E3124
    021E5328 022AF135
    021C6DEC 021EED6C
    023FF090 E3520003
    D2000000 00000000
    Source:


    Minor addition in v4:
    Now checks to see if you're in a location other than your house/outdoors. If you are, the code will not activate.

    Bug fix in v4.1:
    In version 4.0, the code would continue searching for the hex until it found it, even if it wasn't in the map, so sometimes you'd be teleported to weird places. This has been fixed

    Final addition in 5.0:
    now allows you to search both "item levels" in the house. The items on the floor, and then the items on top of other items.




    Text Activated version

    Code:
    922af136 00006e7a
    122af136 00002424
    023ff090 012fff11
    e0000000 00000100
    e28f2001 e12fff12
    493a46f4 f859f000
    f0001c2c 2000f856
    781b4b38 dc4e2b05
    4a333b01 292b7809
    2120d102 18520109
    01092145 18524359
    2b0021ff 4a2bda02
    310f0109 42ab8813
    2c00d102 3c01d005
    32023001 d5f53901
    4b28e031 2110781b
    2b000209 2121d101
    1c0d0309 23201c02
    2402021b 200001e4
    db0242a2 30011b12
    1c04e7fa 2c042000
    3c04db02 e7fa3001
    01004358 435c182d
    19090124 2a102000
    3a10db02 e7fa3001
    182d4358 1889435a
    68004811 00d222a9
    60011a80 46e66085
    200c4770 25003101
    780b220f 2b203101
    3901dc03 092d40c5
    2b40e007 3b07db00
    40834013 380418ed
    4770d5ef 021e3124
    021e5328 022af137
    021c6dec 021eed6c
    023ff090 e3520003
    d2000000 00000000

    Map search routine by Maniac,
    Map Location to Coordinates routine by me
    Only address found by me (but found before by someone else) Area location address

  2. The Following 3 Users Say Thank You to dragonboy269 For This Useful Post:


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

    Default

    Weed Puller's Dream (nice name XD)

    If you wanna pull weeds for someone, this is the perfect code to do it. Every time you press L+R, it instantly teleports your character to the next weed/clover on the map (not 4 leaf clovers, it skips over those )

    That way, you don't even have to run around looking for weeds, just press L+R, then B to pull, and repeat
    Also, no need to type any kind of hex code, so it won't alarm anyone

    Code:
    94000130 FCFF0000
    023FF090 012FFF11
    E0000000 00000078
    E28F2001 E12FFF12
    7809491A D12C2900
    48162200 02092110
    88033901 DB012B1F
    DD042B24 30023201
    D5F63901 24FFE01D
    0A124014 08801C10
    00AD1C05 01401B52
    01521C05 230F1C11
    09244023 0064005B
    192D18C9 68004806
    00D222A9 31211A80
    03093521 6001032D
    47706085 021E3124
    021C6DEC 021EED6C
    023FF090 E3520003
    D2000000 00000000
    Map search routine by Maniac,
    Map Location to Coordinates by me
    No addresses found by me

  4. The Following 3 Users Say Thank You to dragonboy269 For This Useful Post:


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

    Default

    Final Real-Time World edit

    Credits: Original coded by Toenailed
    All addresses not found by me, except the indoor room/outdoor address (although it was found before by someone else and I didn't know XD)
    I completely recoded it (nothing is from any other code except some of the text conversion, i even completely redid the division routines in a different more efficient way)



    Features: Works Indoors and outdoors
    (Indoors is deliberately disabled in other towns over wi-fi to prevent misuse, sorry this added one and a half lines to the code but at least it's safe now. Thank you Vash for giving me this idea )
    You can remove leading zeros and type in upper case or lower case
    Includes dpad check (completely recoded by me, works diagonally too, i think the original did not)

    Directions:
    type the hex code of the item into the chat and submit your message, then press L+R+A+Dpad direction


    Code:
    94000130 FCFE0000
    023FF090 012FFF11
    E0000000 000000FC
    E28F2001 E12FFF12
    782D4D38 DC662D05
    68094933 D0622900
    78244C36 00D222A9
    588B4252 32080B1B
    0B12588A 42042020
    3B02D100 42042010
    3302D100 42042040
    3A02D100 42042080
    3202D100 D00C2D00
    78004829 D0422800
    DB402B00 DC3E2B1E
    DB3C2A00 DC3A2A1E
    2B20E007 2BA0DB37
    2A20DC35 2AA0DB33
    085BDC31 2D000852
    3B10DC01 200F3A10
    4018240F 4014091B
    00400912 025B0164
    491202D2 D0052D00
    21453D01 434D0109
    19494911 18091909
    18C91889 25004C0C
    220F200C 34017823
    DC032B20 40C53C01
    E007092D DB002B40
    40133B07 18ED4083
    D5EF3804 4770800D
    021C6DEC 021E3124
    022AF136 021EED6C
    021E5328 04000130
    021CBD48 00000000
    023FF090 E3520003
    D2000000 00000000
    If you'd like to see the source, send me a PM (staff/trustworthy people only XD)



    Edit: Shortened

  6. The Following 4 Users Say Thank You to dragonboy269 For This Useful Post:


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

    Default

    Well, since I've shortened RTWE so much, I'll post it

    This is the original version

    L+R+A+Dpad (oh and lets you remove leading zeros)
    (12 lines shorter)
    Code:
    023FF090 012FFF11
    E0000000 000000AC
    E28F2001 E12FFF12
    88244C27 01002030
    42043001 4921D141
    29006809 22A9D03D
    1A8900D2 0B5B680B
    0B52688A 42043020
    3B01D100 42042010
    3301D100 42042040
    3A01D100 42042080
    3201D100 DB242B10
    DC222B50 DB202A10
    DC1E2A50 3A103B10
    240F200F 091B4018
    09124014 01640040
    02D2025B 1900490A
    18C01880 25004C09
    7823220F 2B2F3401
    2B40DD06 3B07DB00
    012D4013 E7F418ED
    4770520D 021C6DEC
    021E3124 022AF136
    04000130 00000000
    023FF090 E3520003
    source:
    (look at the text conversion routine, it's better than the original



    Here's with dpad check removed
    (8 lines shorter)
    Code:
    94000130 FCFE0000
    023FF090 012FFF11
    E0000000 0000007C
    E28F2001 E12FFF12
    68094919 D02D2900
    00D222A9 680B1A89
    688A0B5B 2B100B52
    2B50DB24 2A10DC22
    2A50DB20 3B10DC1E
    200F3A10 4018240F
    4014091B 00400912
    025B0164 190002D2
    18C01880 25004C0A
    7823220F 2B2F3401
    2B40DD06 3B07DB00
    012D4013 E7F418ED
    520D4902 00004770
    021C6DEC 021E3124
    022AF136 00000000
    023FF090 E3520003
    D2000000 00000000

  8. The Following 3 Users Say Thank You to dragonboy269 For This Useful Post:


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

    Default

    I'll re-release this now (don't reply on this thread, if you have a question PM me)

    Pattern Copy code:

    This code lets you copy other peoples' patterns.
    Let's say you see a really cool looking pattern at someones town, and you want it, but the Tailor shop thing is closed (or you're just too lazy to go in there)

    Just stand on top of the pattern and press L+R+A
    The pattern and its name/creator name/town name will be copied into your first pattern slot

    Code:
    94000130 FCFE0000
    023FF090 012FFF11
    E0000000 000000C6
    E28F2001 E12FFF12
    02092121 030931D8
    22158A89 32480212
    D0454291 68094923
    D0412900 00D222A9
    680B1A89 688A0B5B
    2B100B52 2B50DB38
    2A10DC36 2A50DB34
    3B10DC32 200F3A10
    4018240F 4014091B
    00400912 025B0164
    190002D2 18C01880
    5A0D4913 DB1F2DA7
    DC1D2DC6 220F3DA7
    401508E8 D5003D08
    4A123508 09134350
    4B0C435D 181B195B
    4C0B490C 29007809
    490BDC02 4C077809
    18644351 38040910
    5022581A D5FB3804
    00004770 021C6DEC
    021E3124 021D6DDC
    021CE104 021CBD48
    021D02EC 0000228C
    023FF090 E3520003
    D2000000 00000000
    Last edited by dragonboy269; 09-14-2009 at 10:33 PM.

  10. The Following 8 Users Say Thank You to dragonboy269 For This Useful Post:


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

    Default

    Kinda a random code

    This code is for people with sneaky parents. If you aren't supposed to be talking to people, and you are anyway, and your parent asks to see your DS or something and you need to quickly hide the text on screen, simply press L+R
    It should all go away

    I don't endorse lying though, XD

    Code:
    94000130 FCFF0000
    122AF174 00000000
    122AF228 00000000
    122AF2DC 00000000
    122AF390 00000000
    D2000000 00000000
    Tested and works

  12. The Following 3 Users Say Thank You to dragonboy269 For This Useful Post:


  13. #7

    Default

    Code by Virus:
    Walk Through Anything
    Code:
    12030B70 0000E003
    It's been awhile...

  14. The Following 7 Users Say Thank You to Virus For This Useful Post:


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

    Default

    Get as many haircuts as you want in one day. Works for all characters, online and offline.
    Code:
    Activates once you enter Shampoodle's
    
    023FF090 012FFF11
    E0000000 00000040
    E28F2001 E12FFF12
    78004808 D10B281F
    4C084907 29007809
    3C0EDC02 4C067821
    43514A06 54622200
    00004770 021EED6C
    021CBD48 021D02FA
    021D8FD2 0000228C
    023FF090 E3520003
    all addresses
    Always willing to help with anything, code-related or not. :]

  16. The Following 3 Users Say Thank You to dragonboy269 For This Useful Post:


  17. #9

    Default

    Remove and Clear Codes:

    Code:
    ::Remove All Patterns
    :::Press SELECT
    94000130 000003FB
    D3000000 021E3124
    C0000000 00000FFE
    F2000000 00000002
    82000000 000000A6
    72000000 000000C7
    10000000 0000FFF1
    D0000000 00000000
    D0000000 00000000
    DC000000 00000002
    D2000000 00000000
    
    ::Remove All Rocks
    :::Press START+SELECT
    94000130 FFF30000
    D3000000 021E3124
    C0000000 00000FFE
    F2000000 00000002
    72000000 000000FC
    82000000 000000E2
    10000000 0000FFF1
    D0000000 00000000
    D0000000 00000000
    DC000000 00000002
    D2000000 00000000
    
    ::Remove All Trees And Stumps
    :::Press R+RIGHT+A
    94000130 000002EE
    021ECCB0 021E3124
    C0000000 00001000
    B21ECCB0 00000000
    DA000000 00000000
    D3000000 00000000
    D7000000 021ECCAE
    D3000000 00000000
    721ECCAE 000000D3
    821ECCAE 00000024
    B21ECCB0 00000000
    10000000 0000FFF1
    D3000000 00000000
    D0000000 00000000
    D0000000 00000000
    D9000000 021ECCB0
    D4000000 00000002
    D6000000 021ECCB0
    D3000000 00000000
    D1000000 00000000
    021ECCB0 FFF1FFF1
    121ECCAE 0000FFF1
    D0000000 00000000
    D2000000 00000000
    
    
    ::Clear House Items
    :::Press LEFT+A+R
    94000130 000002DE
    121E53F0 0000FFF1
    121E53F2 0000FFF1
    121E53F4 0000FFF1
    121E53F6 0000FFF1
    121E53F8 0000FFF1
    121E53FA 0000FFF1
    121E53FC 0000FFF1
    121E53FE 0000FFF1
    121E5410 0000FFF1
    121E5412 0000FFF1
    121E5414 0000FFF1
    121E5416 0000FFF1
    121E5418 0000FFF1
    121E541A 0000FFF1
    121E541C 0000FFF1
    121E541E 0000FFF1
    121E5430 0000FFF1
    121E5432 0000FFF1
    121E5434 0000FFF1
    121E5436 0000FFF1
    121E5438 0000FFF1
    121E543A 0000FFF1
    121E543C 0000FFF1
    121E543E 0000FFF1
    121E5450 0000FFF1
    121E5452 0000FFF1
    121E5454 0000FFF1
    121E5456 0000FFF1
    121E5458 0000FFF1
    121E545A 0000FFF1
    121E545C 0000FFF1
    121E545E 0000FFF1
    121E5470 0000FFF1
    121E5472 0000FFF1
    121E5474 0000FFF1
    121E5476 0000FFF1
    121E5478 0000FFF1
    121E547A 0000FFF1
    121E547C 0000FFF1
    121E547E 0000FFF1
    121E5490 0000FFF1
    121E5492 0000FFF1
    121E5494 0000FFF1
    121E5496 0000FFF1
    121E5498 0000FFF1
    121E549A 0000FFF1
    121E549C 0000FFF1
    121E549E 0000FFF1
    121E54B0 0000FFF1
    121E54B2 0000FFF1
    121E54B4 0000FFF1
    121E54B6 0000FFF1
    121E54B8 0000FFF1
    121E54BA 0000FFF1
    121E54BC 0000FFF1
    121E54BE 0000FFF1
    121E54D0 0000FFF1
    121E54D2 0000FFF1
    121E54D4 0000FFF1
    121E54D6 0000FFF1
    121E54D8 0000FFF1
    121E54DA 0000FFF1
    121E54DC 0000FFF1
    121E54DE 0000FFF1
    121E5882 0000FFF1
    121E5884 0000FFF1
    121E5886 0000FFF1
    121E5888 0000FFF1
    121E588A 0000FFF1
    121E588C 0000FFF1
    121E58A2 0000FFF1
    121E58A4 0000FFF1
    121E58A6 0000FFF1
    121E58A8 0000FFF1
    121E58AA 0000FFF1
    121E58AC 0000FFF1
    121E58C2 0000FFF1
    121E58C4 0000FFF1
    121E58C6 0000FFF1
    121E58C8 0000FFF1
    121E58CA 0000FFF1
    121E58CC 0000FFF1
    121E58E2 0000FFF1
    121E58E4 0000FFF1
    121E58E6 0000FFF1
    121E58E8 0000FFF1
    121E58EA 0000FFF1
    121E58EC 0000FFF1
    121E5902 0000FFF1
    121E5904 0000FFF1
    121E5906 0000FFF1
    121E5908 0000FFF1
    121E590A 0000FFF1
    121E590C 0000FFF1
    121E5922 0000FFF1
    121E5924 0000FFF1
    121E5926 0000FFF1
    121E5928 0000FFF1
    121E592A 0000FFF1
    121E592C 0000FFF1
    121E5CD2 0000FFF1
    121E5CD4 0000FFF1
    121E5CD6 0000FFF1
    121E5CD8 0000FFF1
    121E5CDA 0000FFF1
    121E5CDC 0000FFF1
    121E5CF2 0000FFF1
    121E5CF4 0000FFF1
    121E5CF6 0000FFF1
    121E5CF8 0000FFF1
    121E5CFA 0000FFF1
    121E5CFC 0000FFF1
    121E5D12 0000FFF1
    121E5D14 0000FFF1
    121E5D16 0000FFF1
    121E5D18 0000FFF1
    121E5D1A 0000FFF1
    121E5D1C 0000FFF1
    121E5D32 0000FFF1
    121E5D34 0000FFF1
    121E5D36 0000FFF1
    121E5D38 0000FFF1
    121E5D3A 0000FFF1
    121E5D3C 0000FFF1
    121E5D52 0000FFF1
    121E5D54 0000FFF1
    121E5D56 0000FFF1
    121E5D58 0000FFF1
    121E5D5A 0000FFF1
    121E5D5C 0000FFF1
    121E5D72 0000FFF1
    121E5D74 0000FFF1
    121E5D76 0000FFF1
    121E5D78 0000FFF1
    121E5D7A 0000FFF1
    121E5D7C 0000FFF1
    121E6122 0000FFF1
    121E6124 0000FFF1
    121E6126 0000FFF1
    121E6128 0000FFF1
    121E612A 0000FFF1
    121E612C 0000FFF1
    121E6142 0000FFF1
    121E6144 0000FFF1
    121E6146 0000FFF1
    121E6148 0000FFF1
    121E614A 0000FFF1
    121E614C 0000FFF1
    121E6162 0000FFF1
    121E6164 0000FFF1
    121E6166 0000FFF1
    121E6168 0000FFF1
    121E616A 0000FFF1
    121E616C 0000FFF1
    121E6182 0000FFF1
    121E6184 0000FFF1
    121E6186 0000FFF1
    121E6188 0000FFF1
    121E618A 0000FFF1
    121E618C 0000FFF1
    121E61A2 0000FFF1
    121E61A4 0000FFF1
    121E61A6 0000FFF1
    121E61A8 0000FFF1
    121E61AA 0000FFF1
    121E61AC 0000FFF1
    121E61C2 0000FFF1
    121E61C4 0000FFF1
    121E61C6 0000FFF1
    121E61C8 0000FFF1
    121E61CA 0000FFF1
    121E61CC 0000FFF1
    121E6572 0000FFF1
    121E6574 0000FFF1
    121E6576 0000FFF1
    121E6578 0000FFF1
    121E657A 0000FFF1
    121E657C 0000FFF1
    121E6592 0000FFF1
    121E6594 0000FFF1
    121E6596 0000FFF1
    121E6598 0000FFF1
    121E659A 0000FFF1
    121E659C 0000FFF1
    121E65B2 0000FFF1
    121E65B4 0000FFF1
    121E65B6 0000FFF1
    121E65B8 0000FFF1
    121E65BA 0000FFF1
    121E65BC 0000FFF1
    121E65D2 0000FFF1
    121E65D4 0000FFF1
    121E65D6 0000FFF1
    121E65D8 0000FFF1
    121E65DA 0000FFF1
    121E65DC 0000FFF1
    121E65F2 0000FFF1
    121E65F4 0000FFF1
    121E65F6 0000FFF1
    121E65F8 0000FFF1
    121E65FA 0000FFF1
    121E65FC 0000FFF1
    121E6612 0000FFF1
    121E6614 0000FFF1
    121E6616 0000FFF1
    121E6618 0000FFF1
    121E661A 0000FFF1
    121E661C 0000FFF1
    D2000000 00000000
    
    ::Clear Inventory Items 
    :::Press RIGHT+A+L
    94000130 000001EE
    121D88FE 0000FFF1
    121D8900 0000FFF1
    121D8902 0000FFF1
    121D8904 0000FFF1
    121D8906 0000FFF1
    121D8908 0000FFF1
    121D890A 0000FFF1
    121D890C 0000FFF1
    121D890E 0000FFF1
    121D8910 0000FFF1
    121D8912 0000FFF1
    121D8914 0000FFF1
    121D8916 0000FFF1
    121D8918 0000FFF1
    121D891A 0000FFF1
    D2000000 00000000
    Sorry for the long "Clear house items" code.
    The code removes all the items in your whole house, to the size of a mansion.
    Last edited by TQX; 04-14-2010 at 12:31 PM.

  18. #10

    Default

    Offline Mail Present Attachment Modifier Addresses

    Code:
    Slot 1: 121D8014 0000XXXX
    Slot 2: 121D8108 0000XXXX
    Slot 3: 121D81FC 0000XXXX
    Slot 4: 121D82F0 0000XXXX
    Slot 5: 121D83E4 0000XXXX
    Slot 6: 121D84D8 0000XXXX
    Slot 7: 121D85CC 0000XXXX
    Slot 8: 121D86C0 0000XXXX
    Slot 9: 121D87B4 0000XXXX
    Slot 10: 121D88A8 0000XXXX
    Online (Wi-Fi) Mail Present Attachment Modifier Addresses

    Code:
    Slot 1: 121D15C8 0000XXXX
    Slot 2: 121D16BC 0000XXXX
    Slot 3: 121D17B0 0000XXXX
    Slot 4: 121D18A4 0000XXXX
    Slot 5: 121D1998 0000XXXX
    Slot 6: 121D1A8C 0000XXXX
    Slot 7: 121D1B80 0000XXXX
    Slot 8: 121D1C74 0000XXXX
    Slot 9: 121D1D68 0000XXXX
    Slot 10: 121D1E5C 0000XXXX
    All Addresses was found by me using DragonBoy's Search Code (Maybe by someone else)
    Thanks DragonBoy!

    Credit to: GH Staff and DragonBoy
    Last edited by Demonic722; 08-14-2012 at 04:37 PM.
    3DS Friend Code: 4699-6293-3106

  19. The Following User Says Thank You to Demonic722 For This Useful Post:

    TQX

Tags for this Thread

Posting Permissions

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