Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Im-sigma-lol/62cb8e96fe7e670a95a0d1c7f7421732 to your computer and use it in GitHub Desktop.
Save Im-sigma-lol/62cb8e96fe7e670a95a0d1c7f7421732 to your computer and use it in GitHub Desktop.
Reuploaded from MainScripts352 - 3c79e067ce18149d00f52ffb0fce8c83
--[[ Place ID With Dialog2 Detect Method
CheckGamePlace(7981626683) --use this to check the gameplace is right
]]
loadstring(game:HttpGet('https://raw.githubusercontent.com/MainScripts352/MainScripts352/refs/heads/main/Check%20Game%20PlaceId%20Source'))()
CheckGamePlace(95991056482359)
--
---Ghost Gui UI Library
loadstring(game:HttpGet('https://raw.githubusercontent.com/GhostPlayer352/UI-Library/refs/heads/main/Ghost%20Gui'))()
game.CoreGui.GhostGui.MainFrame.Title.Text = "Dance or Die"
---
AddContent("Toogle", "Auto Stop", [[
if game:GetService("ReplicatedStorage").Values.SongPlaying.Value == false and game:GetService("Players").LocalPlayer.PlayerGui:FindFirstChild("Stop") then
game:GetService("Players").LocalPlayer.PlayerGui.Stop.Background.TextButton.Script.RemoteEvent:FireServer()
end
]])
AddContent("Toogle", "Auto Obby", [[
for i,v in pairs(workspace:GetDescendants()) do
if v:IsA("BasePart") and v.Name == "Win" then
firetouchinterest(v,game.Players.LocalPlayer.Character.HumanoidRootPart,1)
firetouchinterest(v,game.Players.LocalPlayer.Character.HumanoidRootPart,0)
end
end
]])
local TextLabel = AddContent("TextLabel")
TextLabel.Text = "Made By Ghostplayer"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment