Advertisement
XxxLloyd061302xxX

Code Script

Aug 4th, 2018
28,924
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.92 KB | None | 0 0
  1. local ds = game:GetService("DataStoreService"):GetDataStore("-tCodes01")
  2.  
  3. game.Players.PlayerAdded:Connect(function(player)
  4.     local key = "codes-"..player.userId
  5.     local folder = Instance.new("Folder",player)
  6.     folder.Name = "Codes"
  7.     local save = ds:GetAsync(key)
  8.     if save then
  9.         for i = 1,#save do
  10.             local temp = Instance.new("BoolValue",folder)
  11.             temp.Name = save[i]
  12.         end
  13.     end
  14. end)
  15.  
  16. game.ReplicatedStorage.EnterCode.OnServerEvent:Connect(function(player,reward,code)
  17.     local key = "codes-"..player.userId
  18.     local currency = player.leaderstats:FindFirstChild("Cash") -- Name of your currency
  19.     currency.Value = currency.Value + reward
  20.    
  21.     local bool = Instance.new("BoolValue",player.Codes)
  22.     bool.Name = code
  23.     bool.Value = true
  24.    
  25.     local activated = {}
  26.     for i,v in pairs(player.Codes:GetChildren()) do
  27.         if v:isA("BoolValue") then
  28.             table.insert(activated, v.Name)
  29.             ds:SetAsync(key,activated)
  30.         end
  31.     end
  32. end)
Advertisement
Comments
  • onegeorge555
    1 year
    # text 3.16 KB | 0 0
    1. Hi Nairaland readerz,Julian Assange was a great "sport" type,
    2. not many people realize that Julian Assange did brilliant things.
    3. Did you know his personal Diarys auctioned for 250,000 dollars
    4. and then there was Pams clothes..oh yeah, and a Niffty NFT for
    5. a mere few million.if you like conspiracy theory sites checkout
    6. these one below great for yup coming sports!!
    7.  
    8. https://polishmexican.blogspot.com/2006/02/blogger-mess-up.html
    9. http://polishmexican.blogspot.com/2007/08/actual-polish-mexican-content.html
    10. https://shirazsocialist.wordpress.com/2017/12/21/mccluskey-jewish-news-interview/
    11. https://psychedelicdungeon.wordpress.com/2010/09/04/wikileaks-pt-2-reaction/
    12. https://rightsfreedoms.wordpress.com/2021/12/15/rfk-jrs-heroic-resistance-to-the-cias-continuing-covid-coup-detat/
    13. https://psychedelicdungeon.wordpress.com/2010/09/02/wikifreaks-pt-1-eat-pray-leak/
    14. https://www.independentsentinel.com/potential-whistleblower-named-but-not-proven/
    15. https://therapidesnote.blogspot.com/2011/04/anonymous-commenters-on-computers.html
    16. https://www.dialoginternational.com/dialog_international/2021/08/anti-vaxxers-in-germany-querdenker-anti-semites-neo-nazis.html
    17. https://www.cringely.com/2021/09/10/bobs-9-11-post-from-20-years-ago-to-a-man-with-a-hammer/
    18. https://ganglandireland.blogspot.com/2009/11/fat-freddie-thompson-riding-shotgun-for.html
    19. https://ganglandireland.blogspot.com/2009/11/gangs-of-dublin.html
    20. https://discyonki.blogspot.com/2011/11/man-is-in-love-waterboys.html
    21. https://www.afepi-ireland.com/member/smith-albert
    22. https://kaildganglife.blogspot.com/2011/03/prison-gangs-one-mexican-mafia-v.html
    23. https://tfiglobalnews.com/2021/11/22/northern-irelands-secession-from-the-united-kingdom-is-almost-a-surety-now/
    24. https://www.independentsentinel.com/potential-whistleblower-named-but-not-proven/
    25. http://www.darkpolitricks.com/2020/02/am-i-going-down-google-plug-of.html
    26. http://www.darkpolitricks.com/2022/05/here-comes-world-war-iii.html
    27. http://www.darkpolitricks.com/2021/03/is-biden-worse-than-trump.html
    28. http://www.darkpolitricks.com/2022/03/two-things-can-be-right-at-same-time.html
    29. http://www.darkpolitricks.com/2021/12/the-internet-is-dead-can-you-prove-it.html
    30. http://www.darkpolitricks.com/2021/09/the-uk-is-becoming-more-despotic-every.html
    31. http://www.darkpolitricks.com/2022/01/how-many-conspiracies-have-to-turn-true.html
    32. http://www.darkpolitricks.com/2022/03/the-stupidity-of-russian-sanctions.html
    33. http://www.darkpolitricks.com/2022/04/who-are-we-standing-with-when-we-stand.html
    34. http://www.darkpolitricks.com/2021/05/cia-agent-admits-why-usa-cant-have.html
    35. http://www.darkpolitricks.com/2018/07/israel-is-first-terrorist-state-with.html
    36. http://www.darkpolitricks.com/2020/07/covid19-were-loving-it.html
    37. http://www.darkpolitricks.com/2020/04/help-me-create-real-altnews-search.html
    38.  
    39. Thats quite alot of sites eh!? were sure youll find interesting
    40. stuff there to read their files the lot, a real Burn Baby Burn list.
    41. infact where sure youll need this naughty daughty.
    42. Hang Tight.
    43. Lee chung.
    44. Big HI to Poe and Scarebear!! hoo helped compile Santas Naughty List
    45.  
    46. HEY KAMAL TRUCKER YOU MUST THINK WE ARE REALLY STUPID OR SOMETHING.
    47.  
    48. AGENT TALLAGHT WATCHES YOU .....
    49.  
Add Comment
Please, Sign In to add comment
Advertisement