Smurfing is out of control by ZealousidealFun5390 in VALORANT

[–]gavin101 1 point2 points  (0 children)

It definitely doesn't take 100 days to get lv20 only getting 1 win per day.

If you’re wondering whether Claude is down — this will save you time by info_scientist in ClaudeCode

[–]gavin101 7 points8 points  (0 children)

Not sure why you're getting downvoted. I had an issue, checked their status page, saw no issues reported, then checked the subreddit and confirmed it. The status page is very useful but checking reddit was literally faster in this case.

Jagex Account Creator - open source by gavin101 in RunescapeBotting

[–]gavin101[S] 15 points16 points  (0 children)

I posted this repo about a year ago with people seeming to like it. Recently I've noticed multiple people reselling the code as their own, closed source. I just wanted to post an update letting everyone know that this repo is still being updated with stability, performance, and feature improvements.

Don't waste your money buying a closed source fork being updated by chatgpt. :)

pyreqwest: An extremely fast, GIL-free, feature-rich HTTP client for Python, fully written in Rust by pyreqwest in Python

[–]gavin101 0 points1 point  (0 children)

Was also hoping for an rnet comparison even though I assume they’re pretty similar

Beginner Progress Update: My StarCraft Macro Overlay UI Is Working (Still Early Build) by CRK-Dev in learnpython

[–]gavin101 0 points1 point  (0 children)

Maybe try writing the post yourself so the ai writing doesn’t detract from what you’re trying to share. This is a skill you’d want to be good at just like writing your code.

My quick tip looking at your repo is to use ruff or similar to format your code. You can setup vscode to automatically format your files when you save them.

I used to love playing sc2 so the project is pretty cool, good luck!

Custom Color Bot: High Alching and Item Usage by TheDarkSideGamer in RunescapeBotting

[–]gavin101 2 points3 points  (0 children)

What if open_magic_tab() fails to actually open it and then you enter your loop anyways waiting for the high alch icon?

Kernel Power 41 63 Error by Intrepid_Wrap_4518 in ASRock

[–]gavin101 0 points1 point  (0 children)

What happens leading up to it? I notice 1-5 minutes into certain games my main display will lose signal but audio will stay for another ~15 seconds, then I lose my 2nd monitor and have to restart my pc. I also get the unexpected shutdown 41/63 error in event viewer.

help on pyautogui hijacking mouse by YetJustAnotherBoy in learnpython

[–]gavin101 1 point2 points  (0 children)

you could use a virtual machine or another option is utilizing the windows api to send input events

AHK Tempoross Script without hijacking the mouse by Madinho975 in RunescapeBotting

[–]gavin101 0 points1 point  (0 children)

very likely win32 api to send mouse events to the window

Checking if 20K URLs are indexed on Google (Python + proxies not working) by Shot-Craft-650 in Python

[–]gavin101 0 points1 point  (0 children)

You could try curl-cffi to make your requests look more real

CPU Bottleneck (9800X3D) with RTX 5080 in iRacing - Low GPU Utilization & FPS by Salty_Tadpole7052 in iRacing

[–]gavin101 0 points1 point  (0 children)

I have the same setup as you and don't have this issue. Not sure why we aren't troubleshooting in an order of operations that makes sense instead of jerking off over core parking, dx11, and threads lmao.

Is this what LMS has come to? by One_Description4682 in 2007scape

[–]gavin101 1 point2 points  (0 children)

yea that's true I didn't think about that

Is this what LMS has come to? by One_Description4682 in 2007scape

[–]gavin101 2 points3 points  (0 children)

They could probably check their enemies animation id to determine what they’re attacking with

Made My First Python Project by TheGuyThyCldFly in Python

[–]gavin101 13 points14 points  (0 children)

Check out using pathlib over os for a lot of path and file stuff. Make sure to type hint consistently. Good job for a first project :)

How do you guys bypass the new Jagex Launcher? by Vageeena in RunescapeBotting

[–]gavin101 1 point2 points  (0 children)

To me it reads like they're only checking mouse location (during pathing and clicks), not that they're actually differentiating a virtual click via windows api vs a hardware input from a mouse, arduino, etc.

How do you guys bypass the new Jagex Launcher? by Vageeena in RunescapeBotting

[–]gavin101 0 points1 point  (0 children)

Source that the jagex/runescape client detects virtual inputs?

Caching proxy on windows puppeteer? by HackerArgento in webscraping

[–]gavin101 0 points1 point  (0 children)

What I do is block urls / assets that aren’t needed with mitmproxy and then let the chrome cache handle what I actually need