Quote:
Originally Posted by M>M
I can't help you on the tuto but here is th vb code
Code:
Shell("SFrame.exe /auth_ip:YOUR IP HERE /locale:ASCII /country:US /cash /commercial_shop", vbNormalFocus)
|
It keeps telling me the directory is not there... I made sure the IP was right... I must be doing something wrong here is the button code:
Code:
Public Class Form1
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Shell("SFrame.exe /auth_ip:5.35.87.131 /locale:ASCII /country:US /cash /commercial_shop", vbNormalFocus)
End Sub