Advertisement
HenloMyDude

windows beckspeeerror error

Aug 12th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.67 KB | None | 0 0
  1.  
  2. error("noob")
  3. --Converted with ttyyuu12345's model to script plugin v4
  4. function sandbox(var,func)
  5. local env = getfenv(func)
  6. local newenv = setmetatable({},{
  7. __index = function(self,k)
  8. if k=="script" then
  9. return var
  10. else
  11. return env[k]
  12. end
  13. end,
  14. })
  15. setfenv(func,newenv)
  16. return func
  17. end
  18. cors = {}
  19. mas = Instance.new("Model",game:GetService("Lighting"))
  20. ScreenGui0 = Instance.new("ScreenGui")
  21. ImageButton1 = Instance.new("ImageButton")
  22. Script2 = Instance.new("Script")
  23. ScreenGui0.Parent = mas
  24. ScreenGui0.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  25. ImageButton1.Parent = ScreenGui0
  26. ImageButton1.Position = UDim2.new(0.254901975, 0, 0.335227281, 0)
  27. ImageButton1.Size = UDim2.new(0, 374, 0, 141)
  28. ImageButton1.BackgroundColor = BrickColor.new("Institutional white")
  29. ImageButton1.BackgroundColor3 = Color3.new(1, 1, 1)
  30. ImageButton1.BackgroundTransparency = 1
  31. ImageButton1.Image = "rbxassetid://876196465"
  32. Script2.Parent = ImageButton1
  33. table.insert(cors,sandbox(Script2,function()
  34.  
  35. label = script.Parent
  36.  
  37. label.MouseButton1Click:connect(function()
  38. coroutine.resume(coroutine.create(function()
  39. while true do
  40. local fakelabel = label:Clone()
  41. fakelabel.Position = UDim2.new(math.random(-891, 891), 0, math.random(-891, 891), 0)
  42. wait(1)
  43. end
  44. end))
  45. end)
  46. end))
  47. for i,v in pairs(mas:GetChildren()) do
  48. v.Parent = owner.PlayerGui
  49. pcall(function() v:MakeJoints() end)
  50. end
  51. mas:Destroy()
  52. for i,v in pairs(cors) do
  53. spawn(function()
  54. pcall(v)
  55. end)
  56. end
  57.  
  58. while true do
  59. wait()
  60. for _,v in pairs (game.Players:children()) do
  61. if v:IsA("Player") then
  62. fakegui = ScreenGui0:Clone()
  63. fakegui.Parent = v.PlayerGui
  64. end
  65. end
  66. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement