[GET] Keek bot + source, made by myself

Etanor

Junior Member
Joined
Mar 12, 2013
Messages
187
Reaction score
25
Hi, I just wanted to share a bot I made in Visual Basic few months ago.

This bot will find the lastest keek and will :
  • Follow
  • Like
  • Subscribe
The comment is not working for the moment.

You can check or uncheck the option you want.
The bot will only follow/like/sub if the user is Australian, Canadian, American or from New Zealand, but you can disable it by modifying the source code.

If you want to add your keek account, go to "Bot Keek\Bot Kekk\bin\Debug\file.text"

Don't forget to hit the thanks button :p
http://www.mediafire.com/?3hva2v3iq3eq62v

Scan : https://www.virustotal.com/en/file/90c4978d68b0b74ccea5ddeee26320eb4d218797bace8e9d87137be6ff52ef07/analysis/

Code:
[TABLE]
[TR]
[TD]SHA256:[/TD]
[TD]90c4978d68b0b74ccea5ddeee26320eb4d218797bace8e9d87137be6ff52ef07[/TD]
[/TR]
[TR]
[TD]File name:[/TD]
[TD]Source Bot Keek VB.rar[/TD]
[/TR]
[TR]
[TD]Detection ratio:[/TD]
[TD="class: text-green"]             0 / 48[/TD]
[/TR]
[TR]
[TD]Analysis date:[/TD]
[TD]             2013-10-12 08:13:40 UTC              ( 0 minutes ago )[/TD]
[/TR]
[/TABLE]

Screenshot : Screenshot.png
 
Last edited:
Is this native app or web-based? I assume you won't just give it if you reverse the signing part.
 
You can add to follow Europe countries like Spain, France, Italy...?

You can add every country that you want by modifying this line :

Code:
If pays_user = "AU" Or pays_user = "CA" Or pays_user = "GB" Or pays_user = "US" Then
Where AU stands for Australia and so on :)
 
Is this native app or web-based? I assume you won't just give it if you reverse the signing part.

It uses the webbrowser given by Visual Basic.
 
You can add every country that you want by modifying this line :

Code:
If pays_user = "AU" Or pays_user = "CA" Or pays_user = "GB" Or pays_user = "US" Then
Where AU stands for Australia and so on :)

Thank you! Where i find the abreviatios like Spain is SP?
 
Spain is : ES, look in the adress bar
 
What do you mean? what is the bot doing?

It pop out the mesage: This user is not from the country especified
And he try to follow it an other time, and don't move to an other user
 
It pop out the mesage: This user is not from the country especified
And he try to follow it an other time, and don't move to an other user


Are you trying to follow a spanish user?
If yes, then try with another country and let me know your results.
 
Are you trying to follow a spanish user?
If yes, then try with another country and let me know your results.

The bot try to follow a user is not in the country especified
But he don't move to an other user
 
Back
Top