The Unreal Admins Page - Forums

The Unreal Admins Page - Forums (https://unrealadmin.org/forums/index.php)
-   General Chat (https://unrealadmin.org/forums/forumdisplay.php?f=177)
-   -   [Release] AnthChecker v1.37 (https://unrealadmin.org/forums/showthread.php?t=13388)

AnthraX 31st January, 2006 09:41 PM

[Release] AnthChecker v1.37
 
4 Attachment(s)
Code:

##############################################################################
#                            AnthChecker v1.37                              #
#                            by )°DoE°(-AnthraX                              #
##############################################################################

1) What is it?
--------------

AnthChecker is an advanced unrealscript-based cross-platform packagechecker.

|| Please take a few minutes to read this document, it will spare you and me a lot
|| of trouble.

2) What does it do?
-------------------

AnthChecker will validate every client (including clients that run Linux/MacOS)
after they enter the server. Depending on the server's settings AnthChecker will:
    * Perform selfchecks to prevent clients from redirecting/bypassing the checking routines
    * Perform CRC (Type 1) checks on files that should be identical on the server and on the client (files like UTPure.u)
    * Perform CRC (Type 2) checks to identify the client's skintextures and kick if they're hacked
    * Perform MD5 checks to identify the client's renderdevice and kick if it's hacked
    * Perform MD5 checks to identify the client's libraries and kick if they're hacked
    * Scan for disallowed files

3) Installation
---------------

To install AnthChecker on your server:

1. Unzip the contents of this zip package in your server's system folder.

2. Open your server's unrealtournament.ini file and find the line that reads "[Engine.GameEngine]".

3. Add these lines under it:

    ServerActors=AnthCheckerS_v137.ACActor
    ServerPackages=AnthCheckerC_v137
   
4. Move to the end of your UT.ini file and add these lines
  (you can find the explanation of the settings under 4) Settings):   
   
    [AnthCheckerS_v137.ACActor]
    bKickUnknownRenderer=true
    bKickUnknownLibrary=true
    bKickUnknownSound=true
    bKickUnknownSkin=true
    bBroadCastJoin=true
    bBroadCastIPs=false
    bExternalNotify=false
    bSelfCheck=true
    bPureCheck=true
    bEUTCheck=false
    bSkinCheck=true
    bSoundCheck=true
    bShowConsoleMessages=true
    TimeOut=30
    CheckDelay=3.0
    bReportCheats=True
    bReceiveUpdates=True
    Packages[0]=
    Packages[1]=
    Packages[2]=
    Packages[3]=
    Packages[4]=
    Packages[5]=
    Packages[6]=
    Packages[7]=
    Packages[8]=
    Packages[9]=
    bExternalLogs=true
    LogPrefix=
    LogPath=
    ACLinkMode=2
    ACDelay=5
   
5. Restart your server

4) Settings
-----------

You can easily change the AnthChecker settings by opening your server's ini file and changing
the lines you added at the end.

    bKickUnknownRenderer : set to false if you don't want to kick clients with an unknown renderdevice
    bKickUnknownLibrary  : set to false if you don't want to kick clients with unknown libraries
    bKickUnknownSound    : set to false if you don't want to kick clients with unknown soundpackages
    bKickUnknownSkin    : set to false if you don't want to kick clients with unknown skinpackages
    bBroadCastJoin      : set to false if you don't want to broadcast every client's nickname/renderdevice/operating system after the validation
    bBroadCastIPs        : set to true if you want to add the client's IP's to the bBroadCastJoin messages
    bExternalNotify      : set to true if you want AnthChecker to send playerjoin reports to other mods (requires compatible mod)
    bSelfCheck          : set to false if you don't want to perform a crc check on the anthchecker client package
    bPureCheck          : set to false if you don't want to perform a crc check on the utpure package
    bEUTCheck            : set to true if you want to perform a crc check on the EUT package
    bSkinCheck          : set to false if you don't want to perform crc checks on the skintextures
    bSoundCheck          : set to false if you don't want to perform a crc check on the female2voice package
    bShowConsoleMessages : set to false if you don't want to display what's going on in the client's console
    bReceiveUpdates      : set to false if you don't want to receive info about new renderdevices from the AnthChecker masterserver
    bReportCheats        : set to false if you don't want AnthChecker to report cheating attempts to the AnthChecker masterserver
    TimeOut              : ammount of time the client gets to finish the checks (in seconds)
    CheckDelay          : ammount of time between the playerjoin and the start of the checks (in seconds)
    Packages[x]          : you can manually add files to crc (type 1) check here
                          syntax: <file extension>,<filename>,<packagepercent (1-255)> (*)
    bExternalLogs        : set to false if you don't want to log AnthChecker's kicks to external files
    LogPrefix            : Prefix of the external logfiles (default: [AC])
    LogPath              : The path in which the external logfiles are stored (default: ../Logs/)
    ACLinkMode          : set to 1 if you want to delay the updatescheck
    ACDelay              : ammount of time before the updatescheck begins (in seconds, only needed if ACLinkMode=1)
 
 !! Important !!: Due to the limitations of the unreal engine, you're not advised to manually add files.
                  If you do decide to do so, use a small packagepercent, UT will usually crash after crc checking
                  10Mb of data.
                             
 (*) if for example you want to perform a crc type 1 check on the 10 first bytes of every 255-byte block of CTF-Gauntlet.unr,
 you'd have to add "unr,CTF-Gauntlet,10" (without the quotes)
 
