Jump to content
Jimmy

MyBrowserCash Bot V 2.0

Recommended Posts

Posted

Download

Autoit

#include <IE.au3>#include <Inet.au3>
HotKeySet("{F6}", "_Exit")
Local $i = 1


Local $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


WEnd


Else
MsgBox(0, "Not Running", $Process & " Is not running.")
EndIf


Func _Exit()
Exit
EndFunc


Posted
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 convenit

Adica?

Posted
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.

Posted
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

Posted (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 by Jimmy

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...