I just wanted to release this because it can be funny if applied right to screw with people. Basically what this code does is makes the mouse move randomly accross the screen Enjoy and don't forget to thanks for another release thanks
Code:
Dim screenWidth As Integer = Screen.PrimaryScreen.Bounds.Width
Dim screenHeight As Integer = Screen.PrimaryScreen.Bounds.Height
While True
Dim randomxValue As Integer
Dim randomyValue As Integer
randomxValue = CInt(Math.Floor((screenWidth - 0 + 1) * Rnd())) + 0
randomyValue = CInt(Math.Floor((screenHeight - 0 + 1) * Rnd())) + 0
Cursor.Position = (New Point(randomxValue, randomyValue))
End While
If you are doing a vb project or something and need help don't hesitate to contact me on skype: Gamerion24