Advertisement
roblox_exploit

limitlessrpgHELL

Aug 20th, 2019
836
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. _G.ok = true
  2.  
  3. local player = game.Players.LocalPlayer
  4. local VirtualUser=game:service'VirtualUser'
  5.  
  6. if _G.ok then
  7. game:getService("RunService"):BindToRenderStep("",0,function()
  8. if _G.ok == false then
  9. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(18)
  10. else
  11. game.Players.LocalPlayer.Character:findFirstChildOfClass("Humanoid"):ChangeState(11)
  12. end
  13. end)
  14. game:service'Players'.LocalPlayer.Idled:connect(function()
  15. print("AntiAFK")
  16. VirtualUser:CaptureController()
  17. VirtualUser:ClickButton2(Vector2.new())
  18. end)
  19. spawn(function()
  20. if game.Players.LocalPlayer.PlayerGui.UI.ItemShop.Background.Frame.Background.Frame.Godly.Timer.Text == "READY" then
  21. game:GetService("ReplicatedStorage").ServerNetwork:InvokeServer("ItemShopPurchase", 6)
  22. wait(10802)
  23. end
  24. end)
  25. spawn(function()
  26. if game.Players.LocalPlayer.Quests:FindFirstChild("Godly") then
  27. game:GetService("ReplicatedStorage").ServerNetwork:InvokeServer("QuestFunction", "EquipQuest", game.Players.LocalPlayer.Quests.Godly)
  28. wait(60)
  29. end
  30. end)
  31. game.Players.LocalPlayer.Character.HumanoidRootPart.CFrame=workspace.Interaction.Portals.Hell.Hell.CFrame+Vector3.new(0,0,0)
  32. wait(4)
  33. while wait() do
  34. for i,v in pairs(workspace.Enemies.Hell:GetChildren()) do
  35. if v.ClassName == "Model" and v.Name == "Demon Overlord" or v.Name == "Grim Reaper" and v:WaitForChild("HumanoidRootPart") then
  36. if _G.ok == false then
  37. break
  38. else
  39. player.Character.HumanoidRootPart.CFrame=v.HumanoidRootPart.CFrame+Vector3.new(0,-10,0)
  40. v.HumanoidRootPart.Anchored=true
  41. repeat wait()
  42. game:GetService("ReplicatedStorage").Remotes.RemoteEvent:FireServer("DamageInvoke", v, "FireBall", true)
  43. until v.Humanoid.Health == 0
  44. end
  45. end
  46. end
  47. end
  48. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement