Search found 15 matches

by kojon
Tue Oct 01, 2019 4:59 pm
Forum: Support
Topic: My script doesn't work when minimizing to tray
Replies: 4
Views: 6406

Re: My script doesn't work when minimizing to tray

Thank you very much!
by kojon
Tue Oct 01, 2019 7:57 am
Forum: Support
Topic: My script doesn't work when minimizing to tray
Replies: 4
Views: 6406

Re: My script doesn't work when minimizing to tray

just like this

Code: Select all

$mouse->move_to($x,$y,"line",1200);
sleep(1);
$mouse->wheel(-5,121,234);
sleep(2);
$mouse->move_to($x+120,$y+100,"curve",2000);
by kojon
Tue Oct 01, 2019 6:32 am
Forum: Support
Topic: My script doesn't work when minimizing to tray
Replies: 4
Views: 6406

My script doesn't work when minimizing to tray

Human Emulator Studio 7.0.30
Windows 10

The script mainly using a mouse emulation, while the window is maximized everything works as soon as I minimize to system tray (notification area) doesn't work. Any ideas?
by kojon
Tue Mar 26, 2019 10:09 pm
Forum: Support
Topic: How can I use proxies with Human Emulator Studio?
Replies: 2
Views: 8665

Re: How can I use proxies with Human Emulator Studio?

Thanks for the Reply.
by kojon
Tue Mar 26, 2019 3:48 pm
Forum: Support
Topic: How can I use proxies with Human Emulator Studio?
Replies: 2
Views: 8665

How can I use proxies with Human Emulator Studio?

Hi. Please help me. I have a file with proxies proxy.txt like as:

42.117.1.77:3128
31.170.178.2:8080
94.79.21.99:3128
177.185.73.178:3128
122.160.31.7:3128
83.111.92.120:3128
61.91.89.29:80
109.224.31.37:8080
221.10.40.236:81

how can I use it with Human Emulator Studio?