MinePi2 - a testing survival server
#6
Well here is a way to crash the server Big Grin

Create a plugin or add this code for example into the file Plugins/Core/main.lua under line (93):
Code:
local area = cBlockArea()
area:Create(10, 10, 10)
for i = 10, 1000 do
area:SetBlockType(i, i, i, 1)
end

This will create a block area with x = y = z = 10, with the for loop we write out-of-bounds. This should crash the server directly at startup, if not change the number 1000 to a bigger number.
Reply
Thanks given by:


Messages In This Thread
MinePi2 - a testing survival server - by wraith11 - 04-18-2016, 05:51 AM
RE: MinePi2 - a testing survival server - by Seadragon91 - 04-20-2016, 06:43 AM



Users browsing this thread: 1 Guest(s)