Results 1 to 15 of 15
  1. #1
    025rog's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    50
    Reputation
    9
    Thanks
    9

    Exclamation [Source] Telly Kill

    #include <windows.h>
    #include <stdio.h>


    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;
    }



    NOTES: THIS IS PATCHED AND MY MAIN IS ^...,^ COZ I AM AT SCHOOL
    SO THIS IS MY BACKUP ACCOUNT

  2. The Following 5 Users Say Thank You to 025rog For This Useful Post:

    aleyro (06-04-2010),IanIsRich (06-01-2010),mwb1234 (05-31-2010),Obama (05-31-2010),topblast (05-31-2010)

  3. #2
    topblast's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Location
    Far from around you Programmer: C++ | VB | C# | JAVA
    Posts
    3,607
    Reputation
    149
    Thanks
    5,052
    My Mood
    Cool
    MY HEAD IS HURTING RIGHT NOW WATCHING 11 DIMENSIONS ... I cant really read this and understand it but i say tanks and come back later
    I just like programming, that is all.

    Current Stuff:

    • GPU Programmer (Cuda)
    • Client/Server (Cloud Server)
    • Mobile App Development

  4. #3
    Clo239's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    Fort Myers, Florida
    Posts
    460
    Reputation
    11
    Thanks
    43
    My Mood
    Bored
    Not a master coder but looks like u made a spelling mistake at top lol



    urs 8===================D

    mine 8=D

    who will win lol




  5. #4
    mwb1234's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    460
    Reputation
    7
    Thanks
    65
    Good work. I'll try and make a bypass and get this up and running for myself
    +Rep and thanks

  6. #5
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Thanks for this useless piece of shit you call a source.

    Next time use the goddamn search button and you would have seen that this has been leeched here at least 10 times.

  7. The Following 2 Users Say Thank You to Crash For This Useful Post:

    matypatty (05-31-2010),pickle1313 (06-01-2010)

  8. #6
    mwb1234's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    460
    Reputation
    7
    Thanks
    65
    Quote Originally Posted by Sealionone View Post
    Thanks for this useless piece of shit you call a source.

    Next time use the goddamn search button and you would have seen that this has been leeched here at least 10 times.
    /Shut - Up you useless shit face

  9. #7
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    Quote Originally Posted by mwb1234 View Post
    /Shut - Up you useless shit face
    I guess I could have been nicer but srsly, this has been leeched here so many times.

  10. #8
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    yea it has been leeched but thanks for reminding me about it..

  11. #9
    mwb1234's Avatar
    Join Date
    May 2009
    Gender
    male
    Posts
    460
    Reputation
    7
    Thanks
    65
    Quote Originally Posted by Sealionone View Post
    I guess I could have been nicer but srsly, this has been leeched here so many times.
    Troll is troll

  12. #10
    mmbob's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    ja
    Posts
    653
    Reputation
    70
    Thanks
    1,157
    My Mood
    Bitchy
    Sealionone is right.... this has been posted like 20 times. We really dont need it posted again.

  13. The Following User Says Thank You to mmbob For This Useful Post:

    matypatty (05-31-2010)

  14. #11
    ^...,^'s Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    New Zealand,Auckland
    Posts
    698
    Reputation
    4
    Thanks
    90
    My Mood
    Lonely
    Quote Originally Posted by mwb1234 View Post
    /Shut - Up you useless shit face
    lol



    and repost LOL sorry then...

  15. #12
    duncan000's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Posts
    40
    Reputation
    10
    Thanks
    25
    My Mood
    Happy
    it is a toleport

  16. #13
    TheBigBoy's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Location
    texas
    Posts
    160
    Reputation
    19
    Thanks
    115
    this it Teleport not telekill NOOBS.
    l2code

  17. #14
    ballin19's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    Hackville USA
    Posts
    354
    Reputation
    9
    Thanks
    195
    My Mood
    Sneaky
    ill check it out, im still mildly new to c++ but ill try anyways.
    PLEASE THANX ME IF I HELPED!!!!!


    ---Respect List---

    CAFlames
    Flameswor10
    TopBlast
    AVGN

  18. #15
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by ballin19 View Post
    ill check it out, im still mildly new to c++ but ill try anyways.
    well if your new dont even try this....
    you got to first have the player pionters...
    btw this code is kinda useless...

Similar Threads

  1. [Release] My Hotkey Source (server crasher and remote kill!)
    By supercarz1991 in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 50
    Last Post: 06-22-2011, 08:57 AM
  2. CS Source Clan/Server
    By Dave84311 in forum General
    Replies: 20
    Last Post: 10-04-2006, 12:21 PM
  3. Counter Strike: Source
    By Flawless in forum CounterStrike (CS) 1.6 Hacks / Counter Strike: Source (CSS) Hacks
    Replies: 15
    Last Post: 06-03-2006, 08:28 PM
  4. Free Infantry, time to kill it
    By Super-Man in forum General Game Hacking
    Replies: 2
    Last Post: 01-09-2006, 01:58 PM
  5. Mass Killing Hack
    By Zededarian in forum Game Hacking Tutorials
    Replies: 6
    Last Post: 01-03-2006, 02:48 PM