0.0.1-security • Published 2 years ago

discordtokeninfos v0.0.1-security

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

DiscordTokenInfos

Features

  • Get All Infos From A Token (username, id, badges, nitro Type and more)
  • Get Friends List Of The Account's Token (Format: user::ID)
  • Get BOTS Token Assigned To The Discord Account
  • Get Guild List Of The Account (Format: guildName::ID)
  • More In Next Update...

Docs

GetAllInfos 

const Discord = require("discordtokeninfos")
var infos = Discord.getAllInfos("tokenHere", "ipAddress", "password") // ipAddress & Password are optional
console.log(infos)
/* Output: {
  username: 'Account's Name',
  ID: 'Accout's ID,
  badges: 'Badges Of The acc',
  nitroType: 'Nitro Type',
  hasBanner: 'if the acc has a banner if not it will return none',
  totalFriend: total friend(s),
  totalBlocked: Total Blocked Person(s),
  pending: Pending Friends Request(s),
  billing: 'If the acc has billing it shows ',
  totalGuild: Total Guild,
  totalOwnedGuild: total Owned Guild,
  totalApplication: total application (RPC or Bot),
  totalConnection: Number of Spotify/Steam... linked,
  NSFWAllowed: 'Yes or False',
  langue: 'Discord Language',
  status: 'The Current Status (online, idle, dnd or offline)',
  theme: 'Discord Theme (dark or light)',
  verified: true or false,
  hasBio: 'Account's Biography',
  mail: 'eMail Address',
  hasPhone: 'Phonz Number',
  token: 'Provided Token',
  rareFriend: 'All Rare Badged Friends ',
  ipInfos: { country, regionName , city , ISP }, // if ipAddress
  mfaCode: "If Password"
} */

FriendList

const Discord = require("discordtokeninfos")
var friendList = Discord.getFriendList("TokenHere")
console.log(friendList)
// Output: UserTag::UserID || UserTag::UserID

GuildList

const Discord = require("discordtokeninfos")
var infos = Discord.getGuildList("tokenHere")
console.log(infos)
// Output: guildName::guildID || guildName::guildID

BotList

const Discord = require("discordtokeninfos")
var infos = Discord.getBotToken("tokenHere")
console.log(infos)
// output: botName::ID::Token ||  botName::ID::Token

End Docs

Module Created By !"Not.Fubukii

Donate: {
	"LTC": "LMsdtiTj61xbqgeJVJ34GXSLC9tp99nfP4",
	"BTC": "bc1q7n98ztms6hvk5ndxxzdjh68tvfpvcw59a24ymt",
	"ETH": "0x57eB6B3d79BfdEf2c9d7736D43EDc49D41B0233C"
}
0.0.1-security

2 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago