Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.71 KB | None | 0 0
  1. local noclip = false
  2. local ok = 0
  3. local ok1 = -18
  4. local ok2 = 0
  5. wait(2)
  6. --Function
  7. local function EnemyTele(instance)
  8. for i,v in pairs(instance:GetChildren()) do
  9. lowername = string.lower(v.Name)
  10. if string.find(lowername, "enemyfolder") then
  11. for i,x in pairs(v:GetChildren()) do
  12. if x:FindFirstChild("HumanoidRootPart") then
  13. if x.Name == "Overlord Mage" then
  14. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = x.HumanoidRootPart.CFrame * CFrame.new(0, 21, 21)
  15. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.Angles(0, 0, 0)
  16. elseif x.Name ~= "Overlord Guardian" then
  17. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = x.HumanoidRootPart.CFrame * CFrame.new(ok, ok1, ok2)
  18. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.Angles(1.6, 0, 0)
  19. if x.Name == "Overlord Warrior" then
  20. game.ReplicatedStorage.remotes.changeStartValue:FireServer()
  21. ok1 = -23
  22. end
  23. end
  24. end
  25. end
  26.  
  27. end
  28. EnemyTele(v)
  29. end
  30. end
  31. --Other
  32. local SugDezNuts = {"nicekeyspal", "m8XEndTi5T", "uka5h1adMp", "8VycjYIGpt", "l9zk6ukc58", "reJXO0lhBX", "lQk3Uw3Y2t", "Thisisourtrial", "temptrialforsomeone"}
  33.  
  34. for i, key in pairs(SugDezNuts) do
  35. if key == _G.Key then
  36. if game.PlaceId ~= 3277965370 then
  37. wait(0.1)
  38. elseif game.PlaceId == 3277965370 then
  39. game:GetService('RunService').Stepped:connect(function()
  40. if noclip then
  41. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  42. end
  43. end)
  44. noclip = not noclip
  45. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  46. game.Players.LocalPlayer.PlayerGui.playerStatus:Destroy()
  47. game.Players.LocalPlayer.Character.playerNameplate:Destroy()
  48. game.CoreGui.RobloxGui.TopBarContainer.NameHealthContainer.Username.Text = "Aaaah, DONT LOOK, IM NAKED!"
  49. game.CoreGui.RobloxGui.TopBarContainer.NameHealthContainer.AccountType.Text = "??????????"
  50. if _G.Type == "Warrior" then
  51. ok1 = -6
  52. elseif _G.Type == "Mage" then
  53. ok1 = -20
  54. end
  55.  
  56. while wait(0.35) do
  57. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  58. local spells = game.Players.LocalPlayer.Backpack:GetDescendants()
  59. local swing = game.Players.LocalPlayer.Character:GetDescendants()
  60. EnemyTele(game.Workspace)
  61. for i, x in pairs(spells) do
  62. if x:IsA('RemoteEvent') then
  63. x:FireServer()
  64. end
  65. end
  66. for e, z in pairs(swing) do
  67. if z:IsA('RemoteEvent') then
  68. z:FireServer()
  69. end
  70. end
  71. end
  72. game:GetService("ReplicatedStorage").remotes.loadPlayerCharacter:FireServer()
  73. elseif key ~= _G.Key then
  74. print("lmao nice kick :joy:")
  75. end
  76. end
  77. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement