Advertisement
hhhhhhhdzrdrc

god simulator 2 script

Jun 25th, 2020
1,331
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.02 KB | None | 0 0
  1. local plrh = game.Players.LocalPlayer
  2. for q,e in pairs(game.ReplicatedStorage:GetChildren()) do
  3. if e:IsA("RemoteEvent") then
  4. plrh.Character.HumanoidRootPart.CFrame = CFrame.new(-158.280899, 970.415222, -5.14036322)
  5. wait(2)
  6. while wait() do
  7. for i,v in pairs(game:GetService("Workspace").DestructableObjects:GetChildren()) do
  8. if v:FindFirstChild("BoundingBox") and v:FindFirstChild("HP") and v.Name == "BaseBuildings" then
  9. if game.Players.LocalPlayer.PlayerGui.MainGui.MainFrame.EssenceFull.Visible == true then
  10. plrh.Character.HumanoidRootPart.CFrame = CFrame.new(-45.7999992, 867.003296, 30.399992, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  11. game.Players.LocalPlayer.PlayerGui.MainGui.MainFrame.EssenceFull.Visible = false
  12. wait(4)
  13. end
  14. plrh.Character.HumanoidRootPart.CFrame = v.BoundingBox.CFrame
  15. wait()
  16. local A_1 = "UseAbility"
  17. local A_2 = "Hades" --Change to your GOD
  18. local A_3 = "Tormented Souls" --Change to ability
  19. local A_4 = CFrame.new(v.BoundingBox.Position)
  20. local A_5 = v
  21. e:FireServer(A_1, A_2, A_3, A_4, A_5)
  22. wait()
  23. end
  24. end
  25. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement