Categories > Coding > Javascript >

Flexing my WeAreDevs Bot [super cool]

Wabz

Winning.js

Posts: 2410

Threads: 194

Joined: Apr, 2020

Reputation: 27

Posted

First, i want to say that the code is not gonna be public since people are gonna use this for nefarious purposes.

Just wanted to show off the lib i made for making wearedevs bot, i made it to make it simpler for me to do it.

video showcase

So as you can see, a simple code can be super powerful (i wont show the  lib code tho haha)

// Credits to wabz
// this lib is not gonna be public haha
// for obvious reasons

require("dotenv").config();
var uwrd = require("../src/index");
var bot = new uwrd.Client();

bot.on("ready", () => {
console.log("The bot is ready!");
console.log("Credits to wabz!");
});

bot.loginSync(process.env.login, false);
  • 0

Added

So as you can see, i'm able to make a pretty good bot (well only login lmao) with small code.

I'll add a ton of methods, replying will be the hard one but i already know how to bypass captchas.

Also, the "false" you are seeing in bot.loginSync means i want it to show the UI, by default it wont show the UI.

This is obviously in JS, its using nodejs and the library for interacting with the website is called puppeteer.

  • 0

Added

if you cant read that code, try with dark mode

  • 0

My new discord is Wabz#1337 with ID 777154062789509130

PoopMaster

SoundInfinity

noticed

Posts: 120

Threads: 23

Joined: Jul, 2019

Reputation: 9

Replied

Good luck with this bot thing

  • 0

Proud creator of: WRD+

Posts: 848

Threads: 72

Joined: May, 2020

Reputation: 9

Replied

What is the purpose of this bot?

  • 0

Don't buy exploits its not worth it your gonna quit anyway

Taking accountability will help you excel in life

Wabz

Winning.js

Posts: 2410

Threads: 194

Joined: Apr, 2020

Reputation: 27

Replied

@Astronemi embed clone

  • 0

Added

@EthanMcBloxxer i dont think 2JJ1 would be happy if anyone could make bots for the website

  • 0

Added

  • 0

My new discord is Wabz#1337 with ID 777154062789509130

Moon

Moon

vip

Posts: 7441

Threads: 314

Joined: Aug, 2020

Reputation: 80

Replied

Intresting...

  • 0

Added

Intresting...

  • 0

Wabz

Winning.js

Posts: 2410

Threads: 194

Joined: Apr, 2020

Reputation: 27

Replied

@Astronemi i streamed myself coding the bot on the discord server

obviously, i cant give too much information, since i dont want people to use my lib for nefarious purposes

  • 0

Added

@Astronemi no, its from scratch (and i used puppeteer for scraping/automation)

the reason why it looks like discord.js is because i made it event based, search about event emitters in nodejs for more info

  • 0

My new discord is Wabz#1337 with ID 777154062789509130

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )