|
-
May 24th, 2013, 01:37 PM
#1
Thread Starter
Member
Fake error message
hey guys, sorry that i'm not online all the time cause of some problems!
i'm making a project that need a stub (crypter)
i want to add like a fake error message
so i'm using this
const fmeaz = "TEST"
dim MessageFake as string
If checkbox1.checked = true then
MessageFake = "True" else = "False"
in the stub
Const fmeaz = "TEST"
Dim MessagFake as string
if MessageFake = "True" then
Msgbox("Hello", msgboxsytle.critical,"Testestest")
When I check the check box 1 in the crypter It Does not show the message ? :[
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|