SolvedPlaying with C# and fbot3

Posts 16 of 6 · Page 1 of 1
Playing with C# and fbot3
Hey guys I was looking into fbot3 source code and I don't understand what "0, 1U, 0U" stands for in movement.
Code:
    private void Right()
    {
      do
      {
        if (this.isRight)
        {
          Fbot3.keybd_event(Convert.ToByte(68), (byte) 0, 1U, 0U);
          Thread.Sleep(50);
        }
      }
Thanks that is very helpful.
Fbot3 is acronym for Fame Bot v3 the K-Relay extension which I am editing.
Yup I had no idea about them as I am still learning c#. Thank you guys.
Posts 16 of 6 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

None

Need help?