Jump to content

MAC Address "Spoofer"


Recommended Posts

;ERROR HERE NO ENDIF TO MATCH IF HOW DO I MAKE PROGRAM EXIT AFTER THIS?
If $ai > 10 Then MsgBox (0,"Error", "Too many Devices")
 exit
EndIf

This is a error because you declared it as a one line IF statement with the MsgBox on the same line

You can fix it by placing MsgBox on the next line below the If statement or by taking out the exit and endif

Edited by TerarinKerowyn

Contact via MSN: [email=terarink_msn@hotmail.com]terarink_msn@hotmail.com[/email], yahoo: terarink_yah

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...