Blue Eye Logo

Blue Eye Macro

Automation is freedom
It is currently Thu Nov 21, 2024 7:28 pm

All times are UTC




Post new topic Reply to topic  [ 8 posts ] 
Author Message
 Post subject: Keypress don't work...
Thanked: 0 time(s)  Unread post Posted: Tue Apr 23, 2013 3:42 pm 
New User
New User



Joined: Tue Apr 23, 2013 3:30 pm
Posts: 2
Been thanked: 0 time(s)
Has thanked: 0 time(s)
Contribution Points: 13
hello,
i'm newbie in BEM and i'm trying to made some simple fishing macro but "keypress" won't work..
here is my coding :
Code:
begin
     Mouse.Click at coordinate("491", "593", "right")
     Macro.Pause("1000")
     Mouse.Click at coordinate("405", "185", "left")
     Macro.Pause("3000")
     Keyboard.Press key("{<space>}")
     Macro.Pause("2000")
 end

can someone help me out??
sorry for my bad english... :D


Last edited by LetMeBeStealth on Wed Jan 15, 2014 8:10 am, edited 1 time in total.
code tag added


Top
 Profile  
Reply with quote  
 Post subject: Re: Keypress don't work...
Thanked: 1 time(s)  Unread post Posted: Wed May 01, 2013 7:55 am 
Contributor
Contributor
User avatar



Joined: Fri Apr 19, 2013 7:22 am
Posts: 78
Been thanked: 25 time(s)
Has thanked: 2 time(s)
Contribution Points: 299
you could try..

Code:
begin
Mouse.Click at coordinate("491", "593", "right")
Macro.Pause("1000")
Mouse.Click at coordinate("405", "185", "left")
Macro.Pause("3000")
Keyboard.hold keys("{<space>}")
Macro.Pause("500")
Keyboard.release keys("{<space>}")
Macro.Pause("2000")
end


what is does is it holds the space button for half a second.
you can adjust the time so it will appear like it just pressed it once
like set the macro.Pause("500") to 10 or 100

_________________
Image


Top
 Profile  
Reply with quote  
 Post subject: Re: Keypress don't work...
Thanked: 0 time(s)  Unread post Posted: Tue May 07, 2013 2:17 am 
Contributor
Contributor



Joined: Mon May 06, 2013 1:34 pm
Posts: 70
Been thanked: 6 time(s)
Has thanked: 9 time(s)
Contribution Points: 43
Have you installed virtual drive? because no matter what it wont work


Top
 Profile  
Reply with quote  
 Post subject: Re: Keypress don't work...
Thanked: 0 time(s)  Unread post Posted: Tue Aug 26, 2014 5:35 pm 
Silver Contributor
Silver Contributor



Joined: Thu Jul 31, 2014 3:32 pm
Posts: 192
Been thanked: 11 time(s)
Has thanked: 5 time(s)
Contribution Points: 3
Try go to setting and select input
enable virtual driver for both and install it
hope this help
:)


Top
 Profile  
Reply with quote  
 Post subject: Re: Keypress don't work...
Thanked: 0 time(s)  Unread post Posted: Tue Aug 26, 2014 11:39 pm 
Gold Contributor
Gold Contributor
User avatar



Joined: Tue Apr 08, 2014 8:46 pm
Posts: 276
Been thanked: 12 time(s)
Has thanked: 4 time(s)
Contribution Points: 105
if you try putting function execute?at the start of the script

_________________
If my answer helped you , click on the button thanks xD


Top
 Profile  
Reply with quote  
 Post subject: Re: Keypress don't work...
Thanked: 0 time(s)  Unread post Posted: Tue Aug 26, 2014 11:44 pm 
Silver Contributor
Silver Contributor
User avatar



Joined: Wed Apr 30, 2014 2:58 pm
Posts: 139
Been thanked: 19 time(s)
Has thanked: 4 time(s)
Contribution Points: 49
install virtual driver and chance your dmo resolution .

_________________
SORRY FOR MY BAD ENGLISH xD n DONT FORGET TO CLICK THANK YOU IF I HELP YOU ^^


Top
 Profile  
Reply with quote  
 Post subject: Re: Keypress don't work...
Thanked: 0 time(s)  Unread post Posted: Thu Sep 04, 2014 7:28 am 
Gold Contributor
Gold Contributor



Joined: Thu May 24, 2012 12:08 am
Posts: 351
Location: Philippines
Been thanked: 34 time(s)
Has thanked: 2 time(s)
Contribution Points: 66
Virtual drivers bro !


Top
 Profile  
Reply with quote  
 Post subject: Re: Keypress don't work...
Thanked: 1 time(s)  Unread post Posted: Thu Nov 20, 2014 2:34 am 
Contributor
Contributor



Joined: Thu Nov 13, 2014 7:49 pm
Posts: 66
Been thanked: 32 time(s)
Has thanked: 23 time(s)
Contribution Points: 53
install virtual driver and chance your dmo resolution .


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC


You cannot post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  


Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group