sqaunson
|
  |
| Joined: 15 Mar 2013 |
| Total Posts: 2698 |
|
|
| 10 Sep 2013 06:58 PM |
| I don't think so but a guy is making me pay for a script and he says if I edit it in anyway it will break. (All I would be editing is the IDs) |
|
|
| Report Abuse |
|
|
janthran
|
  |
| Joined: 15 May 2009 |
| Total Posts: 17429 |
|
| |
|
Excellus
|
  |
| Joined: 17 Jun 2013 |
| Total Posts: 3939 |
|
| |
|
redlo43
|
  |
| Joined: 16 Feb 2011 |
| Total Posts: 4722 |
|
|
| 10 Sep 2013 06:58 PM |
| Only if you don't know what you're doing |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 10 Sep 2013 06:58 PM |
OBVIOUSLY, if you accedently remove/add quotes, an enter inside the ID (ID = 5 213123) etc |
|
|
| Report Abuse |
|
|
janthran
|
  |
| Joined: 15 May 2009 |
| Total Posts: 17429 |
|
|
| 10 Sep 2013 07:00 PM |
@cnt The maker of the script can put safety in it, though. For example it could have a hidden line of code that checks if all of the IDs == a hidden list of IDs and break if it does |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 10 Sep 2013 07:01 PM |
That wouldn't work.
Doing: local ID = 5 1234
Will automatic error.
Unless he did:
local ID = [[5 1234 ]]
and tonumbers() it |
|
|
| Report Abuse |
|
|
janthran
|
  |
| Joined: 15 May 2009 |
| Total Posts: 17429 |
|
|
| 10 Sep 2013 07:02 PM |
| I have no idea what you're talking about |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 10 Sep 2013 07:04 PM |
local ID = 5512 23
--Error in script, unexpected 23 there
local ID = [[5512 23]]
--ID = "551223" --tonumber(ID) -> 551223 |
|
|
| Report Abuse |
|
|
janthran
|
  |
| Joined: 15 May 2009 |
| Total Posts: 17429 |
|
|
| 10 Sep 2013 07:06 PM |
| so you're not responding to me then |
|
|
| Report Abuse |
|
|
1waffle1
|
  |
| Joined: 16 Oct 2007 |
| Total Posts: 16381 |
|
|
| 10 Sep 2013 07:08 PM |
| @OP If it already works then you're only going to break it if you're a complete moron. If it turns out that you are, you can come back and tell everyone here what's wrong. |
|
|
| Report Abuse |
|
|
janthran
|
  |
| Joined: 15 May 2009 |
| Total Posts: 17429 |
|
|
| 10 Sep 2013 07:08 PM |
@1Waffle1 I can make a security script if you don't understand that it's possible |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 10 Sep 2013 07:09 PM |
No you can't. All you can do is pcall things.
You can't be like:
x = 5 3
if x == 5 .. "\n" .. 3 blah
No, you can't. |
|
|
| Report Abuse |
|
|
janthran
|
  |
| Joined: 15 May 2009 |
| Total Posts: 17429 |
|
|
| 10 Sep 2013 07:20 PM |
| I have no idea what you're on about. You can have a second variable hidden far away in the middle of a script and if it doesn't == the original then it can remove the script. It's a really easy way to fool beginners. |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 10 Sep 2013 07:21 PM |
| No... I'm saying if he accededently messes it up by adding a space/enter/etc |
|
|
| Report Abuse |
|
|
janthran
|
  |
| Joined: 15 May 2009 |
| Total Posts: 17429 |
|
|
| 10 Sep 2013 07:22 PM |
| I think it's pretty established that if you do that you fail, you didn't need to post a million things that all result in the same error |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 10 Sep 2013 07:24 PM |
Actually, I just showed a method to prevent that -.- You are not reading correctly. |
|
|
| Report Abuse |
|
|
1waffle1
|
  |
| Joined: 16 Oct 2007 |
| Total Posts: 16381 |
|
|
| 10 Sep 2013 07:33 PM |
| pcall doesn't evade compile-time errors. |
|
|
| Report Abuse |
|
|