Advertisement
squidingtin

FTF Booster

Mar 23rd, 2019
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local Player = game.Players.LocalPlayer
  2.     local Module = Player.SavedPlayerStatsModule
  3.         local Credits = Module.Credits
  4.         local Level = Module.Level
  5.         local XP = Module.Xp
  6.         local VIP = Module.VIP
  7.         local Chance = Module.BeastChance
  8. Credits.Value = Credits.Value *2
  9. Level.Value = Level.Value *2
  10. XP.Value = XP.Value *2
  11. VIP.Value = VIP.Value *2
  12. Chance.Value = Chance.Value *2
  13. printoutput("This script was made by Squid#6245")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement