Advertisement
Upscalefanatic3

Coin Dozer 2 INF DIAMONDS and my Testing Script for games

Jan 31st, 2019
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. -- TESTING SCRIPT FOR MANY GAMES.
  2. -- ITS ALSO A SCRIPT FOR COIN DOZER 2 INF DIAMONDS
  3. -- Game Link: https://www.roblox.com/games/2747338191/Coin-Dozer-2-Alpha?nl=true
  4.  
  5.  
  6. -- Script:
  7. local Remote = game.ReplicatedStorage['EnterCode']
  8.  
  9. local Arguments = {
  10. [1] = 999999999,
  11. [2] = "Code111",
  12. [3] = "GoldUzi"
  13. }
  14.  
  15. Remote:FireServer(unpack(Arguments))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement