Posted
These MessageBoxes are annoying. Can i catch them in a try catch and replace it with my own Error?
I like CodeÂ
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
Cancel
Post
a former active and known member of the WRD community, but im kinda just a meme now
I like CodeÂ
a former active and known member of the WRD community, but im kinda just a meme now
I like CodeÂ
Users viewing this thread:
( Members: 0, Guests: 0, Total: 0 )
Cancel
Post