Page 1 of 8 123 ... LastLast
Results 1 to 15 of 118
  1. #1
    headsup's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Pa
    Posts
    1,232
    Reputation
    8
    Thanks
    208
    My Mood
    Cynical

    Code For Teleport!!

    Ok this is what i have been using to teleport, (I evan made a walling bot this way) So fuck with it if you will.. This work's, And also if you do not understand this do not reply or pm me.. You must have a knowledge of c++ or another computer language.. Also you will need a working bypass for this, Maybe i get time i will post a source code to 1..
    So here it is and thank me!!!!!
    Ok User1 Is not a fucking noob..


    Code:
    #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*)X;
         *(int*)X = ArrayX[ArraySwitch2];
         DWORD *secound = (DWORD*)Y;
         *(int*)Y = ArrayY[ArraySwitch2];
         DWORD *third = (DWORD*)Z;
         *(int*)Z = ArrayZ[ArraySwitch2];
         Sleep(1);
          }
          Sleep(21);
       }
       return 0;
    }

    Have fun!!!
    Last edited by headsup; 10-26-2009 at 07:54 PM.

  2. The Following 15 Users Say Thank You to headsup For This Useful Post:

    andrewgammill (12-12-2009),anshansh (11-05-2009),chris744 (11-15-2009),curtis700 (11-15-2009),DamonZaphod (11-11-2009),debohax (10-28-2009),hopefordope (12-25-2009),Katie_Perry (10-28-2009),lilballer328 (11-13-2009),LivingDeath62 (11-22-2009),losete (12-10-2009),qentiz13 (10-28-2009),sniper672 (11-20-2009),why06 (10-26-2009),xTMx (11-16-2009)

  3. #2
    -James's Avatar
    Join Date
    Nov 2008
    Gender
    male
    Location
    MEETING TRUNKY ON XBOX. OH WAIT, HE DOESNT HAVE IT
    Posts
    4,942
    Reputation
    41
    Thanks
    817
    My Mood
    Bashful
    Are you sure this works?

    Im not 100% casue im still looking for a c++ tutor....

    But idunno

  4. #3
    satindemon4u's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    1,190
    Reputation
    12
    Thanks
    260
    My Mood
    Lonely
    Wow. If that really does work you could have something there. You should contact someone about making into a full blown hack. Unless you know how to do that your self. :O
    [IMG]https://i252.photobucke*****m/albums/hh39/satindemon4u/SupersigBitch.jpg[/IMG]

    [IMG]https://i252.photobucke*****m/albums/hh39/satindemon4u/oneday.png[/IMG]


    Click here for free VIP, XP hacks, and FREE NX!(legit)

    [IMG]https://i252.photobucke*****m/albums/hh39/satindemon4u/fuckoff.png[/IMG]




    [IMG]https://www.acidplane*****m/components/embedfile.asp?asset=1276962&T=2616[/IMG]

  5. #4
    1337_Me's Avatar
    Join Date
    Sep 2009
    Gender
    female
    Location
    BASEMENT
    Posts
    390
    Reputation
    19
    Thanks
    50
    My Mood
    Relaxed
    Nice ^^ Looks like its almost the real deal

  6. #5
    headsup's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Pa
    Posts
    1,232
    Reputation
    8
    Thanks
    208
    My Mood
    Cynical
    lol @ satindemon I said that is what i use in CA as of 10/26/2009.. Like i said also, You need common c++ knowledge and this need's tweaked a bit to work.. Like i am going to post a fully working just copy and paste teleport hack? lol No way.. That way noobs that don't know shit will not be able to use!! Stumpy pm me i will help any mod anytime i get..

  7. #6
    Jimmy's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Jersey
    Posts
    4,572
    Reputation
    70
    Thanks
    647
    ok liek wat is this a dll or a app

  8. #7
    headsup's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Pa
    Posts
    1,232
    Reputation
    8
    Thanks
    208
    My Mood
    Cynical
    .dll noob
    app?? u mean application?? no it must be injected into

    So you will need a bypass..
    Maybe i get a chance i will type a source code for a HS Bypass.. But idk.

    Im telling you guys, Look into making a program to make hacks 4 you. mine updates them with Hack shield
    ?????? idk

  9. #8
    User1's Avatar
    Join Date
    Jul 2009
    Gender
    female
    Location
    Above the influence
    Posts
    4,065
    Reputation
    61
    Thanks
    4,294,967,295
    My Mood
    Crappy
    Besides the fact that this fails or u fail at pasting, or this is a very small snipit.... this basically fails

    in all seriousness, this code fails. To teleport u have to hook onto the CA's memory and change the memory through either a custom driver or writeprocessmemory (coupled with a bypass because the HSheild drivers disable it). So thank you for pasting fail code...
    Any donations would help


    Quote Originally Posted by Bombsaway707

    HOLY SHIT ITS USER1
    Quote Originally Posted by Blood

    HOLY SHIT ITS USER1
    Quote Originally Posted by Alby-kun


    HOLY SHIT ITS USER1
    Quote Originally Posted by Ali

    HOLY SHIT ITS USER1
    Quote Originally Posted by CodeDemon
    HOLY SHIT ITS USER1
    Quote Originally Posted by Jussofresh View Post
    HOLY SHIT ITS USER1!
    [21:13] CoderNever: HOLY SHIT ITS USER1!

  10. The Following 2 Users Say Thank You to User1 For This Useful Post:

    CodeHPro (10-31-2009),FU_CKyea (10-31-2009)

  11. #9
    Jimmy's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Jersey
    Posts
    4,572
    Reputation
    70
    Thanks
    647
    umm cant u just like compile it for us im not that good at c++

  12. #10
    why06's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    IBM
    Posts
    4,304
    Reputation
    170
    Thanks
    2,203
    My Mood
    Flirty
    Quote Originally Posted by User1 View Post
    Besides the fact that this fails or u fail at pasting, or this is a very small snipit.... this basically fails

    in all seriousness, this code fails. To teleport u have to hook onto the CA's memory and change the memory through either a custom driver or writeprocessmemory (coupled with a bypass because the HSheild drivers disable it). So thank you for pasting fail code...
    A DLL doesn't need to use WriteProcessMemory...

    "Every gun that is made, every warship launched, every rocket fired signifies, in the final sense, a theft from those who hunger and are not fed, those who are cold and are not clothed. This world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children. The cost of one modern heavy bomber is this: a modern brick school in more than 30 cities. It is two electric power plants, each serving a town of 60,000 population. It is two fine, fully equipped hospitals. It is some fifty miles of concrete pavement. We pay for a single fighter plane with a half million bushels of wheat. We pay for a single destroyer with new homes that could have housed more than 8,000 people. This is, I repeat, the best way of life to be found on the road the world has been taking. This is not a way of life at all, in any true sense. Under the cloud of threatening war, it is humanity hanging from a cross of iron."
    - Dwight D. Eisenhower

  13. #11
    User1's Avatar
    Join Date
    Jul 2009
    Gender
    female
    Location
    Above the influence
    Posts
    4,065
    Reputation
    61
    Thanks
    4,294,967,295
    My Mood
    Crappy
    It has to use SOMETHING. Least hooking on to engine...
    Any donations would help


    Quote Originally Posted by Bombsaway707

    HOLY SHIT ITS USER1
    Quote Originally Posted by Blood

    HOLY SHIT ITS USER1
    Quote Originally Posted by Alby-kun


    HOLY SHIT ITS USER1
    Quote Originally Posted by Ali

    HOLY SHIT ITS USER1
    Quote Originally Posted by CodeDemon
    HOLY SHIT ITS USER1
    Quote Originally Posted by Jussofresh View Post
    HOLY SHIT ITS USER1!
    [21:13] CoderNever: HOLY SHIT ITS USER1!

  14. #12
    why06's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    IBM
    Posts
    4,304
    Reputation
    170
    Thanks
    2,203
    My Mood
    Flirty
    Quote Originally Posted by User1 View Post
    It has to use SOMETHING. Least hooking on to engine...
    I beleive it can access the code directly as if it shared the same memory space and so wouldn't have to go through the WinAPI WriteProcessMemory which is terribly inefficient.

    Whatever it is it definitely isn't "fail code"... Im just trying to figure out what the array is for right now =/...

    "Every gun that is made, every warship launched, every rocket fired signifies, in the final sense, a theft from those who hunger and are not fed, those who are cold and are not clothed. This world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children. The cost of one modern heavy bomber is this: a modern brick school in more than 30 cities. It is two electric power plants, each serving a town of 60,000 population. It is two fine, fully equipped hospitals. It is some fifty miles of concrete pavement. We pay for a single fighter plane with a half million bushels of wheat. We pay for a single destroyer with new homes that could have housed more than 8,000 people. This is, I repeat, the best way of life to be found on the road the world has been taking. This is not a way of life at all, in any true sense. Under the cloud of threatening war, it is humanity hanging from a cross of iron."
    - Dwight D. Eisenhower

  15. The Following 2 Users Say Thank You to why06 For This Useful Post:

    debohax (10-28-2009),headsup (10-26-2009)

  16. #13
    headsup's Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Pa
    Posts
    1,232
    Reputation
    8
    Thanks
    208
    My Mood
    Cynical
    lol zomg you do not get it that i said it wasn't fully wrote up, that you will need to add + delete a few thing's i put work into it to work for me.. Every1 else can do the same thing!!

    And Why06 yes your right keep going, It's half way done for you..

  17. #14
    User1's Avatar
    Join Date
    Jul 2009
    Gender
    female
    Location
    Above the influence
    Posts
    4,065
    Reputation
    61
    Thanks
    4,294,967,295
    My Mood
    Crappy
    Don't u need a main() function?
    Any donations would help


    Quote Originally Posted by Bombsaway707

    HOLY SHIT ITS USER1
    Quote Originally Posted by Blood

    HOLY SHIT ITS USER1
    Quote Originally Posted by Alby-kun


    HOLY SHIT ITS USER1
    Quote Originally Posted by Ali

    HOLY SHIT ITS USER1
    Quote Originally Posted by CodeDemon
    HOLY SHIT ITS USER1
    Quote Originally Posted by Jussofresh View Post
    HOLY SHIT ITS USER1!
    [21:13] CoderNever: HOLY SHIT ITS USER1!

  18. #15
    why06's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    IBM
    Posts
    4,304
    Reputation
    170
    Thanks
    2,203
    My Mood
    Flirty
    Quote Originally Posted by User1 View Post
    Don't u need a main() function?
    This is a Windows program which is different then your regular C++. Here WinMain acts as the entry point for execution or in this case DLLMain().

    "Every gun that is made, every warship launched, every rocket fired signifies, in the final sense, a theft from those who hunger and are not fed, those who are cold and are not clothed. This world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children. The cost of one modern heavy bomber is this: a modern brick school in more than 30 cities. It is two electric power plants, each serving a town of 60,000 population. It is two fine, fully equipped hospitals. It is some fifty miles of concrete pavement. We pay for a single fighter plane with a half million bushels of wheat. We pay for a single destroyer with new homes that could have housed more than 8,000 people. This is, I repeat, the best way of life to be found on the road the world has been taking. This is not a way of life at all, in any true sense. Under the cloud of threatening war, it is humanity hanging from a cross of iron."
    - Dwight D. Eisenhower

  19. The Following 2 Users Say Thank You to why06 For This Useful Post:

    debohax (10-28-2009),headsup (10-26-2009)

Page 1 of 8 123 ... LastLast

Similar Threads

  1. [PREMIUM] Trade my 3 Retail Promo Codes for Higt Level Account.
    By alpha01 in forum Trade Accounts/Keys/Items
    Replies: 15
    Last Post: 08-15-2007, 12:49 PM
  2. [a little off topic] sellin 7 day ak47 code for warrock
    By m164life in forum WarRock - International Hacks
    Replies: 8
    Last Post: 03-07-2007, 08:33 PM
  3. Unlock code for mobile.
    By Dmx in forum General
    Replies: 4
    Last Post: 01-14-2007, 07:23 PM
  4. SERIAL CODE FOR PHOTOSHOP 9!!!!!!!! 100% working
    By -[standoff]- in forum Art & Graphic Design
    Replies: 10
    Last Post: 07-29-2006, 05:35 AM
  5. Replies: 37
    Last Post: 06-20-2006, 04:24 PM

Tags for this Thread