Page 1 of 2 12 LastLast
Results 1 to 15 of 26
  1. #1
    halllooo's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    2
    Reputation
    10
    Thanks
    0

    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

  2. #2
    Ryuzaki777's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    335
    Reputation
    8
    Thanks
    51
    My Mood
    Psychedelic
    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
    xfire: ulquiorra76



    Epic Signature is Epic.

  3. The Following User Says Thank You to Ryuzaki777 For This Useful Post:

    ki11ordie (06-30-2010)

  4. #3
    ki11ordie's Avatar
    Join Date
    Nov 2008
    Gender
    male
    Location
    Why you wanna know?
    Posts
    178
    Reputation
    10
    Thanks
    22
    My Mood
    Cool
    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....



    The only hack I use is skill (Just kiddin...)

    WarRock Owned By MPGH


  5. #4
    Ryuzaki777's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Posts
    335
    Reputation
    8
    Thanks
    51
    My Mood
    Psychedelic
    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.
    xfire: ulquiorra76



    Epic Signature is Epic.

  6. #5
    reaper's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    The Deep South
    Posts
    5,247
    Reputation
    58
    Thanks
    1,077
    My Mood
    Relaxed
    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

  7. #6
    Pagn's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    WarRock and C++ section
    Posts
    1,505
    Reputation
    32
    Thanks
    302
    My Mood
    Relaxed
    I don't think that "panic exit" is a good hack.

    Because you could do this manually.

  8. #7
    Snape's Avatar
    Join Date
    May 2008
    Gender
    male
    Location
    Hogwarts
    Posts
    13,888
    Reputation
    855
    Thanks
    3,033
    Cmon, panic exit is. when you use it, you will kill yourself. Like with bomb.
    /



  9. #8
    AeroMan's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Hell
    Posts
    3,291
    Reputation
    189
    Thanks
    3,049
    My Mood
    Busy
    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

  10. #9
    Snape's Avatar
    Join Date
    May 2008
    Gender
    male
    Location
    Hogwarts
    Posts
    13,888
    Reputation
    855
    Thanks
    3,033
    Quote Originally Posted by ikke0147 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.



  11. #10
    reaper's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    The Deep South
    Posts
    5,247
    Reputation
    58
    Thanks
    1,077
    My Mood
    Relaxed
    Like noobs will understand that

    Some hacks use different hotkeys too, sometimes it can be the numpad

  12. #11
    Snape's Avatar
    Join Date
    May 2008
    Gender
    male
    Location
    Hogwarts
    Posts
    13,888
    Reputation
    855
    Thanks
    3,033
    Lets invent new hack features



  13. #12
    AeroMan's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Hell
    Posts
    3,291
    Reputation
    189
    Thanks
    3,049
    My Mood
    Busy
    Quote Originally Posted by Cobra View Post
    Lets invent new hack features
    ok xD

    if(CH_WRADMIN == 1)
    {
    *(int*)(Adr_admin) = 1; /r now an official G1-Admin
    }

  14. #13
    dcrew10's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Manchester, England
    Posts
    448
    Reputation
    10
    Thanks
    285
    My Mood
    Happy
    Well this helped because most hacks teleport don't tell you hotkeys :@ Fools lol.
    C# (XNA) Coder


  15. #14
    Snape's Avatar
    Join Date
    May 2008
    Gender
    male
    Location
    Hogwarts
    Posts
    13,888
    Reputation
    855
    Thanks
    3,033
    Quote Originally Posted by ikke0147 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?/



  16. #15
    AeroMan's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Hell
    Posts
    3,291
    Reputation
    189
    Thanks
    3,049
    My Mood
    Busy
    Quote Originally Posted by Cobra View Post


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


    Soldiers Fight!

Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 51
    Last Post: 05-14-2011, 03:26 AM
  2. Replies: 6
    Last Post: 04-28-2011, 12:53 AM
  3. [Request Help]What is this hack and how can i get it
    By lewiscooper in forum WarRock - International Hacks
    Replies: 4
    Last Post: 04-06-2010, 03:37 PM
  4. What is your ISP and how fast?
    By omlan in forum General
    Replies: 18
    Last Post: 01-26-2010, 09:02 AM
  5. What's weapong hack and how do you use it?
    By Curse123 in forum CrossFire Hacks & Cheats
    Replies: 9
    Last Post: 06-13-2009, 09:11 AM