Search found 10 matches

by mmartin1212
30 Oct 2015, 16:15
Forum: Scripts and Functions (v1)
Topic: The Best Music Finder - For Spotify
Replies: 2
Views: 3537

The Best Music Finder - For Spotify

Personally, I have tried every new music finding application/web service available. Besides sitting for hours on Pandora Radio I just couldn't find new music. So I looked into the Spotify API and came up with this. If you like this or have ANY ideas please comment and let me know what you think. Als...
by mmartin1212
29 Oct 2015, 13:11
Forum: Wish List
Topic: Array/object wishlist (count, printarr, contains, other).
Replies: 25
Views: 18452

Re: Array/object wishlist (count, printarr, contains, other).

These should be included in AHK!

st_PrintArr() is invaluable to debugging in depth arrays.

I was able to troubleshoot a problem that I spent 4 hours on in 15 minutes with that function.
by mmartin1212
21 Oct 2015, 22:20
Forum: Scripts and Functions (v1)
Topic: Mturk Daily Hit Forum Scraper
Replies: 0
Views: 3346

Mturk Daily Hit Forum Scraper

I am going to be honest. I wasn't going to release this... But since I don't actually use it I don't care. What this actually does is scrape forums that users post good HITs on mturk...automatically format the link to accept it on opening. During prime hours which is like 7 am EST - 5 pm... you just...
by mmartin1212
21 Oct 2015, 21:54
Forum: Scripts and Functions (v1)
Topic: Spotify playlist toolkit
Replies: 0
Views: 2090

Spotify playlist toolkit

Something I threw together today. I found that it was hard to copy Spotify playlists to text and import text lists. So I wrote this tool to use COM and a website + spotify to achieve both these things. I wrote the GUI pretty basic. Instructions:: On opening the GUI you will see this. http://prntscr....
by mmartin1212
08 Aug 2015, 07:02
Forum: Ask for Help (v1)
Topic: Gdip set resolution
Replies: 1
Views: 1020

Re: Gdip set resolution

bump
by mmartin1212
06 Aug 2015, 03:47
Forum: Ask for Help (v1)
Topic: Gdip set resolution
Replies: 1
Views: 1020

Gdip set resolution

phaystack := Gdip_BitmapFromScreen(1) Gdip_BitmapSetResolution(pHaystack, dpix, dpiy) My Gdip image search works if i change my screen resolution of 1920x1080 to the programs internal resolution of 1024x768. I was trying to use Gdip_set resolution to change the resolution of the bitmap so i could k...
by mmartin1212
26 Jul 2015, 06:02
Forum: Gaming Help (v1)
Topic: getProcessBaseAddress
Replies: 7
Views: 4523

Re: getProcessBaseAddress

It is finding pid. And the correct one. A_LastError = 6. So if I am reading docs that translates to 0xc0000006? Which is Exception_in_page_error? You probably know better than me
by mmartin1212
26 Jul 2015, 05:22
Forum: Gaming Help (v1)
Topic: getProcessBaseAddress
Replies: 7
Views: 4523

Re: getProcessBaseAddress

BaseAddress := getProcessBaseAddress("Diablo II") pointer2 := BaseAddress + 0x3bE1B2C address3 := ReadMemoryUint(pointer2, "Diablo II") msgbox %address3% msgbox %BaseAddress% So I added what you said. It fails directly after Base Address. Base address comes up. The debug lines are Handle: 0 ResultR...
by mmartin1212
26 Jul 2015, 04:37
Forum: Gaming Help (v1)
Topic: getProcessBaseAddress
Replies: 7
Views: 4523

Re: getProcessBaseAddress

Okay So i changed the read memory to as you have said. BaseAddress := getProcessBaseAddress("Diablo II") pointer10 := BaseAddress + 0x1050D8 address10 := ReadMemoryUint(Pointer10, "Diablo II") pointer0 := Address10 + 0x5c address1 := ReadMemoryUint(Pointer0, "Diablo II") pointer1 := address1 + 0x24 ...
by mmartin1212
26 Jul 2015, 03:26
Forum: Gaming Help (v1)
Topic: getProcessBaseAddress
Replies: 7
Views: 4523

getProcessBaseAddress

I have tried both using the class library and just pulling the functions. Here is my code at the moment. #Include Classmemory.ahk #SingleInstance force ; Return values: ; Null The process's window couldn't be found. ; 0 The GetWindowLong or GetWindowLongPtr call failed. ; Non-Zero The base address o...

Go to advanced search