Results 1 to 6 of 6
  1. #1
    anyonstopus's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    59
    My Mood
    Bored

    Exclamation Team Esp Source Code

    Hi guys !


    I would like to introduce team esp code






    Code:
    #include <windows.h>
    
    #define AddressTemEsp 0x000000 //Update This Address
    
    #define pPlayer 0x000000 //  Update This Adress
    
    bool Variavel [MAX_PATH], VariavelEsp = false;
    
    void TeamEsp()
    {
    while (1)
    {
    if (GetAsyncKeyState(VK_INSERT) & 1)      //VK_(hotkey)
    VariavelEsp = !VariavelEsp;
    
    if (VariavelEsp)
    {
    *(BYTE*)(DWORD*)(pPlayer)+0x61) = 1; //  Team Esp Red
    *(DWORD*)(AdressTeamEsp) = 1;
    if (GetAsyncKeyState(VK_LBUTTON) < 0)
    {
    *(BYTE*)(*(DWORD*)(pPlayer)+0x61) = 0; // Team Esp Blue
    *(DWORD*)(AddressTeamEsp) = 0;
    Sleep(3);
    }
    }
    else
    {
    *(BYTE*)(DWORD*)(pPlayer)+0x61) = 0;  // Team Esp Blue
    *(DWORD*)(AddressTeamEsp) = 0;
    if (GetAsyncKeyState(VK_LBUTTON) <0)
    {
    *(BYTE*)(*(DWORD*)(pPlayer)+0x61) =1; // Team Esp Red
    *(DWORD*)AddressTeamEsp) = 1;
    Sleep(3);
    }
    }
    Sleep(5);
    }
    }
    
    BOOL APIENTRY DllMain(HINSTANCE hinstDLL, DWORD _CallReason, LPVOID lpvReserved)
    {
    switch (_CallReason)
    {
    case DLL_PROCESS_ATTACH:
    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)TeamEsp, 0, 0, 0);
    MessageBoxA(0, "Credits:(your credit and add us) ", "Hack Succesfully Loaded !", MB_ICONINFORMATION); //messagebox
    }
    return 1;
    }

    Credit ; Hacker.Zone
    Last edited by anyonstopus; 01-14-2017 at 09:03 PM.

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

    fazilaynoor (07-24-2017),killerleong (01-14-2017)

  3. #2
    anyonstopus's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    59
    My Mood
    Bored
    I am thrilled to take advantage of the code that takes good luck

  4. #3
    Minerva's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    2,152
    Reputation
    380
    Thanks
    7,740
    My Mood
    Relaxed
    Hi everyone, prevent to post off topic comments like "Copy & paste", "Noob", "Leecher", "Credits"... even if you know that threadstarter did something that you dont agree.
    So, at less make a constructive feedback either be negative or positive.
    and @anyonstopus be careful with advertising.
    Last edited by Minerva; 01-14-2017 at 09:13 PM.

  5. #4
    dominoesbs's Avatar
    Join Date
    Jan 2017
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    How do i use source code? im new. am i suppose to create sth and copy paste?

  6. #5
    rushil69's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Location
    ❗❶❷❼.⓿.⓿.❶❗
    Posts
    435
    Reputation
    10
    Thanks
    826
    My Mood
    Devilish
    Quote Originally Posted by dominoesbs View Post
    How do i use source code? im new. am i suppose to create sth and copy paste?
    1) Download visual studio : https://www.visualstudio.com/downloads/
    2) Follow the tutorial By Luffy : https://www.mpgh.net/forum/showthread.php?t=1148252
    RUSHIL69 == rE-BoOt

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

    Nikorasu (01-20-2017)

  8. #6
    montassar's Avatar
    Join Date
    Mar 2016
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    1
    bro how to Find This Codes how

    exemple
    i wont to make Simple Hack Just Flay

    ok How to make it with microsft Vusal i know or cheat engine i know but how to find this Codes
    Please help

Similar Threads

  1. [Help] [Creating Hack] I want help for starting creating hack ESP Source codes etc.
    By sonnyfog in forum Counter-Strike 2 Coding & Resources
    Replies: 5
    Last Post: 02-25-2015, 02:59 PM
  2. [Request] ESP source code
    By hovnorit in forum Counter-Strike 2 Coding & Resources
    Replies: 7
    Last Post: 01-03-2015, 04:32 PM
  3. [Source Code] FULL ESP Source Code
    By MarkHC in forum Call of Duty Modern Warfare 3 Coding, Programming & Source Code
    Replies: 31
    Last Post: 10-01-2012, 06:29 PM
  4. [Release] CF 2D Boxes ESP Source Code ;)
    By -iFaDy..* in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 11
    Last Post: 03-28-2012, 02:38 PM
  5. [SOLVED] External Esp source code editing question
    By Demented420 in forum Call of Duty Modern Warfare 2 Help
    Replies: 6
    Last Post: 06-04-2010, 11:13 AM