[CLEO] ANTI-SPECTATE

Status
Not open for further replies.

sharasko

Member
Joined
May 11, 2016
Messages
6
Reaction score
0
* Name of the mod (if the mod doesn't exist, you don't have to tell one): Seen somewhere.
* Where you saw it (not the server, we mean if you saw any videos/screenshots about it or not): My friend used to have it, but got deleted.
* What do you want (the most important part, explain this carefully) So it's simple - a cleo that doesn't let admins spectate you. If possible, it could be activatable.
* Details (add more details to your request) [size=x-small]whenever an administrator tries to spectate a player that has the cleo activated the administrator wouldn't see anything while spectating the player[/size]
* On/off key (specify it) command /offpzu, /onpzu.
 

mistery

Well-known member
Joined
Apr 23, 2014
Messages
262
Reaction score
5
invisible.cs
when admin spec u he will see a random landscape with a bridge ( if i remember well )
 

hnnjj

Member
Joined
Aug 24, 2016
Messages
15
Reaction score
0
Location
Earth
Code:
:SendFakeSpecSync
Actor.StorePos($PLAYER_ACTOR, 0@, 1@, 2@)
alloc 3@ 18
0C0D: struct 3@ offset 0 size 2 = 0 // sLeftRightKeys;
0C0D: struct 3@ offset 2 size 2 = 0 // sUpDownKeys;
0C0D: struct 3@ offset 4 size 2 = 0 // sKeys;
0C0D: struct 3@ offset 6 size 4 = 0@ //fPosition[X];
0C0D: struct 3@ offset 10 size 4 = 1@ // fPosition[Y];
0C0D: struct 3@ offset 14 size 4 = 2@ //fPosition[Z];
0B3D: raknet 4@ = new_bit_stream 
0B40: raknet bit_stream 4@ write 212 type 0 size 1
0B40: raknet bit_stream 4@ write 3@ type 5 size 18 
0B8B: raknet send bit_stream 4@                 
0B3E: raknet delete_bit_stream 4@
free 3@
ret 0

Here you go.
 

sharasko

Member
Joined
May 11, 2016
Messages
6
Reaction score
0
hnnjj said:
Code:
:SendFakeSpecSync
Actor.StorePos($PLAYER_ACTOR, 0@, 1@, 2@)
alloc 3@ 18
0C0D: struct 3@ offset 0 size 2 = 0 // sLeftRightKeys;
0C0D: struct 3@ offset 2 size 2 = 0 // sUpDownKeys;
0C0D: struct 3@ offset 4 size 2 = 0 // sKeys;
0C0D: struct 3@ offset 6 size 4 = 0@ //fPosition[X];
0C0D: struct 3@ offset 10 size 4 = 1@ // fPosition[Y];
0C0D: struct 3@ offset 14 size 4 = 2@ //fPosition[Z];
0B3D: raknet 4@ = new_bit_stream 
0B40: raknet bit_stream 4@ write 212 type 0 size 1
0B40: raknet bit_stream 4@ write 3@ type 5 size 18 
0B8B: raknet send bit_stream 4@                 
0B3E: raknet delete_bit_stream 4@
free 3@
ret 0

Here you go.

Could you make it to a .cs file? I don't know how to
 
Status
Not open for further replies.
Top