Additional Info
|
Anyone got links for websites for bypassing the chat filter or codes? I know one which is f u 0 0 7 5 c k but thats it.
Also I'm new to this hacking site but have been on Kong for two years. (broken image removed) |
Additional Info
|
If the chat is based on flash, we could do that. Otherwise, most likely not. Why do you want to insult people anyway?
This post was imported from an account that no longer exists! Previous Name: phreneticus |
Additional Info
|
We couldn't do it if it's server sided. I remember Chao saying once that when silenced, you just have something over your chat, blocking it, but it's still active. So one can use a JavaScript injection to remove it.
If it isn't server-sided, it's possible. |
Additional Info
|
Other than bypassing it you could use WPE. Record the chat and manage it so it only shows you packets sent to the server. Then send a packet saying one word then you add that packet to the packet list and modify the hex making it say something else. After all that's done you send the packet to the server and it should come out to say things like shit, fuck. Blah blah blah so on and so forth.
|
Additional Info
|
Quote from: "Zirak" We couldn't do it if it's server sided. I remember Chao saying once that when silenced, you just have something over your chat, blocking it, but it's still active. So one can use a JavaScript injection to remove it. Random question... How do you put Quotes in your signature? |
Additional Info
|
Quote from: "Daemon231"
You put a quote. All BBCodes work in signatures as well. |
Additional Info
|
Quote from: "Xiphas" Other than bypassing it you could use WPE. Record the chat and manage it so it only shows you packets sent to the server. Then send a packet saying one word then you add that packet to the packet list and modify the hex making it say something else. After all that's done you send the packet to the server and it should come out to say things like shit, fuck. Blah blah blah so on and so forth. Yes but bypassing seems much easier. I'll try it though. Rapid Share doesn't let me download, you know any other link/website ? |
Additional Info
|
Quote from: "Zirak" We couldn't do it if it's server sided. I remember Chao saying once that when silenced, you just have something over your chat, blocking it, but it's still active. So one can use a JavaScript injection to remove it.Oh no, it was for whenever a room was full, and you could use Developer tools and change "even/odd room full" to "even/odd room" and you'll be able to get in, regardless if the room is full or not. |
Level: 1
ADR Info
Additional Info
|
I think the chat filter is Client Side, so even if you change it on your system, it won't change it for any other user. Basic order of operations:
1) You post a message to the server 2) Server stores the message somewhere 3) Clients check for new message 4) Message is downloaded from the server 5) Message is cleaned by the filter, as well as formatted for display 6) Message is displayed I do some of my formatting and what not client side as well, as it takes the load off the server.
|