Advertisement
Animescapetower

Who Created Your Game

Jul 4th, 2018
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.50 KB | None | 0 0
  1. --Converted with ttyyuu12345's model to script plugin v4
  2. function sandbox(var,func)
  3. local env = getfenv(func)
  4. local newenv = setmetatable({},{
  5. __index = function(self,k)
  6. if k=="script" then
  7. return var
  8. else
  9. return env[k]
  10. end
  11. end,
  12. })
  13. setfenv(func,newenv)
  14. return func
  15. end
  16. cors = {}
  17. mas = Instance.new("Model",game:GetService("Lighting"))
  18. ScreenGui0 = Instance.new("ScreenGui")
  19. TextButton1 = Instance.new("TextButton")
  20. Script2 = Instance.new("Script")
  21. Frame3 = Instance.new("Frame")
  22. TextLabel4 = Instance.new("TextLabel")
  23. TextLabel5 = Instance.new("TextLabel")
  24. TextLabel6 = Instance.new("TextLabel")
  25. ScreenGui0.Parent = mas
  26. TextButton1.Name = "n"
  27. TextButton1.Parent = ScreenGui0
  28. TextButton1.Size = UDim2.new(0, 1933, 0, 37)
  29. TextButton1.Position = UDim2.new(-0.00364583335, 0, 0, 0)
  30. TextButton1.BackgroundColor3 = Color3.new(0.345098, 0.345098, 0.345098)
  31. TextButton1.Font = Enum.Font.SourceSans
  32. TextButton1.FontSize = Enum.FontSize.Size14
  33. TextButton1.TextColor3 = Color3.new(0, 0, 0)
  34. TextButton1.TextScaled = true
  35. TextButton1.TextWrapped = true
  36. Script2.Name = "Gui_Setup"
  37. Script2.Parent = ScreenGui0
  38. table.insert(cors,sandbox(Script2,function()
  39. warn("Primare Functions Get")
  40.  
  41. num = 0
  42. local function getfunc(Func, GetScript)
  43. print("Working huh")
  44.  
  45.  
  46.  
  47. function func(prop,g)
  48. v = getmetatable({GetScript}, Func,g)
  49. if GetScript ~= ("Nil") then
  50. print("Function Got")
  51. GetScript.Name= Func
  52.  
  53. CreateFunc = {}
  54. v = function()
  55. wait()
  56.  
  57.  
  58.  
  59. print(v)
  60.  
  61. local Name = function()
  62.  
  63. pcall(coroutine.running(v))
  64.  
  65. --warn--
  66.  
  67.  
  68.  
  69. print(game)
  70. wait(0.1)
  71. for n =1,string.len(" <Place Id> <".. game.GameId .. ">".. "<CreatorID> <".. game.CreatorId ..">"),50 do
  72. wait()
  73. script.Parent.n.Text = string.sub(" <Place Id> <".. game.GameId .. ">".. "<CreatorID> <".. game.CreatorId ..">" ,n)
  74. script.Parent.n.Size = script.Parent.n.Size == UDim2.new(0,script.Parent.n.TextBounds.X)
  75. end
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82. end
  83. Name()
  84. end
  85.  
  86. v()
  87. end
  88. end
  89. func("Func",19)
  90.  
  91. end
  92.  
  93. getfunc("GSU<Gui_Setup>",script)
  94.  
  95.  
  96.  
  97. end))
  98. Frame3.Parent = ScreenGui0
  99. Frame3.Size = UDim2.new(0, 39, 0, 805)
  100. Frame3.Position = UDim2.new(-0.0072916667, 0, 0.0438908674, 0)
  101. Frame3.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  102. TextLabel4.Parent = ScreenGui0
  103. TextLabel4.Size = UDim2.new(0, 149, 0, 805)
  104. TextLabel4.Text = "yabro Was Here"
  105. TextLabel4.Position = UDim2.new(0.013020833, 0, 0.0438908674, 0)
  106. TextLabel4.BackgroundColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  107. TextLabel4.Font = Enum.Font.SourceSans
  108. TextLabel4.FontSize = Enum.FontSize.Size14
  109. TextLabel4.TextColor3 = Color3.new(0, 0, 0)
  110. TextLabel5.Parent = ScreenGui0
  111. TextLabel5.Size = UDim2.new(0, 182, 0, 78)
  112. TextLabel5.Text = ""
  113. TextLabel5.Position = UDim2.new(0, 0, -0.0486358255, 0)
  114. TextLabel5.BackgroundColor3 = Color3.new(0.380392, 0.380392, 0.380392)
  115. TextLabel5.Font = Enum.Font.SourceSans
  116. TextLabel5.FontSize = Enum.FontSize.Size14
  117. TextLabel5.TextColor3 = Color3.new(0, 0, 0)
  118. TextLabel6.Parent = ScreenGui0
  119. TextLabel6.Size = UDim2.new(0, 25, 0, 78)
  120. TextLabel6.Text = ""
  121. TextLabel6.Position = UDim2.new(0, 0, -0.0482374765, 0)
  122. TextLabel6.BackgroundColor3 = Color3.new(0.317647, 0.317647, 0.317647)
  123. TextLabel6.Font = Enum.Font.SourceSans
  124. TextLabel6.FontSize = Enum.FontSize.Size14
  125. TextLabel6.TextColor3 = Color3.new(0, 0, 0)
  126. for i,v in pairs(mas:GetChildren()) do
  127. v.Parent = game:GetService("Players").LocalPlayer.PlayerGui
  128. pcall(function() v:MakeJoints() end)
  129. end
  130. mas:Destroy()
  131. for i,v in pairs(cors) do
  132. spawn(function()
  133. pcall(v)
  134. end)
  135. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement