Advertisement
AALTTz

code

Nov 21st, 2022 (edited)
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.42 KB | None | 0 0
  1. local UI = loadstring(game:HttpGet'https://pastebin.com/raw/FtfhMbRS')()
  2.  
  3. UI.Title.Text = "Dollhouse hub"
  4.  
  5. _G.Config = { ["Theme"] = "Rainbow" }
  6. local Nord = loadstring(game:HttpGetAsync("https://scripts.nord.vip/NordNotifs.lua", true))();
  7. Nord:Notify(nil, "Hub fully loaded.", "success", 3);
  8.  
  9.  
  10. UI.newTab("Dupe")
  11. UI.newTextBox(UI.Dupe,'dupe amount','amount',function(text) dn = text end)
  12. UI.newButton(UI.Dupe,'Dupe',function() loadstring(game:HttpGet'https://pastebin.com/raw/6qJvm4LS')() end)
  13. UI.newButton(UI.Dupe,'grab',function() loadstring(game:HttpGet'https://pastebin.com/raw/Pt51vCb4')() end)
  14. UI.newTab("Logger")
  15. UI.newButton(UI.Logger,'Load logger',function() loadstring(game:HttpGet'https://pastebin.com/raw/TKdzK7f7')() end)
  16. UI.newTab("Visualizer")
  17. UI.newButton(UI.Visualizer,'load visualizer',function() loadstring(game:HttpGet'https://pastebin.com/raw/5cQ9BREJ')() end)
  18. UI.newButton(UI.Visualizer,'Boombox art',function() loadstring(game:HttpGet'https://pastebin.com/raw/A5HDtTXJ')() end)
  19. UI.newTab("Coins")
  20. UI.newLabel(UI.Coins,'Only press coins if the coin gui is open')
  21. UI.newButton(UI.Coins,'Coins',function() loadstring(game:HttpGet('https://pastebin.com/raw/nvHMuQBU'))() end)
  22. UI.newTab("Others")
  23. _G.KeyCode = "X"
  24. UI.newButton(UI.Others,'X to fling',function() loadstring(game:HttpGet("https://shattered-gang.lol/scripts/fe/touch_fling.lua"))() end)
  25. UI.newLabel(UI.Others,'Reset to fully stop fling script')
  26. UI.newButton(UI.Others,'Infinite Yield',function() loadstring(game:HttpGet("https://pastebin.com/raw/VSj4Lx2Z"))() end)
  27. UI.newButton(UI.Others,'CMD-X',function() loadstring(game:HttpGet("https://raw.githubusercontent.com/CMD-X/CMD-X/master/Source", true))() end)
  28. UI.newButton(UI.Others,'Rejoin',function() game:GetService'TeleportService':TeleportToPlaceInstance(game.PlaceId,game.JobId,game:GetService'Players'.LocalPlayer) end)
  29. UI.newTab("Player")
  30. UI.newSlider(UI.Player,'Speed',1,100,function(amount) game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = amount end)
  31. UI.newSlider(UI.Player,'Hipheight',0,100,function(amount) game.Players.LocalPlayer.Character.Humanoid.HipHeight = amount end)
  32. UI.newSlider(UI.Player,'Jump height',0,1000,function(amount) game.Players.LocalPlayer.Character.Humanoid.JumpPower = amount end)
  33. UI.newSlider(UI.Player,'Gravity',0,1000,function(amount) workspace.Gravity = amount end)
  34. UI.newButton(UI.Player,'Reset',function() game.Players.LocalPlayer.Character.Humanoid.Health = 0 end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement