Advertisement
NeverPool

Untitled

Jun 3rd, 2011
420
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
VB.NET 0.31 KB | None | 0 0
  1.  Dim GoWorld As String
  2.  
  3.         GoWorld = "Http://fallensword.com/index.php?cmd=world"
  4.  
  5.             Game.Navigate(GoWorld)
  6.             System.Threading.Thread.Sleep(2000)
  7.             SendKeys.Send("1")
  8.             System.Threading.Thread.Sleep(3000)
  9.             Game.Navigate(GoWorld)
  10.         SendKeys.Send("W")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement