Skip to content

Instantly share code, notes, and snippets.

@howmanysmall
Created September 12, 2022 22:22
Show Gist options
  • Select an option

  • Save howmanysmall/1f34b6df3ae5f344d78ef996f8b4efda to your computer and use it in GitHub Desktop.

Select an option

Save howmanysmall/1f34b6df3ae5f344d78ef996f8b4efda to your computer and use it in GitHub Desktop.
$Key = "HKCU:\Software\ROBLOX Corporation\Environments\roblox-player"
while ($true)
{
$CurrentValue = (Get-ItemProperty -Path $Key -Name "LaunchExp").LaunchExp
if ($CurrentValue -eq "InApp")
{
#Write-Output "Value is InApp."
Set-ItemProperty -Path $Key -Name "LaunchExp" -Value "InBrowser"
}
Start-Sleep -Milliseconds 50
}
@pumpkinbunny

Copy link
Copy Markdown

meow

@Bgdcmcfan54

Copy link
Copy Markdown

meow

yes

@Propsek

Propsek commented Sep 15, 2022

Copy link
Copy Markdown

Doesn't work? maybe im running the powershell script wrong. I tried opening powershell as admin, navigating to the file and starting it. it didn't work. I also tried right clicking and pressing the thing to run using powershell.

@howmanysmall

Copy link
Copy Markdown
Author

It does work. I'm not sure what's going on with you then.

@howmanysmall

Copy link
Copy Markdown
Author

image

ghost commented Sep 16, 2022

Copy link
Copy Markdown

this is good

@moonbuddiez

Copy link
Copy Markdown

how do you execute it

@howmanysmall

Copy link
Copy Markdown
Author

drag the file into powershell

@kxi0

kxi0 commented Sep 22, 2022

Copy link
Copy Markdown

how would i go around this
image

@howmanysmall

Copy link
Copy Markdown
Author

follow that url

@kxi0

kxi0 commented Sep 22, 2022

Copy link
Copy Markdown

i got rid of the error and ran the script but im still in roblox beta / roblox app

@howmanysmall

Copy link
Copy Markdown
Author

it needs to always run

@kxi0

kxi0 commented Sep 22, 2022

Copy link
Copy Markdown

i haven't closed powershell. do i need to run powershell as admin?

ghost commented Sep 23, 2022

Copy link
Copy Markdown

it needs to always run

how to make it always run

@Poyois

Poyois commented Sep 24, 2022

Copy link
Copy Markdown

Could be doing something wrong, but I think this method no longer works.

@msfnxy

msfnxy commented Sep 24, 2022

Copy link
Copy Markdown

Poyois

yea it's currently patched rn

@howmanysmall

Copy link
Copy Markdown
Author

Yeah, use this. It was a good fix until I brought attention to it.

@aoqia194

aoqia194 commented Feb 11, 2023

Copy link
Copy Markdown

A while true loop.
Oh good god.

I would not recommend running this as it runs every 50 milliseconds.

@howmanysmall

Copy link
Copy Markdown
Author

it doesn't even work anymore and barely did anything performance wise

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment