#Need help from an advanced scripter

1 messages · Page 1 of 1 (latest)

snow gulch
#

Im on a project and at the time im facing some pretty specific problems.The problem is that i need to maintain an tweeninfo secure from exploiters, but the tweeninfo must be changable from the server and only happen in the client

wicked tigerBOT
#

studio** You are now Level 1! **studio

near hazel
snow gulch
#

The problem is that i need to maintain an tweeninfo secure from exploiters, but the tweeninfo must be changable from the server and only happen in the client

near hazel
#

Well tween info is... let's be honest, basically useless information for exploiters. It just tween behaviour, I cannot think of any way tween info can be used to exploit, unless you use it as a cooldown for something. Which would be weird

violet citrus
snow gulch
#

The system im doing its like the minigame on dig,i use the tween to move the bar up and down, the player needs to click when the bar passes on top of a green area

#

so the manipulating the tween would be useful for the exploiter

violet citrus
#

Its a timing problem, they could just trigger a click when the bar is in the right spot

#

I would try and implement some sanity checks on the server, for example, detect if the point they click at is always identical

#

I wouldn't ban/kick just off that, since someone could just be really skilled, but it can provide you with another metric for if the player is suspicious

snow gulch
#

There is the problem, the green area moves to a random spot inside of an bigger area everytime you click on the right time

#

i think i just gonna change the minigame

violet citrus
snow gulch
#

I think so

#

cuz the newpos calculations are in the client

#

and the insidearea thing too

violet citrus
#

Even if you do all the logic on the server, you still have to show the client the positions of the bar and the green thing.

snow gulch
#

two things that they could do, mess with the calculation to make the green area dont teleport and change the tween speed to 0 when the bar passes on top of the green area