Advertisement
lucaslulu

Script Breaking Simulator

Sep 28th, 2019
1,665
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. --Unlimited Money
  2. local A_1 = "Coins"
  3. local A_2 = 150000000000000000 --change if you want more lol
  4. game:GetService("ReplicatedStorage").Events.GivePlayerItem:FireServer(A_1, A_2)
  5.  
  6. --Get Free Weapon
  7. local A_1 = "WeaponEquipped"
  8. local A_2 = "Pelekus" -- change name weapon you want
  9. game:GetService("ReplicatedStorage").Events.GivePlayerItem:FireServer(A_1, A_2)
  10.  
  11. --Give you free robux pets
  12. local A_1 = "Rainbow Dog" change to name pets if you found lul
  13. local A_2 = 1
  14. local A_3 = "Pets"
  15. game:GetService("ReplicatedStorage").Events.GivePlayerItem:FireServer(A_1, A_2, A_3)
  16.  
  17. --By LucasGamingOne Name Roblox
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement