what is panic exit and how does teleport work?

Posts 115 of 26 · Page 1 of 2
what is panic exit and how does teleport work?
hello

in some hacks there are panic exit and teleport

my questions are

- what is panic exit
- how can i use telport


greets
Panic Exit: Warrock.exe crashes (closes the game entirely) when a GM comes into spectate for any hackers. It basically prevents you from being caught hacking by the officials.

Teleport should be F8/F9
Quote Originally Posted by Ryuzaki777 View Post
Panic Exit: Warrock.exe crashes (closes the game entirely) when a GM comes into spectate for any hackers. It basically prevents you from being caught hacking by the officials.

Teleport should be F8/F9
Thanks never knew what that was....
Quote Originally Posted by ki11ordie View Post
Thanks never knew what that was....
It's typically a VIP-only hack, along with GM warning, but I guess it's starting to pop up in public hacks.
Panic will exit WR so if a GM joins your room you can get the f*** outta there very quick

Not sure if teleport is functional but it's one of my favorite hacks, great for power leveling
I don't think that "panic exit" is a good hack.

Because you could do this manually.
Cmon, panic exit is. when you use it, you will kill yourself. Like with bomb.
/
This is how teleport works <()>


Code:
if(CH_teleport == 1)
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
if(dwPlayerPtr != 0)
{
float PositionY = 0.0; float PositionX = 0.0;float PositionZ = 0.0;
	PositionX = *(float*)(dwPlayerPtr + OFS_X);
	PositionY = *(float*)(dwPlayerPtr + OFS_Y);
	PositionZ = *(float*)(dwPlayerPtr + OFS_Z);
  if(GetAsyncKeyState(VK_F10)&1){
		Telx = PositionX;
		Tely = PositionY;
		Telz = PositionZ;}
  if(GetAsyncKeyState(VK_F11)&1){ 
		*(float*)(dwPlayerPtr + OFS_X) = Telx;
		*(float*)(dwPlayerPtr + OFS_Y) = Tely;
		*(float*)(dwPlayerPtr + OFS_Z) = Telz;	 
}
}
}
The F11 key Teleport YOu to saved Location, F10 Save your Location 'Remember, this is is only in the map you saved the data, if you go to another map you'll be teleported to same cordinates but you will look something completly different, exampe: you save location in marien (Derbaran Base) you goto khali teleport & you teleport in the middle of nowhere,

OFS_Y,OFS_X,OFS_Z are de adresses, Those are needed.
Float are the Functions
Quote Originally Posted by AeroMan View Post
This is how teleport works <()>


Code:
if(CH_teleport == 1)
{
DWORD dwPlayerPtr = *(DWORD*)ADR_PLAYERPOINTER;
if(dwPlayerPtr != 0)
{
float PositionY = 0.0; float PositionX = 0.0;float PositionZ = 0.0;
	PositionX = *(float*)(dwPlayerPtr + OFS_X);
	PositionY = *(float*)(dwPlayerPtr + OFS_Y);
	PositionZ = *(float*)(dwPlayerPtr + OFS_Z);
  if(GetAsyncKeyState(VK_F10)&1){
		Telx = PositionX;
		Tely = PositionY;
		Telz = PositionZ;}
  if(GetAsyncKeyState(VK_F11)&1){ 
		*(float*)(dwPlayerPtr + OFS_X) = Telx;
		*(float*)(dwPlayerPtr + OFS_Y) = Tely;
		*(float*)(dwPlayerPtr + OFS_Z) = Telz;	 
}
}
}
The F11 key Teleport YOu to saved Location, F10 Save your Location 'Remember, this is is only in the map you saved the data, if you go to another map you'll be teleported to same cordinates but you will look something completly different, exampe: you save location in marien (Derbaran Base) you goto khali teleport & you teleport in the middle of nowhere,

OFS_Y,OFS_X,OFS_Z are de adresses, Those are needed.
Float are the Functions
lol Codes help him alot.
Like noobs will understand that

Some hacks use different hotkeys too, sometimes it can be the numpad
Lets invent new hack features
Quote Originally Posted by Snape View Post
Lets invent new hack features
ok xD

if(CH_WRADMIN == 1)
{
*(int*)(Adr_admin) = 1; /r now an official G1-Admin
}
Quote Originally Posted by AeroMan View Post
ok xD

if(CH_WRADMIN == 1)
{
*(int*)(Adr_admin) = 1; /r now an official G1-Admin
}
hmm, how about raining grenades? or mini soldier?/
Quote Originally Posted by Snape View Post


hmm, how about raining grenades? or mini soldier?/
Thats cool!


Soldiers Fight!
Well this helped because most hacks teleport don't tell you hotkeys :@ Fools lol.
Posts 115 of 26 · Page 1 of 2

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?