Advertisement
R31g1s

Untitled

Oct 13th, 2019
610
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.35 KB | None | 0 0
  1. while true do
  2. local a = Instance.new("BillboardGui")
  3. local b = Instance.new("BillboardGui")
  4. local c = Instance.new("BillboardGui")
  5. local d = Instance.new("BillboardGui")
  6. local e = Instance.new("BillboardGui")
  7. local l = Instance.new("ScreenGui")
  8. local g = Instance.new("BillboardGui")
  9. for i, v in pairs(game.Workspace:GetChildren()) do
  10. if v:FindFirstChild("Arrow") then
  11. a.Parent = v.Arrow.Handle
  12. a.AlwaysOnTop = true
  13. a.Size = UDim2.new(0,50,0,50)
  14. local aa = Instance.new("TextBox")
  15. aa.BackgroundColor3 = Color3.new(255,255,0)
  16. aa.BackgroundTransparency = 0.7
  17. aa.Text = "Arrow"
  18. aa.Size = UDim2.new(1,0,1,0)
  19. aa.Parent = a
  20. local player = game.Players.LocalPlayer
  21. l.Parent = player.PlayerGui
  22. local ll = Instance.new("TextButton")
  23. ll.Parent = l
  24. ll.Size = UDim2.new(0,100,0,100)
  25. ll.Position = UDim2.new(0,0,0.5,0)
  26. ll.Text = "Teleport to arrow"
  27. ll.TextScaled = true
  28. ll.MouseButton1Click:connect(function()
  29. player.Character:MoveTo(v.Arrow.Handle.Position)
  30. end)
  31. end
  32. if v:FindFirstChild("SpookyArrow") then
  33. d.Parent = v["SpookyArrow"].Handle
  34. d.AlwaysOnTop = true
  35. d.Size = UDim2.new(0,50,0,50)
  36. local dd = Instance.new("TextBox")
  37. dd.BackgroundColor3 = Color3.new(149,63,49)
  38. dd.BackgroundTransparency = 0.7
  39. dd.Text = "SpookyArrow"
  40. dd.Size = UDim2.new(1,0,1,0)
  41. dd.Parent = d
  42. local player = game.Players.LocalPlayer
  43. l.Parent = player.PlayerGui
  44. local ll = Instance.new("TextButton")
  45. ll.Parent = l
  46. ll.Size = UDim2.new(0,100,0,100)
  47. ll.Position = UDim2.new(0,0,0.7,0)
  48. ll.Text = "Teleport to Spooky Arrow"
  49. ll.TextScaled = true
  50. ll.MouseButton1Click:connect(function()
  51. player.Character:MoveTo(v["SpookyArrow"].Handle.Position)
  52. end)
  53. end
  54. if v:FindFirstChild("ReqArrow") then
  55. d.Parent = v["ReqArrow"].Handle
  56. d.AlwaysOnTop = true
  57. d.Size = UDim2.new(0,50,0,50)
  58. local dd = Instance.new("TextBox")
  59. dd.BackgroundColor3 = Color3.new(149,63,49)
  60. dd.BackgroundTransparency = 0.7
  61. dd.Text = "ReqArrow"
  62. dd.Size = UDim2.new(1,0,1,0)
  63. dd.Parent = d
  64. local player = game.Players.LocalPlayer
  65. l.Parent = player.PlayerGui
  66. local ll = Instance.new("TextButton")
  67. ll.Parent = l
  68. ll.Size = UDim2.new(0,100,0,100)
  69. ll.Position = UDim2.new(0,0,0.7,0)
  70. ll.Text = "Teleport to ReqArrow"
  71. ll.TextScaled = true
  72. ll.MouseButton1Click:connect(function()
  73. player.Character:MoveTo(v["ReqArrow"].Handle.Position)
  74. end)
  75. end
  76. if v:FindFirstChild("Rokakaka") then
  77. b.Parent = v.Rokakaka.Handle
  78. b.AlwaysOnTop = true
  79. b.Size = UDim2.new(0,50,0,50)
  80. local bb = Instance.new("TextBox")
  81. bb.BackgroundColor3 = Color3.new(255,0,0)
  82. bb.BackgroundTransparency = 0.7
  83. bb.Text = "Rokakaka"
  84. bb.Size = UDim2.new(1,0,1,0)
  85. bb.Parent = b
  86. local player = game.Players.LocalPlayer
  87. l.Parent = player.PlayerGui
  88. local ll = Instance.new("TextButton")
  89. ll.Parent = l
  90. ll.Size = UDim2.new(0,100,0,100)
  91. ll.Position = UDim2.new(0,0,0.6,0)
  92. ll.Text = "Teleport to rokakaka"
  93. ll.TextScaled = true
  94. ll.MouseButton1Click:connect(function()
  95. player.Character:MoveTo(v.Rokakaka.Handle.Position)
  96. end)
  97. end
  98. if v:FindFirstChild("Mask") then
  99. c.Parent = v.Mask.Mask
  100. c.AlwaysOnTop = true
  101. c.Size = UDim2.new(0,50,0,50)
  102. local cc = Instance.new("TextBox")
  103. cc.BackgroundColor3 = Color3.new(50,50,50)
  104. cc.BackgroundTransparency = 0.7
  105. cc.Text = "Mask"
  106. cc.Size = UDim2.new(1,0,1,0)
  107. cc.Parent = c
  108. end
  109. if v:FindFirstChild("Dio's Diary") then
  110. d.Parent = v["Dio's Diary"].Handle
  111. d.AlwaysOnTop = true
  112. d.Size = UDim2.new(0,50,0,50)
  113. local dd = Instance.new("TextBox")
  114. dd.BackgroundColor3 = Color3.new(255,255,255)
  115. dd.BackgroundTransparency = 0.7
  116. dd.Text = "Dio's Diary"
  117. dd.Size = UDim2.new(1,0,1,0)
  118. dd.Parent = d
  119. local player = game.Players.LocalPlayer
  120. l.Parent = player.PlayerGui
  121. local ll = Instance.new("TextButton")
  122. ll.Parent = l
  123. ll.Size = UDim2.new(0,100,0,100)
  124. ll.Position = UDim2.new(0,0,0.7,0)
  125. ll.Text = "Teleport to diray"
  126. ll.TextScaled = true
  127. ll.MouseButton1Click:connect(function()
  128. player.Character:MoveTo(v["Dio's Diary"].Handle.Position)
  129. end)
  130. end
  131. if v:FindFirstChild("Ceasers") then
  132. e.Parent = v["Ceasers"].Part
  133. e.AlwaysOnTop = true
  134. e.Size = UDim2.new(0,50,0,50)
  135. local ee = Instance.new("TextBox")
  136. ee.BackgroundColor3 = Color3.new(0,200,255)
  137. ee.BackgroundTransparency = 0.7
  138. ee.Text = "Hamon"
  139. ee.Size = UDim2.new(1,0,1,0)
  140. ee.Parent = e
  141. end
  142. end
  143. wait(1)
  144. if a then
  145. a:Destroy()
  146. end
  147. if b then
  148. b:Destroy()
  149. end
  150. if c then
  151. c:Destroy()
  152. end
  153. if d then
  154. d:Destroy()
  155. end
  156. if e then
  157. e:Destroy()
  158. end
  159. if l then
  160. l:Destroy()
  161. end
  162. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement