Was wondering when I'd see a post like this... https://github.com/nbclark/hqcheat/ Interestingly, we seemed to end up with all 3 of the same approaches. Was fun while it lasted
This is the guy who wrote the post! Wow, so funny we had the same approaches.
I wrote a script that wins the majority of HQ Trivia games
11–20 of 54 posts
Re: I wrote a script that wins the majority of HQ Trivia games
#12Earlier quoted context omitted.
This is the guy who wrote the post! Wow, so funny we had the same approaches.
One thing I did which helped results a bit is invert negative queries...So if the query had a NOT in it, remove that, and choose the option with the fewest matches. Seemed to work pretty well.
Re: I wrote a script that wins the majority of HQ Trivia games
#13Earlier quoted context omitted.
Hey, Cognetta here :). I also cropped the screenshot before running OCR, but I can still imagine HQ changing its UI frequently to thwart OCR attempts.
Yeah that'd be a simple change for them. I'm happy to know I wasn't alone in this. I knew for sure someone else must be doing the same thing :) How are you taking the screenshots? I made a little hotkey script, but feel I could be a bit quicker on it.
Re: I wrote a script that wins the majority of HQ Trivia games
#14He really didn't show how it performs or the actual solution running on a screen. The time you have to answer the question is very short and his solution has to work against 1) Latency of OCR 2) Latency of the Google Query 3) Latency of parsing the result 4) Latency of running the three methods 5) Input of the Answer (which needs to be performed by a human reading reading the output from the computer screen). Can som…
Re: I wrote a script that wins the majority of HQ Trivia games
#15Re: I wrote a script that wins the majority of HQ Trivia games
#16Also an overlay or scripting app, memory address reading or an MITM attack are all much better approaches. Still pointless posting it here though.
Re: I wrote a script that wins the majority of HQ Trivia games
#17Re: I wrote a script that wins the majority of HQ Trivia games
#18It's amazing that trivia games are still so hot in mobile. They were very popular 10-15 years ago as well though running via premium SMS and scamy subscriptions
Re: I wrote a script that wins the majority of HQ Trivia games
#19The post in question:
https://applecrazy.github.io/blog/posts/protect-trivia-from-...
Re: I wrote a script that wins the majority of HQ Trivia games
#20Well done, you botched together a basic program in a some what convoluted way. Is this really hacker news worthy? Also an overlay or scripting app, memory address reading or an MITM attack are all much better approaches. Still pointless posting it here though.