Skip to content
This repository has been archived by the owner on Sep 15, 2020. It is now read-only.

zombozo12/EvilBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EvilBot

NO LONGER WORK

BEWARE! DON'T USE YOUR MAIN ACCOUNT, LINE WILL SUSPEND YOUR ACCOUNT

DISCLAIMER

I do not claim the source code of LineCross to be mine. I just use & developed it.

Usage of EvilBot for kicking group targets without prior mutual consent is inappropriate. It is the end user's responsibility to obey all applicable local. Developers assume no liability and are not responsible for any misuse or damage caused by this bot chat.

Description

A Simple Evil Bot on Line Messenger using Unofficial Library LineCross for PHP

Requirements

I recommend you to use terminal from linux, ubuntu, or another linux distro

  • PHP > 7.x
    • php-curl sudo apt-get install php-curl

Usage

  1. Installation (Get AuthToken)

    • Use QR Code
    $Line = new LineCross();
    • Use Command Prompt to run this file
    php evilbot.php
    
    • Get QR Code Link line://au/q/xxxxx
    • Open this url by using QR Code Generation http://www.qr-code-generator.com/
    • Scan the QR Code from your Line Messenger on your phone
    • Voila! You got AuthToken, and put this in
    const AUTH_TOKEN = "here";
    • And AUTH_TOKEN variable to
    $AuthInfo = new \x9119x\AuthInfo(AUTH_TOKEN);
    • And put $AuthInfo into
     $Line = new LineCross($AuthInfo);
    • If you forget the AuthToken, it's stored in auth.txt
    • Installation is complete.
  2. Bot Usage

    • Evil Feature

      • Invite the bot into a group and wait untill the bot join to the group.
      • Type the command which is "kick" (lowercase) in group chat.
      • The bot start kicking peoples from the group
      • The bot CANNOT kick above 100 account a day. (est.)
    • Get Display Picture

      • Share contact that you want to get his/her Display Picture
      • Open the link "Picture URL"
      • And download it.

Author

Releases

No releases published

Packages

No packages published

Languages