5 Second Snooping Trainer by deepz.
Description: quick 5 second snooping only trainer
1# Name: 5 Second Snooping Trainer
2# Author: deepz
3# Modified from Guilherme Lede's script Thief Master Training,
4# this takes the new 5 second cooldown into consideration and only trains snooping
5# Description: Level Snooping to 100
6# Requirements: Pickpocket dip
7# Help:
8# 0-80 use the Pickpocket dip at Shelter Island (coordinates: 1915,2633)
9# 80-100 use a public dip
10
11if findtype '7875' ground 0 1 1 as 'pickpocketDip'
12
13 if skill "snooping" < 100
14 dclick 'pickpocketDip'
15 wait 5500
16 endif
17
18 else
19 overhead 'You need to be in front of a Pickpocket Dip'
20endif
21loop