Skip to content

splexas/RS07QuickLogin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

RS07QuickLogin

This is a simple program written in C for educational purposes that logs in accounts listed in the text file quickly in Old School RuneScape.

Setup

  • You must have C++ OSRS client installed on your computer. However, it is possible modify some lines of code so that the program becomes functional on Java clients (FindWindow, FindWindowEx).
  • Add the accounts in accounts.txt with username:password syntax.

Usage

To run this program, the first argument must be the path of your OSRS executable game file, e.g. main.exe C:\OSRS\osclient.exe.

Build

gcc main.c -o main

About

Very basic program that quickly logs in accounts in Old School RuneScape.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages