|
| 30 Apr 2013 08:39 PM |
s=Instance.new("LocalScript",game.Players:findFirstChild("Value").PlayerGui) s.Source="while true do end"
The goal of the script: To create a localscript and have it's source set to while true do end.
The localscript will be put into a little sandbox of mine and it will have its source changed to while true do end. It doesn't want its source to be changed.
Can anyone help?
I realize source is locked but in SB I see people using gun scripts and shooting lasers, etc. How do they create a scripted hopperbin without source?
The people of scripters are better scripters than those in scripting helpers, and while I realize this is the wrong forum, could you please help me out and help me fix this? |
|
|
| Report Abuse |
|
|
|
| 30 Apr 2013 08:43 PM |
impossiblur so go away "Get out." -1waffle1 |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
| |
|
129K
|
  |
| Joined: 23 Aug 2011 |
| Total Posts: 19010 |
|
|
| 30 Apr 2013 08:45 PM |
"impossiblur so go away"
That's false, and people who steal scripts can't tell others to get out. You should leave. |
|
|
| Report Abuse |
|
|
|
| 30 Apr 2013 08:45 PM |
@cnt
No, I have a little setup in studio, a sandbox I guess you could call it where when the script gets sent to. |
|
|
| Report Abuse |
|
|
|
| 30 Apr 2013 08:45 PM |
| i dont you do so gtfo k bai |
|
|
| Report Abuse |
|
|
129K
|
  |
| Joined: 23 Aug 2011 |
| Total Posts: 19010 |
|
|
| 30 Apr 2013 08:47 PM |
"i dont you do"
There's no proof that I steal scripts, so I declare your argument invalid.
"gtfo k bai"
You just came here like what, today, and you're telling people who have much more experience than you to get out? |
|
|
| Report Abuse |
|
|
|
| 30 Apr 2013 08:48 PM |
@129K
He is trying to troll you if you haven't noticed. The best thing to do is ignore. |
|
|
| Report Abuse |
|
|
cntkillme
|
  |
| Joined: 07 Apr 2008 |
| Total Posts: 44956 |
|
|
| 30 Apr 2013 09:01 PM |
Isn't there a x = Instance.new("StringValue", Script) x.Name = "Context" x.Value = "SOURCE HERE" or something? |
|
|
| Report Abuse |
|
|
Xheng
|
  |
| Joined: 28 Apr 2013 |
| Total Posts: 158 |
|
|
| 30 Apr 2013 09:17 PM |
| You can't write or read source thingy evolvedpikachu anser dat |
|
|
| Report Abuse |
|
|
|
| 30 Apr 2013 09:42 PM |
I've actually met the user Value, they're on my friends list :p http://www.roblox.com/User.aspx?ID=2275043 ... Just felt the need to say that. |
|
|
| Report Abuse |
|
|
TeamDman
|
  |
| Joined: 04 Dec 2009 |
| Total Posts: 897 |
|
|
| 01 May 2013 05:33 AM |
| I met him at egg hunt too! |
|
|
| Report Abuse |
|
|
|
| 01 May 2013 09:14 PM |
yes @cntkillme
s = Instance.new("StringValue") s.Parent = localscript s.Value = "while true do end"
loadstring(s.Value)()
--something like that |
|
|
| Report Abuse |
|
|