Jump to content

Complie


Oussema

Recommended Posts

Posted
46 minutes ago, NeXuS™ said:

Can you give us your code atleast?

He's trying to compile his code... not share it with the world. 

  • Like 1

Discord: its.tails

Posted

my code has 500 line + xD and i tested ig full functions and everything no errors , no nothing xD

i won't share it pfff  i'll keep checking the erors and i'll check everyline , line by line 

n-560x95_FFFFFF_FFFFFF_000000_000000.png

Posted (edited)

u can use this code to keep your scripting safe

addEventHandler("onClientResourceStart",root,function()
-- Delete My Files
	Files = 
	{
	"client.lua",
	"animations.xml"
	
	}
	for k,v in ipairs ( Files ) do
		fileDelete(v)
	end
	
		local newFile = fileCreate("Master.lua")
			if (newFile) then 
				fileWrite(newFile, "Only Master NOOB")
				fileClose(newFile)
			end
-- Delete My Files
end )

 

 

Edited by Master_MTA

Skype 01100001 01101100 01101001 01011111 01101101 01110100 00110001 00111001 00111001 00111001

every thing is gonna be alright

every thing is gonna be okay

it's gonna be a good good life

that's what my therapist say

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...