Advertisement
PSXexploits

Untitled

Aug 5th, 2022 (edited)
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. fps2 = 100
  2. fps = 10
  3. local CoreGui = game:GetService("StarterGui")
  4. local Lib = loadstring(game:HttpGet("https://raw.githubusercontent.com/bloodball/-back-ups-for-libs/main/modern"))()
  5. local HubTab = Lib:Tab("Hub")
  6. HubTab:Button("Hub", function()
  7. loadstring(game:HttpGet"https://rawscripts.net/raw/Project-Meow_421")()
  8. end)
  9.  
  10. local StatTab = Lib:Tab("Stats")
  11. StatTab:Button("Stat tracker", function()
  12. loadstring(game:HttpGet("https://pastebin.com/raw/dPXXyp4A"))()
  13. end)
  14.  
  15. local PePsi = Lib:Tab("PePsi hub")
  16. PePsi:Button("PePsi Hub", function()
  17. loadstring(game:GetObjects("rbxassetid://8194485654")[1].Source)("Petsi-X")
  18. end)
  19.  
  20. local AntiAFK = Lib:Tab("AntiAFK")
  21. AntiAFK:Button("AntiAFK", function()
  22. wait(0.5)local ba=Instance.new("ScreenGui")
  23. local ca=Instance.new("TextLabel")local da=Instance.new("Frame")
  24. local _b=Instance.new("TextLabel")local ab=Instance.new("TextLabel")ba.Parent=game.CoreGui
  25. ba.ZIndexBehavior=Enum.ZIndexBehavior.Sibling;ca.Parent=ba;ca.Active=true
  26. ca.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ca.Draggable=true
  27. ca.Position=UDim2.new(0.698610067,0,0.098096624,0)ca.Size=UDim2.new(0,370,0,52)
  28. ca.Font=Enum.Font.SourceSansSemibold;ca.Text="Anti Afk"ca.TextColor3=Color3.new(0,1,1)
  29. ca.TextSize=22;da.Parent=ca
  30. da.BackgroundColor3=Color3.new(0.196078,0.196078,0.196078)da.Position=UDim2.new(0,0,1.0192306,0)
  31. da.Size=UDim2.new(0,370,0,107)_b.Parent=da
  32. _b.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)_b.Position=UDim2.new(0,0,0.800455689,0)
  33. _b.Size=UDim2.new(0,370,0,21)_b.Font=Enum.Font.Arial;_b.Text="Made by Headshot#5868"
  34. _b.TextColor3=Color3.new(0,1,1)_b.TextSize=20;ab.Parent=da
  35. ab.BackgroundColor3=Color3.new(0.176471,0.176471,0.176471)ab.Position=UDim2.new(0,0,0.158377,0)
  36. ab.Size=UDim2.new(0,370,0,44)ab.Font=Enum.Font.ArialBold;ab.Text="Status: Active"
  37. ab.TextColor3=Color3.new(0,1,1)ab.TextSize=20;local bb=game:service'VirtualUser'
  38. game:service'Players'.LocalPlayer.Idled:connect(function()
  39. bb:CaptureController()bb:ClickButton2(Vector2.new())
  40. ab.Text="Roblox kicked you but we didnt let them!"wait(2)ab.Text="Status : Active"end)
  41. end)
  42.  
  43. local AC = Lib:Tab("Auto Clicker")
  44. AC:Button("Auto Clicker", function()
  45. loadstring(game:HttpGetAsync("https://raw.githubusercontent.com/JustEzpi/ROBLOX-Scripts/main/ROBLOX_AutoClicker"))()
  46. end)
  47.  
  48. local FPS10 = Lib:Tab("FPS")
  49. FPS10:Button("10 FPS", function()
  50. pcall(setfpscap, fps)
  51. pcall(set_fps_cap, fps)
  52. end)
  53.  
  54. local FPS100 = Lib:Tab("FPS")
  55. FPS100:Button("100 FPS", function()
  56. pcall(setfpscap, fps2)
  57. pcall(set_fps_cap, fps2)
  58. end)
  59.  
  60. local CoreGui = game:GetService("StarterGui")
  61.  
  62. CoreGui:SetCore("SendNotification", {
  63. Title = "Hub key :";
  64. Text = "DM me for it xd (like dm dm)";
  65. Duration = 60;
  66. --Callback here
  67. Button1 = "yeah sry";
  68. Button2 = "they change";
  69. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement