Results 1 to 8 of 8

Threaded View

  1. #1
    Kuro Tenshi's Avatar
    Join Date
    Jan 2009
    Gender
    male
    Location
    Where arth thou be
    Posts
    3,635
    Reputation
    70
    Thanks
    746
    My Mood
    Blah

    Easy Afk - ingame only (1337 Ban thread)

    here is a simple source for a afk-bot ingame only activationg with F12
    what this does is simple spam a message each minute and 100 miliseconds
    keeps you from getting kicked ... i wanted to go hardcore but yeah, i enjoyed the gameplay to much so its abit to late now :3
    [php]
    double CountAFK = 0;
    bool AFKBot = false;

    /*AFK COMMANDS*/
    bool WalkForward = false;
    bool WalkLeft = false;
    bool WalkRight = false;
    bool WalkBackward = false;
    bool Jump = false;
    bool CrouchWalk = false;

    double WalkingTimer = 0;
    /*END AFK COMMAND*/

    void main()
    {
    while(true)
    {
    PushToConsole("ShowFps",1);
    /*================================================= =========
    -------------------------[AFK-BOT]--------------------------
    ================================================== ========*/


    if(GetAsyncKeyState(VK_F12)<0){//AFKBot
    Sleep(120);
    if(VJumpUp){ // 0- deactivated
    AFKBot = false;
    } else { // 1+ activated
    if(CountAFK++ > 6000)
    {
    WalkForward = true;
    while(WalkForward)
    {
    keybd_event(VK_RETURN,0,0,0);
    keybd_event('P',0,0,0);
    keybd_event('S',0,0,0);
    keybd_event('P',0,0,0);
    keybd_event('i',0,0,0);
    keybd_event('s',0,0,0);
    keybd_event('o',0,0,0);
    keybd_event(VK_RETURN,0,0,0);
    if(CountAFK>=30)
    {
    WalkForward = false;
    break;
    }
    else
    {
    CountAFK++;
    Sleep(100);
    }
    break;
    }
    }
    AFKBot = true;
    }
    }

    // end of deletion

    CountAFK++;
    Sleep(1);
    }
    }
    [/php]

    here by i say R.I.P. myself
    DigiDrawing|+ ( (Elfen Archer) )
    Link:
    https://www.mpgh.net/forum/148-showro...en-archer.html


    @ Anime Section,Otaku/weeabo (orz.) @Graphics Section, Novice DigiArtist


    neuest gift from Yura~Chan:
    https://bakyurayuu.deviantar*****m/#/d372taw
    2nd Place MOTM#9 Theme: CharMods - Combat Arms [No - Thanks] button
    come on you know that don't want to push that ordinary button

  2. The Following 4 Users Say Thank You to Kuro Tenshi For This Useful Post:

    doofbla (07-28-2010),Drake (07-28-2010),HaX4LiFe! (07-28-2010),missrandomspam2 (07-28-2010)

Similar Threads

  1. Another thread.1337 ban./ohshit.
    By Derail in forum General
    Replies: 10
    Last Post: 07-08-2010, 09:52 PM
  2. The Banned Thread
    By EndRiT in forum General
    Replies: 2
    Last Post: 03-15-2009, 03:58 PM
  3. Replies: 13
    Last Post: 02-13-2009, 12:03 PM
  4. Replies: 22
    Last Post: 02-12-2009, 10:52 AM
  5. 1337 BAN
    By Shark in forum General
    Replies: 4
    Last Post: 12-04-2008, 02:46 PM