Results 1 to 7 of 7
  1. #1
    nikazizi97's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    677
    Reputation
    10
    Thanks
    590
    My Mood
    Angelic

    TeamESP aka Team Switcher

    #define the_hack TeamESP

    Does anyone know how to make the_hack works on any hotkey method or tricks ?
    Please share with me how to adjust the code to make the_hack work !
    @Minerva
    [Outdated] Weapon Hack All Server (BlackShot SEA) - 20/03
     
    [Outdated] Weapon Hack All Server (BlackShot SEA)
    [Preview] Simple Hack v0.0.1 + Weapon Hack + Aimbot [BlackShot SEA]

    Video Preview :


    Just Simple Hack v0.0.1

    Features :
    8 xDamage
    44.8 xSpeed
    xRapidFire
    Weapon2Melee



    Code:
    ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

  2. #2
    rushil69's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Location
    ❗❶❷❼.⓿.⓿.❶❗
    Posts
    435
    Reputation
    10
    Thanks
    826
    My Mood
    Devilish
    Quote Originally Posted by nikazizi97 View Post
    #define the_hack TeamESP

    Does anyone know how to make the_hack works on any hotkey method or tricks ?
    Please share with me how to adjust the code to make the_hack work !
    @Minerva
    What do you mean by make the hack work on any hotkey method or trick???
    To change hotkey go to the link. All the virtual key codes are there.
    Link : h t t p : / / n e h e .gamedev. n e t/ a rticle/msdn_virtualkey_codes/15009/ (REMOVE SPACES)
    RUSHIL69 == rE-BoOt

  3. #3
    nikazizi97's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    677
    Reputation
    10
    Thanks
    590
    My Mood
    Angelic
    Quote Originally Posted by rushil69 View Post


    What do you mean by make the hack work on any hotkey method or trick???
    To change hotkey go to the link. All the virtual key codes are there.
    Link : h t t p : / / n e h e .gamedev. n e t/ a rticle/msdn_virtualkey_codes/15009/ (REMOVE SPACES)
    If i use this,
    Code:
    		if(GetAsyncKeyState(VK_INSERT)) // ON or OFF TeamESP
    		{
    			*(BYTE*)(*(DWORD*)(TeamESP) + 0x61) = 0;
    				*(BYTE*)(0xA3A2E0) = 0;
    		} 
    		else
    		{ 
    			*(BYTE*)(*(DWORD*)(TeamESP) + 0x61) = 1;
    				*(BYTE*)(0xA3A2E0) = 1;
    		}
    i will get kick from game

    So how to fix it?
    [Outdated] Weapon Hack All Server (BlackShot SEA) - 20/03
     
    [Outdated] Weapon Hack All Server (BlackShot SEA)
    [Preview] Simple Hack v0.0.1 + Weapon Hack + Aimbot [BlackShot SEA]

    Video Preview :


    Just Simple Hack v0.0.1

    Features :
    8 xDamage
    44.8 xSpeed
    xRapidFire
    Weapon2Melee



    Code:
    ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

  4. #4
    rushil69's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Location
    ❗❶❷❼.⓿.⓿.❶❗
    Posts
    435
    Reputation
    10
    Thanks
    826
    My Mood
    Devilish
    Quote Originally Posted by nikazizi97 View Post
    If i use this,
    Code:
    		if(GetAsyncKeyState(VK_INSERT)) // ON or OFF TeamESP
    		{
    			*(BYTE*)(*(DWORD*)(TeamESP) + 0x61) = 0;
    				*(BYTE*)(0xA3A2E0) = 0;
    		} 
    		else
    		{ 
    			*(BYTE*)(*(DWORD*)(TeamESP) + 0x61) = 1;
    				*(BYTE*)(0xA3A2E0) = 1;
    		}
    i will get kick from game

    So how to fix it?
    You need one more address .
    And btw TeamESP Has been partially patched . So when TeamESP is on, You are not able to kill the enemy. But there is a way around it
    RUSHIL69 == rE-BoOt

  5. #5
    Minerva's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    2,152
    Reputation
    380
    Thanks
    7,740
    My Mood
    Relaxed
    Hi again, I already gaved the hint in another thread, you just need add a loop for freeze the value when changing the value either be 00 or 01.
    Also, add hotkeys for disabling while you are shooting, bcuz the teamesp was semi-patched.
    Sometimes only CTRL C + CTRLV sources code is not enough, so, try use your brain and make some attempts.


    - - - Updated - - -

    Hi again, I already gaved the hint in another thread, you just need add a loop for freeze the value when changing the value either be 00 or 01.
    Also, add hotkeys for disabling while you are shooting, bcuz the teamesp was semi-patched.
    Sometimes only CTRL C + CTRLV sources code is not enough, so, try use your brain and make some attempts.

  6. #6
    nikazizi97's Avatar
    Join Date
    Oct 2014
    Gender
    male
    Posts
    677
    Reputation
    10
    Thanks
    590
    My Mood
    Angelic
    Quote Originally Posted by Minerva View Post
    Hi again, I already gaved the hint in another thread, you just need add a loop for freeze the value when changing the value either be 00 or 01.
    Also, add hotkeys for disabling while you are shooting, bcuz the teamesp was semi-patched.
    Sometimes only CTRL C + CTRLV sources code is not enough, so, try use your brain and make some attempts.[/SIZE][/COLOR][/FONT]
    Thanks, i will try.

    But why i tried make my own injector that is i follow from tutorial here
    Last edited by nikazizi97; 11-03-2016 at 04:11 AM.
    [Outdated] Weapon Hack All Server (BlackShot SEA) - 20/03
     
    [Outdated] Weapon Hack All Server (BlackShot SEA)
    [Preview] Simple Hack v0.0.1 + Weapon Hack + Aimbot [BlackShot SEA]

    Video Preview :


    Just Simple Hack v0.0.1

    Features :
    8 xDamage
    44.8 xSpeed
    xRapidFire
    Weapon2Melee



    Code:
    ========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

  7. #7
    Minerva's Avatar
    Join Date
    Dec 2012
    Gender
    male
    Posts
    2,152
    Reputation
    380
    Thanks
    7,740
    My Mood
    Relaxed
    It's seems solved.
    //Closed.

Similar Threads

  1. [Patched] ★◀Team Name Switcher▶★
    By COD3RIN in forum Blackshot Hacks & Cheats
    Replies: 44
    Last Post: 11-07-2014, 06:19 AM
  2. [INFO]cod33rin team switcher not patched yet.....
    By sayamakanpizza in forum Blackshot Discussion
    Replies: 3
    Last Post: 10-18-2014, 09:52 PM
  3. [Patched] BlackShot Team Switcher ESP
    By COD3RIN in forum Blackshot Hacks & Cheats
    Replies: 174
    Last Post: 10-17-2014, 03:08 AM
  4. [ADRESSES][3.4.3.1]Ultimate Cheat Table List + Team Switcher!
    By GOD[RaZoR] in forum Call of Duty 10 - Ghosts Hacks & Cheats
    Replies: 24
    Last Post: 12-08-2013, 12:55 AM
  5. [Detected] BF3 Team-Switcher v1.5
    By Moto in forum Battlefield 3 (BF3) Hacks & Cheats
    Replies: 17
    Last Post: 02-16-2012, 11:42 AM