Hack or program make me invisible ?

Status
Not open for further replies.

o0ops

Member
Joined
May 26, 2013
Messages
6
Reaction score
0
if i enter in house and teleport out, all playeri can`t see me and i can make anything but i can`t see players and players can`t see me.

it`s possible that the admins looks at me to appear in house ?
i am "Arms Dealer" on rpg server and i want to make materials with teleport hack, if admin gave "rcon" on me, i want to appear in house :-? :-?:-? ...


Sorry for my bad english :mrgreen: :mrgreen::mrgreen:
 

xzytro

God
Joined
Apr 1, 2013
Messages
2,294
Reaction score
7
I don't think it's possible. There is one thing that makes you invisible, but your blip on minimap will still be there. What's more, even with that invisible maker mod, if an admin does /spec, he will see you.

Try to download a sobeit version, and disable on foot data.
 

25GHz

Active member
Joined
Feb 19, 2013
Messages
167
Reaction score
0
lol :D :D:D
you can't just "disappear" from rcon(remote console) players connected list, without actually leaving the server.
and just like xzytro said, if an admin does /spec, he will see you.

but you talked about an interesting bug, when you get into a house and then teleport.
most of people doesn't actually know about this, but here is the explanation to this:

when you're outside, your interior id is usually 0.
when you get into a house, you change this id.
but when you teleport, you doesn't set your interior id back to 0,
so basically, you're like in "another dimension", what may turn you invisible.
(you can see the interior id you are at sobeit draw bar(between the coords and the FPS info)).

so, how to set this id:
0xB72914
just change the value of this address with the value of the interior id(int(decimal(of course :) :):) ))).
like this:
Code:
*(uint32_t*)0xB72914 = (uint32_t)1;

//or this:
int id = 1; //put the value you want.
*(uint32_t*)0xB72914 = (uint32_t)id;
 

xzytro

God
Joined
Apr 1, 2013
Messages
2,294
Reaction score
7
[...]
so basically, you're like in "another dimension", what may turn you invisible.
[...]
Right, and of course, when you change your interior, you will get invisible from players' eyes, but they will be invisible for you too. However no matter how much you change the interior, admin /spec will always see you.
 
Status
Not open for further replies.
Top