5) History
----------

v1.37 (Public):
    * [Changed] Removed an instruction in the HTTP Client that might have caused crashes on some linux servers
    * [Added] Options ACLinkMode and ACDelay. These options can be used by those who experience problems with the auto-updates.

v1.36 (Internal):
    * [Fixed] Bug that prevented the manual package adding option from working.

v1.35 (Internal):
    * [Changed] Disabled the cachecleaner for MacOS. This will resolve type 3 kicks on MacOS 9.x.

v1.34 (Public):
    * [Fixed] Security flaw in the clientcode. Could have been used to redirect CRC Checks.
    * [Fixed] Timeout issues caused by a typo in the serverside code.
    * [Added] Option bKickUnknownSound
    * [Added] Option bKickUnknownSkin

v1.33 (Public):
    * [Changed] Minor security update in the clientcode

v1.32 (Internal):
    * [Changed] Improved the active renderdevice detection (should resolve some type 1 kicks)
    * [Changed] Some improvements in the actor code
    * [Added] Hashes for a lot of libraries (UTCacheCleaner, UTWinAmp, UTDCv17b, OldUnreal MediaPatches, UT v436 Linux, Editor binaries)
    * [Added] Posibility to broadcast playerjoins to other mods (bExternalNotify option)
    * [Added] bEUTCheck option
    * [Added] bExternalLogs option
    * [Fixed] Bug in the HTTP updating code
    * [Fixed] Bug that caused timeouts if bGUIDCheck was still in the ini file

v1.31 (Public):
    * [Fixed] Critical bug in the packet handler that caused random timeouts for some players

v1.30 (Public):
    * [Added] Packet handler that allows the client to send long strings to the server without making it crash
    * [Added] Extra selfchecks to prevent CRC redirection
    * [Added] New hashes
    * [Added] Option CheckDelay to specify the number of seconds between the playerjoin and the start of the checks
    * [Added] Checks to detect illegal libraries loaded by the client, some cheatcoders use this exploit to bypass UTDC
    * [Added] Option bKickUnknownLibrary
    * [Added] Server receives updated library whitelists from the masterserver (only if bReceiveUpdates is set to true)
    * [Changed] Option bKickUnknown renamed to bKickUnknownRenderer
    * [Changed] AC no longer uses a mutator for client-server communication
    * [Changed] Removed Type 8 (GUID) kick
    * [Changed] Clients can see which files are being checked by AnthChecker
    * [Changed] Rewrote some routines for better performance
    * [Changed] Forced the client to regenerate GUID if it's not valid
    * [Changed] New cache cleaner code for mac/linux -> no more reconnect window
    * [Fixed] Type 1 kicks caused by a bug in the pathsparser
    * [Fixed] Some false type 7 (disallowed files) kicks
    * [Fixed] MacOS issues
 
v1.29 (Public):
    * [Fixed] Some false GUID kicks
    * [Added] New renderhashes
 
