Profile Picture

Exo101 (Exo)

Reputation: 0 [rate]

Joined: Aug, 2022

Last online:

Exo 


https://discord.gg/n6jjMkSNus

Badges

badge

Etc

Send Message

Threads List
Possible Alts

Activity Feed

Replied to thread : Attach fail; "You're running a unsupported version ROBLOX. WRD-API is updated for version-aa6e1ad459964fc3"


Are you high or something? It littrally says it? WeAreDevs isn't updated for your current version of roblox.

Replied to thread : Best BetterDiscord themes to use?


DarkMode is Pretty Good 😎

Replied to thread : does anyone know the code to attach the WRD api


1. Download WeAreDevs API: https://wearedevs.net/d/Exploit%20API

2. Create a Winform C# Project, Call it whatever.

3. Add WeAreDevs API into Refrences.

4. Then do Windows + L.

5. Figure it out.

Created a new thread : Chung Chin Aimbot UI (OPEN SOURCE)


https://pastebin.com/raw/EUfUsGjL

Replied to thread : [question] how to add monaco to WinForms with cerfsharp


It's really simple:

 

Download Monaco

right the following:

using Monaco;
class Program {
   static void Main() {
      Monaco rd = new Monaco();

      int rand_num = rd.Next(100,200);

      Monaco.WriteLine("Write Anything Here.");
   }
}

Boom, your good to go.