Advertisement
SQUIDMAN740

The Plaza Scripts

Mar 22nd, 2019
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.92 KB | None | 0 0
  1. Ok so these scripts i found these and i decided to RE-REL (INF) these!
  2. ok so heres one i requested https://v3rmillion.net/member.php?action...uid=502600 to make! All credits go to him!
  3. Basically it dupes your furniture/gives you it for free?
  4. Code:
  5. for i,v in pairs(game.ReplicatedStorage.AptStats.Items:GetChildren()) do
  6. local A_1 = "ITEM" --Change Item to what you want
  7. local Event = game:GetService("ReplicatedStorage").AptStats.Remotes.BuyItem
  8. Event:FireServer(A_1)
  9. end
  10. And this INFpp Script (literally infinite) idk who made it because its been out for years!
  11. Code:
  12. --You don't need to change anything since i set it to math.huge
  13.  
  14. game.ReplicatedStorage.ServerStats.ChangeMoney:FireServer(math.huge, (math.floor)((math.sqrt)(game.ReplicatedStorage.ServerStats.CurrentID.Value)) + 1337)
  15. Plaza Gui Found by my friend
  16. Code:
  17. --Plaza Gui idk who made it
  18.  
  19. loadstring(game:GetObjects("rbxassetid://934622398")[1].Source)()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement