How to: Teleport menu

User Tag List

Results 1 to 2 of 2
  1. #1
    Pickled's Avatar Active Member
    Reputation
    33
    Join Date
    Jul 2008
    Posts
    78
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How to: Teleport

    Yo, heres a quick and dirty guide on how to begin to make yer own teleporter

    Assuming you have an understanding of C++ and are able to inject your own dll and/or grab the player object and simply find the offsets from the class structure and do it yer own way (WPM/RPM for the beginners..)

    I just got the game today to see what the current state of play is - so I might write up a lame Teleporter app for free with way points for those that don't understand this post...

    Ok first of all we need to aquire the "Player Object" from the game, I'll just provide it for you here.

    If you wan't to know how to find this then don't hesitate to ask me in MIRC


    Code:
    //(Static Data P-Pointer as of 27/09 client - Player data)
    
    #define WAR_PLAYER_OBJECT 0xC6CD90 
    
    //Assuming you are injected into this process
    
    class WAREntity
    {
    private:
    	void* vtable;	//vtable entries
    	BYTE unk1[0x20];    //id and other shit
    
    	float X;	//You can set this to whatever you like to warp there
    	float Y;	//You can set this to whatever you like to warp there
    	float Z;	//You can set this to whatever you like to warp there
    
    	float dX;	
    	float dY;		//Buffers for the game you don't need to touch
    	float dZ;	
    
    	BYTE unk2[0xc];      //Empty Entries
    
    	float Heading; //You can alter your heading here too (radians)
    public:
    	void WarpMeTo(float X, float Y, float Z)
    	{
    		this->X = X;
    		this->Y = Y;
    		this->Z = Z;
    	}	
    	
    	void SetHeading(float rad)
    	{
    		//rad = absf(rad % (2*pi)); to be sure ;)
    		this->Heading = rad;
    	}
    };
    
    
    //Example: how to warp anywhere you like
    WAREntity** ppPlayer = (WAREntity**) WAR_PLAYER_OBJECT;
    (*ppPlayer)->WarpMeTo(x,y,z);
    PS: Punkbuster isn't doing shit currently, guess they are waiting for some hax to appear
    first before they do anything.

    Next up, how to GHOST + SpeedHacking...

    :wave:

    http://www.mmo-xray.com { ISXAOC extension for Innerspace }
    Last edited by Pickled; 09-27-2008 at 07:40 AM.

    How to: Teleport
  2. #2
    Pickled's Avatar Active Member
    Reputation
    33
    Join Date
    Jul 2008
    Posts
    78
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Incase you already had the Kernel services installed from a previous game, they aren't actually installed by the Mythic installer either.... yet.

Similar Threads

  1. How to teleport to Hyjal! (Real WoW)
    By Greeko in forum World of Warcraft Guides
    Replies: 38
    Last Post: 04-15-2008, 02:23 PM
  2. [Common Sense] How to teleport while your dead.
    By dude891 in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 02-28-2008, 09:42 AM
  3. Does anybody know how to teleport hack without D/C
    By vivec45 in forum World of Warcraft General
    Replies: 0
    Last Post: 08-03-2007, 09:04 PM
  4. How to buy skills and teleport back to where you were.
    By eldorien in forum World of Warcraft Exploits
    Replies: 16
    Last Post: 03-08-2007, 08:58 PM
  5. How to earn 5000g/day, to make it easier with an teleport hack
    By Blasted in forum World of Warcraft Bots and Programs
    Replies: 3
    Last Post: 11-18-2006, 12:14 PM
All times are GMT -5. The time now is 10:18 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search