Jimmy Posted June 18, 2012 Report Share Posted June 18, 2012 DownloadAutoit#include <IE.au3>#include <Inet.au3>HotKeySet("{F6}", "_Exit")Local $i = 1Local $hDownload = InetGet("https://members.mybrowsercash.com/images/logo.gif", @TempDir & "\logokv.gif", 1, 1)Do Sleep(250)Until InetGetInfo($hDownload, 2)Local $nBytes = InetGetInfo($hDownload, 0)InetClose($hDownload)If FileExists(@TempDir & "\logokv.gif") Then Local $destination = (@TempDir & "\logokv.gif") SplashImageOn("MBC 2.0 By Jimmy", $destination, 250, 50) Sleep(3000) SplashOff()EndIf$Process = "MyBrowserCash.exe"If ProcessExists($Process) Then While 1 If WinExists("MyBrowserCash") Then $oIE = _IEAttach("MyBrowserCash", "embedded") Local $oBody = _IETagNameGetCollection($oIE, "body", 0) _IEDocInsertHTML($oBody, "<p><font color=green size=5>MBC is working</font>", "afterbegin") Sleep(2000) Local $oLinks = _IELinkGetCollection($oIE) Local $iNumLinks = @extended If Not IsObj($oIE) Then ExitLoop For $oLink In $oLinks If StringInStr($oLink.href, "http://www.mltdb.com") > 0 Then Local $sData = InetRead($oLink.href) Local $nBytesRead = @extended InetClose($sData) WinClose("MyBrowserCash") TrayTip("", $i, 5) $i = $i + 1 Sleep(5000) Else WinClose("MyBrowserCash") EndIf Next Else Sleep(60000) $Ads = _IECreate("http://www.google.com/search?q=make money online", 0, 0, 1) Sleep(5000) _IEQuit($Ads) EndIf WEndElse MsgBox(0, "Not Running", $Process & " Is not running.")EndIfFunc _Exit() ExitEndFunc Quote Link to comment Share on other sites More sharing options...
Cor3Quad Posted June 18, 2012 Report Share Posted June 18, 2012 un tutorial cv... Quote Link to comment Share on other sites More sharing options...
Jimmy Posted June 18, 2012 Author Report Share Posted June 18, 2012 Il deschizi si atat, nu trebe tutorial. Quote Link to comment Share on other sites More sharing options...
Cor3Quad Posted June 18, 2012 Report Share Posted June 18, 2012 L-am deschis si nu am primit nici-un cent.Trebe sa mai fac eu ceva pe langa?(mi-am facut cont , am instalat programu , etc) Quote Link to comment Share on other sites More sharing options...
bc-vnt Posted June 18, 2012 Report Share Posted June 18, 2012 keyL ? In code a pus doar ce linii ia convenit Quote Link to comment Share on other sites More sharing options...
Jimmy Posted June 18, 2012 Author Report Share Posted June 18, 2012 L-am deschis si nu am primit nici-un cent.Trebe sa mai fac eu ceva pe langa?(mi-am facut cont , am instalat programu , etc)Deci, acest bot da click pe link-uri in locul tau.keyL ? In code a pus doar ce linii ia convenitAdica? Quote Link to comment Share on other sites More sharing options...
Cor3Quad Posted June 18, 2012 Report Share Posted June 18, 2012 Deci, acest bot da click pe link-uri in locul tau.Stiu ce face , problema ii , de ce nu face ceea ce ar trebui sa faca?1.Pornesc "MyBrowserCash.exe"2.Pornesc "MBC.exe"3."MBC.exe" apare acolo jos in dreapta(la Show hidden icons) pentru cateva secunde si dupaia dispare.Cand tin mouse-ul pe el arata : "Paused(MBC.exe) si dupaia se inchide. Quote Link to comment Share on other sites More sharing options...
Jimmy Posted June 18, 2012 Author Report Share Posted June 18, 2012 Stiu ce face , problema ii , de ce nu face ceea ce ar trebui sa faca?1.Pornesc "MyBrowserCash.exe"2.Pornesc "MBC.exe"3."MBC.exe" apare acolo jos in dreapta(la Show hidden icons) pentru cateva secunde si dupaia dispare.Cand tin mouse-ul pe el arata : "Paused(MBC.exe) si dupaia se inchide.Cat timp ai bot-ul pornit nu intra pe MyBrowserCash Quote Link to comment Share on other sites More sharing options...
Cor3Quad Posted June 18, 2012 Report Share Posted June 18, 2012 Cat timp ai bot-ul pornit nu intra pe MyBrowserCashMerge , doar ca atunci cand tin click-ul pe el(pe MBC.exe) imi zice (Paused)MBC.exe , asta inseamna ca nu merge? Quote Link to comment Share on other sites More sharing options...
Jimmy Posted June 18, 2012 Author Report Share Posted June 18, 2012 (edited) Merge , doar ca atunci cand tin click-ul pe el(pe MBC.exe) imi zice (Paused)MBC.exe , asta inseamna ca nu merge?Cand dai click pe icon si e bifat paused nu merge.Deci merge pana la urma? Edited June 18, 2012 by Jimmy Quote Link to comment Share on other sites More sharing options...
Cor3Quad Posted June 18, 2012 Report Share Posted June 18, 2012 deci nu merge..ce-i fac? Quote Link to comment Share on other sites More sharing options...
Jimmy Posted June 18, 2012 Author Report Share Posted June 18, 2012 (edited) deci nu merge..ce-i fac? Edited June 18, 2012 by Jimmy Quote Link to comment Share on other sites More sharing options...
UnuRo Posted October 2, 2012 Report Share Posted October 2, 2012 adauga #NoTrayIcon Quote Link to comment Share on other sites More sharing options...