Guest User

Untitled

a guest
Sep 21st, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
AutoIt 0.62 KB | None | 0 0
  1. Local $9=InputBox("",""),$s=Random(100,9*10^7,1),$x=GUICreate("",-1,-1,-1,-1,-1,0x02000000),$t=StringSplit($9,""),$a=GUICtrlCreateGraphic(0,0)
  2. c($a,0,0,9,$s)
  3. For $i=1 To $t[0]
  4. c($a,$i,0,9,$s/Asc($t[$i]))
  5. Next
  6. GUISetState()
  7. Local $lol=PixelSearch(0,0,@DesktopWidth,@DesktopHeight,$s),$Col=PixelGetColor($lol[0],$lol[1],$x),$o=""
  8. For $i=10 To 9+$t[0]
  9. $p=pixelGetColor($lol[0]-9+$i,$lol[1],$x)
  10. $O&=Chr($s/$p)
  11. Next
  12. GUICtrlCreateLabel($o,0,21,400,380)
  13. Do
  14. Until GUIGetMsg()=-3
  15. Func c($1,$2,$3,$4,$5)
  16. GUICtrlSetGraphic($1,8,$5)
  17. GUICtrlSetGraphic($1,6,$2,$3)
  18. GUICtrlSetGraphic($1,2,$2,$3+$4)
  19. GUICtrlSetGraphic($1,22)
  20. EndFunc
Add Comment
Please, Sign In to add comment