Advertisement
Owen007

Untitled

Jul 5th, 2022
1,216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. script 1:
  2. for i,v in pairs(game.ReplicatedStorage.Items:GetDescendants()) do
  3. if v:IsA("Frame") then
  4. game.ReplicatedStorage.Remotes.Shop:FireServer("Buy1", {
  5. Cost = {Value = 0},
  6. Name = v.Name
  7. })
  8. end
  9. end
  10.  
  11. script 2:
  12. loadstring(game:HttpGet('https://raw.githubusercontent.com/1201for/littlegui/main/CL-Loader'))()
  13.  
  14. new:
  15. loadstring(game:HttpGet(('https://raw.githubusercontent.com/XTheMasterX/Scripts/Main/CriticalLegends'),true))()
  16.  
  17. script 4:
  18. https://pastebin.com/3f2TtQaP
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement