teleport hack clases in c++ for 1.2.0 menu

User Tag List

Results 1 to 3 of 3
  1. #1
    the1domo's Avatar Active Member
    Reputation
    50
    Join Date
    Jan 2012
    Posts
    129
    Thanks G/R
    0/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    teleport hack clases in c++ for 1.2.0

    swtor.exe + 0x1095F64 + 0x2FC + 0x16C + 0x6C + 0x2C = X/10, float, teleport
    swtor.exe + 0x1095F64 + 0x2FC + 0x16C + 0x6C + 0x30 = Z/10, float, teleport
    swtor.exe + 0x1095F64 + 0x2FC + 0x16C + 0x6C + 0x34 = Y/10, float, teleport


    Code:
    class pUnknown1;
    class c_Unknown2;
    class c_Unknown3;
    class pLocal;
    
    class pUnknown1
    {
    public:
    	char unknown0[764]; 	//0x0000
    	c_Unknown2* c_Unknown2; //0x02FC
    }
    
    class c_Unknown2
    {
    public:
    	char unknown0[364]; 	//0x0000
    	c_Unknown3* c_Unknown3; //0x016C
    }
    
    class c_Unknown3
    {
    public:
    	char unknown0[108]; 	//0x0000
    	c_Unknown4* c_Unknown4; //0x006C
    }
    
    class pLocal;
    {
    public:
    	char unknown0[44]; 	//0x0000
    	float X; 		//0x002C
    	float Z; 		//0x0030
    	float Y; 		//0x0034
    	char unknown56[4]; 	//0x0038
    	float ID0EBC6E38; 	//0x003C
    	char unknown64[16]; 	//0x0040
    	float ID0EBB31B8; 	//0x0050
    	char unknown84[4]; 	//0x0054
    	float ID0EBB3CB8; 	//0x0058
    	char unknown92[20]; 	//0x005C
    	float ID0EBB3DB8; 	//0x0070
    	char unknown116[4]; 	//0x0074
    	float ID0EBC13B8; 	//0x0078
    	char unknown124[128]; 	//0x007C
    	float ID0EBB40B8; 	//0x00FC
    	float ID0EBB5238; 	//0x0100
    	float ID0EBB52B8; 	//0x0104
    }

    to user
    Code:
    		DWORD swtor = (DWORD)GetModuleHandle("swtor.exe");
    		c_unknown1* pUnknown1 = (c_unknown1*)(DWORD)(*(DWORD*)(swtor + 0x1095F64));
    
                    float x = pUnknown1->c_unknown2->c_unknown3->pLocal->X;
    
    			if( GetAsyncKeyState(VK_NUMPAD8) )
    			{
    				pUnknown1->c_unknown2->c_unknown3->pLocal->X = x + 0.0005f;
    			}
    Last edited by the1domo; 04-27-2012 at 08:29 PM.

    teleport hack clases in c++ for 1.2.0
  2. #2
    rootmasteruk's Avatar Corporal
    Reputation
    14
    Join Date
    Feb 2012
    Posts
    32
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nicely done.

  3. #3
    viralend's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    3
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thanks for posting this. I don't do this much anymore, but to anyone unfamiliar with building the interface, here are a couple tips:
    You'll want to move the camera as well if you want it to update immediately instead of waiting for you to move the camera with your mouse. I used 80,84, and 88 as offsets for that, but I'm guessing FC,100, and 104 do the same thing?

    Also, Offsets 50 and 58 represent the angle your character is facing (from the y axis and x axis respectively), so you should be able to "Step forward" using this.
    Code:
    float x = pUnknown1->c_unknown2->c_unknown3->pLocal->X;
    float y = pUnknown1->c_unknown2->c_unknown3->pLocal->X;
    float angleY = pUnknown1->c_unknown2->c_unknown3->pLocal->ID0EBB31B8;
    float angleX = pUnknown1->c_unknown2->c_unknown3->pLocal->ID0EBB3CB8;             
    
    if( GetAsyncKeyState(VK_NUMPAD1) )             
    {   
                                pUnknown1->c_unknown2->c_unknown3->pLocal->X = x + (0.0005f * angleX);
                                pUnknown1->c_unknown2->c_unknown3->pLocal->Y = y + (0.0005f * (angleY* -1.0f));            
     }
    I haven't compiled or tested this code, so if anyone sees an error, feel free to let me know and I'll fix it.

Similar Threads

  1. [Buying] key for teleport hack
    By tonykiller999 in forum World of Warcraft Buy Sell Trade
    Replies: 1
    Last Post: 08-17-2012, 03:04 PM
  2. Need free Fly/Speed/Teleport hack for private server
    By TradePrince in forum WoW Bots Questions & Requests
    Replies: 2
    Last Post: 08-07-2012, 09:20 AM
  3. teleport hack clases for c++
    By the1domo in forum SWTOR Hacks
    Replies: 1
    Last Post: 01-28-2012, 11:07 AM
  4. Search Fly/speed/teleport Hack for 1.12.1 Vanilla Server
    By monstercraft in forum WoW Bots Questions & Requests
    Replies: 3
    Last Post: 06-26-2011, 09:33 PM
  5. Teleport hack for stratholme?
    By Infernous in forum World of Warcraft General
    Replies: 13
    Last Post: 05-01-2007, 11:38 AM
All times are GMT -5. The time now is 07:09 AM. 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