v1.28 (Internal):
    * [Changed] Rewrote some laggy core routines
    * [Changed] bSkinCheck now picks 2 random skins to check instead of 7

v1.27 (Public):
    * [Fixed] Players getting kicktype 8 because of the slow connection between the UT server and the masterserver
    * [Fixed] Illegal GUID's for linux clients with v451
    * [Changed] Linux/Mac Cachecleaner can move multiple files at one time

v1.26 (Internal):
    * [Added] Routine to find cached files even when the cache.ini file is corrupted
    * [Added] Option bBroadCastIPs
    * [Added] AnthChecker version gets logged to the external logs
    * [Changed] Players get to see the URL of my forum + AnthChecker version/build when they get kicked

v1.25 (Internal) :
    * [Added] Extra GUID check
 
v1.24 (Internal) :
    * [Fixed] bug in masterserver encryption
    * [Fixed] bug in the skinidentification (players with unknown skins were allowed to enter the server)
    * [Fixed] Linux/Mac timeouts
    * [Fixed] Critical bug that broke every mutator loaded after AnthChecker (this also affected SmartCTF/BDBMapVote/3dfxmapvote/...)
    * [Fixed] bug that caused a lot of type 1 kicks (failed to generate checksum) for cached files (only happened for clients with corrupted cache.ini files)
    * [Added] options LogPath and LogPrefix for the external logs
    * [Added] Support for clients that have multiple system/textures/... folders
    * [Added] Blocked "EnhancedSkins"
    * [Added] New hashes for several renderers
    * [Added] GUID verification (so far, this is only used for the masterserver)
    * [Added] AnthChecker automaticly adds itself to the serverpackages list if needed
    * [Changed] names of the Ref1 skins to Ref 1/Warez
 
v1.23 (Public) :
    * First public release
 
6) Thanks to
------------
 
- Azazel & UnrealAdmin      : for hosting the UTGL masterserver and my forum
- Nuffy & Magma              : for providing gamearena.co.uk betatest servers
- Cratos                    : for providing renderdevices and a betatest server
- TNSe                      : for advice/ideas/help
- Just_Me                    : for advice/ideas/help
- Sardukar                  : for advice/ideas/help
- Obsidian & Rush & Neopythe : for linux betatesting
- ZorroTheFox & The_Dave    : for MacOS betatesting
- Petr Jelinek                    : for the original MD5 code

 
7) Feedback & Support
---------------------

http://www.unrealadmin.org/forums/forumdisplay.php?f=176

I've just uploaded a new build of the serverfile. Changes Build 3:
Code:

* [Fixed] Server crashes due to the auto-updater
* [Added] New library definitions
* [Added] Optional debug messages from the auto-updater

Changes Build 4:
Code:

* [Fixed] HTTP Updates not working correctly
* [Added] New hashes (UTGLR d3d 1.3, UTDC20b, ...)
* [Added] Extra routine to kick players with a hacked AC (was already present in v1.38 build 7)
* [Changed] HTTP Updater class replaced by the v1.39 build


Ratty 31st January, 2006 10:05 PM

Sounds good .. :)
I'll try it

Genecom 1st February, 2006 07:38 AM

Great stuff as always - I'll take that, as the nice policemen once said to me.. :)

kawaii 1st February, 2006 10:05 AM

Will try it later. I'm sure it's good though :>

RiCE 1st February, 2006 05:15 PM

Not bad, but autoupdate makes my servers (a linux and an FGS server) crush... i think the server dont let the checker connect to web.. or i dunno exactly.. nm.. its workin if i turn it off

Baiter 1st February, 2006 05:33 PM

Nice Work Anthrax!

Muchos Thank You's :P

Xchange 1st February, 2006 11:05 PM

ah, a fix for the http client, sounds good... lets hope it won't crash anymore now :)

PoisonD 3rd February, 2006 12:53 AM

