(11-23-2014, 08:03 AM)KeeWay Wrote: I too have been waiting on something that works and reasonably priced so until then Thanks to Michaelb2007 recommendation about the LF-bot resetting the timer I have completed my script and have been running for about 3 days straight now with no issues.
you will need to firstly make sure that your bluestacks and LF-bot works fine before you even run the script that way there should be no issues.
here is my script (not sure how to attach a file), just compile it or run using the SciTE editor...
make sure that your bluestacks is running with CofC started.
;Start of script
#RequireAdmin
If Not ProcessExists("HD-Frontend.exe") Then
MsgBox(0, "BlueStacks Problem", "Please Start Bluestacks then C of C before continuing")
EndIf
While 1
Run("C:\Program Files (x86)\LFROBOT\xiaohua.exe")
sleep(2000)
;Move out from behind bluestacks
WinMove("[CLASS:#32770]", "", 984, 274)
Sleep(1000)
;checkmark the auto walls box
;ControlFocus("[CLASS:#32770]", "Auto walls", 1026)
;ControlClick("[CLASS:#32770]", "Auto walls", 1026, "left", 1, 7, 5)
;Sleep(1000)
;Click the try button
ControlFocus("[CLASS:#32770]", "", 1059)
ControlClick("[CLASS:#32770]", "", 1059, "left", 1, 29, 11)
sleep(2000)
;Wait for the 1 hour dialog box
WinWaitActive("[CLASS:#32770]", "OK")
sleep(1000)
;Click OK in the dialog box
ControlFocus("[CLASS:#32770]", "OK", 2)
ControlClick("[CLASS:#32770]", "OK", 2, "left", 1, 44, 12)
sleep(1000)
;Click the start button
ControlFocus("[CLASS:#32770]", "", 1065)
ControlClick("[CLASS:#32770]", "", 1065, "left", 1, 53, 23)
Sleep(1000)
;pause for 50 minutes
sleep(3000000)
;Kill little flower bot
ProcessClose("xiaohua.exe")
WEnd
;end of script
enjoy...
(11-23-2014, 08:03 AM)KeeWay Wrote: I too have been waiting on something that works and reasonably priced so until then Thanks to Michaelb2007 recommendation about the LF-bot resetting the timer I have completed my script and have been running for about 3 days straight now with no issues.
you will need to firstly make sure that your bluestacks and LF-bot works fine before you even run the script that way there should be no issues.
here is my autoit script (not sure how to attach a file), just compile it or run using the SciTE editor...
make sure that your bluestacks is running with CofC started.
;Start of script
#RequireAdmin
If Not ProcessExists("HD-Frontend.exe") Then
MsgBox(0, "BlueStacks Problem", "Please Start Bluestacks then C of C before continuing")
EndIf
While 1
Run("C:\Program Files (x86)\LFROBOT\xiaohua.exe")
sleep(2000)
;Move out from behind bluestacks
WinMove("[CLASS:#32770]", "", 984, 274)
Sleep(1000)
;checkmark the auto walls box
;ControlFocus("[CLASS:#32770]", "Auto walls", 1026)
;ControlClick("[CLASS:#32770]", "Auto walls", 1026, "left", 1, 7, 5)
;Sleep(1000)
;Click the try button
ControlFocus("[CLASS:#32770]", "", 1059)
ControlClick("[CLASS:#32770]", "", 1059, "left", 1, 29, 11)
sleep(2000)
;Wait for the 1 hour dialog box
WinWaitActive("[CLASS:#32770]", "OK")
sleep(1000)
;Click OK in the dialog box
ControlFocus("[CLASS:#32770]", "OK", 2)
ControlClick("[CLASS:#32770]", "OK", 2, "left", 1, 44, 12)
sleep(1000)
;Click the start button
ControlFocus("[CLASS:#32770]", "", 1065)
ControlClick("[CLASS:#32770]", "", 1065, "left", 1, 53, 23)
Sleep(1000)
;pause for 50 minutes
sleep(3000000)
;Kill little flower bot
ProcessClose("xiaohua.exe")
WEnd
;end of script
enjoy...
(11-08-2014, 01:52 AM)Xanathos Wrote:(11-07-2014, 07:35 PM)andystayrocks Wrote:(11-07-2014, 08:09 AM)Xanathos Wrote:(11-07-2014, 07:46 AM)andystayrocks Wrote: He posted it on a facebook group but deleted it after a few days .. from what i saw .. some people bought it and thanked him .. so the trial only lasted the normal 30minutes ? i wonder why he renamed the program to Lazypressing 'Loop' .. he doesnt have a website maybe this guy really is a scammer ..
Give me your key, I will generate a key for you, so you can tell by yourself.
tKHPNAMQ6Za58O7GOaHvpNo6CicG5XG/YFj6xc/CvKuLu+NXwhHzJjMgAlpexnCdZops+r1WTTOIXsPvTeEJqwlVRh6OhwwiHYuVGTJDRwItbGPUPN/7cZDd7RGmEl85zAsheg+iEBCeWNdHrhV13Cx8RtvyoO1/lEpJ9GVv1ReFrjr4Nxz9cGQLL6/9Cai125z5GNSSyHdcED8Q7DAjbw==
LMVGLY8g1+12QnhXCL+4rAhF0pYnCj1WwKfOVtJ9WRSD+TWFnbcTwnzhS23RyallyZjCJ30LNG4OsCnFpqER0W9NgaPxXt+7MncVO6fkV6eJPz8+8uB163PycBknBAxOwo9eYMYYr003N3opIswaJjSpwnHEGn/Uysq78y2Hxv+68A5ZUxudUlgR6LlcpjHU66j3LjCAtWbXE48LsAKQKrqLU1SYbnq3BG4sH3I9XXXA8BECIsG4XG43yxwaFAdur69Xh0HCx4z5stQP5jUn60iFiBf5rD/6STyNJQOu4ww=
(11-23-2014, 09:45 PM)renz Wrote: hi im newbie in autoit i tried to read about to be able to learn from it. uhm can anyone tell me how to run properly that new shared script by keeway? when i try to run is just only open lf and then nothing follows.. can some1 help me.
thanks!