0.0.4 • Published 1 year ago

auto-farm v0.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

AutoFarm

Its Simple Package To Level Up On Some Discord Bots & For Active Your Server

I Don't Take Any Responsibility For Blocked Discord Accounts That Used This module. Using this on a user account is prohibited by the Discord TOS and can lead to the account block.

Leveling Account

const { Client } = require('discord.js-selfbot-v13'); // npm i discord.js-selfbot-v13
const client = new Client({
});
const AutoFarm = require("auto-farm")

client.on('ready', async () => {
    console.log(`${client.user.username} is ready!`);
  })
  

AutoFarm({
Client: client, // Type Client
ChannelID: "", // ID Text Channel
Time: 15 // Type Time With Second
})





client.login("") // Put Token Account

Leveling OwO

const { Client } = require('discord.js-selfbot-v13'); // npm i discord.js-selfbot-v13
const client = new Client({
});
const AutoFarm = require("auto-farm")

client.on('ready', async () => {
    console.log(`${client.user.username} is ready!`);
  })
  

AutoFarm({
Client: client, // Type Client
ChannelID: "", // ID Text Channel
Time: 15, // Type Time With Second
OwO: true // If true Account Will Play
})





client.login("") // Put Token Account

Want Leveling More Than Account

Before You Use Code Make Sure To Make tokens.txt File And Must Add Tokens On The File

const { Client } = require("discord.js-selfbot");
const fs = require('fs')
const data = fs.readFileSync('tokens.txt', 'UTF-8')
const lines = data.split(/\r?\n/)
const AutoFarm = require("auto-farm")

lines.forEach((line) => {
    Hosting(line);
})

function Hosting(token)
{
try{
const client = new Client({})
client.on("ready", async () =>
  {
console.log(`${client.user.tag} Ready!! `)
  })

AutoFarm({
Client: client, // Type Client
ChannelID: "", // ID Text Channel
Time: 15 // Type Time With Second
})


client.login(token)
  } catch (err) {
 console.log(err)
  }
}

Need help?

Contact me in Discord: </SmSm>#8700

0.0.3

1 year ago

0.0.4

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago

0.0.0

1 year ago

1.0.7-beta

1 year ago

1.0.6-beta

1 year ago

1.0.5-beta

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.0

1 year ago