Skip to content

Commit

Permalink
2024-08-15T0936Z
Browse files Browse the repository at this point in the history
  • Loading branch information
Windows81 committed Aug 15, 2024
1 parent cfd3baa commit 159fd1d
Show file tree
Hide file tree
Showing 21 changed files with 441 additions and 197 deletions.
13 changes: 9 additions & 4 deletions GameConfig.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ icon_path = 'c:\Users\USERNAME\Pictures\Byfron Icon.png'
startup_script = 'game.workspace.FilteringEnabled = false'

[game_setup.place_file]
rbxl_uri = 'c:\Users\USERNAME\Documents\Roblox Files\Kubla Khan.rbxl'
rbxl_uri = 'c:\Users\USERNAME\Documents\Roblox Files\Roblox Hacked Place Database 2 - MrManchot\Building game.rbxl'

enable_saveplace = false

Expand All @@ -39,11 +39,16 @@ end
'''

check_user_allowed = '''
function(user_id_num, user_code) -- string -> bool
return true
end
def f(user_id_num, user_code):
return True
'''

#check_user_allowed = '''
#function(user_id_num, user_code) -- string -> bool
# return true
#end
#'''

check_user_has_admin = '''
function(user_id_num, user_code) -- string -> bool
return true
Expand Down
21 changes: 10 additions & 11 deletions LEGAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,31 +6,30 @@ Even if we engage in copyright infringement, courts will judge for fair use agai

I believe that we have a good defence for Finobe, Filtering Disabled, etc.

1.
Self-hosting systems such as Filtering Disabled and Novetus are **transformative**. a second use that the first use didn't originally have. Can you host a LAN party using :lock: Byfron-infested Rōblox :lock:? [Not since version 624](https://github.com/rsblox/local_rcc/pull/17).
1. Self-hosting systems such as Filtering Disabled and Novetus are **transformative**. a second use that the first use didn't originally have. Can you host a LAN party using :lock: Byfron-infested Rōblox :lock:? Anything is possible.

Our research is for the betterment of public understanding of how software like Rōblox works. Our reverse-engineering stuffs are in the interest of scientific progress. Good.
Our research is for the betterment of public understanding of how software like Rōblox works. Our reverse-engineering stuffs are in the interest of scientific progress. Good.

2.

Marketing revivals will be considered a fair use if **they don't adversely affect Rōblox's ability to do commerce**. I can argue in a court: *people come to Rōblox because they trust the centralised nature of it -- and for the developers which keep the platform afloat*.
Marketing revivals will be considered a fair use if **they don't adversely affect Rōblox's ability to do commerce**. I can argue in a court: _people come to Rōblox because they trust the centralised nature of it -- and for the developers which keep the platform afloat_.

A lot of people I speak with tell me that they go to Rōblox for a particular game. Maybe it's The Hood. Maybe it's Bloxburg. People buy robux for gamepasses on these games. If these games remain exclusive on Rōblox, the incentive to buy robux doesn't go away.
A lot of people I speak with tell me that they go to Rōblox for a particular game. Maybe it's The Hood. Maybe it's Bloxburg. People buy robux for gamepasses on these games. If these games remain exclusive on Rōblox, the incentive to buy robux doesn't go away.

3.

**Courts tend to favour non-commercial ventures** over ones which seek to make money, but they will consider other factors equally well. There are *many* exceptions on either side.
**Courts tend to favour non-commercial ventures** over ones which seek to make money, but they will consider other factors equally well. There are _many_ exceptions on either side.

See the decision from [Google v. Oracle](https://www.supremecourt.gov/opinions/20pdf/18-956_d18f.pdf). Google took a very small portion of Oracle's proprietary source code to make early versions of Android. It was a very small portion and it wasn't at the heart of how Java works. Therefore, what Google did was a fair use -- even though it was commercial.
See the decision from [Google v. Oracle](https://www.supremecourt.gov/opinions/20pdf/18-956_d18f.pdf). Google took a very small portion of Oracle's proprietary source code to make early versions of Android. It was a very small portion and it wasn't at the heart of how Java works. Therefore, what Google did was a fair use -- even though it was commercial.

But...

**Courts also will rule in your favour if you're taking a published work**. Why? Because if a work is unpublished, that is because Rōblox chose not to publish it.
**Courts also will rule in your favour if you're taking a published work**. Why? Because if a work is unpublished, that is because Rōblox chose not to publish it.

I think as long as they're newer than 2017, *most of the RCC binaries we use require you to know the exact resource locations (URLs) to grab it*. These URLs weren't publicly known until we brute-forced our way through all the possible URLs -- I think.
I think as long as they're newer than 2017, _most of the RCC binaries we use require you to know the exact resource locations (URLs) to grab it_. These URLs weren't publicly known until we brute-forced our way through all the possible URLs -- I think.

**The importance whatever we took from Rōblox for our revivals influences courts' decisions**. Rōblox pride themselves on their physics engine. We took that. If you're using the 2021E client, you're also taking the complete product of Future Is Bright. Lots of things.
**The importance whatever we took from Rōblox for our revivals influences courts' decisions**. Rōblox pride themselves on their physics engine. We took that. If you're using the 2021E client, you're also taking the complete product of Future Is Bright. Lots of things.

**And most importantly:**

*Most of us entered into a legally-binding contract with Rōblox*. If we're reverse-engineering the binaries, we'd be in breach of contract (as per 'terms of service'). Courts don't usually prosecute copyright claims if they rely on a breach of contract. This is why I think that we'll never have to argue for 'fair use'.
_Most of us entered into a legally-binding contract with Rōblox_. If we're reverse-engineering the binaries, we'd be in breach of contract (as per 'terms of service'). Courts don't usually prosecute copyright claims if they rely on a breach of contract. This is why I think that we'll never have to argue for 'fair use'.
Loading

0 comments on commit 159fd1d

Please sign in to comment.