Vanish

Approved Vanish 1.0.1

No permission to download

Jakkee

Retired Staff
Retired Staff
Plugin Developer
Jul 28, 2014
1,465
932
113
Australia
Jakkee submitted a new resource:

Vanish - 100% Vanish + No foodsteps + No name tag! ESPers can not find you

Description:
Once you have typed /vanish you body stays where you were and you can walk around so ESPers can not see you, as your body is else where. Use /vanish again to teleport back to where you were.

Installation:
- Place into Python folder
- Reload/restart the server
- Done

Commands:
/vanish (Makes you vanish / unvanish)

To do:
None, Tell me in the discussions.

NOTE:
Teleporting, killing animals/players and opening doors/chests can be a little buggy...
Read more about this resource...
 

DreTaX

Probably knows the answer...
Administrator
Jun 29, 2014
4,093
4,784
113
At your house.
github.com
Jakkee submitted a new resource:

Vanish - 100% Vanish + No foodsteps + No name tag! ESPers can not find you



Read more about this resource...
What the hell.

Nice catch, I didn't know setting the health to 0 will make you invisible. Hah.

Anyways, just a note:

if len(args) >= 0:
and importing UnityEngine is unnecessary in this case.

Also, you might want to support ismod or Player.Admin instead of allowing everyone this :D
 

Snake

Moderator
Moderator
Jul 13, 2014
288
174
28
Nice one !

Have you tested it with all the hacks out there ?
 

maughanorama

Member
Member
Nov 27, 2014
181
10
18
50
im using it now, i dunno if it works whilst hacking i dont have hax, everyone in the server can run command though with no admin rights
 
Last edited:

Jakkee

Retired Staff
Retired Staff
Plugin Developer
Jul 28, 2014
1,465
932
113
Australia
What the hell.

Nice catch, I didn't know setting the health to 0 will make you invisible. Hah.

Anyways, just a note:

if len(args) >= 0:
and importing UnityEngine is unnecessary in this case.

Also, you might want to support ismod or Player.Admin instead of allowing everyone this :D
Completely forgot about making it admin only xD
Will update this and add your mod support :p
 
  • Agree
Reactions: DreTaX

h0wHigh

Retired Staff
Retired Staff
Aug 5, 2014
103
9
18
typing /vanish gives me this error.


[3/14/2015 10:12:32 AM] [Debug] [CHAT-CMD] "Antec" executed "/vanish"
[3/14/2015 10:12:32 AM] [Error] Traceback (most recent call last):
File "<string>", line 19, in On_Command
AttributeError: can't assign to read-only property Health of type 'Player'
 

Jakkee

Retired Staff
Retired Staff
Plugin Developer
Jul 28, 2014
1,465
932
113
Australia
typing /vanish gives me this error.


[3/14/2015 10:12:32 AM] [Debug] [CHAT-CMD] "Antec" executed "/vanish"
[3/14/2015 10:12:32 AM] [Error] Traceback (most recent call last):
File "<string>", line 19, in On_Command
AttributeError: can't assign to read-only property Health of type 'Player'
Using Fougerite 1.0.8?
 

Jakkee

Retired Staff
Retired Staff
Plugin Developer
Jul 28, 2014
1,465
932
113
Australia
Ahh yeah. Mike broke the Health property. You gotta alter the way with the Player.PlayerClient thing for now.
AttributeError: can't assign to read-only property health of type 'Controllable'