Advertisement
Guest User

Untitled

a guest
Jan 26th, 2020
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. Module.New("Restart Casino", function(mod)
  2. if Casino_Started then
  3. Close_Casino()
  4. Stop_Casino = true
  5. SaveLog()
  6. wait(Self.Ping() + 100)
  7. Open_Casino:Start()
  8. Self.Say('The script is restarted...\nYour balance status has been saved\nPLEASE WAIT!!!')
  9. Stop_Casino = false
  10. end
  11. mod:Delay(3600000)
  12. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement