Jump to content
Welcome, Guest
Existing user? Sign In

Sign In



Sign Up
The MatriX
  • Welcome To Ghbsys
  • CS GO Streaming Version is released. Have fun streaming while cheating!
  • Have a Payment Issue? Send us a Support ticket.
  • Make a thread if you need support or join our discord for live support.
  • Have Suggestions? Make a thread and you'll earn Ghbsys Points for implemented suggestions.
  • Join our discord to stay well connected! Don't forget to integrate your discord to the site
  • Welcome to [GHB] - GAmEhAcKbAsTaRdS Forum

    Welcome to [GHB] - GAmEhAcKbAsTaRdS Forum, like most online communities you must register to view or post in our community, but don't worry this is a simple free process that requires minimal information for you to signup. Be apart of [GHB] - GAmEhAcKbAsTaRdS Forum by signing in or creating an account.
    • Start new topics and reply to others
    • Subscribe to topics and forums to get email updates
    • Get your own profile page and make new friends
    • Send personal messages to other members.

    [HELP!] It helps with a BOT


    sØn1Ќ™
     Share

    Recommended Posts

    Well, I am doing one my not bot for my brother, but I do not achieve that it is alone for the process, he me sends the keys in everything arranged:S, we go that I cannot be in msn or other things if that I me sent the keys I have to have it on the first screen and I want to have it minimized.

     

    Code that and I throw:

     

    /*

    Project : Nostale Bot

    Author : s0n1k

    Date : 29.11.2010

    */

    #include <stdio.h>

    #include <windows.h>

    bool bot=false;

     

    void bot1()

    {

    if( GetAsyncKeyState( VK_INSERT ) & 1 )

    {

    bot = !bot;

    }

    if (bot)

    {

    keybd_event(VK_SPACE, 0, 0, 0);

    ::Sleep(200);

    keybd_event(VK_SPACE, 0, KEYEVENTF_KEYUP, 0);

    }

    }

     

    void BotThread()

    {

    for(;O.o

    {

    bot1();

    Sleep(21);

    }

    }

    BOOL WINAPI DllMain(HINSTANCE hModule, DWORD dwReason, LPVOID lpReserved)

    {

    if(dwReason == DLL_PROCESS_ATTACH)

    {

    MessageBoxA(NULL,"succes","injecion",MB_OK);

    CreateThread(0, 0, (LPTHREAD_START_ROUTINE)BotThread, 0, 0, 0);

    }

    return TRUE;

    }

     

    In visual - basic.net also me bleat

    Edited by sØn1Ќ™
    Link to comment
    Share on other sites

    Guest
    This topic is now closed to further replies.
     Share

    • Recently Browsing   0 members

      • No registered users viewing this page.
    ×
    ×
    • Create New...