Hi, so i have this code so far:

if TextBox1.Text.Contains("movemouse") then
msgbox("moved mouse!")


Buuutt how could i do something like this:


if it contains movemouse and then with an input stuff like: movemouse(x,y)

so it will actually read your input where the X is and where the Y is. so you can say something like:
cursor.position = new point(x,y);