Advertisement
SmokeDelsin

roblox script stealer script

May 12th, 2015
4,871
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. -- Made by uyjulian (http://goo.gl/uCikM)
  2. -- Level 7 required!
  3. local MBuyjulian = {put scripts here}
  4. local Hopper = Instance.new("HopperBin")
  5. local Stringz = Instance.new("StringValue")
  6. local StolenS = Instance.new("Model", usersettings())
  7. local Backpack = game:GetService("Players").LocalPlayer.Backpack
  8.  
  9. for i = 1, #MBuyjulian do
  10. local Hop = Hopper:Clone()
  11. local StringS = Stringz:Clone()
  12. Hopper.Parent = Backpack
  13. MBuyjulian[i].Parent = Hop
  14. repeat wait() until MBuyjulian[i].Source ~= ""
  15. StringS.Value = MBuyjulian[i].Source
  16. StringS.Parent = StolenS
  17. Hop.Parent = nil
  18. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement