Deprecated: Use of "parent" in callables is deprecated in /var/www/html/forum/src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php on line 431
  • If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

Recent content by xDefcon

  1. xDefcon

    DE [Request] Welcome/Join Sound Script

    Hello, I'm sorry I do not speak German, could you write in English? Thank you very much, Best regards, Luigi.
  2. xDefcon

    EN How to select random text and reload script without sinusbot restarting

    Here you go: msg = messages[getRandomInt(0, messages.length - 1]; //assuming the messages array contains at least 1 element chat(msg); function getRandomInt(min, max) { return Math.floor(Math.random() * (max - min + 1)) + min; } Yes, there is, add this in your config.ini: [Scripts]...
  3. xDefcon

    EN [Request] Add servergroup when being a member of a steam group (also DE translated)

    Hello, I can't provide you a working script right now because I do not have time to do so, instead of that I can give you a broad algorithm. The user joins and sends a message to the bot to specify his Steam profile ID. The bot will run an HTTP request to the Steam API to check if the specified...
  4. xDefcon

    TS3 AntiProxy [Block Proxies/VPNs] Say goodbye to ban evading - v1.2 - Improvements

    If you will find some inconsistency in the API detection, please report them instead of adding to your local whitelist! Changelog: Added new punishment mode to only notify admins on detection (no kick/ban or other). Added new punishment mode to send a chat message to the client. Edited the...
  5. xDefcon

    TS3 AntiProxy [Block Proxies/VPNs] Say goodbye to ban evading - v1.1 - Bugfix and Whitelist

    The script is finally out of beta. If you encounter bugs or you want to suggest new features please do this on GitHub. Changelog: Added a new IP whitelist system (if you encounter bugs or false detections you should use it and then report the issue to me). @Lightning Fixed errors when...
  6. xDefcon

    TS3 AntiProxy [Block Proxies/VPNs] Say goodbye to ban evading 2.6

    Please read this presentation page carefully to understand the capabilities of this resource. BUGS & FEATURE SUGGESTIONS? DO THEM ON THE GITHUB REPOSITORY (Create new issue). Script Description: AntiProxy (or Anti Proxy) is an advanced SinusBot script that detects and blocks a user that is...
  7. xDefcon

    [FORUM STYLING] New width for pages

    Just created a quick stylish theme for representation: https://userstyles.org/styles/150711/sinusbot-narrow (done in 10secs do not care about it).
  8. xDefcon

    [FORUM STYLING] New width for pages

    Hello, i was wondering if a modification to the css of the forum could be made to have more readability. As other themes such as UI.X does, in order to improve the page readability (especially on large monitors) the max page width is set to something near 1200px. I suggest 1170px (such as UI.X)...
  9. xDefcon

    Working on a Proxy detection web service and on its implementation with SinusBot!

    Working on a Proxy detection web service and on its implementation with SinusBot!
  10. xDefcon

    Yes, it is, I currently stopped to develop scripts as I am waiting for an update for SinusBot...

    Yes, it is, I currently stopped to develop scripts as I am waiting for an update for SinusBot. When a new update that fixes some API inconsistencies is released, I will be active and update/release new scripts.
  11. xDefcon

    Solved getIP() method not working

    Yes, @flyth informed me about that, after i did that post. Thank you!
  12. xDefcon

    Solved getIP() method not working

    I want to push this to @flyth because this bug is still present in the current version. More details here: https://forum.sinusbot.com/threads/bug-getip-not-consistent.2764/
  13. xDefcon

    Animated Channel & Description - Animated Channel & Description

    SinusBot 0.9.16 or higher needed! Description: Animated Channel is a very cool script that allows you to have an animated channel (channel name or channel description) in your TeamSpeak 3 server, it will be soon updated with new features. PLEASE: To prevent issues with very, very old...
  14. xDefcon

    Animated Nickname - New Scripting API

    As the title says, whit this update the script is using the new Scripting API. SinusBot 0.9.16 or greater version needed. Changelog: Updated the code to fit new Scripting API Added engine >= 0.9.16 requirement
  15. xDefcon

    EN Proxy Script (incomplete)

    I have coded a similar script, and a custom API to detect proxies, but cause of the inconsistance of getIP() method, reported maybe 5 weeks ago, i could not publish the script. Maybe flyth will fix this on the next version. If you look on the forums there are 2 discussion about this problem.
Top