Code Monkey home page Code Monkey logo

as's Introduction

ABOUT ME

Name : ASIF x69

Age : 16+

CREDITS

Original File : BotPack by YanMaglinte

Modified : ASIF x69 BOTPACK by ASIF x69

UPDATES

• Configure console output in ASIFx69/configs/console.js.
• Fixed spam in ban system.
• Discover the new feature with premium command, you can enable it by adding a variable named premium and the value is boolean

premium ussage example

module.exports.config = {
  name: "example",
  version: "example",
  credits: "example",
  permission: 0,
  description: "example",
  category: "example",
  usages: "example",
  prefix: true,
  premium: true, // this is the example of premium feature ussage
  cooldown: 0,
  dependencies: {
    "": ""
  }
}
UPCOMING UPDATE :
adding aliases for each commands

CONFIG AND CUSTOM

ASIFx69.js : configure auto restart and auto accept pending messages.

ASIFx69.json : configure bot name, bot prefix, bot operators and admins.

4S1FSTATE.json : account cache data.

BOX APPROVAL

box approval is set as default, you can disable it on ASIFx69.json by setting the approval value into false

you can approve box by using approve command without using prefix, how to use? just type approve (box/remove) (uid/tid)

EXAMPLES :

view approved list

approve list

add box from approved list

approve box 4834812366643016

remove box from approved list

approve remove 4834812366643016

HOW TO GET '4S1FSTATE.JSON' DATA?

to get 4S1FSTATE.json data, please follow these steps :

STEP 1 : download fbstate exporter here

STEP 2 : download kiwi browser from the play store.

STEP 3 : open kiwi browser and tap on the three dots at the top right corner.

STEP 4 : select extensions from the menu.

STEP 5 : tap on + from (.zip/ .crx/ .user.js) and choose the file "4S1F-FBSTATE.zip" that you downloaded.

STEP 6 : once the extension is added, go to www.facebook.com and log in to the account you want to use as a bot.

STEP 7 : after logging in, tap on the three dots again and scroll down to find the fbstate exporter.

STEP 8 : click on it and then click on copy fbstate.

STEP 9 : paste the copied data into the 4S1FSTATE.json file.

STEP 10 : finally, click on run to initiate the bot.

HOW TO ADD COMMANDS?

module.exports.config = {
  name: "example", // command name.
  version: "1.0.0", // command version.
  permission: 0, // set to 1 if you want to set the permission into a group admins, set to 2 if you want to set the permission into a bot admins, set to 3 if you want to set the permission into a bot operators.
  credits: "𝐀𝐒𝐈𝐅 𝐱𝟔𝟗",
  description: "example", // command description.
  prefix: false, // set to true if you want to use the command with prefix, set to false if you want to use the commands without prefix.
  category: "example", // command category.
  usages: "example", // command ussage.
  cooldowns: 5, // 5 seconds command cooldown.
  dependencies: {
		"name": "version" // not required but if the command have a npm packages, you can type the package name and version to automatically install the package.
	}
};

module.exports.run = async ({api, event, args}) => {
  // start coding
}

as's People

Contributors

asif-404-cyber avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.