Woodcutter
A simple woodcutting bot for Runescape using RobotJS.
Install / Use
/learn @learncodebygaming/WoodcutterREADME
Woodcutter Bot using RobotJS
Source code for the Learn JavaScript by playing RuneScape series on the Learn Code By Gaming YouTube channel.
This bot is for educational purposes only.
Watch the tutorial here: https://www.youtube.com/playlist?list=PL1m2M8LQlzfJjTJrovnq2lBnov_g0ZpN3
If your mouse is not moving to the correct coordinates
Check the output of robot.getScreenSize(). If the result you're given do not match what you expect, ie. { width: 1536, height: 864 } when you were expecting 1920x1080, you can do a few things to correct this. In the Windows display settings, if the application scaling is not 100%, try changing it to 100%. You can also sometimes change this on a per-application basis with the "Disable display scaling on high DPI settings" property. Alternatively, you can write a function to translate your coordinates:
function coordinate(x) {
return x * (1536 / 1920);
}
Related Skills
node-connect
353.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
111.7kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
353.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
353.3kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
