Roblox Script Download 2019

JJsploit is a free Roblox exploit that allows you to run scripts, has a nice GUI, auto-update httpget support, you can create many interesting scripts yourself and add them to the preset. Of the minuses, I can only say that every time when updating from the side of the Game anti-cheat, JJsploit stops working and needs to be pumped after the.

Oct 11th, 2019
Never

Roblox Script Executor Download 2019

Roblox Script Download 2019
Not a member of Pastebin yet?Sign Up, it unlocks many cool features!

Roblox Script Download 2019

  1. local DSService = game:GetService('DataStoreService')
  2. game.Players:PlayerAdded:Connect(function(player)
  3. local leaderstats = Instance.new('Folder', player)
  4. local cash = Instance.new('IntValue', leaderstats)
  5. cash.Value = 0
  6. local success, error = pcall(function()
  7. player:GetAsync(game.Players.LocalPlayer.leaderstats.Cash)
  8. print('Successfully achieved'.. player.Name..'s data!')
  9. warn('An error occured while loading data. Error:'.. error ..'. Player name:'.. player.Name)
  10. game.Players.PlayerRemoving:Connect(function(player)
  11. DS:SetAsync(game.Players.LocalPlayer.leaderstats.Cash, player.UserId)
  12. print('Successfully saved data to'.. player.Name)
  13. warn('An error occured while the player was leaving. Error:'.. error ..'. Player name:'.. player.Name)
RAW Paste Data