Search found 196 matches

by Exempt
Tue Aug 30, 2016 5:13 pm
Forum: MicroMacro general & support
Topic: Odd issue with getPixel using 2 different pcs
Replies: 17
Views: 20556

Re: Odd issue with getPixel using 2 different pcs

Sadly, this was mostly caused by my ignorance when it comes to new laptops. They have many more power options that can cause issues.
by Exempt
Sun Aug 28, 2016 1:41 pm
Forum: MicroMacro general & support
Topic: Odd issue with getPixel using 2 different pcs
Replies: 17
Views: 20556

Re: Odd issue with getPixel using 2 different pcs

It fixes the problem so it is related somehow I guess but now I need to sort out how to make it use the NVidia card. thanks Edit: The cause must be because it's possible to run 2 apps using 2 different graphics options and best I can tell micromacro defaulted to w/e base driver windows 10 uses when ...
by Exempt
Sun Aug 28, 2016 1:01 pm
Forum: MicroMacro general & support
Topic: Odd issue with getPixel using 2 different pcs
Replies: 17
Views: 20556

Re: Odd issue with getPixel using 2 different pcs

It does seem to be consistent when I stay in the same spot. I will just test it with your script to be sure but I have done an exact copy from my main pc to my new one and still no luck. I just had an idea..(yes it hurt my head) This laptop has 2 graphics options on it, the integrated card and a NVi...
by Exempt
Sat Aug 27, 2016 8:01 pm
Forum: MicroMacro general & support
Topic: Odd issue with getPixel using 2 different pcs
Replies: 17
Views: 20556

Re: Odd issue with getPixel using 2 different pcs

From that log file it acts like everything is right but even in paint using solid black ad white the colors do not come out right.
by Exempt
Sat Aug 27, 2016 4:03 pm
Forum: MicroMacro general & support
Topic: Odd issue with getPixel using 2 different pcs
Replies: 17
Views: 20556

Re: Odd issue with getPixel using 2 different pcs

I can't get that to run at all, it says missing dlls on fresh install of the latest stable client and when using it on the 1.94 it says missing sqllite3.dll. In the folder of 1.94 version I found a libsqllite3.dll which I renamed to just sqllite3.dll but then it get another error "The applicati...
by Exempt
Mon Aug 22, 2016 6:37 am
Forum: MicroMacro general & support
Topic: Odd issue with getPixel using 2 different pcs
Replies: 17
Views: 20556

Re: Odd issue with getPixel using 2 different pcs

Yes it is the focused window.
by Exempt
Sun Aug 21, 2016 9:42 pm
Forum: MicroMacro general & support
Topic: Odd issue with getPixel using 2 different pcs
Replies: 17
Views: 20556

Re: Odd issue with getPixel using 2 different pcs

Only this new pc has the issue and I have the latest version that can be downloaded I believe 1.94 is the version.

My new pc is a hp laptop with windows 10 on it. I'm not sure if any of the hardware could be the cause.
by Exempt
Sun Aug 21, 2016 1:25 pm
Forum: MicroMacro general & support
Topic: Odd issue with getPixel using 2 different pcs
Replies: 17
Views: 20556

Re: Odd issue with getPixel using 2 different pcs

The output of the color is just always wrong. I will go look for some kind of log. Nothing in the log files at all though I did notice something off just now... X 786, Y 52, W 643, H 482 is the outut from getClientRect but the window size is 800x600 I'd think the sizes are off by way to much. At 120...
by Exempt
Sun Aug 21, 2016 10:14 am
Forum: MicroMacro general & support
Topic: Odd issue with getPixel using 2 different pcs
Replies: 17
Views: 20556

Re: Odd issue with getPixel using 2 different pcs

I'm certain the cords are correct and the hwnd is also correct so it must be something with getPixel.

Edit: I also tried compatibility modes for win 7 with no luck.
by Exempt
Sat Aug 20, 2016 11:15 pm
Forum: MicroMacro general & support
Topic: Odd issue with getPixel using 2 different pcs
Replies: 17
Views: 20556

