Advertisement
Guest User

Dungeon Quest Auto Farm (fixed by tom)

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