Raised This Month: $ Target: $400
 0% 

Eye angles test vs Eyefinity?


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Mudgho
Junior Member
Join Date: Jul 2012
Old 07-05-2012 , 10:16   Eye angles test vs Eyefinity?
Reply With Quote #1

[smac_eyetest.smx] Asuz (ID: STEAM_x:x:xxxxxxx | IP: xxx.xxx.xxx.xxx) was banned for cheating with their eye angles. Eye Angles: 180 180 180

Guy got banned from our server and is claiming to be using "eyefinity setup". plausible?

Last edited by Mudgho; 07-05-2012 at 10:17.
Mudgho is offline
TnTSCS
AlliedModders Donor
Join Date: Oct 2010
Location: Undisclosed...
Old 07-05-2012 , 10:57   Re: Eye angles test vs Eyefinity?
Reply With Quote #2

http://www.youtube.com/watch?v=8RHPfriN4wI

Is he using something to alter his eye angles?
__________________
View my Plugins | Donate
TnTSCS is offline
Mudgho
Junior Member
Join Date: Jul 2012
Old 07-05-2012 , 11:22   Re: Eye angles test vs Eyefinity?
Reply With Quote #3

I dont know much more at this point, but ive asked how his setup looks like and if hes running any software. Awaiting reply.
Mudgho is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 07-05-2012 , 17:10   Re: Eye angles test vs Eyefinity?
Reply With Quote #4

Quote:
Originally Posted by TnTSCS View Post
http://www.youtube.com/watch?v=8RHPfriN4wI

Is he using something to alter his eye angles?
16 on that video, catching a wallhacker and didnt even know it xD
i used this:
Code:
#include <sourcemod>

public OnPluginStart()
{
    RegAdminCmd("sm_setangles", Command_Ang, ADMFLAG_CUSTOM5);
}

public Action:Command_Ang(client, args)
{
    
    if (args < 3)
    {
        return Plugin_Handled;
    }
    new String:arg1[32], String:arg2[32], String:arg3[32];
    GetCmdArg(1, arg1, sizeof(arg1));
    GetCmdArg(2, arg2, sizeof(arg2));
    GetCmdArg(3, arg3, sizeof(arg3));
    new Float:angles[3];
    angles[0] = StringToFloat(arg1);
    angles[1] = StringToFloat(arg2);
    angles[2] = StringToFloat(arg3);
    TeleportEntity(client, NULL_VECTOR, angles, NULL_VECTOR);
    PrintToChat(client, "New Angles = %f %f %f", angles[0], angles[1], angles[2]);
    return Plugin_Handled;
}
to check those angles, and got this:
http://snbx.info/images/build_texture_v5r7f0006.jpg
then i looked up and saw this:
http://snbx.info/images/build_texture_v5r7f0005.jpg

Last edited by Mitchell; 07-05-2012 at 17:17.
Mitchell is offline
Sreaper
髪を用心
Join Date: Nov 2009
Old 07-05-2012 , 18:08   Re: Eye angles test vs Eyefinity?
Reply With Quote #5

Quote:
Originally Posted by Mitchell View Post
16 on that video, catching a wallhacker and didnt even know it xD
i used this:
Spoiler
I would very much like to try this. But it failed to compile. D:
Code:
/groups/sourcemod/upload_tmp/textoCWWvC.sp(23) : error 017: undefined symbol "TeleportEntity"  1 Error.
Sreaper is offline
Mitchell
~lick~
Join Date: Mar 2010
Old 07-05-2012 , 19:20   Re: Eye angles test vs Eyefinity?
Reply With Quote #6

Quote:
Originally Posted by Sreaper View Post
I would very much like to try this. But it failed to compile. D:
Code:
/groups/sourcemod/upload_tmp/textoCWWvC.sp(23) : error 017: undefined symbol "TeleportEntity"  1 Error.
#include <sdktools>
i might have chipped it off by accident.
Mitchell is offline
Sreaper
髪を用心
Join Date: Nov 2009
Old 07-06-2012 , 00:00   Re: Eye angles test vs Eyefinity?
Reply With Quote #7

Quote:
Originally Posted by Mitchell View Post
#include <sdktools>
i might have chipped it off by accident.
Thanks! That allowed it to compile! Doesn't actually function for me on TF2. Probably because i'm running SMAC and other stuff though...Unless this is supposed to work with SMAC running. (Just realized I was in the SMAC subforum.) >.>

Last edited by Sreaper; 07-06-2012 at 00:01.
Sreaper is offline
Nolongerinthegame
AlliedModders Donor
Join Date: Sep 2005
Old 07-05-2012 , 12:18   Re: Eye angles test vs Eyefinity?
Reply With Quote #8

Quote:
Originally Posted by Mudgho View Post
[smac_eyetest.smx] Asuz (ID: STEAM_xxxxxxx | IP: xxx.xxx.xxx.xxx) was banned for cheating with their eye angles. Eye Angles: 180 180 180

Guy got banned from our server and is claiming to be using "eyefinity setup". plausible?
What game is this?

180 180 180 are strange eye angles - really strange
Nolongerinthegame is offline
Mudgho
Junior Member
Join Date: Jul 2012
Old 07-05-2012 , 16:03   Re: Eye angles test vs Eyefinity?
Reply With Quote #9

Quote:
Originally Posted by nelioneil View Post
What game is this?

180 180 180 are strange eye angles - really strange
just regular counter strike source.
Mudgho is offline
Mudgho
Junior Member
Join Date: Jul 2012
Old 07-05-2012 , 17:36   Re: Eye angles test vs Eyefinity?
Reply With Quote #10

Not sure exactly what that means, but the video and the guy who got banned arent linked any more than him claiming to have a similar setup.

Last edited by Mudgho; 07-05-2012 at 17:44. Reason: .
Mudgho is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:46.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode