Advertisement
unkownxplayer

Untitled

Apr 1st, 2022
13
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. if game.PlaceId == 6872265039 then
  2. local Library = loadstring(game:HttpGet("https://raw.githubusercontent.com/xHeptc/Kavo-UI-Library/main/source.lua"))()
  3. local Window = Library.CreateLib("ALPHA-TESTING", "DarkTheme")
  4. -- tbh i dont know just ignore dis shit
  5. local vapeTab = Window:NewTab("Bedwars scripts")
  6. local Vapev4 = vapeTab:NewSection("Vape v4")
  7. Vapev4:NewButton("Dark dex", "Search the workspace players and etc!", function()
  8. loadstring(game:HttpGetAsync('loadstring(game:HttpGet("https://raw.githubusercontent.com/7GrandDadPGN/VapeV4ForRoblox/main/NewMainScript.lua", true))()'))()
  9. end)
  10.  
  11. local scriptTab1 = Window:NewTab("scripting tools1")
  12. local Toolsection1 = scriptTab1:NewSection("Tools")
  13. Toolsection1:NewButton("Dark dex", "Search the workspace players and etc!", function()
  14. loadstring(game:HttpGetAsync('https://raw.githubusercontent.com/Shadow-Developer/Shadow/master/Scripts/DarkDexExplorer.lua'))()
  15. end)
  16.  
  17. Toolsection1:NewButton("Remotespy", "Any remote fired on you will be sent (used For remote scripts)", function()
  18. loadstring(game:HttpGet(('https://raw.githubusercontent.com/dimension-sources/random-scripts-i-found/main/SimpleSpy'),true))()
  19.  
  20. end)
  21. -- useful (B
  22. else
  23.  
  24. local scriptTab = Window:NewTab("Scripting tools")
  25. local Toolsection = scriptTab:NewSection("Tools")
  26. Toolsection:NewButton("Dark dex", "Search the workspace players and etc!", function()
  27. loadstring(game:HttpGetAsync('https://raw.githubusercontent.com/Shadow-Developer/Shadow/master/Scripts/DarkDexExplorer.lua'))()
  28. end)
  29.  
  30. Toolsection:NewButton("Remotespy", "Any remote fired on you will be sent (used For remote scripts)", function()
  31. loadstring(game:HttpGet(('https://raw.githubusercontent.com/dimension-sources/random-scripts-i-found/main/SimpleSpy'),true))()
  32.  
  33. end)
  34.  
  35.  
  36. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement