Introducing MPGH's AIGA. The latest advancement in artificial intelligence. Click here now to learn more!
Page 1 of 2 12 LastLast
Results 1 to 15 of 17
  1. #1
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh

    help with NPC opk/telekill

    i have a working source...here it is (don't worry i removed thiings so its not completely useable unless you know how to fix it)

    anyway, i have the pointers and such for NPC's (cuz i don't want a pub telekill out lol) but i cant get the opk to work

    if the opk/tele are in the void like below, it doesn't turn on at all in game, nor does it teleport anything in anyway

    Code:
    #define charposoffset ClientFx.fxd + 0x66F34 //player pointer
    #define otherplyrptr //enemy pointer
    #define posyoffset 
    #define yoffset 
    DWORD posptr;
    DWORD posy;
    DWORD playertarget;
    
    
    void OPK(void) {
     
            while(1){
     
                    posptr=NULL;
                    posptr = (DWORD)GetModuleHandleA("ClientFX.fxd");
                    posptr += charposoffset;
     
                    memcpy(&posy,(void *)(posptr),4);
                    posy += posyoffset;
     
                    memcpy(&playertarget,(void *)(otherplyrptr),4);
                    playertarget += yoffset;
     
     
     
     
                    ;if(GetAsyncKeyState(VK_F10)&1)
                    {
                            if(posy > posyoffset && playertarget > yoffset)
                            {
                                    *(float*)playertarget = *(float*)posy;
                                    *(float*)(playertarget+0x4) = *(float*)(posy+0x4);
                                    *(float*)(playertarget-0x4) = *(float*)(posy-0x4);
                            }
                    }
     
                    ;if(GetAsyncKeyState(VK_F11)&1)
                    {
                            if(posy > posyoffset && playertarget > yoffset)
                            {
                                    *(float*)posy = *(float*)playertarget;
                                    *(float*)(posy+0x9) = *(float*)(playertarget+0x9);
                                    *(float*)(posy-0x9) = *(float*)(playertarget-0x9);
                            }
                    }
     
            }
    }
    
    DWORD WINAPI OPKSTARTUP(LPVOID)
    {
            while( !IsGameReadyForHook() )
            Sleep(800);
    OPK();
            return 0;
    }
    note, i changed a lot so its gonna be hard for sum1 to c+p.

    anyway, it doesn't start to opk or tele when i hit the hot key whetehr i have it on or off in the menu

    i tried putting it with my nametags and ptc's to get it to tele/opk with it on/off on menu with hotkeys and it didn't work because i had to // the dword winapi section to even get it to compile

    help? (if you want the source updated i have it, i'll only give it to good coders though)

    commando: You're probably the best non-coder coder I know LOL


  2. #2
    flameswor10's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Posts
    12,528
    Reputation
    981
    Thanks
    10,409
    My Mood
    In Love
    Detected source is detected
    No I do not make game hacks anymore, please stop asking.

  3. #3
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    Oh the whole source is bad? Oops lol

  4. #4
    Fabolous's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    192.168.1.01
    Posts
    2,704
    Reputation
    261
    Thanks
    682
    My Mood
    Paranoid
    You forgot to create a thread.

  5. #5
    kotentopf's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    602
    Reputation
    26
    Thanks
    251
    Quote Originally Posted by flameswor10 View Post
    Detected source is detected
    1. source not detected
    2. with random player pointer no NPC-OPK available
    The Internet SHOULD Be Illegal

    When you say
    "Java is a great programming language because it works on all platforms"
    it is just like
    "anal sex is great because it works on all genders"

    Are YOU a Troll?

  6. #6
    Fabolous's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    192.168.1.01
    Posts
    2,704
    Reputation
    261
    Thanks
    682
    My Mood
    Paranoid
    Quote Originally Posted by kotentopf View Post
    1. source not detected
    2. with random player pointer no NPC-OPK available
    2 is wrong. You can use classes to get to NPC with random player pointer although it will hit friendly players too.

  7. #7
    Nubzgetkillz's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    hacktown
    Posts
    838
    Reputation
    13
    Thanks
    411
    My Mood
    Amazed
    Best code

    [highlight=c++]
    if(telekill) {
    SetLocalPlayerPosition(pPlayer->obj->origin);
    }
    [/highlight]

    No Troll just try it

    -Nubz

    Member since September 25, 2010

    Current Objectives:
    • Graduate college with a degree in Computer Science
    • Find a decent job in the Computer Science Field
    • Learn more programming languages

    Looking for Elo Boosting Job - League of Legends
    Looking for Bronze -> Gold Jobs


    Skype: whatthedream

  8. The Following User Says Thank You to Nubzgetkillz For This Useful Post:

    baraozin (12-17-2011)

  9. #8
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    Quote Originally Posted by kotentopf View Post
    1. source not detected
    2. with random player pointer no NPC-OPK available
    I actually have npc pointer...I may post it

  10. #9
    NOOB's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Posts
    3,843
    Reputation
    425
    Thanks
    8,616
    [FONT="Lucida Sans Unicode"][COLOR="DimGray"][SIZE="3"]
    wrote dis late at nightz0rs

    **edited cuz i dun want dis vip source everywhere
    Last edited by NOOB; 02-05-2011 at 06:04 PM.

  11. #10
    Sid's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    New York
    Posts
    10,712
    Reputation
    927
    Thanks
    1,265
    OMG NOOB
    IT WORKS PERFECTLY!!1

  12. #11
    Nubzgetkillz's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    hacktown
    Posts
    838
    Reputation
    13
    Thanks
    411
    My Mood
    Amazed
    edit deleted telekill source code

    Member since September 25, 2010

    Current Objectives:
    • Graduate college with a degree in Computer Science
    • Find a decent job in the Computer Science Field
    • Learn more programming languages

    Looking for Elo Boosting Job - League of Legends
    Looking for Bronze -> Gold Jobs


    Skype: whatthedream

  13. #12
    supercarz1991's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Posts
    6,285
    Reputation
    435
    Thanks
    3,715
    My Mood
    Doh
    Im at work I couldn't get it lol

  14. #13
    Fabolous's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    192.168.1.01
    Posts
    2,704
    Reputation
    261
    Thanks
    682
    My Mood
    Paranoid
    Quote Originally Posted by supercarz1991 View Post
    Im at work I couldn't get it lol
    Did you create a thread yet? That could be one of the problems.

  15. #14
    yoyoman4567's Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    203
    Reputation
    9
    Thanks
    4
    My Mood
    Happy
    can someone just tell me where the dam fucking telekill code gose plz thank you

  16. #15
    _Fk127_'s Avatar
    Join Date
    Nov 2010
    Gender
    male
    Posts
    720
    Reputation
    16
    Thanks
    208
    My Mood
    Bitchy
    Quote Originally Posted by yoyoman4567 View Post
    can someone just tell me where the dam fucking telekill code gose plz thank you
    What telekill code. We dont know what code it is. PM me if you need help



    Put this image in your signature if you support HTML5 development!

Page 1 of 2 12 LastLast