02-13-2017, 05:33 AM
(This post was last modified: 02-13-2017, 05:39 AM by Seadragon91.)
I started working on a plugin for fuzzing the API
Have tested cWorld, cRoot and global functions. Current result a few crashes / assertions. Examples:
Have tested cWorld, cRoot and global functions. Current result a few crashes / assertions. Examples:
Code:
cRoot:Get():GetDefaultWorld():ForEachEntity(function(a_Entity) a_Entity:IsA(nil) return true end)
cRoot:Get():GetDefaultWorld():SetBlock(98, -11, -77, -100, -99, -25) -- lua assertion
GetChar(98, -11)