Spyvam4

HackBeli

Mar 10th, 2023
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. local plr = game:GetService("Players").LocalPlayer
  2. local Notification = require(game:GetService("ReplicatedStorage").Notification)
  3. Notification.new("<Color=Yellow>QUEST COMPLETED!<Color=/>"):Display()
  4. Notification.new("Earned <Color=Green>$25,000<Color=/>"):Display()
  5. plr.Data.Exp.Value = 0
  6. plr.Data.Beli.Value = plr.Data.Beli.Value + 25000
  7.  
  8. end
  9. end
Advertisement
Add Comment
Please, Sign In to add comment