Advertisement
Aaronremmers14

giant dick

May 21st, 2016
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.15 KB | None | 0 0
  1. --Created with ttyyuu12345's compiler
  2. --ttyyuu12345 is not responsible for damages caused to your game
  3. --This plugin does not remove things
  4. --ttyyuu12345 cannot be held resonsible for manual deletion for the purpose of testing
  5. --Keep in mind, any items that cause errors in compilation will be skipped and documented within the last line of the disclaimer comments
  6. --Thank you for using my plugin and enjoy :)
  7. --It is free to use, however I do accept donations
  8. --Errors:
  9. Create = function(itemClass,tabl)
  10. local item = Instance.new(itemClass)
  11. for i,v in pairs(tabl) do
  12. local a,b = ypcall(function() return item[i] end)
  13. if a then
  14. item[i] = tabl[i]
  15. end
  16. end
  17. return item
  18. end
  19. function runDummyScript(f,scri)
  20. local oldenv = getfenv(f)
  21. local newenv = setmetatable({}, {
  22. __index = function(_, k)
  23. if k:lower() == 'script' then
  24. return scri
  25. else
  26. return oldenv[k]
  27. end
  28. end
  29. })
  30. setfenv(f, newenv)
  31. ypcall(function() f() end)
  32. end
  33. cors = {}
  34. mas = Instance.new("Model",game:GetService("Lighting"))
  35. mas.Name = "CompiledModel"
  36. o1 = Create("Model",{
  37. ["Parent"] = mas,
  38. })
  39. o2 = Create("Part",{
  40. ["Parent"] = o1,
  41. ["BrickColor"] = BrickColor.new("Pastel yellow"),
  42. ["Position"] = Vector3.new(17.4599991, 38.281723, 75.0905228),
  43. ["Rotation"] = Vector3.new(-180, 0, 90),
  44. ["CFrame"] = CFrame.new(17.4599991, 38.281723, 75.0905228, 0, -1, 0, -1, 0, 0, 0, 0, -1),
  45. ["Shape"] = Enum.PartType.Cylinder,
  46. ["Size"] = Vector3.new(64.6399994, 11.0199995, 11.9299994),
  47. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  48. ["TopSurface"] = Enum.SurfaceType.Smooth,
  49. ["Color"] = Color3.new(1, 1, 0.8),
  50. })
  51. o3 = Create("Part",{
  52. ["Parent"] = o1,
  53. ["BrickColor"] = BrickColor.new("Pink"),
  54. ["Position"] = Vector3.new(17.1599998, 69.2067413, 75.1200027),
  55. ["CFrame"] = CFrame.new(17.1599998, 69.2067413, 75.1200027, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  56. ["Shape"] = Enum.PartType.Ball,
  57. ["Size"] = Vector3.new(12.0999994, 12.0999994, 12.0999994),
  58. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  59. ["TopSurface"] = Enum.SurfaceType.Smooth,
  60. ["Color"] = Color3.new(1, 0.4, 0.8),
  61. })
  62. o4 = Create("Part",{
  63. ["Parent"] = o1,
  64. ["BrickColor"] = BrickColor.new("Pastel yellow"),
  65. ["Position"] = Vector3.new(17.8000011, 6.09000111, 84.9899902),
  66. ["CFrame"] = CFrame.new(17.8000011, 6.09000111, 84.9899902, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  67. ["Shape"] = Enum.PartType.Ball,
  68. ["Size"] = Vector3.new(28.7999992, 28.7999992, 28.7999992),
  69. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  70. ["TopSurface"] = Enum.SurfaceType.Smooth,
  71. ["Color"] = Color3.new(1, 1, 0.8),
  72. })
  73. o5 = Create("Part",{
  74. ["Parent"] = o1,
  75. ["BrickColor"] = BrickColor.new("Pastel yellow"),
  76. ["Position"] = Vector3.new(17.8000011, 6.09000111, 67.5),
  77. ["CFrame"] = CFrame.new(17.8000011, 6.09000111, 67.5, 1, 0, 0, 0, 1, 0, 0, 0, 1),
  78. ["Shape"] = Enum.PartType.Ball,
  79. ["Size"] = Vector3.new(28.7999992, 28.7999992, 28.7999992),
  80. ["BottomSurface"] = Enum.SurfaceType.Smooth,
  81. ["TopSurface"] = Enum.SurfaceType.Smooth,
  82. ["Color"] = Color3.new(1, 1, 0.8),
  83. })
  84. mas.Parent = workspace
  85. mas:MakeJoints()
  86. local mas1 = mas:GetChildren()
  87. for i=1,#mas1 do
  88. mas1[i].Parent = script
  89. ypcall(function() mas1[i]:MakeJoints() end)
  90. end
  91. mas:Destroy()
  92. for i=1,#cors do
  93. coroutine.resume(cors[i])
  94. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement