CLEO Help "Strong" ObjectFinder

CLEO related
Status
Not open for further replies.

Djordjevicc

New member
Joined
Jul 15, 2019
Messages
4
Reaction score
0
Is it possible to make ObjectFinder.cs that scan by id and to be able to scan whole map not just near your location?
And if that hack already exist be nice and paste link. Ty
 

monday

Expert
Joined
Jun 23, 2014
Messages
1,127
Solutions
1
Reaction score
158
Python:
math.ceil(6000 / (math.sqrt(2) * 300)) ** 2

# output = 225

The map is 6000x6000 units (let's say meters).
Let's assume streamed-in zone has radius of 300 meters (meaning the square streamed-in zone is sqrt(2) multiplied by 300 so 424x424 meters).
So you could spawn 225 bots covering the whole map, each bot would send the information to the server hosted by you, the server would send all this info to you.

Imagine this on a server with a typical average of 50 players online xD

You could make the bots move, or teleport as mentioned by user88, this way you'd need less bots but still, not worth the hassle in my opinion:p
 
Status
Not open for further replies.
Top