Advertisement
Guest User

Rumble Quest Best Auto Farm

a guest
Dec 22nd, 2019
1,443
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. Go Sub to GamingWithLilRail
  2.  
  3.  
  4.  
  5. local plr = game.Players.LocalPlayer.Character
  6. local LobbySettnigs =
  7. {
  8. ["Difficulty"] = "Easy",
  9. ["PartyOnly"] = true,
  10. ["Hardcore"] = true,
  11. ["Location"] = "Caves"
  12. }
  13. game:GetService('RunService').Stepped:connect(function()
  14. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  15. end)
  16. while wait() do
  17. if game.workspace:FindFirstChild("Lobby") then
  18. local _1 = "CreateLobby"
  19. local vent = game:GetService("ReplicatedStorage").Modules.Network.RemoteFunction
  20. vent:InvokeServer(_1, LobbySettnigs)
  21. wait(0.3)
  22. local A1 = "StartDungeon"
  23. local Even = game:GetService("ReplicatedStorage").Modules.Network.RemoteEvent
  24. Even:FireServer(A1)
  25. end
  26. for i,v in next, plr:GetChildren() do
  27. if v:IsA("Model") then
  28. for i2, v2 in next, game.workspace.Enemies:GetChildren() do
  29. if v2:FindFirstChild("Humanoid") and v2:FindFirstChild("HumanoidRootPart") then
  30. repeat
  31. plr.HumanoidRootPart.CFrame = v2.HumanoidRootPart.CFrame*CFrame.new(0,-10,0)
  32. local A_1 = "WeaponDamage"
  33. local A_2 = ""..v.Name..""
  34. local A_3 = v2.Humanoid
  35. local Event = game:GetService("ReplicatedStorage").Modules.Network.RemoteEvent
  36. Event:FireServer(A_1, A_2, A_3)
  37. wait()
  38. until v2.Humanoid.Health == 0
  39. end
  40. end
  41. end
  42. end
  43. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement