Advertisement
Guest User

BETTER RL SHIT

a guest
Oct 17th, 2019
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. for i,v in pairs(game.Players:GetChildren()) do
  2. if v.Backpack:FindFirstChild("WraithTraining") then
  3. print (v.Name .. " - Dark Sigil Knight")
  4. elseif v.Backpack:FindFirstChild("Owl Slash") then
  5. print (v.Name .. " - Shinobi")
  6. elseif v.Backpack:FindFirstChild("Abyssal Scream") then
  7. print (v.Name .. " - Abyss Walker")
  8. elseif v.Backpack:FindFirstChild("Thunder Spear Crash") then
  9. print (v.Name .. " - Dragon Slayer")
  10. elseif v.Backpack:FindFirstChild("Demon Step") then
  11. print (v.Name .. " - Oni")
  12. elseif v.Backpack:FindFirstChild("Lightning Elbow") then
  13. print (v.Name .. " - Dragon Sage")
  14. elseif v.Backpack:FindFirstChild("Deep Sacrafice") then
  15. print(v.Name .. " - Deep Knight")
  16. elseif v.Backpack:FindFirstChild("Shadow Fan") then
  17. print(v.Name .. " - Faceless One")
  18. elseif v.Backpack:FindFirstChild("Hyper Body") then
  19. print(v.Name .. " - Ultra Sigil Knight")
  20. elseif v.Backpack:FindFirstChild("Elegant Slash") then
  21. print(v.Name .. " - Ultra Spy")
  22. elseif v.Backpack:FindFirstChild("Perflora") then
  23. print(v.Name .. " - Druid")
  24. elseif v.Backpack:FindFirstChild("Dominus") then
  25. print(v.Name .. " - Master Illusionist")
  26. elseif v.Backpack:FindFirstChild("Inferi") then
  27. print(v.Name .. " - Ultra Necromancer")
  28. elseif v.Backpack:FindFirstChild("Joyful Dance") then
  29. print(v.Name .. " - Bard")
  30. end
  31. end
  32.  
  33. print('Executed')
  34.  
  35. game:GetService("Players").LocalPlayer.PlayerGui.Chat.Frame.ChatChannelParentFrame.Visible = true
  36. game:GetService("Players").LocalPlayer.PlayerGui.Chat.Frame.ChatBarParentFrame.Position = UDim2.new (0,0,0, 215)
  37.  
  38. while wait(1) do
  39. game:GetService("Lighting").FogEnd = 1000000
  40. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement