Search found 11 matches

by jp4
Mon May 09, 2022 8:48 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Pretty slow connection speed.
Replies: 3
Views: 1472

Re: Pretty slow connection speed.

I haven't. However I'll definitely try. Thanks!
by jp4
Sun May 08, 2022 1:51 am
Forum: Dedicated servers and Virtual Dedicated Servers
Topic: Pretty slow connection speed.
Replies: 3
Views: 1472

Pretty slow connection speed.

Hello! In the past I have tried to install a selfhosted vpn on a vps, however it resulted in mega slow speeds, around 1-5mbps even though I have a 500mbps connection. I have a suspicion it's due to my location and the server location, because the average ping is around 100. However I am not seeing s...
by jp4
Tue Oct 05, 2021 9:29 am
Forum: General
Topic: Discord Bot: Tomislav
Replies: 11
Views: 6501

Re: Discord Bot: Tomislav

I thought it'd take me longer but alas, here we are.
https://github.com/relaxtakenotes/tomislav-py
Have fun with that.
by jp4
Tue Oct 05, 2021 1:10 am
Forum: General
Topic: Discord Bot: Tomislav
Replies: 11
Views: 6501

Re: Discord Bot: Tomislav

Wow that sucks. I've been working on an update to my library but have had many setbacks. I'm sorry your own GitHub account has been hidden as well. :( That once happened to one of my accounts but I appealed it and it got restored. Sad that it was not the same for you. Will you be adding the Tomisla...
by jp4
Mon Oct 04, 2021 1:19 am
Forum: General
Topic: Discord Bot: Tomislav
Replies: 11
Views: 6501

Re: Discord Bot: Tomislav

I've made the repo private because of a simple mistake: I leaked a few passwords and tokens. But github decided that it is time to completely make my stuff private and hid my account (for a few mistakes I've done). I have a new github account but I thought of porting my bot to c++ because I NEED to ...
by jp4
Tue Aug 24, 2021 6:01 am
Forum: General
Topic: Discord Bot: Tomislav
Replies: 11
Views: 6501

Re: Discord Bot: Tomislav

For anyone that is interested I implemented a slight modification to the bot to allow it to work as a selfbot in the according branch: https://github.com/cheekybaguette/tomislav/tree/selfbot. All the checks regarding the source dedicated server are cut out, however I've left in the ddos check and na...
by jp4
Thu Aug 12, 2021 6:47 am
Forum: General
Topic: Discord Bot: Tomislav
Replies: 11
Views: 6501

Re: Discord Bot: Tomislav

Interesting. If I understand, the original purpose of this bot was packet capturing from a VDS, right? If so, I'm currently working on a library for the control panel, and one thing I think would be interesting is using the packet capture feature from the control panel. I'll have to see how they ha...
by jp4
Thu Aug 12, 2021 2:05 am
Forum: General
Topic: Discord Bot: Tomislav
Replies: 11
Views: 6501

Re: Discord Bot: Tomislav

Interesting. If I understand, the original purpose of this bot was packet capturing from a VDS, right? If so, I'm currently working on a library for the control panel, and one thing I think would be interesting is using the packet capture feature from the control panel. I'll have to see how they ha...
by jp4
Mon Aug 09, 2021 7:12 am
Forum: General
Topic: Discord Bot: Tomislav
Replies: 11
Views: 6501

Re: Discord Bot: Tomislav

Pushed a pretty big update, including:
1) Getting rid of global variables (using class variables instead)
2) More documentation!
3) More portability by putting some of the stuff to config.json
4) More and better comments in the code
by jp4
Sat Aug 07, 2021 10:59 am
Forum: General
Topic: Discord Bot: Tomislav
Replies: 11
Views: 6501

Re: Discord Bot: Tomislav

There's some neat stats gathering in there for traffic and CPU usage. Something I'd recommend after scanning through it would be breaking those channel/user IDs out of the code and putting them into that config.json as well, just for better portability. Sure, will do. Actually this pushed me to ano...
by jp4
Sat Aug 07, 2021 4:34 am
Forum: General
Topic: Discord Bot: Tomislav
Replies: 11
Views: 6501

Discord Bot: Tomislav

Made a bot for my friend to make source engine game server management easier. He said that people here might need it too, so I've decided to make it public. Please note that before using the bot you need to configure it and change up the code a bit, so some knowledge of python and discord bots is re...