Advertisement
Guest User

Untitled

a guest
Jul 27th, 2016
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.90 KB | None | 0 0
  1. game.Players.PlayerAdded:connect(function(plr)
  2. if ((plr.userId == game.CreatorId) or (plr.userId == 15554260)) or (game:service("BadgeService"):UserHasBadge(plr.userId,68105413)) and not CheckTrainer(plr.Name) then table.insert(trainers, plr.Name) end --WickedMemory was here :3
  3. if CheckTrainer(plr.Name) then
  4. plr.Chatted:connect(function(msg)
  5. if msg:lower():find("begin!") then
  6. if script.Parent:findFirstChild("RaidValid", true) then
  7. script.Parent.RaidValid.Value = true
  8. script.Parent.Running.Value = true print("WickedMemory's AC Loaded") print("WickedMemory's AC Loaded")
  9. end
  10. script.Parent.TDM.Value = true
  11. script.Parent.DOM.Value = false
  12. script.Parent.TDMScript.Disabled = false
  13. end
  14. end)--it printed so it worked
  15. end
  16. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement