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

    Smile <released> new opk hack ~source code~ C++

    kk i coded a working VIP opk hack in c++ for XP only!!


    all u do is u point any where u want with a knife, and then just strike in the air and it will kill som1 in tbe otjer team even is Ffire is on!! coded that2,

    hotkey: f8

    leeched from ***s VIP, now updated by me(33)

    [php]#include "stdafx.h"
    #include "CaHack1.h"
    #include <windows.h>

    DWORD *PlayerIsIngame = (DWORD*)PLAYER_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 SetTeleportCoor (LPVOID);
    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*)Y;
    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;
    }[/php]
    Last edited by pikamew4; 12-02-2009 at 05:52 AM. Reason: Code

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

    aznrulebich (12-02-2009),Christiant5 (12-02-2009),noobdown8 (12-02-2009)

  3. #2
    why06's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    IBM
    Posts
    4,304
    Reputation
    170
    Thanks
    2,203
    My Mood
    Flirty
    Hmmm.. idk what to say. I'll believe it when I see it, and when I do see it I'll criticize it so see it's a lose-lose situation. ;l

    ...but that doesn't mean I wouldn't like to see it.

    "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

  4. #3
    JIGS4W's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Posts
    2,906
    Reputation
    48
    Thanks
    156
    You just said you coded it and then you said you leeched from that site....


  5. #4
    RawVb's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    SoFLa
    Posts
    81
    Reputation
    10
    Thanks
    6
    Quote Originally Posted by randomhacker View Post
    You just said you coded it and then you said you leeched from that site....
    Yea What he said lol.

    Post some proof or I will be seriously disappointed

  6. #5
    chargers1all's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Posts
    154
    Reputation
    7
    Thanks
    35
    My Mood
    Relaxed
    Quote Originally Posted by RawVb View Post
    Yea What he said lol.

    Post some proof or I will be seriously disappointed
    Yea What he said lol.

    Post some proof or I will be seriously disappointed

  7. #6
    chaval's Avatar
    Join Date
    Oct 2008
    Gender
    male
    Posts
    69
    Reputation
    10
    Thanks
    5
    My Mood
    Amazed
    Quote Originally Posted by RawVb View Post
    Yea What he said lol.

    Post some proof or I will be seriously disappointed
    What they both said, i Agree!,


    First u said u coded then u said it's leeched, so??

    POst some stuff 'bout it and we'll believe

  8. #7
    FORCE™'s Avatar
    Join Date
    Apr 2009
    Gender
    male
    Location
    Omg ure a pedaphile
    Posts
    4,225
    Reputation
    69
    Thanks
    667
    My Mood
    Goofy
    lol if he releases this im actually gonna format my system and install xp lol


    LIVERPOOL FC


  9. #8
    ilovecookies's Avatar
    Join Date
    Oct 2009
    Gender
    male
    Location
    In the C++ Section
    Posts
    321
    Reputation
    10
    Thanks
    67
    My Mood
    Shocked
    Quote Originally Posted by chaval View Post
    What they both said, i Agree!,


    First u said u coded then u said it's leeched, so??

    POst some stuff 'bout it and we'll believe
    All of you guys are gonna be seriously disappointed.
    Quote Originally Posted by Jules Winnfield View Post
    I am the tyranny of evil men, and you are all the weak. But i'm trying Ringo,i'm trying real hard, to become the shepherd.
    excuse me miss, would you kindly reflect some photons off the epidermis covering your sternum directly into the camera iris or vacate the proximity immediately
    [IMG]https://i882.photobucke*****m/albums/ac23/miki_d420/RealizingYoureALeecher2copy.jpg[/IMG]









  10. The Following User Says Thank You to ilovecookies For This Useful Post:

    1337_ObamaBinLaden (12-04-2009)

  11. #9
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    He's soooo lying.

  12. #10
    pikamew4's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Canada
    Posts
    157
    Reputation
    10
    Thanks
    37
    My Mood
    Devilish

    Ya its leeched,

    Quote Originally Posted by randomhacker View Post
    You just said you coded it and then you said you leeched from that site....
    Ya its leeched, i leeched the hack from the site, then used c++ to edit, and now i have the VIP hack forever,

    Now i upgraded the hack, so it works better

  13. #11
    pikamew4's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Canada
    Posts
    157
    Reputation
    10
    Thanks
    37
    My Mood
    Devilish
    k ill give u the code, ill edit my post

  14. #12
    Stephen's Avatar
    Join Date
    Jun 2009
    Gender
    male
    Location
    Engine.exe
    Posts
    4,689
    Reputation
    184
    Thanks
    1,149
    My Mood
    Aggressive
    then release it!

  15. #13
    SpaceMan's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Location
    I forgot. :/
    Posts
    4,291
    Reputation
    162
    Thanks
    897
    My Mood
    Pensive
    He Just said it was a WR OPK WDF So confusin

  16. The Following User Says Thank You to SpaceMan For This Useful Post:

    toni73999 (12-02-2009)

  17. #14
    toni73999's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    I NEED IF A MINCED MEAT ASKS IN ARM COMBAT FUNCTIONED. kill can you help mee pls

  18. #15
    toni73999's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    I NEED IF A MINCED MEAT ASKS IN ARM COMBAT FUNCTIONED. CEREAL KILLER CAN YOU HELP ME PLS WHIT COMBAT ARMS HACK

Page 1 of 2 12 LastLast

Similar Threads

  1. [Release] Crossfire hack source codes
    By omgigotbanned in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 24
    Last Post: 10-30-2011, 02:52 AM
  2. [Release] Blackout Hack Source Code
    By ac1d_buRn in forum Piercing Blow Discussions
    Replies: 21
    Last Post: 01-12-2011, 07:27 PM
  3. Hack source code cpp
    By carlosmamoura in forum C++/C Programming
    Replies: 16
    Last Post: 01-14-2010, 08:27 PM
  4. hey all you noobs free hack source codes here!!
    By cnttuchme in forum C++/C Programming
    Replies: 6
    Last Post: 10-22-2009, 05:52 PM
  5. new opk hack finding room
    By Jimmy in forum Combat Arms Hacks & Cheats
    Replies: 4
    Last Post: 08-19-2009, 01:54 AM