0.2.5 • Published 2 years ago

fg-dylux v0.2.5

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
2 years ago

fg-dylux

Installation

Npm

npm i fg-dylux

Require

const fg = require("fg-dylux");

Docs

Encrypt

// Binary (Encrypt)
const result = fg.encrypt.binary.enc("hello world");
console.log(result); // 1101000 1100101 1101100 1101100 1101111 100000 1110111 1101111 1110010 1101100 1100100

// Binary (Decrypt)
const result = fg.encrypt.binary.dec("1101000 1100101 1101100 1101100 1101111 100000 1110111 1101111 1110010 1101100 1100100");
console.log(result); // Hello World

Information

// Info Gempa
fg.info.gempa()
.then(console.log);

Wibu Stress

// Wangy
const result = fg.stress.wangy(String);
console.log(result);

// Nenen
const result = fg.stress.nenen(String);
console.log(result);

// Simp
const result = fg.stress.simp(String);
console.log(result);

// Sherk
const result = fg.stress.sherk(String);
console.log(result);

Downloader

// YouTube Music
fg.downloader.youtube.ytmp3(url)
.then(console.log);

// Youtube Video
fg.downloader.youtube.ytmp4(url)
.then(console.log);

// Youtube Play Music
fg.downloader.youtube.ytplay(query)
.then(console.log);

// YouTube Play Video
fg.downloader.youtube.ytplayvid(query)
.then(console.log);

// Tiktok
fg.downloader.tiktok(url)
.then(console.log);

// Tiktok 2
fg.downloader.tiktok2(url)
.then(console.log);

// SoundCloud
fg.downloader.soundcloud(url)
.then(console.log);

// Instagram Downloader 
fg.downloader.instagram(URL)
.then(console.log);

// MediaFire
fg.downloader.mediafire(URL)
.then(console.log);

// ZippyShare
fg.downloader.zippyshare(URL)
.then(console.log);

// Pinterest Downloader
fg.downloader.pindl(URL)
.then(console.log)

Search

// Happymod
fg.search.happymod(query)
.then(console.log);

// Search groups wa
fg.search.carigrup(query)
.then(console.log);

// Kusonime
fg.search.kusonime(query)
.then(console.log);

// IP Lookup
fg.search.iplookup(domain / ip)
.then(console.log);

// climate
fg.search.cuaca(kota / city)
.then(console.log);

// Artinama
fg.search.artinama(String)
.then(console.log);

// IG Stalk
fg.search.igstalk(user)
.then(console.log);

// Film
fg.search.film(query)
.then(console.log);

// Wallpaper Cave
fg.search.wallpapercave(query)
.then(console.log);

// Singkatan Kata
fg.search.singkatankata(Kata)
.then(console.log);

// Persamaan Kata (Sinomin)
fg.search.persamaankata(Kata)
.then(console.log);

// Al Quran
fg.search.quran(Surah)
.then(console.log);

// Free Fire ID
fg.search.freefireid(ID)
.then(console.log);

// Wall Alphacoders
fg.search.wall_alphacoders(Query)
.then(console.log);

// Tiktok Stalk
fg.search.ttstalk(username_tiktok)
.then(console.log);

// Pinterest Search 
fg.search.pin(Query)
.then(console.log);

// Soundcloud Search
fg.search.soundcloud(Query)
.then(console.log)

// Sfile.mobi search
fg.search.sfile(Query)
.then(console.log)

// Chord Lagu
fg.search.chordlagu(Query)
.then(console.log)

Random

// Fake UserAgent
const result = fg.random.fakeua();
console.log(result);

// Quotes Anime
fg.random.quotesanime()
.then(console.log);

Other

// Emojimix
fg.other.emojimix(Emoji1, Emoji2)
.then(console.log);

// Translate
fg.other.translate(String, lang)
.then(console.log); // Lang (Optional, Default: id)

// Rangkum (summarize)
fg.other.rangkum(String)
.then(console.log);

Tools

// Subdomain Finder
// lookup all subdomain
fg.tools.subfinder(domain)
.then(console.log) // ex: kominfo.co.id

// Whois
fg.tools.whois(domain)
.then(console.log);

// getHeaders
fg.tools.getHeaders(url)
.then(console.log);

// Shortlink
fg.tools.shortlink(url, custom)
.then(console.log); // custom (optional, default: random)

// Upload File
fg.tools.uploadFile(Buffer)
.then(console.log); // upload file to https://uploader.caliph.my.id

// Upload File 2
fg.tools.uploadFile2(Buffer)
.then(console.log); // upload file to https://www.filezone.cf

// Minifyjs
fg.tools.minifyjs(Code_javascript);

// Encrypt HTML
fg.tools.EncryptHTML(Code_html);

// Unshort URL
fg.tools.expandurl(URL)
.then(console.log);

// Is Porn
fg.tools.isporn(domain)
.then(console.log);

// TextPro Maker
fg.tools.textpro(URL, [text1, text2])
.then(console.log)

Game

// Family100
fg.game.family100()
.then(console.log);

// Siapakah Aku
fg.game.siapakahaku()
.then(console.log);