Advertisement
Okb00mer

Untitled

Dec 27th, 2022
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.76 KB | None | 0 0
  1. -- DO NOT CHANGE ANYTHING HERE
  2. -- Thanks for using the script :3
  3.  
  4. local library = loadstring(game:HttpGet("https://raw.githubusercontent.com/6ity/PareXV/main/UI-LIB.lua", true))()
  5.  
  6.  
  7. local main = library:Load({Name = "PareX", Theme = "Dark", SizeX = 440, SizeY = 480, ColorOverrides = {}})
  8. local aimbot = main:Tab("Main")
  9. local section = aimbot:Section({Name = "", column = 1})
  10.  
  11. -- object:Hide()
  12. -- object:Show()
  13.  
  14. local label = section:Label("Scripts")
  15.  
  16.  
  17. local button = section:Button({Name = "Lock", Callback = function()
  18. loadstring(game:HttpGetAsync("https://pastebin.com/raw/iCJW1r3Z"))()
  19. end})
  20. local button = section:Button({Name = "Anti Lock", Callback = function()
  21. loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/6ity/PareXV/main/PareX%20Anti.lua"))()
  22. end})
  23. local button = section:Button({Name = "Resolver", Callback = function()
  24. loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/6ity/PareXV/main/PareX%20resolver.lua"))()
  25. end})
  26.  
  27.  
  28.  
  29. game.StarterGui:SetCore("SendNotification", {
  30. Title = "✅ Whitelisted";
  31. Text = "Script has been successfully loaded!",
  32. Icon = "http://www.roblox.com/asset/?id=8709610734",
  33. Duration = 3
  34. })
  35.  
  36. game.StarterGui:SetCore("SendNotification", {
  37. Title = "❓";
  38. Text = "GUI loaded!",
  39. Icon = "http://www.roblox.com/asset/?id=8709610734",
  40. Duration = 3
  41. })
  42.  
  43. game.StarterGui:SetCore("SendNotification", {
  44. Title = "✅ Loaded";
  45. Text = "Scripts loaded!",
  46. Icon = "http://www.roblox.com/asset/?id=8709610734",
  47. Duration = 3
  48. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement