Forum > General >

Catch WeAreDevs Error Message Boxes

Posts: 47

Threads: 12

Joined: May, 2020

Reputation: 0

Posted

These MessageBoxes are annoying. Can i catch them in a try catch and replace it with my own Error?

  • 0

I like Code 

Hectique

Hectique

Posts: 1076

Threads: 155

Joined: Nov, 2019

Reputation: 14

Replied

Try This---

 

[/code]

//INJECT BUTTON

try

{

   api.LaunchExploit(); //The inject function varies from the API u use :p

}

catch (Exception ex)

{

   MessageBox.Show("Your Error message here", ex.MessageBoxButtons.OK);

}

[/code]

 

I am sorry if it migt not work, I haven't memorized the exact code for it, and I was just playing back what's in my mind. Also, I didn't remember how to add the message box's title Lmao

 

Hope this helped

  • 0

a former active and known member of the WRD community, but im kinda just a meme now

Posts: 47

Threads: 12

Joined: May, 2020

Reputation: 0

Replied

@Hectique i tried already lmao. still ty 

  • 0

I like Code 

Hectique

Hectique

Posts: 1076

Threads: 155

Joined: Nov, 2019

Reputation: 14

Replied

@faith no problem

  • 0

a former active and known member of the WRD community, but im kinda just a meme now

Posts: 47

Threads: 12

Joined: May, 2020

Reputation: 0

Replied

@_realnickk how can i decompile that

  • 0

Added

@_realnickk how to give it an error code which i can access in my expoit code?

  • 0

I like Code 

Users viewing this thread:

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