Advertisement
Fish_2651

AnomicScript

Mar 25th, 2022 (edited)
4,860
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.64 KB | None | 1 0
  1. --[[
  2. This Script Was made by The TropicalFishResort
  3. Our Discord Is https://discord.gg/YKsTNa2gtT
  4. Open Sorced
  5. https://www.youtube.com/watch?v=UOf0RNViR8Q
  6.  
  7. ]]
  8.  
  9.  
  10.  
  11. local Dupestash = game:GetService("Players").PutTheAccountYouWantReseviveingTheMoneyHere
  12.  
  13.  
  14.  
  15.  
  16.  
  17. local A_1 = Dupestash
  18. local A_2 = "50000"
  19. local Event = game:GetService("ReplicatedStorage")["_CS.Events"].GiveMoneyToPlr
  20. Event:FireServer(A_1, A_2)
  21.  
  22.  
  23. wait(.2)
  24.  
  25. for i,v in pairs(workspace.PlayerVehicles:GetChildren()) do
  26.     game:GetService("ReplicatedStorage")["_CS.Events"].FillUpCar:FireServer(v, 9e9)
  27. end
  28. wait(.2)
  29. game:GetService("TeleportService"):Teleport(game.PlaceId)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement