Announcement

Collapse
No announcement yet.

Radiation's ban appeal

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

    Radiation's ban appeal

    http://stats.cainslair.com/sourceban...steamid&Submit

    I was running Xsplit with i was banned I was livestreaming not cheating a alot people that play on the server know me and can vouch for me Ill throw some names Jin,Yadigg,psilocybin

    #2
    Do you have the video you said you were making?

    Comment


      #3
      Where were you streaming to?

      I'd like to see the recording

      Comment


        #4
        I was sad when it happen so its seen i close down without saving it

        But this should more then prove my case

        http://stats.cainslair.com/hlstats.p...0914&game=csgo

        Comment


          #5
          Let cain take a look at it. He is a busy man I will bring it to his attention.

          Comment


            #6
            if you were streaming to twitch or otherwise it will have saved your video on the site.

            I agree that your stats do not reflect hacking.


            http://forums.alliedmods.net/showpos...54&postcount=2

            Comment


              #7
              http://www.youtube.com/user/daramactire MY Guilds youtube
              https://www.daramactire.com/ My clan's website
              http://www.youtube.com/user/Critheal20 My youtube chanel
              http://www.ustream.tv/channel/critheal20 My stream Chanel ill be live in a few mins

              Comment


                #8
                Sorry but I would love to my two cents in. Ahem.

                First off XSplit does not modify cvars, or your ViewAngles(x + y)(Engine function not cvar). In source engine view angles are also used in bob x y and yaw & pitch. Also seeds and other misc functions are used in view angles, and sometimes aimbots can cause an eye angle ban. This is for recoil, and spread trajectory and more.

                Here is code of what detected you from SMAC. Enjoy, this is SMAC eye detection code.

                Code:
                if ( (angles[0] > 135.0 || angles[0] < -135.0 || angles[1] > 270.0 || angles[1] < -270.0)
                && IsPlayerAlive(client) && !(GetEntityFlags(client) & FL_ATCONTROLS) )
                Eyetest_Detected(client, angles);
                }
                You are out of bounds/manipulating your eye/view angles. Anything below or higher is manipulation of viewangles for recoil and or bullet trajectory removal(antispread or nospread). You were cheating. It is impossible to edit or change these without editing the game in memory by injecting into the game itself. Xsplit DOES NOT change your viewangles or eye angles, as these are in-game functions and do cannot be used by a video tool, and WOULD NOT justify an EYE ANGLE BAN. it just records. Learn to code please and not lie about why you were banned, I've been around too long in HL/Source engine and C++.

                You did this

                cCmd->viewangles[0] = max(135.0f,cCmd->viewangles[0]); // You hit 135.0 or more for x axis and were banned)

                Or higher, as an example, and thus you were banned because you hit the limit or higher. Again I will say it one more time, your ban was because you manipulated the games engine and you will most likely be VAC banned as well. It's impossible for that program to inject and modify the engine when it records the screen, that does not use or need the engines view angles to do that, it's illogical and makes no sense at all. Have a nice day.
                Last edited by w00t; 22 Feb 2013, 08:13 PM.

                Comment

                Cain's Lair Forums Statistics

                Collapse

                Topics: 26,182   Posts: 269,814   Members: 6,177   Active Members: 4
                Welcome to our newest member, EzraGilchr.

                Today's Birthdays

                Collapse

                There are no members with birthdays today.

                Top Active Users

                Collapse

                There are no top active users.
                widgetinstance 184 (More Posts) skipped due to lack of content & hide_module_if_empty option.
                Working...
                X