Jump to content
Jimmy

MyBrowserCash Bot

Recommended Posts

Am facut un bot pentru MyBrowserCash

Il compilati cu Autoit

Compilat

Virustotal

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


Local $hDownload = InetGet("http://img339.imageshack.us/img339/8530/logokv.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 1.0 By Jimmy", $destination, 250, 50)
Sleep(4000)
SplashOff()
EndIf


While 1
_IECreate("http://www.google.com/search?q=make money online", 0, 0, 1)
Sleep(5000)
ProcessClose("iexplore.exe")
WinWait("MyBrowserCash")
$oIE = _IEAttach("MyBrowserCash", "embedded")
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)
TrayTip("", $i, 5)
$i = $i + 1
WinClose("MyBrowserCash")
Else
WinClose("MyBrowserCash")
EndIf
Next
WEnd


Func _Exit()
Exit
EndFunc


Link to comment
Share on other sites

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