Thread: TeamEsp Kick

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    rushil69's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Location
    ❗❶❷❼.⓿.⓿.❶❗
    Posts
    435
    Reputation
    10
    Thanks
    825
    My Mood
    Devilish

    TeamEsp Kick

    I created a teamESP hack but when i am in game i press hotkey the name change then i get kicked out of game. Any way to fix this?
    RUSHIL69 == rE-BoOt

  2. #2
    -Panda-'s Avatar
    Join Date
    Nov 2012
    Gender
    male
    Location
    Australia
    Posts
    1,764
    Reputation
    42
    Thanks
    209
    My Mood
    Bored
    Might want to show source or error?

  3. #3
    rushil69's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Location
    ❗❶❷❼.⓿.⓿.❶❗
    Posts
    435
    Reputation
    10
    Thanks
    825
    My Mood
    Devilish
    Quote Originally Posted by -Panda- View Post
    Might want to show source or error?
    #include <windows.h>



    void Start()
    {
    while (1)
    {
    if (GetAsyncKeyState(VK_INSERT) & 1)
    {

    *(BYTE*)(*(DWORD*)(********) + 0x61) = 01;
    Sleep(50);
    }

    if (GetAsyncKeyState(VK_DELETE) & 1)

    {
    *(BYTE*)(*(DWORD*)(********) + 0x61) = 00;
    Sleep(50);

    }


    }
    }

    BOOL WINAPI DllMain(HMODULE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
    if (dwReason == DLL_PROCESS_ATTACH) {

    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)Start, 0, 0, 0);
    }
    return 1;
    }
    Last edited by rushil69; 06-14-2016 at 07:20 AM.
    RUSHIL69 == rE-BoOt

  4. #4
    RuShi's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Location
    File Not Found 404!
    Posts
    2,531
    Reputation
    210
    Thanks
    13,008
    My Mood
    Innocent
    Quote Originally Posted by rushil69 View Post
    #include <windows.h>



    void Start()
    {
    while (1)
    {
    if (GetAsyncKeyState(VK_INSERT) & 1)
    {

    *(BYTE*)(*(DWORD*)(0x00A2A3D0) + 0x61) = 01;
    Sleep(50);
    }

    if (GetAsyncKeyState(VK_DELETE) & 1)

    {
    *(BYTE*)(*(DWORD*)(0x00A2A3D0) + 0x61) = 00;
    Sleep(50);

    }


    }
    }

    BOOL WINAPI DllMain(HMODULE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
    if (dwReason == DLL_PROCESS_ATTACH) {

    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)Start, 0, 0, 0);
    }
    return 1;
    }
    Lolz , why u paste ur source code here . There are so many leecher .


    MPGH History:
    Member: 02/1/2016
    Contributor: 29/6/2016
    Minion: 25/8/2016
    Former Staff: 07/02/2017
    Minion: 21/9/2017

  5. #5
    MafiaBoy BlackShit's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Location
    Secret
    Posts
    629
    Reputation
    10
    Thanks
    2,433
    My Mood
    Amazed
    Quote Originally Posted by rushil69 View Post
    #include <windows.h>



    void Start()
    {
    while (1)
    {
    if (GetAsyncKeyState(VK_INSERT) & 1)
    {

    *(BYTE*)(*(DWORD*)(0x00A2A3D0) + 0x61) = 01;
    Sleep(50);
    }

    if (GetAsyncKeyState(VK_DELETE) & 1)

    {
    *(BYTE*)(*(DWORD*)(0x00A2A3D0) + 0x61) = 00;
    Sleep(50);

    }


    }
    }

    BOOL WINAPI DllMain(HMODULE hModule, DWORD dwReason, LPVOID lpvReserved)
    {
    if (dwReason == DLL_PROCESS_ATTACH) {

    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)Start, 0, 0, 0);
    }
    return 1;
    }
    Lol .. Why u show this code to public - you can send by Private Message
    We're Anonymous
    We're Hacker, We're Not Going To Stop!
    Bcaus We're Hacker!

    AOA Music

  6. #6
    rushil69's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Location
    ❗❶❷❼.⓿.⓿.❶❗
    Posts
    435
    Reputation
    10
    Thanks
    825
    My Mood
    Devilish
    Quote Originally Posted by MafiaBoy BlackShit View Post
    Lol .. Why u show this code to public - you can send by Private Message
    ouh yea nevermind the source code also have in section. Do you know how to fix it?
    RUSHIL69 == rE-BoOt

  7. #7
    MafiaBoy BlackShit's Avatar
    Join Date
    Jun 2016
    Gender
    male
    Location
    Secret
    Posts
    629
    Reputation
    10
    Thanks
    2,433
    My Mood
    Amazed
    Quote Originally Posted by rushil69 View Post
    ouh yea nevermind the source code also have in section. Do you know how to fix it?
    but your the address is true lol ..
    We're Anonymous
    We're Hacker, We're Not Going To Stop!
    Bcaus We're Hacker!

    AOA Music

  8. #8
    rushil69's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Location
    ❗❶❷❼.⓿.⓿.❶❗
    Posts
    435
    Reputation
    10
    Thanks
    825
    My Mood
    Devilish
    Quote Originally Posted by MafiaBoy BlackShit View Post
    but your the address is true lol ..
    hehe but they take the source code also cannot use cause not working because get kick from game when press hotkey . You Know how fix?
    RUSHIL69 == rE-BoOt

  9. #9
    ScorpionVenom789's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Location
    In Your Mind
    Posts
    731
    Reputation
    10
    Thanks
    1,418
    My Mood
    Cheerful
    Quote Originally Posted by rushil69 View Post
    hehe but they take the source code also cannot use cause not working because get kick from game when press hotkey . You Know how fix?
    Maybe because of sleep or need 1 more address
    Last edited by ScorpionVenom789; 06-14-2016 at 08:46 AM.

  10. #10
    rushil69's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Location
    ❗❶❷❼.⓿.⓿.❶❗
    Posts
    435
    Reputation
    10
    Thanks
    825
    My Mood
    Devilish
    Quote Originally Posted by ScorpionVenom789 View Post
    Maybe because of sleep or need 1 more address
    what other address do i need ?
    RUSHIL69 == rE-BoOt

  11. #11
    ScorpionVenom789's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Location
    In Your Mind
    Posts
    731
    Reputation
    10
    Thanks
    1,418
    My Mood
    Cheerful
    Quote Originally Posted by rushil69 View Post
    what other address do i need ?
    I cant tell at here , add my skype

    - - - Updated - - -

    BTW the other address is static

  12. #12
    rushil69's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Location
    ❗❶❷❼.⓿.⓿.❶❗
    Posts
    435
    Reputation
    10
    Thanks
    825
    My Mood
    Devilish
    Quote Originally Posted by ScorpionVenom789 View Post
    I cant tell at here , add my skype

    - - - Updated - - -

    BTW the other address is static
    i have sent request already
    RUSHIL69 == rE-BoOt

  13. #13
    ScorpionVenom789's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Location
    In Your Mind
    Posts
    731
    Reputation
    10
    Thanks
    1,418
    My Mood
    Cheerful
    Quote Originally Posted by rushil69 View Post
    i have sent request already
    I don't get anything

    Skype : ScorpionVenom7

  14. #14
    rushil69's Avatar
    Join Date
    Nov 2014
    Gender
    male
    Location
    ❗❶❷❼.⓿.⓿.❶❗
    Posts
    435
    Reputation
    10
    Thanks
    825
    My Mood
    Devilish
    Quote Originally Posted by ScorpionVenom789 View Post
    I don't get anything

    Skype : ScorpionVenom7
    h t t p : / / i m g u r . c o m /QkgTGhc
    RUSHIL69 == rE-BoOt

  15. #15
    ScorpionVenom789's Avatar
    Join Date
    Apr 2014
    Gender
    male
    Location
    In Your Mind
    Posts
    731
    Reputation
    10
    Thanks
    1,418
    My Mood
    Cheerful
    Quote Originally Posted by rushil69 View Post
    h t t p : / / i m g u r . c o m /QkgTGhc
    That is not me , I don't have [mpgh]

Page 1 of 2 12 LastLast

Similar Threads

  1. [Solved] Why Im Got Kicked From Ingame Using TeamESP
    By Miverz in forum Blackshot Help
    Replies: 13
    Last Post: 06-10-2016, 05:16 AM
  2. [Discussion] TeamESP Without Kick From Game
    By MafiaBoy BlackShit in forum Blackshot Coding & Source Code
    Replies: 6
    Last Post: 06-07-2016, 09:56 AM
  3. [Help Request] What TeamESP Address Without Being kicked - BS SEA
    By Sabrina_Ferraz in forum Blackshot Coding & Source Code
    Replies: 11
    Last Post: 04-29-2016, 08:20 AM
  4. In-Game kicking hack for Warrock
    By Zededarian in forum Game Hacking Tutorials
    Replies: 1
    Last Post: 05-19-2012, 10:40 PM
  5. Getting Kicked by Punkbuster for "GameHack" with no Cheat running
    By wafflele in forum WarRock - International Hacks
    Replies: 31
    Last Post: 08-09-2006, 08:23 AM