supadodger Posted May 16, 2007 Posted May 16, 2007 $hpbutton = "i" Send ( $hpbutton ) ive tried a bunch of different variations of this but none work, if someone can direct me to the section of the help file or just give that code a little correction id be eternally grateful.
November Posted May 16, 2007 Posted May 16, 2007 $hpbutton = "i" Send ( $hpbutton )oÝ÷ Ú+Þ¶¸u¦îÈh}Ø}êÞÛÚ®&ì¡ûaÆî¶z'{ +'ì¢g¨çØ«yËfzÚ-ërبíè^âê+ë-+Þ¶r^jX¶W¢ºÞrب'[yë^®v¥(+j׺_êº^N¼+ºÚ"µÍÌÍÚ]ÛH ][ÝÞÚ_I][ÝÂÙ[ ÌÍÚ]Û Cheers Old Scriptology Visual Ping 1.8 - Mass Ping Program with export to txt delimited. Desktop 2 RGB and YMCK - Pick a color in the desktop and get the RGB and YMCK code. Desktop 2 RGB - Pick a color in the desktop and get the RGB code. ShootIT 1.0 - Screen Capture full and partial screen [font="'Arial Black';"]Remember Remember The Fifth of November.[/font]
supadodger Posted May 16, 2007 Author Posted May 16, 2007 (edited) lets try this maybe theres a mistake in the larger portion of the code $jesus = PixelChecksum(274,724, 304,752) If $jesus <> 212307401 Then $hpbutton = "{i}" EndIf Send ( $hpbutton ) Edited May 16, 2007 by supadodger
James Posted May 16, 2007 Posted May 16, 2007 $hpbutton = "i" Send($hpbutton) Works for me in latest beta. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
supadodger Posted May 16, 2007 Author Posted May 16, 2007 (edited) i got it im so stupid. thx guys Edited May 16, 2007 by supadodger
James Posted May 16, 2007 Posted May 16, 2007 Remove the {} from your code. Blog - Seriously epic web hosting - Twitter - GitHub - Cachet HQ
November Posted May 16, 2007 Posted May 16, 2007 i still get the same error\\green\f\test.au3 (15) : ==> Variable used without being declared.: Send ( $hpbutton )Try do Dim Dim $hpbuttonor AutoItSetOption ( "MustDeclareVars" , 0 )Cheers Old Scriptology Visual Ping 1.8 - Mass Ping Program with export to txt delimited. Desktop 2 RGB and YMCK - Pick a color in the desktop and get the RGB and YMCK code. Desktop 2 RGB - Pick a color in the desktop and get the RGB code. ShootIT 1.0 - Screen Capture full and partial screen [font="'Arial Black';"]Remember Remember The Fifth of November.[/font]
star2 Posted May 16, 2007 Posted May 16, 2007 (edited) $hpbutton = "i" Send ( $hpbutton )oÝ÷ Ú+Þ¶¸u¦îÈh}Ø}êÞÛÚ®&ì¡ûaÆî¶z'{ +'ì¢g¨çØ«yËfzÚ-ërبíè^âê+ë-+Þ¶r^jX¶W¢ºÞrب'[yë^®v¥(+j׺_êº^É÷öض%¢x-¢Æ¯zêä{+hjö«Â§¢ÛhºÇ·¶ºÚ"µÍÙ[ ][ÝÖÚÙ^WI][ÝÊ just put the key in the middle of these ("[ ]") this was in the help file {SPACE} = SPACE key {ENTER} = ENTER key {ALT} = ALT {BACKSPACE} or {BS} = BACKSPACE {DELETE} or {DEL} = DELETE {UP} = Up arrow {DOWN} = Down arrow {LEFT} = Left arrow use the help file see ya Edited May 16, 2007 by star2 [quote]Baby you're all that I want, When you're lyin' here in my armsI'm findin' it hard to believe, We're in heavenAnd love is all that I need , And I found it there in your heartIt isn't too hard to see, We're in heaven .Bryan Adams[/quote].............................................................................[u]AUTOIT[/u]
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now