I use this for cuting corpses but the shard im on now did some weird stuff. Its runuo and they did this thing where thier r 2 corpses and one is fake and injeciton usualy cuts the wrong one and in 5 seconds it dissapears. U cant see the fake one. Anyone know a better way to cut cause i think they are gona make it so if u cut fake one u get jailed?
sub cut()
UO.Exec ("waittargetground 'body'")
UO.Exec ("usetype cleaver")
end sub
Cutting
Moderators: Murderator+, Murderator
Code: Select all
sub Corpse()
UO.SetArm('CWeapon')
UO.waittargetobject('lastcorpse')
UO.usetype('****') ;Type - cleaver
wait(500)
UO.Arm('CWeapon')
end sub
Try this