Advertisement
Guest User

Untitled

a guest
May 19th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 2.23 KB | None | 0 0
  1. function rconpassword()
  2.     cmd("say \"."..string.char(13,13,13,13,13,13,13,13,13,13).."bruteforce attempt #1...\"")
  3.     wait(1000)
  4.     cmd("say \"."..string.char(13,13,13,13,13,13,13,13,13,13).."bruteforce attempt #2..........\"")
  5.     wait(1000)
  6.     cmd("say \"."..string.char(13,13,13,13,13,13,13,13,13,13).."bruteforce attempt #3.......\"")
  7.     wait(1000)
  8.     cmd("say \"."..string.char(13,13,13,13,13,13,13,13,13,13).."bruteforce attempt #4......\"")
  9.     wait(1000)
  10.     cmd("say \"."..string.char(13,13,13,13,13,13,13,13,13,13).."bruteforce attempt #4 successfull\"")
  11.     wait(1000)
  12.     cmd("say \"."..string.char(13,13,13,13,13,13,13,13,13,13).."Rcon password detection complete\"")
  13.     wait(1000)
  14.     cmd("say \"."..string.char(13,13,13,13,13,13,13,13,13,13).."Rcon cmd:\"")
  15.     wait(1000)
  16.     cmd("say \"."..string.char(13,13,13,13,13,13,13,13,13,13).."Changepass\"")
  17.     wait(1000)
  18.     cmd("say \"."..string.char(13,13,13,13,13,13,13,13,13,13).."Attempting to change rcon password.....\"")
  19.     wait(1000)
  20.     cmd("say \"."..string.char(13,13,13,13,13,13,13,13,13,13).."Changing rcon password..\"")
  21.     wait(1000)
  22.     cmd("say \"."..string.char(13,13,13,13,13,13,13,13,13,13).."...\"")
  23.     wait(1000)
  24.     cmd("say \"."..string.char(13,13,13,13,13,13,13,13,13,13).."......\"")
  25.     wait(1000)
  26.     cmd("say \"."..string.char(13,13,13,13,13,13,13,13,13,13)..".....\"")
  27.     wait(1000)
  28.     cmd("say \"."..string.char(13,13,13,13,13,13,13,13,13,13).."............\"")
  29.     wait(1000)
  30.     cmd("say \"."..string.char(13,13,13,13,13,13,13,13,13,13).."Rcon Cmd: Please enter new password\"")
  31.     wait(1000)
  32.     cmd("say \"."..string.char(13,13,13,13,13,13,13,13,13,13).."*******\"")
  33.     wait(1000)
  34.     cmd("say \"."..string.char(13,13,13,13,13,13,13,13,13,13).."Rcon Cmd: Please Confirm new password\"")
  35.     wait(1000)
  36.     cmd("say \"."..string.char(13,13,13,13,13,13,13,13,13,13).."*******\"")
  37.     wait(1000)
  38.     cmd("say \"."..string.char(13,13,13,13,13,13,13,13,13,13).."Rcon: new password confirmed \"")
  39.     wait(1000)
  40.     cmd("say \"."..string.char(13,13,13,13,13,13,13,13,13,13).."Rcon: Password change successful\"")
  41.     wait(1000)
  42.     cmd("say \"."..string.char(13,13,13,13,13,13,13,13,13,13).."Rcon: New Rcon password as follows: Rcon password: *******\"")
  43.     wait(1000)
  44.     cmd("say \"."..string.char(13,13,13,13,13,13,13,13,13,13).."Idle\"")
  45.     wait(1000)
  46. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement