Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ;Random Sleeps dont do to fast
- random, VarRand, 3000, 10000
- sleep %VarRand%
- Return
- ;Random Reply
- random, VarRand, 1, 3
- If VarRand = 1
- {
- Send Hey
- }
- If VarRand = 2
- {
- Send Howdy
- }
- If VarRand = 3
- {
- Send Hi
- }
- Return
- ;Make a mistake
- loop{
- Count++
- send 1
- send {space}
- if Count = 10
- {
- Send 3h
- Count=0
- }
- }
- ;Break up words
- random, VarRand, 300, 1000
- sleep %VarRand%
- send H
- random, VarRand, 300, 1000
- sleep %VarRand%
- Send E
- random, VarRand, 300, 1000
- sleep %VarRand%
- Send Y
- ;Make spelling mistakes
- Send hellp whats up
- ;Redo typed info
- send helop
- send {Backspace 2}
- send lo
- ;long pauses in typing
- Send hey let me help you
- sleep 10000
- send with that {Enter}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement