Jump to content

immortalxx

Members
  • Posts

    18
  • Joined

  • Last visited

immortalxx's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. thank you very much guys that makes PERFECT sense! thank you
  2. third line from the top; spelling mistake. "So far you creat " should be "So far you created "
  3. I wrote a script which copies txt and pastes it. Now i was wondering if i am able to use the ctr + c (clipboard) or w/e that goes to, to save directly to a txt file, instead of actually opening the txt file then pasting it in there? Any ideas? Someone suggested this on a different forum: http://msdn.microsoft.com/en-us/library/ms649039(VS.85).aspx I do not seem to understand it very well. Not any examples. Thanks
  4. not to sure wat im doing wrong, first step to ocr would be fixing this error lol.. $oMyError = ObjEvent("AutoIt.Error","MyErrFunc") Dim $img Dim $ret $oMagic = ObjCreate("ImageMagickObject.MagickImage.1") $ret = $oMagic.Convert("C:\Documents and Settings\Silvio\My Documents\traffic swarm autobot\OCR\5.jpeg", _ "-black-threshold", "100%", "C:\Documents and Settings\Silvio\My Documents\traffic swarm autobot\OCR\5.jpeg") $oOCR = ObjCreate("TxtrCtl.TxtrCtl.1") If Not IsObj($oOCR) Then MsgBox(0, "", "TxtrCtl.TxtrCtl.1 is not an onject") $img = "C:\Documents and Settings\Silvio\My Documents\traffic swarm autobot\OCR\5.jpeg" $oOCR.Init $oUtput = $oOCR.ReadFile($img) $Text = $oOCR.Text MsgBox(0, "", $Text) $oOCR.Term Func MyErrFunc() $HexNumber=hex($oMyError.number,8) Msgbox(0,"COM Error Test","We intercepted a COM Error !" & @CRLF & @CRLF & _ "err.description is: " & @TAB & $oMyError.description & @CRLF & _ "err.windescription:" & @TAB & $oMyError.windescription & @CRLF & _ "err.number is: " & @TAB & $HexNumber & @CRLF & _ "err.lastdllerror is: " & @TAB & $oMyError.lastdllerror & @CRLF & _ "err.scriptline is: " & @TAB & $oMyError.scriptline & @CRLF & _ "err.source is: " & @TAB & $oMyError.source & @CRLF & _ "err.helpfile is: " & @TAB & $oMyError.helpfile & @CRLF & _ "err.helpcontext is: " & @TAB & $oMyError.helpcontext _ ) SetError(1); to check for after this function returns Endfunc Exit
  5. yea, that would be great, you could also pm me it just incase i forget about it
  6. anyone have any idea?
  7. I am writing a script to auto click images like this... http://www.trafficswarm.com/cgi-bin/image....t=8646064666265 click this link to view the image. its just text behind in an image I basicly want to be able to read wat the image says then have my program compair to certain key words and if the key word is in that image to stop and not click it.
  8. yes i can im 15 grade 11 born late :/ thanks for the direct links
  9. lol ur right lol in thie first post i do..ok so i haev v2? how do i et v3? i thought i downloaded v3 also if i uise v3 will my old scirpt work or will have have to change it wow...bad grammer/english lets fix i thought i downloaded v3 but if i did otherwise can you plz give me a proper link to v3? so i can redownload and install thanks alot sry this-is-me
  10. Sence u r so leet in phrazin teh qesten, ill give u a leet anser... aUtOiT dont do gamez and in teh case u cant find ur post, i wont leetmail it. Next time try english. ^^^ these are help forums plz do not act stupid thanks also i never said anythign about a game...
  11. ok ezzetabi i get an error which reads... line 10: MouseMove(0,0) Error: unknown command then i change it to mousemove, 0, 0 <<that works then i get this error line 11: Mousedown("left") error: unknown command. when u use it do u get any errors?
×
×
  • Create New...