### -------------------------------------------------------------
### ANTHCHECKER - PLAYER KICK
### -------------------------------------------------------------
### - Player OS : Windows
### - EngineVer : 436
### - RenderDev : Direct3D D3DDrv.dll
### - RenderVer : UT v436 D3D Renderer - Alternate/GOTY
### - RenderChksm : 1BA51598B5D506026A479FA92B94A278
### - RenderSize : 217088 bytes
### - TimeStamp : 02-02-2006 15:01:11
### ----------------- Additional information -----------------
### - GUID : [ZMRe>=>e8<3673866<e89@9?@;=e=9224_1288103782
### - GUID Valid : True
### - KickType : 8
### - AnthChecker : v1.37 (Build 1)
### - Reason : Client loaded an illegal library! (possibly hacked)
### - File : UTDCv17c.dll
### - Checksum : 2c2d9d20108f97223b68cdf9245a1dfe
### -------------------------------------------------------------

Weird?

Matthew 3rd February, 2006 01:10 AM

I'd assume the hash for UTDC17c isn't in there yet?

Maybe it's on the web, and you have AutoUpdates set to off?

Just ideas :)

PoisonD 3rd February, 2006 03:18 AM

Not really :)

[AnthCheckerS_v137.ACActor]
bKickUnknownRenderer=true
bKickUnknownLibrary=true
bKickUnknownSound=true
bKickUnknownSkin=true
bBroadCastJoin=true
bBroadCastIPs=false
bExternalNotify=false
bSelfCheck=true
bPureCheck=true
bEUTCheck=true
bSkinCheck=true
bSoundCheck=true
bShowConsoleMessages=true
TimeOut=30
CheckDelay=3.0
bReportCheats=True
bReceiveUpdates=True

And I tried it before with UTDC17c. And we had like dozens of other players.

Just plain weird :P

AnthraX 3rd February, 2006 01:09 PM

v1.37 contains the hash for UTDCv17c.dll, weird...

karonte 4th February, 2006 12:43 PM

Hi,
I have upgraded from 1.34 to 1.37.
When I try to enter in my server, this is what I obtain:

http://www.kw-clan.com/images/error.jpg

In my log there is that about this error:

###################################
### -------------------------------------------------------------
### ANTHCHECKER - PLAYER KICK
### -------------------------------------------------------------
### - Player name : Test
### - Player IP : XXX.XXX.XXX.XXX
### - Player OS : Windows
### - EngineVer :
### - RenderDev : OpenGL OpenGLDrv.dll
### - RenderVer : UTGLR v2.7 OpenGL Renderer
### - RenderChksm : 0939A81DFF8E4B32E8FF5F3F5824594A
### - RenderSize : 118784 bytes
### - TimeStamp : 04-02-2006 13:34:56
### ----------------- Additional information -----------------
### - GUID : _0
### - GUID Valid : False
### - KickType : 99
### - AnthChecker : v1.37 (Build 1)
### - Reason : Client Timed out!
### -------------------------------------------------------------
###################################

With 1.34 version and:

bReceiveUpdates=False

I had no problem.
CRC files checking made by AnthChecker are the same from 1.34 to 1.37.

Thanks in advance.

AnthraX 4th February, 2006 01:37 PM

this happens when you do a CRC check on a file that's too big

hares 4th February, 2006 08:50 PM

An error
 
I cant enter in the servers. The Antchcheker kick me with the error of Female2Voice is possible hacking. I delete my UT (1 year with the same instalation) and i reinstall the UT. I enter in the servers and... THE SAME ERROR !! :eek: :eek:

I dont know what happen, may it be possible to be my game in Spanish? :rolleyes:


http://img453.imageshack.us/my.php?i...hot00000zy.jpg

I wait a solution :evil:

Baiter 4th February, 2006 09:18 PM

1. Erase anything starting with "Female2" in your UT Directory.

2. Then Connect to my Server and let my server give you the correct ones.

My Server IP is 67.19.181.52

3. Clean your UT Cache.

4. Try other Servers again.



Also, try not to demand things next time, poeple are less inclined to help people that demand something in which they have no experience in.

hares 4th February, 2006 09:33 PM

I cant start the UT without this files.

PizzaMan 4th February, 2006 09:36 PM

Skins and voices from the 436 GOTY CD:

Default skins and voices

karonte 4th February, 2006 09:37 PM

Quote:

Originally Posted by AnthraX
this happens when you do a CRC check on a file that's too big

I have to clear all extra packages checked by AnthChecker to avoid this problem....
With the previous version, 1.34, I had no problem.... weird?

hares 4th February, 2006 09:38 PM

But... which language?

I think all the spanish players will take the same problem. I think.

