coderusa Posted December 31, 2023 Posted December 31, 2023 (edited) THIS IS A TEXT BASED IRC CHAT BOT. IT IS NOT A GAME AUTOMATION SCRIPT. THIS GAME DOES NOT INTERACT WITH ANOTHER GAME OR GAME SERVER. THIS SCRIPT IS IT'S OWN GAME BY ITSELF. m0de-60/super-duckhunt-bot: Super DuckHunt IRC Bot v1.1.4 (github.com) Visit this link for my complete (and superior/better) Python version of Super DuckHunt This autoit version is just something I threw together on the side while I wrote the python version. The autoit version of this bot has specific limitations and issues (i.e. windows), but it does run okay. It is what it is. It's not perfect, and has room for expansion and improvement. Configure IRC-VARS.au3, Run from IRC-SCRIPT.au3 The python version is vastly superior to this one as most of the time during this project was put towards the python version to complete the beta. The autoit version is just for fun . ReadMe.txt below (download below that) Quote ReadMe.txt SUPER DUCKHUNT WinDuck BETA (1.0 C-BETA) CONCEPT (Autoit Version, Win 32Bit) by Neo_Nemesis (aka coderusa) MAIN RUN FILE: IRC-SCRIPT.au3 This is a very rough draft of a Autoit DuckHunt IRC Bot. It works but has some issues that need to be worked out. Channel OP Commands: !topic <topic info here> - changes topic of the channel !kick <user> !ban <user> !unban <user> !kickban <user> MODES !op - +o if user is botmaster/access !op <username> - +o to another user !deop, !voice and !devoice are the same SCRIPT AND BOT CONFIGURATION Have all files in same folder, IRC-VARS.au3, IRC-SCRIPT.au3, Frankenstein.au3, IRC-BOT.au3 The script will create a duckhunt.ini file to store player stats CONFIGURING BOT: Configuration should be done in IRC-VARS.au3. Input server, port, channels, botname and botmasters. (Make sure you list yourself as the botmaster) There are other settings in IRC-VARS.au3 that effect various aspects of the game. RUNNING THE BOT: Run the script in SciTe (or code editor), running from IRC-SCRIPT.au3 GitHub Download (.zip file): m0de-60/Autoit: Autoit Scripts (github.com) Or download attached to this post. Hope you enjoy! super-duckhunt-autoit-sc.zip Edited July 30, 2024 by coderusa
Moderators Melba23 Posted December 31, 2023 Moderators Posted December 31, 2023 coderusa, You call this script a "bot". Please explain why it does not break the forum rule prohibiting the posting of game bots. M23 P.S. And just to be absolutely clear - this is the Mod team determining the legality of the thread, so everyone else please keep out. Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind Open spoiler to see my UDFs: Spoiler ArrayMultiColSort ---- Sort arrays on multiple columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
coderusa Posted December 31, 2023 Author Posted December 31, 2023 6 hours ago, Melba23 said: coderusa, You call this script a "bot". Please explain why it does not break the forum rule prohibiting the posting of game bots. M23 P.S. And just to be absolutely clear - this is the Mod team determining the legality of the thread, so everyone else please keep out. I didn't know there was a forum rule prohibiting the posting of game bots. That's silly, but if you find it a violation you can remove this post.
coderusa Posted December 31, 2023 Author Posted December 31, 2023 (edited) I will add, as the rules state this is not a automation script for another game, this is the game itself. Quote Launching, automation or script interaction with games or game servers, regardless of the game. This script itself, is the game. It does not interact with other games. It is an IRC Bot that runs on any specified IRC network, in a specified #channel, where the game consists of text based events produced by the bot and sent to the chat, then users chatters can interact with the bot via text commands. Here is a screen shot Again, if this is a violation, you may remove this post. I do not think it is, but you are the moderator. Edited December 31, 2023 by coderusa
Developers Jos Posted December 31, 2023 Developers Posted December 31, 2023 18 minutes ago, coderusa said: I didn't know there was a forum rule prohibiting the posting of game bots. That's silly Not so silly when you would have been here several years ago, so no need to tell us we are silly when we set rules to eliminate the dead threads thrown at us ! 18 minutes ago, coderusa said: This script itself, is the game. It does not interact with other games. ... so that is the answer to the question asked. It is not a Bot that Automates a game but rather a bot that is the game itself, which in not against our rules. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
coderusa Posted December 31, 2023 Author Posted December 31, 2023 1 minute ago, Jos said: Not so silly when you would have been here several years ago, so no need to tell us we are silly when we set rules to eliminate the dead threads thrown at us ! ... so that is the answer to the question asked. It is not a Bot that Automates a game but rather a bot that is the game itself, which in not against our rules. In the pretense of it, without the context of the actual rule, 'game bots are prohibited' does sound silly, when you're talking about a text based chat game. Its okay I'm not upset or anything, understanding the full context of it now I can see why a game automation script could be against the rules, and we can all see now that this isn't an automation of another game No problem.
Developers Jos Posted December 31, 2023 Developers Posted December 31, 2023 (edited) Any bot that automates any game is prohibited which are pretty clear forum rules ... right? Quote Launching, automation or script interaction with games or game servers, regardless of the game. Edited December 31, 2023 by Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
coderusa Posted December 31, 2023 Author Posted December 31, 2023 Just now, Jos said: Any bot that automates any game is prohibited which is a pretty clear rule... right? In the actual pretense of the rule, it is clear, yes, but what is silly is implying that the rule is against game bots as a whole, leaving out the automation part. 7 hours ago, Melba23 said: You call this script a "bot". Please explain why it does not break the forum rule prohibiting the posting of game bots. A game 'bot' does not directly mean automation. A bot can be many things. Especially considering its an 'IRC Bot' should imply that it is a text based chatroom script.
Developers Jos Posted December 31, 2023 Developers Posted December 31, 2023 Ok ... argue whatever you want, I am not going to spent any more effort here... happy new year and simply stick to our rules in 2024. SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
coderusa Posted December 31, 2023 Author Posted December 31, 2023 (edited) 2 minutes ago, Jos said: Ok ... argue whatever you want, I am not going to spent any more effort here... happy new year and simply stick to our rules in 2024. It's not an argument. There was no violation of the rules. As the author of the script, and being asked by the mods to explain, I am just stating what is right in front us. Edited December 31, 2023 by coderusa Mobius 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now