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 2 click Construction and auto Construction

Featured Replies

i was fooling around and come up with this. works pretty well for speeding things up.

for making Mahogany Tables.

;dose not interact with butler

 

-----------------------------------------------------------------------------

;AHK 2 Click:

z::
Click Right
sleep (500)
MouseMove, 0, 54, 0, R
sleep (800)
Click
sleep (800)
send {6}
return

x::
Click Right
sleep (500)
MouseMove, 0, 54, 0, R
sleep (500)
Click
sleep (800)
send {1}
MouseMove, 0, -100, 0, R

 

---------------------------------------------------------------------

;AHK Auto

#MaxThreadsperHotkey 2
z::
toggle := !toggle
loop 
{
  
Click Right
sleep (500)
MouseMove, 0, 54, 0, R
sleep (800)
Click
sleep (800)
send {6}
sleep (1800)
Click Right
sleep (500)
MouseMove, 0, 54, 0, R
sleep (500)
Click
sleep (800)
send {1}
MouseMove, 0, -88, 0, R
break
}
return
 

with the auto it makes and removes and you have to toggle again not fully auto.

tell me what you guys think.

thanks :)

Edited by demisev3

  • Author
2 minutes ago, Gunman said:

Stealth builder is better. :ditto:

havent looked into it just getting back into all this.  can you drop a link?

 

43 minutes ago, demisev3 said:

havent looked into it just getting back into all this.  can you drop a link?

 

 

  • 4 years later...

Hi Ive make it more advanced and random. Here is my code :)

 

#NoEnv
#If WinActive("RuneLite")

#CommentFlag //  ;  Press Q to start script

Q::
toggle := !toggle
loop 
{
#CommentFlag //  ; Set Offset to X and Y to make it random  
Random, randomX, -20, 20
Random, randomY, 50, 58

Click Right

#CommentFlag //  ; Set random time interval 400ms - 500ms
Random ranSleep, 400, 500
sleep %ranSleep%
MouseMove, %randomX%, %randomY%, 0, R

Random ranSleep, 600, 800
sleep %ranSleep%
Click
Random ranSleep, 600, 800
sleep %ranSleep%
send {6}
Random ranSleep, 1500, 1800
sleep %ranSleep%
Click Right
Random ranSleep, 400, 500
sleep %ranSleep%
MouseMove, %randomX%, %randomY%, 0, R

Random ranSleep, 450, 500
sleep %ranSleep%
Click
Random ranSleep, 600, 800
sleep %ranSleep%
send {1}
MouseMove, 0, -95, 0, R

break
}
return

#CommentFlag //  ;  L is reload script, Esc is exit
L::reload
Esc::exitapp

Edited by Mike AHK
additional info

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.