Advertisement
Guest User

Untitled

a guest
Sep 21st, 2019
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 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 Cool()
  8. local A_1 = _G.Map
  9. local A_2 = _G.Mode
  10. local A_3 = 0
  11. local A_4 = _G.Hardcore
  12. local A_5 = false
  13. local A_6 = false
  14. local Event = game:GetService("ReplicatedStorage").remotes.createLobby
  15. game.ReplicatedStorage.remotes.loadPlayerCharacter:FireServer()
  16. wait(1.5)
  17. Event:InvokeServer(A_1, A_2, A_3, A_4, A_5, A_6)
  18. game.ReplicatedStorage.remotes.startDungeon:FireServer()
  19. end
  20. --Function
  21. local function EnemyTele(instance)
  22. for i,v in pairs(instance:GetChildren()) do
  23. lowername = string.lower(v.Name)
  24. if string.find(lowername, "enemyfolder") then
  25. for i,x in pairs(v:GetChildren()) do
  26. if x:FindFirstChild("HumanoidRootPart") then
  27. if x.Name == "Ancient Golem Guardian" then
  28. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = x.HumanoidRootPart.CFrame * CFrame.new(0, 10, 0)
  29. wait(1.4)
  30. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = x.HumanoidRootPart.CFrame * CFrame.new(30, 10, 0)
  31. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.Angles(0, 0, 0)
  32. elseif x.Name ~= "Ancient Golem Guardian" then
  33. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = x.HumanoidRootPart.CFrame * CFrame.new(ok, ok1, ok2)
  34. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.Angles(1.6, 0, 0)
  35. if x.Name == "Miyamoto Musashi" then
  36. game.ReplicatedStorage.remotes.changeStartValue:FireServer()
  37. ok1 = -23
  38. end
  39. end
  40. end
  41. end
  42.  
  43. end
  44. EnemyTele(v)
  45. end
  46. end
  47. --Other
  48. local SugDezNuts = {"nicekeyspal", "m8XEndTi5T", "uka5h1adMp", "8VycjYIGpt", "l9zk6ukc58", "reJXO0lhBX", "lQk3Uw3Y2t", "Thisisourtrial", "temptrialforsomeone"}
  49.  
  50. for i, key in pairs(SugDezNuts) do
  51. if key == _G.Key then
  52. if game.PlaceId ~= 3737465474 then
  53. Cool()
  54. elseif game.PlaceId == 3737465474 then
  55. game:GetService('RunService').Stepped:connect(function()
  56. if noclip then
  57. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  58. end
  59. end)
  60. noclip = not noclip
  61. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  62. game.Players.LocalPlayer.PlayerGui.playerStatus:Destroy()
  63. game.Players.LocalPlayer.Character.playerNameplate:Destroy()
  64. game.CoreGui.RobloxGui.TopBarContainer.NameHealthContainer.Username.Text = ""
  65. game.CoreGui.RobloxGui.TopBarContainer.NameHealthContainer.AccountType.Text = ""
  66. if _G.Type == "Warrior" then
  67. ok1 = -6
  68. elseif _G.Type == "Mage" then
  69. ok1 = -20
  70. end
  71.  
  72. while wait(0.35) do
  73. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  74. local spells = game.Players.LocalPlayer.Backpack:GetDescendants()
  75. local swing = game.Players.LocalPlayer.Character:GetDescendants()
  76. EnemyTele(game.Workspace)
  77. for i, x in pairs(spells) do
  78. if x:IsA('RemoteEvent') then
  79. x:FireServer()
  80. end
  81. end
  82. for e, z in pairs(swing) do
  83. if z:IsA('RemoteEvent') then
  84. z:FireServer()
  85. end
  86. end
  87. end
  88. game:GetService("ReplicatedStorage").remotes.loadPlayerCharacter:FireServer()
  89. elseif key ~= _G.Key then
  90. print("lmao nice kick :joy:")
  91. end
  92. end
  93. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement