You are an unregistered user, you can register here
Navigation

Information

Site

Donations
If you wish to make a donation you can by clicking the image below.


 
Go Back   The Unreal Admins Page > Forums > Hosted Forums > UTPure > UTPure - Client Side Hack Protection > General Anti-Cheat Discussion

Reply
Thread Tools Display Modes
  #21  
Unread 18th June, 2003, 07:05 AM
Iron-Maiden
 
Posts: n/a
Default

Quote:
Originally posted by DeadMeat
Acording to one of my clan buds, the bug is embedded in the chat avatar picture.  So a quick client side fix is to turn off the chat box option in your UT settings.  This prevent the display of the avatar (character picture).

|LCN|DeadMeat

The problem is that the most people don't know how do it, so is better a server side solution.
For me the patch work fine, after the installation i don't have see still the problem

cya
Reply With Quote
  #22  
Unread 9th July, 2003, 10:36 PM
pizzaboy79
 
Posts: n/a
Default

normal players be sure to get the d3d clientside fix here: http://users.rcn.com/desiato/Soldierskins.zip . and yes i'll b emaking a new version to fix those accessed nones.
Reply With Quote
  #23  
Unread 19th July, 2003, 06:20 AM
pizzaboy79
 
Posts: n/a
Default

well most of you were complaining about some Accessed Nones, so i finally got around to checking my code. Here's one w/o any access none's hopefully .
Reply With Quote
  #24  
Unread 19th July, 2003, 11:55 AM
TNSe
 
Posts: n/a
Default

This is constructive criticism pizzaboy

First of all, you should try to avoid using ForEach ... in a tick...

You should use the Level.PawnList.
instead of
Code:
ForEach AllActorcs(Class'Pawn',p)
use
Code:
for (P = Level.PawnList; P != None; P = P.NextPawn)
You could also probably use the Mutator.ModifyPlayer instead of Tick (ModifyPlayer is called right after spawning the player).
It is possible that you could stop it as early as in ModifyLogin. (Look at the passed options), didn't check this atm tho.

I will probably change the entire skin system in close future, to not allow any custom mixing at all unless server allows.
Reply With Quote
  #25  
Unread 19th July, 2003, 08:18 PM
pizzaboy79
 
Posts: n/a
Default

one of the reasons i picked tick was all those skinhacks that allow you to change your skin mid-game. i never did check if PURE or UTPG stopped this, but i just did this to be safe for now. i need to completely recode this when i have time, it does have many bad ways it checks. And how is foreach any different than the for statement you pasted?
Reply With Quote
  #26  
Unread 19th July, 2003, 08:48 PM
TNSe
 
Posts: n/a
Default

ForEach goes through *every* actor in the map.

try doing
ForEach AllActors(Class'Actor',A) actorcount++;

even tho you specify Class'Pawn', it still has to go through all the actors, then verify that it is a pawn, and based on that, it gives you the pawn.
Reply With Quote
  #27  
Unread 19th July, 2003, 08:50 PM
pizzaboy79
 
Posts: n/a
Default

ah ok
Reply With Quote
  #28  
Unread 20th July, 2003, 02:49 AM
pizzaboy79
 
Posts: n/a
Default

aight, here's hopefully my final one as i don't see this project on my priority list anymore . You can use the clientside fix or hopefully the next PURE will block it.
Reply With Quote
  #29  
Unread 28th July, 2003, 07:20 AM
Iron-Maiden
 
Posts: n/a
Default

What is this :

NoD3DCrash DM-Castle-Wars-Final.NoD3DCrash0 (Function NoD3DCrash.NoD3DCrash.CheckPlayerSkin:004A) Accessed None

i've install the last u script, all server log are like this
Reply With Quote
  #30  
Unread 28th July, 2003, 01:23 PM
]KiK[-NuFF$@iD
 
Posts: n/a
Default

i gave tnse an error free version of this type of mod ,maybe he will host it somewhere who knows ,as i have no space to upload the file too.

ask him nice he may share
Reply With Quote
  #31  
Unread 29th July, 2003, 05:46 AM
pizzaboy79
 
Posts: n/a
Default

i'm usually shootin' in the dark anyway, i don't see these accessed none's on my servers :/.
Reply With Quote
  #32  
Unread 30th July, 2003, 06:45 PM
puntloos
 
Posts: n/a
Default

Quote:
Originally posted by '
KiK[-NuFF$@iD']i gave tnse an error free version of this type of mod  ,maybe he will host it somewhere  who knows ,as i have no space to upload the file too.

ask him nice he may share
TNSe: Nice?

(mental note: should stop being too literal)

Nuffsaid: If you email it to me Id be happy to host it.... And incidentally did you get my other email? (2-3 weeks ago at least?) No comment?
Reply With Quote
  #33  
Unread 7th December, 2009, 10:51 AM
Danjun Danjun is offline
Forum Newcomer
 
Join Date: Dec 2009
Posts: 1
Default

Sorry, have to bump.. can anyone tell me.. where I can find this now? :s

I can't seem to download it from the posts of Pizza.. I think it was removed or somethin..?

Thanks in advance..
Reply With Quote
  #34  
Unread 7th December, 2009, 12:46 PM
medor medor is offline
Holy Shit!!
 
Join Date: Nov 2006
Location: France
Posts: 1,845
Default

http://unrealtournament.99.free.fr/u...NoD3DCrash.zip
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 08:03 AM.


 

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