Page 1 of 7 123 ... LastLast
Results 1 to 15 of 91
  1. #1
    pikamew4's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Canada
    Posts
    157
    Reputation
    10
    Thanks
    37
    My Mood
    Devilish

    Post Working CA teleport HACK!

    Yeah... All you need is c++ 2010 or 2008 and being able 2 understand its concepts.

    So COPY PASTE the code I have here into ur C++ project wich should be a win32 app.


    [PHP]include <windows.h>
    #include <stdio.h>
    /*Creditz goes to headsup*/

    DWORD *PlayerIsInamge = (DWORD*)0xPLAYER_POINTER;

    int ArrayX[100];
    int ArrayY[100];
    int ArrayZ[100];

    int curx, cury, curz;
    int ArraySwitch=0, ArraySwitch2=0;

    DWORD X, Y, Z;

    DWORD WINAPI SaveTeleportCoor(LPVOID);
    DWORD WINAPI ArrayTeleport(LPVOID);

    BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
    if(dwReason == DLL_PROCESS_ATTACH)
    {
    CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)SaveTeleportCoor, NULL, NULL, NULL);
    CreateThread(NULL, NULL, (LPTHREAD_START_ROUTINE)SetTeleportCoor, NULL, NULL, NULL);
    }
    return TRUE;
    }

    DWORD WINAPI SetTeleportCoor(LPVOID)
    {
    for(;
    {
    if(*PlayerIsIngame)
    {
    X = ( /*Player Pointer*/ );
    X = *(DWORD*)X;
    X += 0x18c; //Offset X
    curx = *(int*)X;

    Y = ( /*Player Pointer*/ );
    Y = *(DWORD*)ab;
    Y += 0x194; //Offset Y
    cury = *(int*)Y;

    Z = ( /*Player Pointer*/ );
    Z = *(DWORD*)Z;
    Z += 0x190; //Offset Z
    curz = *(int*)Z;

    if(GetAsyncKeyState(VK_NUMPAD8)&1) // Saving Current Possition
    {

    ArrayX[ArraySwitch] = curx;
    ArrayY[ArraySwitch] = cury;
    ArrayZ[ArraySwitch] = curz;
    ArraySwitch++;
    Sleep(2);

    }
    }
    }
    return 0;
    }

    DWORD WINAPI ArrayTeleport(LPVOID)
    {
    for(;
    {
    if(GetAsyncKeyState(VK_NUMPAD1)&1) //Teleport Forward
    {

    DWORD *first = (DWORD*)X;
    *(int*)X = ArrayX[ArraySwitch2];
    DWORD *secound = (DWORD*)Y;
    *(int*)Y = ArrayY[ArraySwitch2];
    DWORD *third = (DWORD*)Z;
    *(int*)Z = ArrayZ[ArraySwitch2];
    Sleep(1);
    ArraySwitch2++;

    }
    if(GetAsyncKeyState(VK_NUMPAD2)&1) //Teleport Backward
    {

    ArraySwitch2--;

    DWORD *first
    DWORD *third = (DWORD*)Z;
    *(int*)Z = ArrayZ[ArraySwitch2];
    Sleep(1);
    }
    Sleep(21);
    }
    return 0;
    }[/PHP]

    And then compile it, then inject it WITH GOOD BYPASS (not included) in Engine.exe with PerX and ENJoY

    Thanks to: [MPGH] Headsup for the nice code working!!

  2. The Following 11 Users Say Thank You to pikamew4 For This Useful Post:

    Akisuzi (01-01-2010),Barnys (12-08-2009),CIA (12-07-2009),DJNoob (11-30-2009),ghettomix257 (01-29-2010),Hater101 (01-17-2010),headsup (11-30-2009),kundele (12-05-2009),playgames3 (01-01-2010),redline_v16 (06-16-2010),umar107 (12-11-2009)

  3. #2
    jahsha9907's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    42
    Reputation
    9
    Thanks
    5
    My Mood
    Amazed
    gonna test it

  4. #3
    Beamdagger's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Market Place
    Posts
    809
    Reputation
    -6
    Thanks
    45
    it dont work for me



    include <windows.h> is wrong

  5. #4
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    Quote Originally Posted by Beamdagger View Post
    it dont work for me



    include <windows.h> is wrong
    Try :
    Code:
    #include <windows.h>

  6. #5
    arrjack's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    42
    Reputation
    10
    Thanks
    1
    My Mood
    Sad

    i got an error..

    error C2153: hex constants must have at least one hex digit
    (6) : error C2059: syntax error : 'bad suffix on number'


    (6) : error C2146: syntax error : missing ';' before identifier 'PLAYER_POINTER'


    c(6) : error C4430: missing type specifier - int assumed. Note: C++ does not support default-int


    (25) : error C2065: 'SetTeleportCoor' : undeclared identifier


    (34) : error C2065: 'PlayerIsIngame' : undeclared identifier


    (36) : error C2059: syntax error : ')'


    (41) : error C2059: syntax error : ')'


    (42) : error C2065: 'ab' : undeclared identifier


    (46) : error C2059: syntax error : ')'

    (89) : error C2146: syntax error : missing ';' before identifier 'DWORD'

    help? i have windows compiler 2008 i added
    Code:
    #include <stdafx.h>
    because your supposed to with windows compilers right? what should i do to make the errors go away..

  7. The Following User Says Thank You to arrjack For This Useful Post:

    virusas007 (01-20-2010)

  8. #6
    hebrothers's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Posts
    155
    Reputation
    10
    Thanks
    33
    lol, hasnt this already been posted?

  9. #7
    Beamdagger's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Market Place
    Posts
    809
    Reputation
    -6
    Thanks
    45
    can some one tv me and tell me what is wrong

  10. #8
    Milk_Shake's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Posts
    51
    Reputation
    10
    Thanks
    2
    if this work ppl would of posyed a telaport hack

  11. #9
    randomnamekabe's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    In The Thread
    Posts
    3,682
    Reputation
    25
    Thanks
    624
    1>------ Build started: Project: Teleport Hack Test, Configuration: Debug Win32 ------
    1> Teleport Hack Test.cpp
    1>c:\users\seth\documents\visual studio 2010\projects\teleport hack test\teleport hack test\teleport hack test.cpp(9): error C2153: hex constants must have at least one hex digit
    1>c:\users\seth\documents\visual studio 2010\projects\teleport hack test\teleport hack test\teleport hack test.cpp(9): error C2059: syntax error : 'bad suffix on number'
    1>c:\users\seth\documents\visual studio 2010\projects\teleport hack test\teleport hack test\teleport hack test.cpp(9): error C2146: syntax error : missing ';' before identifier 'PLAYER_POINTER'
    1>c:\users\seth\documents\visual studio 2010\projects\teleport hack test\teleport hack test\teleport hack test.cpp(9): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int
    1>c:\users\seth\documents\visual studio 2010\projects\teleport hack test\teleport hack test\teleport hack test.cpp(28): error C2065: 'SetTeleportCoor' : undeclared identifier
    1>c:\users\seth\documents\visual studio 2010\projects\teleport hack test\teleport hack test\teleport hack test.cpp(37): error C2065: 'PlayerIsIngame' : undeclared identifier
    1>c:\users\seth\documents\visual studio 2010\projects\teleport hack test\teleport hack test\teleport hack test.cpp(39): error C2059: syntax error : ')'
    1>c:\users\seth\documents\visual studio 2010\projects\teleport hack test\teleport hack test\teleport hack test.cpp(44): error C2059: syntax error : ')'
    1>c:\users\seth\documents\visual studio 2010\projects\teleport hack test\teleport hack test\teleport hack test.cpp(45): error C2065: 'ab' : undeclared identifier
    1>c:\users\seth\documents\visual studio 2010\projects\teleport hack test\teleport hack test\teleport hack test.cpp(49): error C2059: syntax error : ')'
    1>c:\users\seth\documents\visual studio 2010\projects\teleport hack test\teleport hack test\teleport hack test.cpp(92): error C2146: syntax error : missing ';' before identifier 'DWORD'

  12. #10
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    same error.....

  13. #11
    R3V's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Well
    Posts
    3,923
    Reputation
    36
    Thanks
    331
    Fail Code...

    Mod Close/
    [IMG]https://i1052.photobucke*****m/albums/s455/Moshtixxx/chibi_sakura_miku_by_dav_19-d4stik3.png[/IMG]

  14. #12
    gotskillz's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    12
    Reputation
    10
    Thanks
    8
    this wont work there is no address for the player pointer

  15. #13
    IrepPa's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Hell
    Posts
    171
    Reputation
    10
    Thanks
    14
    My Mood
    Cold
    Testing right now.

    EDIT: Yeah i keep getting an error.
    shall suck my dick.

  16. #14
    headsup's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Pa
    Posts
    1,232
    Reputation
    8
    Thanks
    208
    My Mood
    Cynical
    Lol choob's and newbs and Fucking non c++ compliant members.. You still need to add a few Concept's. For real this works. Just needed a working bypass like pikamew04 stated.. Any way thank's pikamew04 you seem to be the only one to try and do anything with it.. Getting closer thought, keep trying

  17. #15
    Mhawk1's Avatar
    Join Date
    Feb 2009
    Gender
    male
    Posts
    66
    Reputation
    10
    Thanks
    1
    My Mood
    Cool
    Comes up with an error

Page 1 of 7 123 ... LastLast

Similar Threads

  1. Buying *working* and *undetectable* Hacks
    By major clucker in forum Trade Accounts/Keys/Items
    Replies: 1
    Last Post: 12-30-2007, 03:53 PM
  2. [Working] Adventure Quest Hack
    By Papaya in forum BattleOn Games Hacks, Cheats & Trainers
    Replies: 12
    Last Post: 08-15-2007, 04:55 AM
  3. (release)!!!marien teleport hack!!!!!!!!
    By prox32 in forum WarRock - International Hacks
    Replies: 8
    Last Post: 07-27-2007, 08:37 PM
  4. LVL 16 wr account + Working Bypass + Some hacks for a retail code
    By eusker03 in forum Trade Accounts/Keys/Items
    Replies: 2
    Last Post: 06-11-2007, 03:49 AM
  5. [Trade]Working bypass for Hacks
    By xxpagxx in forum WarRock - International Hacks
    Replies: 17
    Last Post: 05-21-2007, 01:11 PM

Tags for this Thread