Announcement

Collapse
No announcement yet.

Kimp/Enoch StoogeBOT caught!

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • #16
    Originally posted by M_Luminoth View Post
    Fuck man, wish my wife could play quake. She has an autistic disorder like me but she also has cerebral paulsey, it makes playing games very complicated.

    We played DP together and she got stuck in the water at the beginning of e1m2 and died until she started crying.
    I try my best to be emotionally supportive.

    Just thinking that a chick would be a competitive quake player in this day and age just blows my mind.
    I convinced MrsMindz to play Quake with me awhile back by attaching her ex-hub's face onto the ranger's models, so everytime we played multiplayer she was shooting her ex-hub lol. True story

    For the longest time we played RQ Coop versus monsters, then she broke into multiplayer CAx and occasionally still plays. While she learned the ropes of rocketjumping and the such, I heavily practice'd my grenade launcher aim and now I can lead my aim with the grenade launcher's arch no problem what so ever, although if I'm low on H I tend to start spam-aiming my GL cuz it has a faster firing rate than the RL. ESPECIALLY in the water on DM3, I'm constantly like blong blong blong blong lobbing nades.

    Good shit!
    Want to get into playing Quake again? Click here for the Multiplayer-Startup kit! laissez bon temps rouler!

    Comment


    • #17
      Stoogebot lol, he used that before when I played.
      It didn't help much tho and I really don't care anymore.
      What can I say...
      Maybe sadness?
      My servers for the gamers:
      bigfoot.servequake.com / damage.servequake.com

      port 26000 EuroQuake
      port 26001 EuroQuake Coop


      newyork.quakeone.com
      Offline ATM
      fvf.servequake.com
      flanders.servegame.org / flanders.servequake.com
      Offline ATM
      newdm.servequake.com
      port 26010

      http://bigfoot.servequake.com (EuroQuake)
      sigpic

      Comment


      • #18
        Originally posted by Polarite View Post
        Stoogebot lol, he used that before when I played.
        It didn't help much tho and I really don't care anymore.
        What can I say...
        Maybe sadness?
        LOL. Well unfortunately some people need to cheat to compete. Today's quake experience is not about competition but about having fun. I am not sure why anyone need's to compete or think they are better then someone else simply because they do not know how to have fun. I get on a lot of time's an enjoy messing around even if the other person is trying their hardest to kill me. Enoch/Kimp used a bot on Quaketx before and someone had/has the demo of it. The DM community thought it would be funny to play a match against him or something of that nature with the bot on. Someone please correct me if I am wrong but i know he did use the stooge bot to do whatever it was they were doing.

        Comment


        • #19
          SIGH...

          i have to do this......



          messing around with the code lately i added the ELO ratings system that
          Kimp provided to CRMOD via JPG; he sent me the algorithm also.
          Code:
          	//ratings.qc
          	parm12 = self.rating;
          	parm16 = self.fights;
          The only change i saw was parm15 was commented out on SetChangeParms.
          Parm15 is used to hold bit values for the bot scan. ie

          Code:
          	parm15 = (BOT_STOOGE | BOT_QBOT | BOT_RICH | BOT_GLPRO8 | BOT_PHOCUS);//guilty until proven innocent
          SO,
          its possible someone attempted using a stoogbot to connect before kimp and the parm15 didnt get cleared. honestly the stoogebot detection was almost programmed internally in the bot to be detected, so the mechanics is simply sending it a command, which im not gonna say


          Im not saying kimp is an angel but in this case it might be a false positive.

          www.quakeone.com/qrack | www.quakeone.com/cax| http://en.twitch.tv/sputnikutah

          Comment


          • #20
            Originally posted by R00k View Post
            SIGH...

            i have to do this......
            Right is right. But however that was not the reason he was banned. It's just ironic that the day he was banned from CAX immediately this started happening on the CAX server. Now last night was the first time it happened on MIA but he was also added to the ban list on the MIA server's the same day as CAX.

            I forget which day exactly but a few day's ago kimp was placed on the ban list for various reasons at CAX port 26000 to start. He was banned from inside the game itself and not on the ban.cfg until late that night. After he was banned from within the server he ended up at dm.quaketx.com idle. Shortly after i ended up at quaketx.com using DP and played with kimp to see if he had anything at all to say and apparently he did not except asking if i wanted to 1 v 1. I eventually left quaketx and returned to CAX and then i refreshed the quake server list and noticed he was gone from quaketx and when i got back into the game the unconnected failed security shit started. Crow said he was being flooded as well from a Manhattan, NY IP address and his ping was well over 3,000+ during that period. Crow can explain more in detail on what happened with his side. That pretty much sums up partially why i kept the ban in place.

            Comment


            • #21

              Comment


              • #22
                Now that's one truck post i can enjoy. If it was intended to make anyone mad please let us know immediately!

                Comment


                • #23
                  So in ClientDisconnect () reset parms 1-15 to Zero.

                  Also there is a way to get alot more from the parms, basicly triple the capacity here:

                  http://www.desura.com/tutorials/quak...riable-storage

                  Works pretty nicely.


                  Originally posted by R00k View Post
                  SIGH...

                  i have to do this......



                  messing around with the code lately i added the ELO ratings system that
                  Kimp provided to CRMOD via JPG; he sent me the algorithm also.
                  Code:
                  	//ratings.qc
                  	parm12 = self.rating;
                  	parm16 = self.fights;
                  The only change i saw was parm15 was commented out on SetChangeParms.
                  Parm15 is used to hold bit values for the bot scan. ie

                  Code:
                  	parm15 = (BOT_STOOGE | BOT_QBOT | BOT_RICH | BOT_GLPRO8 | BOT_PHOCUS);//guilty until proven innocent
                  SO,
                  its possible someone attempted using a stoogbot to connect before kimp and the parm15 didnt get cleared. honestly the stoogebot detection was almost programmed internally in the bot to be detected, so the mechanics is simply sending it a command, which im not gonna say


                  Im not saying kimp is an angel but in this case it might be a false positive.

                  Last edited by Cobalt; 08-19-2014, 03:43 PM.

                  Comment


                  • #24
                    Right, when adding the elo rating i was about to rip out the old bot scanner
                    As most of those hacked client wont even run on windows xp
                    But as i started to disable it i realized i could just use two more parms
                    And so parm15 was still disabled.
                    :/
                    www.quakeone.com/qrack | www.quakeone.com/cax| http://en.twitch.tv/sputnikutah

                    Comment


                    • #25
                      r00kster did you ever update the mia server?

                      Comment


                      • #26
                        Today~
                        Originally posted by Slot Zero
                        The last time I can recall that I banned Kimp was when the server crashed a few months back. I looked at the logs to see what the crash error was and then I noticed an IP that looked familiar. It was an IP similar to the many Kimp IP addresses I banned, so I banned it. This is by no means proof it was Kimp that caused the crash, but that wouldn't have mattered because I don't want Kimp on the server so he's banned whenever he is discovered.

                        I hate to put it so harshly but, as far as I'm concerned, anyone even talking to Kimp deserves whatever misfortune he brings about to them. I'm all for second chances, but when someone stabs you in the back repeatedly and then you find out that he has stabbed so many others as well, it's time to realize that this guy is a serious threat and that no amount of kindness will prevent him from causing mischief. Kimp is a liar and he will say anything to get you to believe in him. He has done this to me several times. It's the same routine, over and over and over and over and over again.

                        If he really wants to be accepted back in the community he should be willing to meet with several of us. You know, get to know us better in real life. Let us meet the real guy who has been given so many chances and shit on each and every one of them. I don't even mean that in a facetious way or in a way that offers any threat to him. I simply think that once he knows we know who he is, he's less likely to do something illegal that he can later be prosecuted for.

                        Sorry I didn't have more information for you,
                        Slot Zero
                        ~Fin
                        Want to get into playing Quake again? Click here for the Multiplayer-Startup kit! laissez bon temps rouler!

                        Comment

                        Working...
                        X