Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local UI = loadstring(game:HttpGet'https://pastebin.com/raw/FtfhMbRS')()
- UI.Title.Text = "Dollhouse hub"
- _G.Config = { ["Theme"] = "Rainbow" }
- local Nord = loadstring(game:HttpGetAsync("https://scripts.nord.vip/NordNotifs.lua", true))();
- Nord:Notify(nil, "Hub fully loaded.", "success", 3);
- UI.newTab("Dupe")
- UI.newTextBox(UI.Dupe,'dupe amount','amount',function(text) dn = text end)
- UI.newButton(UI.Dupe,'Dupe',function() loadstring(game:HttpGet'https://pastebin.com/raw/6qJvm4LS')() end)
- UI.newButton(UI.Dupe,'grab',function() loadstring(game:HttpGet'https://pastebin.com/raw/Pt51vCb4')() end)
- UI.newTab("Logger")
- UI.newButton(UI.Logger,'Load logger',function() loadstring(game:HttpGet'https://pastebin.com/raw/TKdzK7f7')() end)
- UI.newTab("Visualizer")
- UI.newButton(UI.Visualizer,'load visualizer',function() loadstring(game:HttpGet'https://pastebin.com/raw/5cQ9BREJ')() end)
- UI.newButton(UI.Visualizer,'Boombox art',function() loadstring(game:HttpGet'https://pastebin.com/raw/A5HDtTXJ')() end)
- UI.newTab("Coins")
- UI.newLabel(UI.Coins,'Only press coins if the coin gui is open')
- UI.newButton(UI.Coins,'Coins',function() loadstring(game:HttpGet('https://pastebin.com/raw/nvHMuQBU'))() end)
- UI.newTab("Others")
- _G.KeyCode = "X"
- UI.newButton(UI.Others,'X to fling',function() loadstring(game:HttpGet("https://shattered-gang.lol/scripts/fe/touch_fling.lua"))() end)
- UI.newLabel(UI.Others,'Reset to fully stop fling script')
- UI.newButton(UI.Others,'Infinite Yield',function() loadstring(game:HttpGet("https://pastebin.com/raw/VSj4Lx2Z"))() end)
- UI.newButton(UI.Others,'CMD-X',function() loadstring(game:HttpGet("https://raw.githubusercontent.com/CMD-X/CMD-X/master/Source", true))() end)
- UI.newButton(UI.Others,'Rejoin',function() game:GetService'TeleportService':TeleportToPlaceInstance(game.PlaceId,game.JobId,game:GetService'Players'.LocalPlayer) end)
- UI.newTab("Player")
- UI.newSlider(UI.Player,'Speed',1,100,function(amount) game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = amount end)
- UI.newSlider(UI.Player,'Hipheight',0,100,function(amount) game.Players.LocalPlayer.Character.Humanoid.HipHeight = amount end)
- UI.newSlider(UI.Player,'Jump height',0,1000,function(amount) game.Players.LocalPlayer.Character.Humanoid.JumpPower = amount end)
- UI.newSlider(UI.Player,'Gravity',0,1000,function(amount) workspace.Gravity = amount end)
- UI.newButton(UI.Player,'Reset',function() game.Players.LocalPlayer.Character.Humanoid.Health = 0 end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement