of     1   

buildercool101
#36232653Saturday, October 30, 2010 5:03 PM GMT

So your doing fine, having fun scripting or building your script or place or whatever, then this noob comes along and steals it with Cheat Engine, about 50% of the time, its XLua, Say I if hes ever stolen your item and published it for his credit. Mods, you should do something about him... IP Ban?
oysi93
#36232760Saturday, October 30, 2010 5:05 PM GMT

Mattchewy stole a bunch of stuff from me. I reported, and the devs fixed this. While you're being stolen from it is not right to post so here. Report the dude responsible and you will have it over with.
mattchewy
#40198213Sunday, January 02, 2011 6:17 PM GMT

I didn't steal anything from you =/ I just got the code and sent it to you in a PM. It's not like I kept it or anything. I was just proving a point.
malliox12
#40199648Sunday, January 02, 2011 6:34 PM GMT

they dont actually steal them with cheat engine i think, i have seen the hackers before and they all say that they arent using cheat engine, i dont even think cheat engine can be used to steal the scripts or places
booing
#40200129Sunday, January 02, 2011 6:39 PM GMT

It can. I accually use CE, but not for personal reasons. I know how it works, so I could explain an outline of how to fix it. Its hard to steal places with CE, but if they get a glance at the script you say, they can search for it and find it.
buildercool101
#40301566Tuesday, January 04, 2011 12:53 AM GMT

How Can I make my scripts/places un-hackable?
ChatR
#40301864Tuesday, January 04, 2011 12:56 AM GMT

Obfuscate it using string.dump().
buildercool101
#40302691Tuesday, January 04, 2011 1:06 AM GMT

eXAMPLE
mattchewy
#40302840Tuesday, January 04, 2011 1:08 AM GMT

local source = [[print 'Hello World!']] -- <-- Change Source source = string.dump(loadstring(source)) local nSource = [[loadstring("]] for i = 1, source:len() do nSource = nSource .. [[\]] .. source:sub(i,i):byte() end nSource = nSource .. [[")()]] script.nSource.Value = nSource
TheUnkownScripter
#40303318Tuesday, January 04, 2011 1:15 AM GMT

Tiygamer went in my palce and used a hacking engine to destory it and get admins
TheUnkownScripter
#40303348Tuesday, January 04, 2011 1:15 AM GMT

I mean... In my mains place.. .Sorry cant say

    of     1