Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Software Development
Programming
[Question] Dumbest thing/mistake you've done whilst coding
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Ecko" data-source="post: 365507" data-attributes="member: 24874"><p>Not so much coding error as just complete oversight.</p><p></p><p>Used to develop for a private RSC bot over a decade ago and in the client we implemented an IRC class that connected to our network, joined a specific channel and allowed myself and the other users to perform quite a things (take a snapshot of the game client, send text, move their character, etc). The point of the bot was to be able to macro for long periods of time without getting caught. The IRC portion of the bot allowed us to control each other's characters in case a moderator was nearby so as to not get caught. Basically we were able to bot 24/7 thanks to so many people from around the world who were part of that bot community.</p><p></p><p>Well as the bot was private (needing an auth code for it to successfully start up), someone eventually deob'd it and found the IRC information (network, channel). They joined and of course naturally the channel was not registered since it was our network and most of us had ircop status. They registered the channel which gave them operator privs. They kicked everyone that wasn't a bot, set the channel to passworded and proceeded to get every account banned by running a script that made each bot say "I am botting" over and over.</p><p></p><p>Most who used are bot didn't even know why they got banned since they didn't know about the IRC feature, but there was a handful who did and they were super pissed. </p><p></p><p>PS - the 3 posts after Markshall's are stupid as fuck. First one after his is not dumb, it's just inefficiency. The next two are syntax errors which every person makes at some point in time and, unless you're a fuckwit who doesn't know how to read logs, are easily fixable.</p></blockquote><p></p>
[QUOTE="Ecko, post: 365507, member: 24874"] Not so much coding error as just complete oversight. Used to develop for a private RSC bot over a decade ago and in the client we implemented an IRC class that connected to our network, joined a specific channel and allowed myself and the other users to perform quite a things (take a snapshot of the game client, send text, move their character, etc). The point of the bot was to be able to macro for long periods of time without getting caught. The IRC portion of the bot allowed us to control each other's characters in case a moderator was nearby so as to not get caught. Basically we were able to bot 24/7 thanks to so many people from around the world who were part of that bot community. Well as the bot was private (needing an auth code for it to successfully start up), someone eventually deob'd it and found the IRC information (network, channel). They joined and of course naturally the channel was not registered since it was our network and most of us had ircop status. They registered the channel which gave them operator privs. They kicked everyone that wasn't a bot, set the channel to passworded and proceeded to get every account banned by running a script that made each bot say "I am botting" over and over. Most who used are bot didn't even know why they got banned since they didn't know about the IRC feature, but there was a handful who did and they were super pissed. PS - the 3 posts after Markshall's are stupid as fuck. First one after his is not dumb, it's just inefficiency. The next two are syntax errors which every person makes at some point in time and, unless you're a fuckwit who doesn't know how to read logs, are easily fixable. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Software Development
Programming
[Question] Dumbest thing/mistake you've done whilst coding
Top