y9san9 / mafia-roller

Mafia roller bot in kotlin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mafia-roller

Mafia roller bot in kotlin

Bot for @truemafiabot. Requires authorization only at first launch. To clear saved data, delete '/properties/' dir in script's launch directory

Usage

Clone project and run com.y9san9.mafiaboost.Main.kt

Easy way Windows

  • Download Java (Do not forget to add PATH variable)
  • Download Git

Open cmd and exec:

  • git clone https://github.com/y9san9/mafia-roller/
  • cd mafia-roller
  • java -jar app.jar

For Linux

You can just check steps before, that will be similar

For android (Not working at the moment)

Open and run:

  • pkg install dx
  • pkg install git
  • git clone https://github.com/y9san9/mafia-roller/
  • cd mafia-roller
  • dx --dex --output=app-dexed.jar app.jar
  • dalvikvm -cp app-dexed.jar com.y9san9.mafiaboost.MainKt

About

Mafia roller bot in kotlin


Languages

Language:Kotlin 100.0%