|
I don't even know what all this level 7 or 5 or whatever stuff is, I had been away for a few months. I guess they are permissions which restrict access to doing certain things? More info would be greatly appreciated. |
|
cntkillmeJoin Date: 2008-04-07 Post Count: 49450 |
|
|
|
|
@cnt Level 7 is a hard to reach zone, and it's a huge challenge to get to it. |
|
|
Sure, it may be easier to get Level 4, but that's the point, Level 7 is just a challenge, not really something for usability.
Though you can do things like set Player names and neat stuff like that/ |
|
|
This could definitly be used for abuse.
Set UserID to creator of a certain place
then use game:Load() |
|
|
Gee thanks! I'll be riding level 7 roller coaster! |
|
misgav11Join Date: 2011-04-21 Post Count: 3418 |
why not use level 6, there is not allot of difference from level 6 and 7. but ok.. |
|
AvnerJoin Date: 2007-11-30 Post Count: 3390 |
how do i xploit like this |
|
|
Check this out:
a = Instance.new("BindableFunction")
a.OnInvoke = function()
game:SetPlaceID(123) print(game.PlaceId) end
a:Invoke()
You can save stuff to different games with this. The print will insure that the PlaceID changed properly. Simply save this as a .lua file, and execute the script on edit mode before saving. |
|
acidflipJoin Date: 2012-07-18 Post Count: 886 |
Give this man the Boss White Hat! |
|
cxcharlieJoin Date: 2009-08-26 Post Count: 1414 |
You can use a lot of these stuff!
http://wiki.roblox.com/index.php/API
game:LoadWorld(anyofyourownplacesId) |
|
|
Umm
Everyone stop saying this is exploitable. You already could have gotten level 7 in Studio easily, it just needed Cheat Engine instead. Nothing you are doing as level 7 with this exploit will break Roblox or is something you aren't supposed to be able to do. |
|
|
No one needs to describe it to me, but I'd like to know this:
Is there a known way, without third-party software, to change the identity of a thread? Yes or no. |
|
|
The OnInvoke is NOT called with Level 7, it just has the environment of a Level 7 thread. If you can somehow trick the level 7 thread into calling your own function, it will work. |
|
|
|
I wonder if this is even on their priorities of stuff to fix... |
|
|
Have you even read RBXDev lately. |
|
|
@Absolute What was on RbxDev I missed? |
|
|
|
Pretty sure this patches all exploits in general, both generic (skid exploits) and what you found.
I could be wrong. |
|
|
What I found was an exploit that doesn't require any external programs, though. |
|
PhokiusV3Join Date: 2013-05-07 Post Count: 805 |
Makes me wonder if the pcall - function: 0x6e75590
would lead to another string execution function that would enable scripts to be ran... Roblox has quite a mess. |
|
|
|