Categories > Exploiting > WRD Exploit API >

if (API doesn't work) => {msgbox API doesn't work}

Kxhu

C# & Lua enjoyer

Posts: 285

Threads: 21

Joined: Dec, 2022

Reputation: 11

Posted

Hi there! So I'm on my phone rn, but I've been wondering: "how to check if the api is working". I tried searching for "if api works" and similar keywords, but i didnt find anything. And in some exploits I've seen a message box pop-up saying the api isnt working when it actually didnt work.

Thanks to any response!

  • 0

Thx for reps everyone: https://forum.wearedevs.net/profile/reputation?uid=90498

Posts: 0

Threads: 0

Joined: ?

Reputation:

Replied

You could probably just compare the most recent version of Roblox to the one you are currently using locally.

  • 1

marcus__

S.K.I.D

vip

Posts: 444

Threads: 23

Joined: Nov, 2022

Reputation: 29

Replied

this is a sh!tty way but ig its alright (just checking for updated)

    public bool IsUpdated(){
      using (WebClient wc = new WebClient()) {
        return wc.DownloadString("https://raw.githubusercontent.com/WeAreDevs-Official/backups/master/wrdeapi.json").Contains("true");
      }
    }

  • 0

!!!!!marcus__!!!!!#8611

https://cdn.discordapp.com/attachments/1066053366758780978/1078052772567597127/image.png

Kxhu

C# & Lua enjoyer

Posts: 285

Threads: 21

Joined: Dec, 2022

Reputation: 11

Replied

That's some cool methods i didnt think about, thanks all!

  • 0

Thx for reps everyone: https://forum.wearedevs.net/profile/reputation?uid=90498

Users viewing this thread:

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