Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 2.90 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(0.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"}
  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:Destroy()
  63. if _G.Type == "Warrior" then
  64.     ok1 = -6
  65. elseif _G.Type == "Mage" then
  66.     ok1 = -20
  67. end
  68.  
  69. while wait(0.35) do
  70.     game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 0
  71.     local spells = game.Players.LocalPlayer.Backpack:GetDescendants()
  72.     local swing = game.Players.LocalPlayer.Character:GetDescendants()
  73.     EnemyTele(game.Workspace)
  74.     for i, x in pairs(spells) do
  75.         if x:IsA('RemoteEvent') then
  76.             x:FireServer()
  77.         end
  78.     end
  79.     for e, z in pairs(swing) do
  80.         if z:IsA('RemoteEvent') then
  81.             z:FireServer()
  82.         end
  83.     end
  84. end
  85. game:GetService("ReplicatedStorage").remotes.loadPlayerCharacter:FireServer()
  86. elseif key ~= _G.Key then
  87. print("lmao nice kick :joy:")
  88. end
  89. end
  90. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement