Ok I finished making a tutorial so if you don't understand then thats too bad because I am sick of people leeching and not being grateful for the filters we make.
Whenever you do something on cokemusic, a packet is either sent or received.
Filtering is editing these packets so the server thinks you did something else, for example, dancing when you click trade. (Doesn't actually work, it's an example).
Here's how to edit basic packets.
1. Record yourself doing something, or something happening on cokemusic by opening WPE PRO, targeting Internet Explorer, and hitting play.
2. Hit stop. Look through the packets on the far right for the packet you were trying to get.
3. Convert that ASCII[(that you want to change) mostly words and other symbols] into a packet (a bunch of compiled hex codes) by going to an ASCII - Hex converter. (I use
http://centricle.com/tools/ascii-hex/)
4. Now think of something it could be changed to that will make sense and won't crash the server.
5. Do the same thing as you did in step 1 but do a different action. Example: Record yourself dancing, then record yourself getting a coke to make a filter that lets you get a coke while dancing.
6. Now you have 2 packets.
6.(Continued). To convert the packets to hex, right click on the numbered mini-packet and click send. Highlight the section of numbers that you want to happen in the middle section, and paste them to a notepad or a
word document to save them. You could also highlight the ASCII section on the right and then convert that to hex.
7. Open WPE PRO and double click an empty filter, a window will open up.
8. Click advance.. it makes it work better.
9. Also click "from position of the chain found" .. well for most cases.
10. Now in Search, there will be numbers from 1 and up.
11. In modify it will start at 0 then followed by positive numbers, and before 0, there will be negative numbers.
12. Paste the thing you want to change in the search offset starting at 1.
13. Paste the thing you want to happen in the modify offset(starting at zero). (If the filter works, the actions in the search offset will be replaced by the actions in the modify offset). Make sure to place the actions starting at 0.
14. Click apply.
15. Go into cokestudios, turn on the filter.
16. Do the action that you put into the search part.
17. You will, (if done correctly, and the server can understand it), do the thing you put in modify.
*When you convert ASCII into hex, there will be %s and you can't paste the packet into a filter with them there. Just ignore them and place in the hex numbers. Example: %5b%67, just put in 5b and 67. The only thing you can put into the search and modify offsets are the hex numbers.