Guest User

Untitled

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