User Tag List

8781Views
Results 1 to 6 of 6
  1. #1
    Coder
    Join Date
    May 2015
    Posts
    48
    Coins
    9
    Thumbs Up
    Received: 21
    Given: 16

    [UniBot] Alexa Master bot

    Since it's created with UniBot, it's of course a HTTP bot.

    Usage is simple. Just download the latest version of UniBot and load the config, and of course before you hit the Start button you can configure threads and/or proxy to use. (You can also make an EXE bot or a shortcut which will automatically load the config, just go to Advanced menu and choose an option.)

    Copy this and save it as alexamaster.ini:
    Code:
    ;UniBot configuration file
    
    [Alexa Master surf bot - by MikiSoft]
    url=%url%
    strings=1,1,0,0:"url","[inp]";0,1,0,0:"phps","rg('[src]','PHPSESSID=(.*?);')";0,1,0,0:"param","rg('[src]','autosurf_open.php\?(.*?)=','$1')";0,1,0,0:"ua","Mozilla/5.0 (Windows NT 5.1; rv:40.0) Gecko/20100101 Firefox/40.0"
    headers="User-Agent","%ua%"
    
    [2]
    url=https://www.alexamaster.net/AJAX/autosurf_open.php?%param%=0
    strings=0,1,0,0:"wait","rg('[src]','""Time"":""(.*?)""','$1')";0,1,0,0:"token","rg('[src]','""Token"":""(.*?)""','$1')";0,0,0,1:"output","Waiting %wait% seconds...[nl]"
    headers="User-Agent","%ua%";"Cookie","%phps%";"X-Requested-With","XMLHttpRequest";"Referer","%url%"
    
    [3]
    strings=0,1,0,0:"phps","rg('[src]','PHPSESSID=(.*?);')"
    wait="%wait%"
    
    [4]
    url=https://www.alexamaster.net/AJAX/autosurf_validate.php?%param%=%token%
    headers="User-Agent","%ua%";"Cookie","%phps%";"Referer","%url%";"X-Requested-With","XMLHttpRequest"
    
    [5]
    strings=0,1,0,0:"phps","rg('[src]','PHPSESSID=(.*?);')"
    goto=3
    P.S. If you don't want to be asked each time for the auto surf URL when you start the bot, then go to the 1st index and replace [inp] value in the "url" string with your URL.


    7 Not allowed! Not allowed!

  2. #2
    Coder Chillivanilli's Avatar




    Join Date
    Jul 2014
    Posts
    1,200
    Coins
    103
    Thumbs Up
    Received: 273
    Given: 128
    Quote Originally Posted by MikiSoft View Post
    Since it's created with UniBot, it's of course a HTTP bot.

    Usage is simple. Just download the latest version of UniBot and load the config, and of course before you hit the Start button you can configure threads and/or proxy to use. (You can also make an EXE bot or a shortcut which will automatically load the config, just go to Advanced menu and choose an option.)

    Copy this and save it as alexamaster.ini:
    Code:
    ;UniBot configuration file
    
    [Alexa Master surf bot - by MikiSoft]
    url=%url%
    strings=1,1,0,0:"url","[inp]";0,1,0,0:"phps","rg('[src]','PHPSESSID=(.*?);')";0,1,0,0:"param","rg('[src]','autosurf_open.php\?(.*?)=','$1')";0,1,0,0:"ua","Mozilla/5.0 (Windows NT 5.1; rv:40.0) Gecko/20100101 Firefox/40.0"
    headers="User-Agent","%ua%"
    
    [2]
    url=https://www.alexamaster.net/AJAX/autosurf_open.php?%param%=0
    strings=0,1,0,0:"wait","rg('[src]','""Time"":""(.*?)""','$1')";0,1,0,0:"token","rg('[src]','""Token"":""(.*?)""','$1')";0,0,0,1:"output","Waiting %wait% seconds...[nl]"
    headers="User-Agent","%ua%";"Cookie","%phps%";"X-Requested-With","XMLHttpRequest";"Referer","%url%"
    
    [3]
    strings=0,1,0,0:"phps","rg('[src]','PHPSESSID=(.*?);')"
    wait="%wait%"
    
    [4]
    url=https://www.alexamaster.net/AJAX/autosurf_validate.php?%param%=%token%
    headers="User-Agent","%ua%";"Cookie","%phps%";"Referer","%url%";"X-Requested-With","XMLHttpRequest"
    
    [5]
    strings=0,1,0,0:"phps","rg('[src]','PHPSESSID=(.*?);')"
    goto=3
    P.S. If you don't want to be asked each time for the auto surf URL when you start the bot, then go to the 1st index and replace [inp] value in the "url" string with your URL.
    Great bot, but i think they'll ban you (at least if you try to cashout) using this bot
    We had a bot in AngeClub long time ago, then they improved their security and now they check the traffic you make and ban you if you dont generate real traffic.

    But a great example how to use UniBot and make a bot with it

    3 Not allowed! Not allowed!

  3. #3
    Coder
    Join Date
    May 2015
    Posts
    48
    Coins
    9
    Thumbs Up
    Received: 21
    Given: 16
    @Chillivanilli: Then you're right, but it was worth a try. Someone should improve the config to actually visit targeted sites, so I'm leaving it up to others to do that.

    1 Not allowed! Not allowed!
    Last edited by MikiSoft; 10-27-2015 at 01:28 PM.

  4. #4
    Member
    Join Date
    Feb 2015
    Posts
    102
    Coins
    0
    Thumbs Up
    Received: 28
    Given: 14
    Very good script.I'll try to edit it.

    1 Not allowed! Not allowed!

  5. #5
    Elite Member medsamy's Avatar
    Join Date
    Aug 2014
    Posts
    493
    Coins
    6
    Thumbs Up
    Received: 19
    Given: 52
    i got this error on my vps
    https://gyazo.com/2ea3e2ff135be0258701a59d81e81925

    already instal netframe, and visual basic

    0 Not allowed! Not allowed!
    Last edited by medsamy; 10-14-2015 at 11:43 PM.

  6. #6
    Coder
    Join Date
    May 2015
    Posts
    48
    Coins
    9
    Thumbs Up
    Received: 21
    Given: 16
    @medsamy: Either you can allow the program in DEP or disable it completely. Watch this:


    Also .NET Framework isn't needed and I don't recommend to use this original config until someone do the modification not to be detected.

    1 Not allowed! Not allowed!

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •