Advertisement
Guest User

Untitled

a guest
Mar 4th, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 'service key: 76A33286-EE6D-4BED-9367-3EE992F761A1  
  2.  
  3. Dim fs2 As New FriendlyService2.FriendService2Client()
  4.             fs2.ClientCredentials.UserName.UserName = ServiceKey
  5.             fs2.ClientCredentials.UserName.Password = FormsAuthentication.HashPasswordForStoringInConfigFile(ServiceKey, "SHA1")
  6.  
  7.  
  8. fs2.GetCasinoGames(IsMobile, UserID, Live) 'isMobile = 1 'userID = 0 live = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement