New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

auto-farm

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

auto-farm

To Level Up Discord Account

latest
Source
npmnpm
Version
0.0.4
Version published
Weekly downloads
3
50%
Maintainers
1
Weekly downloads
 
Created
Source

AutoFarm

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

npm GitHub Repo stars

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") // npm i auto-farm

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

AutoFarm({
Client: client, // Type Client
ChannelID: "", // ID Text Channel
Pass: "", // To Get Pass Contact With Owner Package
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") // npm i auto-farm

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

AutoFarm({
Client: client, // Type Client
ChannelID: "", // ID Text Channel
Pass: "", // To Get Pass Contact With Owner Package
Time: 50, // Type Time With Second But For OwO Must Be 50 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"); // npm i discord.js-selfbot-v13
const fs = require('fs') // npm i fs
const data = fs.readFileSync('tokens.txt', 'UTF-8')
const lines = data.split(/\r?\n/)
const AutoFarm = require("auto-farm") // npm i 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
Pass: "", // To Get Pass Contact With Owner Package
Time: 15 // Type Time With Second
})


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

Need help?

Contact me in Discord: </SmSm>#8700

Keywords

auto-farm

FAQs

Package last updated on 14 Dec 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts