Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 868 Bytes

README.md

File metadata and controls

24 lines (20 loc) · 868 Bytes

AutoPost in shoutbox rooms (socket)

Simple go program which can be useful for sellers and users at cracked.io, easy to manage check the config.json.

Caution

Just to clarify that I am not to blame if you get banned or something similar due to automation on their forum, I made the software and gave it to you for free. It is up to you how you use it. As for the 'ws_token', it is also up to you (you can manually find it over session or do some kind of grabber)

Tip

This can certainly work on other platforms with a little code correction, mostly shoutboxs are over socket connections so maybe someone will find this useful for a similar tool.

Build

go build

Run

go run main

Or (if you did build)

./main.exe 

Disclaimer

This repository is for educational purposes, the use of this software is your responsibility.