So a friend gave me a script that i use, it is like this
AutoIt
$toolTip_Pos[1] = 0 ;Tooltip top Position $keyStart = "F5" $keyEnd = "INSERT" ; ==> End Configurations $x = $toolTip_Pos[0] $y = $toolTip_Pos[1] $mousex = 20 $mousey = 200 Init() $mousex = $mouse[0] $mousey = $mouse[1] DisplayMsg("Activated. Mouse position set; "&$mousex&"," &$mousey) $P = 1 $splashed = 0 $sta[$i] = _MemoryRead($add[$i], $Open, 'dword') ;Call("Medicines")
and i can't figure out how to build it.. any clues? im a starter so don't be rude please.