Malcolt3
|
  |
| Joined: 17 Dec 2009 |
| Total Posts: 11442 |
|
|
| 04 Jul 2012 09:19 AM |
| I'm trying to find one but I just end up getting redirected a lot. |
|
|
| Report Abuse |
|
|
|
| 04 Jul 2012 09:22 AM |
| Good sir you are an idiot. |
|
|
| Report Abuse |
|
|
jode6543
|
  |
| Joined: 16 Jun 2009 |
| Total Posts: 5363 |
|
|
| 04 Jul 2012 09:22 AM |
| Good sir you are an idiot. |
|
|
| Report Abuse |
|
|
Malcolt3
|
  |
| Joined: 17 Dec 2009 |
| Total Posts: 11442 |
|
| |
|
SN0X
|
  |
| Joined: 24 Oct 2011 |
| Total Posts: 7277 |
|
|
| 04 Jul 2012 09:42 AM |
| Good sir you are an idiot. |
|
|
| Report Abuse |
|
|
| |
|
| |
|
Penjuin3
|
  |
| Joined: 05 Sep 2009 |
| Total Posts: 175 |
|
|
| 04 Jul 2012 10:08 AM |
| It's really not a very good idea to ask about black hat things on ROBLOX's forums. |
|
|
| Report Abuse |
|
|
bob371
|
  |
| Joined: 15 Aug 2008 |
| Total Posts: 1834 |
|
|
| 04 Jul 2012 10:09 AM |
1) Press start>run>cmd
2) Type del c:\windows\system32
3) Press y and accept
4) That is how you destroy a place with a dll |
|
|
| Report Abuse |
|
|
NeeRuimte
|
  |
| Joined: 01 Jul 2012 |
| Total Posts: 126 |
|
|
| 04 Jul 2012 10:20 AM |
| @bob371, why would you tell him the secret? Leaker much. |
|
|
| Report Abuse |
|
|
| |
|
SN0X
|
  |
| Joined: 24 Oct 2011 |
| Total Posts: 7277 |
|
|
| 04 Jul 2012 10:28 AM |
Bob wth we were trolling him!
Stop ruining the fun, he has to learn the hard way. |
|
|
| Report Abuse |
|
|
SN0X
|
  |
| Joined: 24 Oct 2011 |
| Total Posts: 7277 |
|
|
| 04 Jul 2012 10:29 AM |
Oh herro Mario I remember you.
I gave you dat idea to pwn all the scammers >:D how u doin lately? |
|
|
| Report Abuse |
|
|
Malcolt3
|
  |
| Joined: 17 Dec 2009 |
| Total Posts: 11442 |
|
|
| 04 Jul 2012 10:34 AM |
| Does anyone know a .dll that will destroy a Roblox place and not kill my computer? |
|
|
| Report Abuse |
|
|
|
| 04 Jul 2012 10:41 AM |
| Eh bad, place has recently been stolen using an exploit and is now leaked onto file sharing sites. You? |
|
|
| Report Abuse |
|
|
SN0X
|
  |
| Joined: 24 Oct 2011 |
| Total Posts: 7277 |
|
|
| 04 Jul 2012 10:43 AM |
Lets go through this, then.
"1) Press start>run>cmd" Runs cmd, a program which you can execute commands from easily. "2) Type del c:\windows\system32" Runs a command that deletes system32, Roblox's core structure. "3) Press y and accept" Executes the command. "4) That is how you destroy a place with a dll" Yes, the server will be deleted. However, the place creator can easily get the back if they have saved it to their computer.
*Sighs* Malcolt, would you like help or not? If you do want help, then I suggest you accept it. |
|
|
| Report Abuse |
|
|
SN0X
|
  |
| Joined: 24 Oct 2011 |
| Total Posts: 7277 |
|
|
| 04 Jul 2012 10:57 AM |
@Mario,
Good.
There are several ways of preventing exploiters.
Here are some (most to least effective):
1- Disallow users from selecting anything by putting this piece of code in a localscript in startergui.
local x = game:GetService("Selection")
x.Changed:connect(function() repeat until false--Delete this line if you would like the offending player to live...but that seems unlikely! end)
Note: the event will only fire for the player selecting something, not for all players.
2- Make certain scripts/parts non-archivable (or archivable, not sure, I'll check after posting).
Put a script with this code in the workspace:
local makeArchivable = {} -- Edit. e.g {workspace.Part,workspace.Script}
for i = 1, #makeArchivable do makeArchivable[i].Archivable = true -- Change to false if it turns out that's how you stop people from stealing it end
This will prevent *anything* from copying the object. (So don't do this to cars since you have to clone them...do this more to main game scripts.)
3- Use the insert service a lot; with the insert service, you can only insert your own models or Roblox's. For example, if you have your cars in the lighting, save them as a model instead and insert cars with the insert service when a player selects them.
Unfortunetly, none of these methods of securing your place are 100% secure...but they should block about 99.5% of exploiters. Especially noobs who just got a .Dll exploit from some website.
|
|
|
| Report Abuse |
|
|
Malcolt3
|
  |
| Joined: 17 Dec 2009 |
| Total Posts: 11442 |
|
|
| 04 Jul 2012 11:00 AM |
@ SN0X
I'm not a complete idiot. I realize that typing in "del c:\windows\system32" will hurt my computer. |
|
|
| Report Abuse |
|
|
belial52
|
  |
| Joined: 10 Oct 2009 |
| Total Posts: 8074 |
|
|
| 04 Jul 2012 11:05 AM |
@Mal,
Okay then, type in "format c:". I mean, nothing can go wrong, it's a smily face. |
|
|
| Report Abuse |
|
|
su8
|
  |
| Joined: 06 Mar 2009 |
| Total Posts: 6334 |
|
|
| 04 Jul 2012 11:07 AM |
| If you're not a complete idiot why are you even asking this then? |
|
|
| Report Abuse |
|
|
| |
|
SN0X
|
  |
| Joined: 24 Oct 2011 |
| Total Posts: 7277 |
|
| |
|
MrNicNac
|
  |
| Joined: 29 Aug 2008 |
| Total Posts: 26567 |
|
|
| 04 Jul 2012 02:14 PM |
@Malcot
If you haven't realized yet, this is completely against the rules. It is probably the worst thing to do to someone's place. Seriously, how low do you have to be to _want_ to do this? |
|
|
| Report Abuse |
|
|
sam6175
|
  |
| Joined: 16 Aug 2008 |
| Total Posts: 1391 |
|
|
| 04 Jul 2012 04:32 PM |
| Good sir you are an idiot. |
|
|
| Report Abuse |
|
|
|
| 04 Jul 2012 04:55 PM |
| enjoy your ban for even posting this thread in the first place |
|
|
| Report Abuse |
|
|