Advertisement
Guest User

Untitled

a guest
Jul 16th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 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 = true
  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, 21, 21)
  29. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.Angles(0, 0, 0)
  30. elseif x.Name ~= "Ancient Golem Guardian" then
  31. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = x.HumanoidRootPart.CFrame * CFrame.new(ok, ok1, ok2)
  32. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame = game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame * CFrame.Angles(1.6, 0, 0)
  33. if x.Name == "Miyamoto Musashi" then
  34. game.ReplicatedStorage.remotes.changeStartValue:FireServer()
  35. ok1 = -23
  36. end
  37. end
  38. end
  39. end
  40.  
  41. end
  42. EnemyTele(v)
  43. end
  44. end
  45. --Other
  46. local SugDezNuts = {"nicekeyspal", "m8XEndTi5T", "uka5h1adMp", "8VycjYIGpt", "l9zk6ukc58", "reJXO0lhBX", "lQk3Uw3Y2t", "Thisisourtrial", "temptrialforsomeone"}
  47.  
  48. for i, key in pairs(SugDezNuts) do
  49. if key == _G.Key then
  50. if game.PlaceId ~= 3277965370 then
  51. Cool()
  52. elseif game.PlaceId == 3277965370 then
  53. game:GetService('RunService').Stepped:connect(function()
  54. if noclip then
  55. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  56. end
  57. end)
  58. noclip = not noclip
  59. game.Players.LocalPlayer.Character.Humanoid:ChangeState(11)
  60. game.Players.LocalPlayer.PlayerGui.playerStatus:Destroy()
  61. game.Players.LocalPlayer.Character.playerNameplate:Destroy()
  62. game.CoreGui.RobloxGui.TopBarContainer.NameHealthContainer.Username.Text = "Aaaah, DONT LOOK, IM NAKED!"
  63. game.CoreGui.RobloxGui.TopBarContainer.NameHealthContainer.AccountType.Text = "😏😏😏😏😏"
  64. if _G.Type == "Warrior" then
  65. ok1 = -6
  66. elseif _G.Type == "Mage" then
  67. ok1 = -20
  68. end
  69.  
  70. while wait(0.35) do
  71. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  72. local spells = game.Players.LocalPlayer.Backpack:GetDescendants()
  73. local swing = game.Players.LocalPlayer.Character:GetDescendants()
  74. EnemyTele(game.Workspace)
  75. for i, x in pairs(spells) do
  76. if x:IsA('RemoteEvent') then
  77. x:FireServer()
  78. end
  79. end
  80. for e, z in pairs(swing) do
  81. if z:IsA('RemoteEvent') then
  82. z:FireServer()
  83. end
  84. end
  85. end
  86. game:GetService("ReplicatedStorage").remotes.loadPlayerCharacter:FireServer()
  87. elseif key ~= _G.Key then
  88. print("lmao nice kick :joy:")
  89. end
  90. end
  91. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement