Results 1 to 1 of 1
  1. #1
    Megafires
    Megafires is offline
    Inactive
    Join Date
    2018 Sep
    Posts
    3
    Thanks Thanks Given 
    0
    Thanks Thanks Received 
    0
    Thanked in
    0 Posts
    Rep Power
    0

    [HELP] Aika teleport

    i want to create a teleport hack, so i know that i have to study a lot, but i'm trying, anyone can help me?
    i'm new in this world of programing, so i will post the code that i write, if can you say me if is correct or no i thank you.

    the code that i make:
    Code:
    #include <windows.h>
    #include <iostream>
    #include <cstdlib>
    using namespace std;
    
    int main()
    {
        HWND FindPlace = FindWindow(0,"AikaClient");
        DWORD ReceiveAddresx;
        DWORD ReceiveAddresy;
        GetWindowThreadProcessId(FindPlace,&ReceiveAddresx);
        HANDLE openP = OpenProcess(PROCESS_ALL_ACCESS,false,ReceiveAddresx);
        int cordX = (99999);//colocar a coordenada
        DWORD Byte = sizeof(cordX);
        GetWindowThreadProcessId(FindPlace,&ReceiveAddresy);
        HANDLE openP2 = OpenProcess(PROCESS_ALL_ACCESS,false,ReceiveAddresy);
        int cordY = (99999);//colocar a coordenada
        DWORD Byte1= sizeof(cordY);
        if(WriteProcessMemory(openP,(LPVOID)0x00000/*colocar address*/:,&cordX,Byte,0)&&WriteProcessMemory(openP,(LPVOID)0x00000/*colocar address*/,&cordY,Byte1,0)){
            cout<<"ok";}
            else{
            cout<<"not ok";}
    
    
        return 0;
    }

Similar Threads

  1. [Hack] Teleport - Aika BR/EN/RU/HN
    By PirulitoDeUva in forum Aika Bots, Hacks, Cheats
    Replies: 16
    Last Post: 2022-06-01, 01:04 AM
  2. [Help] Aika Teleport Nation Patched????
    By axlguns in forum Aika Online
    Replies: 0
    Last Post: 2012-08-21, 09:15 PM
  3. [Release] Aika Nation Teleport Hack
    By rodoxfnx in forum Aika Bots, Hacks, Cheats
    Replies: 20
    Last Post: 2012-08-15, 12:55 PM

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •