"Text To Item V4" is just a little code I've been working on. Here's what it does:

Code:
Type zrXXXX Y into the chat and submit it. 
XXXX = Starting Item, Y = 1 or 4 (depending on the increment)
So for example, say if I typed zr13fe 1 into the chat.
Slot 1 will have 0x13FE (green feather), Slot 2 will have 0x13FF (blue feather), Slot 3 will have 0x1400 (yellow feather), etc.

Now say if I typed zr1400 4 into the chat.
Slot 1 will have 0x1400 (yellow feather), Slot 2 will have 0x1404 (rainbow feather), Slot 3 will have 0x1408 (red tulips) , etc.

So basically, the code increments using the user's input "Y" (that being 1 or 4) and adds "Y" to the previous hex number from the previous slot to the next slot (looping). The code is good for helpful players who like to help the unfortunate. You can quickly fill your slots with furniture sets, feather sets, music, etc. without having to individually type one hex at a time. I posted in here first because I am never on Wi-Fi so I am unable to test the code online. If someone tests the code please post back here and tell me if it works or not (code testers will be appreciated).

I might decide to make another version that does zrXXXX Y Z (Z being the users choice of how many slots to fill). Anyways, here's the code for all three versions:

1.0:
Code:
023FF090 012FFF11
E0000000 000000A2
E28F0001 E12FFF10
A524491F 8868880B
D1384283 800888A8
20003102 220F240C
3101780B DB002B3A
40133309 18C040A3
D5F53C04 780A3101
D0052A31 2A34DB23
DB20D005 E01EDC1F
E0032401 2404E01B
E018E000 4B104A0E
2B00781B 4A0BD102
781B4B0C 436B882D
801018D2 25002100
18D1231C DB01428A
E004DC05 19058810
80153202 4770E7F6
022AF136 021D88FE
021CFC26 021D02EC
021CBD48 727A228C
00007830 00000000
023FF090 E3520003

1.1:
Code:
023FF090 012FFF11
E0000000 000000A2
E28F0001 E12FFF10
A524491F 8868880B
D1384283 800888A8
20003102 220F240C
3101780B DB002B3A
40133309 18C040A3
D5F53C04 780A3101
D0052A31 2A34DB23
DB20D005 E01EDC1F
E0032401 2404E01B
E018E000 4B104A0E
2B00781B 4A0BD102
781B4B0C 436B882D
801018D2 25002100
18D1231C DB01428A
E004DC05 19058810
80153202 4770E7F6
022AF776 021D8E7E
021D01A6 021D086C
021CC2C8 727A228C
00007830 00000000
023FF090 E3520003

EU:
Code:
023FF090 012FFF11
E0000000 000000A2
E28F0001 E12FFF10
A524491F 8868880B
D1384283 800888A8
20003102 220F240C
3101780B DB002B3A
40133309 18C040A3
D5F53C04 780A3101
D0052A31 2A34DB23
DB20D005 E01EDC1F
E0032401 2404E01B
E018E000 4B104A0E
2B00781B 4A0BD102
781B4B0C 436B882D
801018D2 25002100
18D1231C DB01428A
E004DC05 19058810
80153202 4770E7F6
022B3356 021DC526
021D384E 021D3F14
021CF970 727A228C
00007830 00000000
023FF090 E3520003