There's a way to do it?
Import image and writeln all pixels colors?
x1,y1 = z
x1,y2 = z1
...
Search found 11 matches
- Mon Jun 20, 2016 7:20 pm
- Forum: Beginners
- Topic: Write all pixel colors of a image.
- Replies: 2
- Views: 5460
- Wed Jun 08, 2016 4:12 pm
- Forum: Beginners
- Topic: Title icon and stop anytime.
- Replies: 1
- Views: 4149
Title icon and stop anytime.
The subject already said everything.
How to add a Title Icon and there is a way to do a "explode" key while macro running?
I know about shift+esc and pause break, but i tried in a exported .exe but shift+esc doesn't work.
Thanks in advance.
How to add a Title Icon and there is a way to do a "explode" key while macro running?
I know about shift+esc and pause break, but i tried in a exported .exe but shift+esc doesn't work.
Thanks in advance.
- Wed Jun 08, 2016 4:06 pm
- Forum: Beginners
- Topic: Count time spent in a repeat cycle.
- Replies: 2
- Views: 4888
Re: Count time spent in a repeat cycle.
Hello!
Sorry for the delay to post here.
Works fine in my project!
Sorry for the delay to post here.
Works fine in my project!
- Fri Jun 03, 2016 7:47 pm
- Forum: Beginners
- Topic: Count time spent in a repeat cycle.
- Replies: 2
- Views: 4888
Count time spent in a repeat cycle.
There is a way to do this? I need repeat a proccess in every 40 minutes, but i don't have the exactly total time spent in my repeat cycles. I need something like this: let>loopTime=0 let>totalTime=0 let>x=0 label>start repeat>x count_time_function actions let>x=x+1 count_time_function_end, %loopTime...
- Tue Mar 15, 2016 12:46 pm
- Forum: Beginners
- Topic: IF = Odd Number
- Replies: 4
- Views: 6349
Re: IF = Odd Number
Well, I don't find anything that convert int to string here and I don't know how to work with VBS in MS.
Btw, you only need:
value/2
convert to string the result
if result = "*,5" = odd
Sorry for not help you.
Btw, you only need:
value/2
convert to string the result
if result = "*,5" = odd
Sorry for not help you.
- Fri Mar 11, 2016 10:56 am
- Forum: Beginners
- Topic: Get value from memory address.
- Replies: 7
- Views: 8478
Re: Get value from memory address.
Anyone?
I took a look in these Windows API and all.
I have no idea to how to proceed with this.
I took a look in these Windows API and all.
I have no idea to how to proceed with this.
- Tue Mar 08, 2016 9:03 am
- Forum: Beginners
- Topic: Get value from memory address.
- Replies: 7
- Views: 8478
Re: Get value from memory address.
In this case, no. This ins't a luck game or something like. I need the automation to leave the pc while macro is running. I used this example because this is the only thing that came in my mind. The case is that I don't know what will appear in the screen (and there is no other way to know), so I ca...
- Mon Mar 07, 2016 3:47 pm
- Forum: Beginners
- Topic: Get value from memory address.
- Replies: 7
- Views: 8478
Re: Get value from memory address.
Exactly, you got the point. There is no information on screen, because it's a roulette. The only information is a prompt asking me if I'll continue or no. But the value is already in the memory. It's like a tv show that you need to choose one door to enter, you don't know what are inside in each one...
- Mon Mar 07, 2016 12:28 pm
- Forum: Beginners
- Topic: run every 15 minutes
- Replies: 4
- Views: 6698
Re: run every 15 minutes
A other way that you can do it is with a label and wait time.
label>namexyz
(script)
wait>900
goto>namexyz
You'll just run the script for a first time.
label>namexyz
(script)
wait>900
goto>namexyz
You'll just run the script for a first time.
- Mon Mar 07, 2016 12:17 pm
- Forum: Beginners
- Topic: Get value from memory address.
- Replies: 7
- Views: 8478
Re: Get value from memory address.
Oh, hi! So, I need to copy/read a string value from a pre-determinated address. It's a roulette with 10 values, the final user can't see what is the value on roulette, but I can see it analizing the memory. With this, I will make some conditions for the macro. Without get the value directly from thi...
- Sun Mar 06, 2016 9:31 am
- Forum: Beginners
- Topic: Get value from memory address.
- Replies: 7
- Views: 8478
Get value from memory address.
The subject says what I want.
It's possible to get a value from a pre-defined memory adress?
It's possible to get a value from a pre-defined memory adress?