FSix Bot

Asphyxia

Owner
Administrator
Apr 25, 2015
1,844
2
2,197
327
PoC:
This is just psuedocode-ish..

1. User launches software (FSix).
2. Bot is running as FSix.exe
3. Hooks to either Windows API or just uses SendKeys/similar to automate swapping to other screen(s).. Alt+Tab - swap - check current window title? If is Discord, then do this.. if not, is proc chrome.exe? Yes, Ctrl+T, load Discord.
4. Send F6, use JavaScript:... insert JavaScript, or use F12 then tab around to select dev tools, work in console, etc.. can automate controlling browser.
5. Let's say we do F6, use JavaScript to select an object or item, then send a click to it for example detect message contents and ban.
6. Can use clipboard setting to read and parse messages..

This is super ghetto but simply a concept and.. interesting approach to writing a bot IF such things as an API did not exist, no libraries, etc. Just browser interaction forced via F6/F12 and controlling the browser via JavaScript injection or insertion to allow stronger website controls for more powerful automation.
 

SkinCast

Member
Feb 6, 2018
3
2
35
There is either a Discord library for .NET and Java that allow almost all interactions possible through Discord. I can start a new thread with a base code that may help developers, if you believe it's useful.
 
Top