FSix Bot

Asphyxia

Owner
Administrator
Joined
Apr 25, 2015
Messages
1,846
Solutions
2
Reaction score
2,201
Points
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
Joined
Feb 6, 2018
Messages
3
Reaction score
2
Points
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.
 

0day

Contributor
Joined
Oct 16, 2015
Messages
140
Reaction score
269
Points
148
Aren't they choking down on API access now?
 
Top