Thumbs upTeleport

Posts 1–12 of 12 · Page 1 of 1
Teleport
[COLOR="#FF0000"]
Code:
#include <Windows.h>
float X[4], Y[4], Z[4];

void Teleport()
{
	while(1)
	{
if (GetAsyncKeyState(VK_UP)) //Teleport

 {
  
 X[0] = *(float*)(*(DWORD*)(0x00A249F4) + 0x0);
 X[1] = *(float*)(*(DWORD*)(0x00A249F4) + 0x8);
 Y[0] = *(float*)(*(DWORD*)(0x00A249F4) + 0x10);
 Y[1] = *(float*)(*(DWORD*)(0x00A249F4) + 0x18);
 Z[0] = *(float*)(*(DWORD*)(0x00A249F4) + 0x20);
 Z[1] = *(float*)(*(DWORD*)(0x00A249F4) + 0x28);
 }
 
 if (GetAsyncKeyState(VK_RIGHT))

 {
 *(float*)(*(DWORD*)(0x00A249F4) + 0x0)  = X[0];
 *(float*)(*(DWORD*)(0x00A249F4) + 0x8)  = X[1];
 *(float*)(*(DWORD*)(0x00A249F4) + 0x10) = Y[0];
 *(float*)(*(DWORD*)(0x00A249F4) + 0x18) = Y[1];
 *(float*)(*(DWORD*)(0x00A249F4) + 0x20) = Z[0];
 *(float*)(*(DWORD*)(0x00A249F4) + 0x28) = Z[1];
 }

 if (GetAsyncKeyState(VK_DOWN))

 {
 X[2] = *(float*)(*(DWORD*)(0x00A249F4) + 0x0);
 X[3] = *(float*)(*(DWORD*)(0x00A249F4) + 0x8);
 Y[2] = *(float*)(*(DWORD*)(0x00A249F4) + 0x10);
 Y[3] = *(float*)(*(DWORD*)(0x00A249F4) + 0x18);
 Z[2] = *(float*)(*(DWORD*)(0x00A249F4) + 0x20);
 Z[3] = *(float*)(*(DWORD*)(0x00A249F4) + 0x28);
 }
 
 if (GetAsyncKeyState(VK_LEFT))

 {
 *(float*)(*(DWORD*)(0x00A249F4) + 0x0)  = X[2];
 *(float*)(*(DWORD*)(0x00A249F4) + 0x8)  = X[3];
 *(float*)(*(DWORD*)(0x00A249F4) + 0x10) = Y[2];
 *(float*)(*(DWORD*)(0x00A249F4) + 0x18) = Y[3];
 *(float*)(*(DWORD*)(0x00A249F4) + 0x20) = Z[2];
 *(float*)(*(DWORD*)(0x00A249F4) + 0x28) = Z[3];
 }
 Sleep(1);
}
}

BOOL WINAPI DllMain ( HMODULE hModule, DWORD dwReason, LPVOID lpvReserved)
{
    if (dwReason == DLL_PROCESS_ATTACH ) {
        CreateThread (0,0, ( LPTHREAD_START_ROUTINE ) Teleport, 0,0,0);
    }
    return 1;
}
╔═.♥.══╗
Credits
╚══.♥.═╝
✎ @C0DEBREAKER
✎ @viinnyAndRoots
✎ @HaXiNgRuLeZ
Nice source code .. everyone can be hacker now hahaha
need edit anything? just copy paste? i am using visual studio community 2015
Quote Originally Posted by alvis44 View Post
need edit anything? just copy paste? i am using visual studio community 2015
yep update the address
guys what the hot key for the code

- - - Updated - - -

sorry i am noob but how
Quote Originally Posted by jeffersoncat02 View Post
guys what the hot key for the code

- - - Updated - - -

sorry i am noob but how
read the code here GetAsyncKeyState VK_UP
i dont understand can u do a totorial ? please i dont know how to read it sorry

- - - Updated - - -

ok nvm i understand already i did some research sorry for trouble u ty love u hehe

- - - Updated - - -

is there link for visual studio download because i downloaded it take 2 hour already it haven download yet to my desktop
all i need to do is paste at main and create dll? or this source is outdated?
Quote Originally Posted by Aiman View Post
all i need to do is paste at main and create dll? or this source is outdated?
Outdated .
is it detected ?

- - - Updated - - -

how to update the address sorry i am noob
Quote Originally Posted by jeffersoncat02 View Post
is it detected ?

- - - Updated - - -

how to update the address sorry i am noob

Thats only source , need to update address urself .
how to update address ?

- - - Updated - - -

can u show me some screen shots?
Posts 1–12 of 12 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?