Sinisterly
[Python][Source & Binary][WIP] AniBypassGUI 2.0 - Printable Version

+- Sinisterly (https://sinister.li)
+-- Forum: Coding (https://sinister.li/Forum-Coding)
+--- Forum: Coding (https://sinister.li/Forum-Coding--71)
+--- Thread: [Python][Source & Binary][WIP] AniBypassGUI 2.0 (/Thread-Python-Source-Binary-WIP-AniBypassGUI-2-0)



[Python][Source & Binary][WIP] AniBypassGUI 2.0 - Anizeb - 07-02-2013

Basically flips the text around, and adds unicode characters to either end to enable proper, human readable text that can bypass several filter systems.

MediaFire Download

Current version may be a little buggy.

Things to Come(maybe):
  • Currently might trouble with symbols between censored words. I'll look into fixing that. (in the meantime, just flip the order of any symbols that screw up. Example: "#swag, #yolo" sometimes turns into "#swag# ,yolo". To fix it, just reverse the order of the flipped bit, as in "#swag# ,yolo".)
  • Better scrambling (flip chunks of the word, not the whole word. Currently adding the reverse of the word to a censor list will be enough to stop it from working right)
  • More bypass types (zero-width characters, hidden bolds for forums, ect.)
  • Macros for custom strings (replacing every "O" with an "0", for example)
  • Cleaner source code (currently messy as hell)
  • More settings (can be annoying after a while)
  • If possible, send the text to the last selected text field (currently sends to clipboard, may not be possible to improve)

A small note, I haven't tested it on other OSs. It's only confirmed working for Windows 7 64-bit, however everything from XP+ should work. Mac/Linux functionality is completely unknown at this time.