Odd issue with getPixel using 2 different pcs

I was trying to move over my MM scripts and things to a second pc I have and oddly enough the getPixel function doesn't work on the new pc. It's a windows 10 pc vs my old is still windows 7, is this a known issue or just me? I'm pretty much just do this... local hwnd; local winX, winY, wWidth, wHeig...
by Exempt
Mon Aug 08, 2016 8:28 pm
Forum: MicroMacro general & support
Topic: OpenCV and MicroMacro
Replies: 52
Views: 75786

Re: OpenCV and MicroMacro

Is it possible you could give a very simple example of capturing a notepad window and watching for a certain letter?
by Exempt
Mon Aug 08, 2016 8:03 pm
Forum: MicroMacro general & support
Topic: OpenCV and MicroMacro
Replies: 52
Views: 75786

Re: OpenCV and MicroMacro

I can't really figure out what this is for, seems to be used for things like facial recognition. Would this be used to see things in a client window? If so how would you even start scanning a client window and what type of resource would be used to pick out the item or monster... ?
by Exempt
Sun Aug 07, 2016 8:53 pm
Forum: MicroMacro general & support
Topic: how to hold multiple keys at once
Replies: 8
Views: 9006

Re: how to hold multiple keys at once

When I search memory addresses things get really weird... I'll find a address for something like a coordinate but after about 5-10mins the address will change to something completely different. I'm really just trying to avoid memory stuff all together. The efficiency issue isn't a big one it's just ...
by Exempt
Sun Aug 07, 2016 4:36 pm
Forum: MicroMacro general & support
Topic: OpenCV and MicroMacro
Replies: 52
Views: 75786

Re: OpenCV and MicroMacro

Is there any examples of this in use? I'm curious what this is really used for in something like Micromacro?
by Exempt
Sat Aug 06, 2016 11:30 pm
Forum: MicroMacro general & support
Topic: MM2 reading files
Replies: 4
Views: 8141

Re: MM2 reading files

when I call the macro.init()...

Code: Select all

file = io.open("filename", "r")
--loop to the the end of the file at the start
for c in file:lines() do; end
then in the macro.main()

Code: Select all

for event in file:lines() do
	if(string.find(event, "some text") then
	    --do something
	end
end
by Exempt
Sat Aug 06, 2016 3:58 pm
Forum: MicroMacro general & support
Topic: how to hold multiple keys at once
Replies: 8
Views: 9006

Re: how to hold multiple keys at once

Yes there is thankfully but it's not quite as efficient.

Edit: BTW.. that avatar is far less scary then your old one :D
by Exempt
Sat Aug 06, 2016 12:07 pm
Forum: MicroMacro general & support
Topic: how to hold multiple keys at once
Replies: 8
Views: 9006

Re: how to hold multiple keys at once

sorry, I got distracted for a few days. -.- It seems to just press enter and not hold it down.
by Exempt
Sun Jul 24, 2016 9:53 pm
Forum: MicroMacro general & support
Topic: how to hold multiple keys at once
Replies: 8
Views: 9006

Re: how to hold multiple keys at once

Sadly, virtual methods have no effect. It's a opengl/java made game. But it's odd the shift works perfect but enter fails..
by Exempt
Sun Jul 24, 2016 7:51 pm
Forum: MicroMacro general & support
Topic: how to hold multiple keys at once
Replies: 8
Views: 9006

how to hold multiple keys at once

I'm trying to hold shift and enter at once but the enter key is never held down. Is there a way to fix this?
I tried with and without a small delay between holding the keys down.

Code: Select all

keyboard.hold(key.VK_SHIFT)
keyboard.hold(key.VK_ENTER)
by Exempt
Sat Nov 21, 2015 11:13 pm
Forum: Game cheating & modding
Topic: How can I make a overlay?
Replies: 12
Views: 12902

Re: How can I make a overlay?

Ever heard of any library that can handle partially transparent windows? I was thinking maybe it'd be possible to just have a gui as a separate program running in the foreground but it'd be transparent and adjust position based on the game client window cords. It'd also have to be possible to click ...