Jump to content
View in the app

A better way to browse. Learn more.

OSBot :: 2007 OSRS Botting

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

AHK script help

Featured Replies

Hey im fucking retarded and cant figure out how to move the mouse from the bottom of the invin to the top of the next row for an AHK dropping script

 

i have this which works for dropping the first row

Numpad7::
SendInput {Click Right}
sleep 75
Mousemove,0,37,0,R
SendInput {Click}
sleep 150
SendInput {Click Right}
sleep 75
Mousemove,0,37,0,R
SendInput {Click}
sleep 150
SendInput {Click Right}
sleep 75
Mousemove,0,37,0,R
SendInput {Click}
sleep 150
SendInput {Click Right}
sleep 75
Mousemove,0,37,0,R
SendInput {Click}
sleep 150
SendInput {Click Right}
sleep 75
Mousemove,0,37,0,R
SendInput {Click}
sleep 150
SendInput {Click Right}
sleep 75
Mousemove,0,37,0,R
SendInput {Click}
sleep 150

if sum1 can plz help an idiot out by showing me how to move to the next row of fish in inventory pls ty

never used AHk but I assume you just move the mouse again? xD

 

Solution is in here, took me 5 sec to find ... sleep.png

https://autohotkey.com/docs/commands/MouseMove.htm

 

API:

Moves the mouse cursor.

MouseMove, X, Y [, Speed, R]


Parameters:

X, Y
The x/y coordinates to move the mouse to, which can be expressions. Coordinates are relative to the active window unless CoordMode was used to change that.

Speed
The speed to move the mouse in the range 0 (fastest) to 100 (slowest), which can be an expression. Note: a speed of 0 will move the mouse instantly. If omitted, the default speed (as set by SetDefaultMouseSpeed or 2 otherwise) will be used.

Speed is ignored for SendInput/Play modes; they move the mouse instantaneously (though SetMouseDelay has a mode that applies to SendPlay). To visually move the mouse more slowly -- such as a script that performs a demonstration for an audience -- use SendEvent {Click 100, 200} or SendMode Event (optionally in conjuction with BlockInput).

R
If this parameter is the letter R, the X and Y coordinates will be treated as offsets from the current mouse position. In other words, the cursor will be moved from its current position by X pixels to the right (left if negative) and Y pixels down (up if negative).

This moves the mouse to the X Y coordinate (NOT relative to current position)

MouseMove, 200, 100

This moves the mouse X And Y to an offset of current position (Relative to current position Use "R" (Relative))

These are the one you used before ^^

MouseMove, 20, 30, 50, R

So Youll have to do somethiing like this:

MouseMove, 20, -150, 50, R

You'll have to adept the 20 and -150 to the right values :)

 

Kind regards

Khaleesi

Edited by Khaleesi

  • Author

never used AHk but I assume you just move the mouse again? xD

 

Solution is in here, took me 5 sec to find ... sleep.png

https://autohotkey.com/docs/commands/MouseMove.htm

 

API:

Moves the mouse cursor.

MouseMove, X, Y [, Speed, R]


Parameters:

X, Y
The x/y coordinates to move the mouse to, which can be expressions. Coordinates are relative to the active window unless CoordMode was used to change that.

Speed
The speed to move the mouse in the range 0 (fastest) to 100 (slowest), which can be an expression. Note: a speed of 0 will move the mouse instantly. If omitted, the default speed (as set by SetDefaultMouseSpeed or 2 otherwise) will be used.

Speed is ignored for SendInput/Play modes; they move the mouse instantaneously (though SetMouseDelay has a mode that applies to SendPlay). To visually move the mouse more slowly -- such as a script that performs a demonstration for an audience -- use SendEvent {Click 100, 200} or SendMode Event (optionally in conjuction with BlockInput).

R
If this parameter is the letter R, the X and Y coordinates will be treated as offsets from the current mouse position. In other words, the cursor will be moved from its current position by X pixels to the right (left if negative) and Y pixels down (up if negative).

This moves the mouse to the X Y coordinate (NOT relative to current position)

MouseMove, 200, 100

This moves the mouse X And Y to an offset of current position (Relative to current position Use "R" (Relative))

These are the one you used before ^^

MouseMove, 20, 30, 50, R

So Youll have to do somethiing like this:

MouseMove, 20, -150, 50, R

You'll have to adept the 20 and -150 to the right values smile.png

 

Kind regards

Khaleesi

THANK YOU VERY MUCH

MouseMove,48,-222,0, R SEEMS TO WORK THANK YOU :) :) :)

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.