hares 4th February, 2006 09:53 PM

Quote:

Originally Posted by PizzaMan
Skins and voices from the 436 GOTY CD:

Default skins and voices

The same error with this files. Iam confused :(

hares 5th February, 2006 10:07 PM

I have found more failures, if you minimize the game and you return to the game, it does not let to you enter the servers (SoftDrv.dll possible hacking) adn you must restart the UT.

A solution is to put the game in english but it continues giving failures sometimes (like the SoftDrv.dll). A lot of players (Spanish and Italian) have the same problem. :(

[BSC]MasterJohnny 5th February, 2006 10:31 PM

I can minimize my ut + return without any problems.

And if you want to use the translated voices, ask the serveradmin to set:

bKickUnknownSound=false

EDIT: check this thread

hares 5th February, 2006 11:54 PM

Thanks, i will tell to the admin of the server. Bye :thumbup:

rob 27th February, 2006 01:46 AM

There seems to be a delay to download this version when connecting. The first time i tried it took like 30 seconds, and i have had similar complaints from others.

Any ideas?

Baiter 27th February, 2006 02:25 AM

Quote:

Originally Posted by rob
There seems to be a delay to download this version when connecting. The first time i tried it took like 30 seconds, and i have had similar complaints from others.

Any ideas?

Is this your server?

If so, do you have the file compressed and on a redirect?

If so, do you have your own or a public one?

rob 27th February, 2006 02:56 AM

I figured it out. I forgot to add the new [AnthCheckerS_v137.ACActor] section.

hav0x 27th February, 2006 01:37 PM


Linux client.
It works with the SDL driver but it aint even an option because of performance issues and the lack of ST3C.
Did someone forget to add the Linux openGL driver to anthchecker, or is it a server misconfiguration?
Oh and the file was *not* hacked or messed with in any way.

PizzaMan 1st March, 2006 07:41 AM

Im not sure if you saw my message on IRC, so Im posting it here.

I got this file --> GlideDrv.dll from a zp sa regular who has an old Voodoo card. AC kicks for it.

Can you please verify the file and add it to AC, thanks.

pLaYa 8th March, 2006 08:05 PM

Yeah i ended up disbling anthchecker.... it was kicking to many people... it kicks alot of linux clients like the gentoo portage v451 patch... etc.... i reported it a while back but i have no idea if it was added in or not....

Obsidian 8th March, 2006 11:30 PM

It's not the 451 patch but the bonuspack in portage that contains dodgy files. Same files are found on people having those simple bots.

hav0x 8th March, 2006 11:44 PM

Still ... My problem is with the render ...
:(
Surely, this is a problem to be addressed.

Baiter 24th March, 2006 05:05 AM

I'm getting alot of these today...

### - GUID Valid : True
### - KickType : 9
### - AnthChecker : v1.37 (Build 1)
### - Reason : Client loaded an illegal library! (hacked)
### - File : GNAT_1Ne.dll
### - Checksum : 3268bcb5a44114b3f93a966c009b0341
### - Ident : HACKED - Unknown Package


Can we get this version of GNAT Verified and added to the safelist?

Just_Me 24th March, 2006 06:17 AM

I wouldn't go to great lengths. Its going to be superseded very soon.

LeeBe 24th March, 2006 09:10 AM

Quote:

### - GUID Valid : True
### - KickType : 9
### - AnthChecker : v1.37 (Build 1)
### - Reason : Client loaded an illegal library! (hacked)
### - File : GNAT_1Ne.dll
### - Checksum : 3268bcb5a44114b3f93a966c009b0341
### - Ident : HACKED - Unknown Package
shouldnt unknown packages not be classed as hacked?

I wouldve thought only known hacked packages should say hacked

AnthraX 24th March, 2006 10:01 AM

AnthChecker works with a whitelist, not a blacklist. I'll change it so that the new/unknown gnat packages result in type 8 kicks.

AnthraX 24th March, 2006 10:02 AM

and hav0x, are you using gentoo? gentoo's portage got fucked up somehow. You should install the UTPG patch

hav0x 24th March, 2006 12:47 PM

ubuntu, iirc used the installer from liflg.org and the GOTY cd(s).
When i get the time i'll do a reinstall, dont play it that much as it is, my little brother keeps bothering me to solve the damn thing.

[BSC]MasterJohnny 26th March, 2006 04:54 PM

How can this client avoid this type of kick? (436 GOTY)
Code:

### - GUID Valid  :  True
### - KickType    :  3
### - AnthChecker :  v1.37 (Build 1)
### - Reason      :  Client failed to generate checksum
### - File        :  SGirlSkins
### - Status      :  T / T / F / F / F
### -------------------------------------------------------------


Acidbaby 28th March, 2006 12:51 AM

Anyone know what these might be? False positives?


-------------------------------------------------------------
### ANTHCHECKER - PLAYER KICK
### -------------------------------------------------------------
### - Player name : ****
### - Player IP : **********
### - Player OS : Windows
### - EngineVer : 436
### - RenderDev : Direct3D D3DDrv.dll
### - RenderVer : UT v436 D3D Renderer - Std/No Delta
### - RenderChksm : FE0656E088236E2F1F1D2195D0AF7040
### - RenderSize : 217088 bytes
### - TimeStamp : 23-03-2006 13:13:46
### ----------------- Additional information -----------------
### - GUID : lk^cvHJNJvIJDGJDIGGMvHIQJMQJLvG0783_-809673591
### - GUID Valid : True
### - KickType : 7
### - AnthChecker : v1.37 (Build 1)
### - Reason : Illegal checksum received (bytehack)!
### - File : FCommandoSkins
### - Checksum : 475732872
### - StdChecksum : -2056315743
### - FileSize : 5093279
### - Ident : HACKED - FCommandoSkins - Ref 1/Warez
### - Status : T / T / F / F / F
### -------------------------------------------------------------


-------------------------------------------------------------
### ANTHCHECKER - PLAYER KICK
### -------------------------------------------------------------
### - Player name : ****
### - Player IP : ************
### - Player OS : Windows
### - EngineVer : 432
### - RenderDev : Software Rendering SoftDrv.dll
### - RenderVer : Unknown Renderer
### - RenderChksm : 0BA2DF6DB18F90F0DEF53735E07136BC
### - RenderSize : 389120 bytes
### - TimeStamp : 23-03-2006 16:43:04
### ----------------- Additional information -----------------
### - GUID : XWJOb46:6b5603605339b49=63=49b68455_-1560062083
### - GUID Valid : True
### - KickType : 4
### - AnthChecker : v1.37 (Build 1)
### - Reason : Possible hack in renderdevice
### -------------------------------------------------------------


-------------------------------------------------------------
### ANTHCHECKER - PLAYER KICK
### -------------------------------------------------------------
### - Player name : ****
### - Player IP : *********
### - Player OS : Windows
### - EngineVer : 436
### - RenderDev : Direct3D D3DDrv.dll
### - RenderVer : UT v436 D3D Renderer - Std/No Delta
### - RenderChksm : FE0656E088236E2F1F1D2195D0AF7040
### - RenderSize : 217088 bytes
### - TimeStamp : 23-03-2006 17:51:37
### ----------------- Additional information -----------------
### - GUID : edW\oACGCoBA=@C=B@@FoB@JBAJDBo@9999_-1406051696
### - GUID Valid : True
### - KickType : 8
### - AnthChecker : v1.37 (Build 1)
### - Reason : Client loaded an illegal library! (possibly hacked)
### - File : SoftDrv.dll
### - Checksum : dcfa5939b7bf80c3f2d395cc06dda65a
### -------------------------------------------------------------

Baiter 28th March, 2006 01:47 AM

1. Ref1/Warez means its a downloaded copy of UT that hacked some hacked skins.

But this isnt something that the person knew downloading it. The hacked skins arent really bad or make that player have an advantage. Its just a shade of black on the opponents.

2. This is an unknown render. Could be a hack or maybe just a VERY rare render. Ask the player to send you the file and then you should send it to Anthrax for verification.

3. False Positive. This is currently a big in AnthChecker and Anthrax, the author, is working on a fix for it.

Acidbaby 28th March, 2006 10:21 AM

Thank You. I will get a copy of that renderer and forward it on.

scirmast 31st March, 2006 09:16 PM

Hello all. Recently I got kicked by AnthChecker (version 1.34) because I had intalled Thievery mod.

Illegal file: ThieveryMod.dll (hacked)

I own legal copy, and Thievery is a mod that brings multiplayer into the Thief world, not a hack.

Will this Checker kick me for all the dll files unknown to it?

kawaii 1st April, 2006 09:18 AM

Update to v1.37 first? And you can disable a lot of checks.

scirmast 1st April, 2006 01:36 PM

The server I was on was not mine, so I hold no power to what checks are run or what version is used.

Snarko 11th April, 2006 01:31 PM

I have problems connecting to quicknets ICTF server.
KickType: 6
AnthChecker: v1.37 (Build 1)
Illegal file: BossSkins (possibly hacked)

So I tried removing both files named BossSkins (one .int and one .utx). As a result the next time I connected I downloaded BossSkins.utx from the server. And then got kicked for the same reason as above.


Sometimes I get instead
KickType: 7
AnthChecker: v1.37 (Build 1)
Illegal file: Female2Skins (hacked)

So, I try removing Female2Skins.utx. I do not download that file and I get kicked for failing checksum on it.


I used v436 (with bonus packs).
I downloaded & installed v451B. Didn't help, got kicked for FCommandoSkins kicktype 7.
Any idea what's wrong and how to fix it?

Baiter 11th April, 2006 05:35 PM

Try connecting to my server and see if you can connect:

67.19.181.52


@Anthrax, did you find a fix for the 2 renders at the same time issue?

Snarko 12th April, 2006 12:04 AM

Quote:

Originally Posted by Baiter
Try connecting to my server and see if you can connect:

67.19.181.52

It kicks me for SGirlSkins (kicktype 7).

Baiter 12th April, 2006 03:40 PM

Quote:

Originally Posted by Snarko
It kicks me for SGirlSkins (kicktype 7).

### -------------------------------------------------------------
### ANTHCHECKER - PLAYER KICK
### -------------------------------------------------------------
### - Player name : Snarko
### - Player IP : *.*.*.*
### - Player OS : Windows
### - EngineVer : 451
### - RenderDev : Direct3D D3DDrv.dll
### - RenderVer : UT v451 D3D Renderer
### - RenderChksm : 94B120205D2BFB855B4B5B0400A75F62
### - RenderSize : 221184 bytes
### - TimeStamp : 11-04-2006 17:59:57
### ----------------- Additional information -----------------
### - GUID : baTYl>>?Al>=:=A:?==Cl?>GB?GA@l@B8962_-1871631501
### - GUID Valid : True
### - KickType : 7
### - AnthChecker : v1.37 (Build 1)
### - Reason : Illegal checksum received (bytehack)!
### - File : SGirlSkins
### - Checksum : 1363938422
### - StdChecksum : -1304844213
### - FileSize : 7226959
### - Ident : HACKED - SGirlSkins - Ref 1/Warez
### - Status : T / T / T / T / F / F
### -------------------------------------------------------------


This is what returns.

You downloaded your version of UT off a P2P...Didnt you?

Well, you can resolve this one of 2 ways. Either you have to buy UT and re-install it, or you can download for free and reinstall :P

http://www.clansda.com/modules.php?n...ewtopic&t=5663

Snarko 12th April, 2006 04:42 PM

Quote:

Originally Posted by Baiter
You downloaded your version of UT off a P2P...Didnt you?

Well, you can resolve this one of 2 ways. Either you have to buy UT and re-install it, or you can download for free and reinstall

http://www.clansda.com/modules.php?n...ewtopic&t=5663

I don't even remember how or when I got it :redface:

Thanks for the link, I'll try that.

AnthraX 12th April, 2006 06:31 PM

I don't have much time to work on the next version of anthchecker atm but if I get it done I'll add some more user-friendly kickmessages so that people know that they're being kicked because of a warez version of UT etc.

I didn't find a fix for the double renderdevice problem yet but I haven't really tried to find a fix either. The reason why I won't fix it is that this problem can be abused to load malicious code without getting detected. I won't give any more details about this but it certainly won't be "fixed". I'll just add a more user-friendly kickmessage again


All times are GMT +1. The time now is 11:07 AM.

 


All pages are copyright The Unreal Admins Page.
You may not copy any pages without our express permission.