Euphoria ragdoll testing script – (Death farm)

Euphoria_ragdoll_testing_-_birdmartinyt_death_farm

Functions: Death farm

Script developer: birdmartinyt
Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)

Thank you for using our website
Your script:

				
					game:GetService"RunService".RenderStepped:Connect(function()
firesignal(game:GetService("Players").LocalPlayer.PlayerGui.GuiHolder.Death.MouseButton1Click)

local function click(a)
   game:GetService("VirtualInputManager"):SendMouseButtonEvent(a.AbsolutePosition.X+a.AbsoluteSize.X/2,a.AbsolutePosition.Y+50,0,true,a,1)
   game:GetService("VirtualInputManager"):SendMouseButtonEvent(a.AbsolutePosition.X+a.AbsoluteSize.X/2,a.AbsolutePosition.Y+50,0,false,a,1)
end
click(game.Players.LocalPlayer.PlayerGui.GuiHolder.Respawn)
end)
				
			
Комментарии

No comments yet. Be the first.

Leave a comment