News

recent

Alexamaster Hidden viewer

I did not like the viewer from the site so I made this quick alternative. Nothing special but, it seems to be working good. I was scripted using Autoit3. You will need to install it to use this script. https://www.autoitscript.com/site/autoit/ Feel free to improve on it..

New to Alexamaster you can see payment proofs and info on this thread. http://thebot.net/threads/100-autosurf-no-captchas-no-scams-or-surveys.287429/
Ctrl+Alt+X will Stop and close the Viewer
The Script:

; Alexamaster Viewer v1.beta 03/10/2015
; by ::::Cyclo::::
;
;
;
;
;


#include <IE.au3>
#include <MsgBoxConstants.au3>

;Edit This with your Alexamaster Autosurf Link
Local $oIE = _IECreate("http://system.alexamaster.com/autosurf.php?Master=Your ID")
;Will Click Enable Videos Button
$oBtn = _IEGetObjById($oIE, "btn")
_IEAction($oBtn, "click")

HotKeySet("^!x", "MyExit")

Func MyExit()

ProcessClose("iexplore.exe")
Sleep(2000)
Exit

EndFunc


If @error Then
MsgBox($MB_SYSTEMMODAL, "", "Error opening Internet Explorer: " & @error)
Exit

EndIf
$oIE.Visible = 0
MsgBox(64+0, "AlexaViewer v1.beta ::::Cyclo::::", "Press OK to Start/Hide Press Ctrl+Alt+X to Stop Viewer")

;Helps keep IE Hidden
While 1
If Not _IEAction($oIE, "invisible") Then _IEAction($oIE, "invisible")
WEnd



I hope this is helpful for some..
FYI 
Look at the code it is safe..
If you compile this it may be flagged by Antivirus, it was on my system.
Alexamaster Hidden viewer Reviewed by Unknown on 5:41:00 AM Rating: 5
All Rights Reserved by TOS © 2014 - 2015
Powered By Blogger, Designed by Sweetheme

Contact Form

Name

Email *

Message *

Powered by Blogger.