Guest User

Untitled

a guest
Dec 12th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. void gotoXY(int x, int y)
  2. {
  3. if (y!=0)
  4. {
  5. (cursor = (x + y*0x40)) //move shit to x + 0x28 - 0x0F
  6. }
  7. else
  8. {
  9. (cursor = (x))//move shit to x
  10. }
Add Comment
Please, Sign In to add comment