R31g1s

Fixed ESP

Aug 29th, 2019
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.71 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 f = 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("Rokakaka") then
  33. b.Parent = v.Rokakaka.Handle
  34. b.AlwaysOnTop = true
  35. b.Size = UDim2.new(0,50,0,50)
  36. local bb = Instance.new("TextBox")
  37. bb.BackgroundColor3 = Color3.new(255,0,0)
  38. bb.BackgroundTransparency = 0.7
  39. bb.Text = "Rokakaka"
  40. bb.Size = UDim2.new(1,0,1,0)
  41. bb.Parent = b
  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.6,0)
  48. ll.Text = "Teleport to rokakaka"
  49. ll.TextScaled = true
  50. ll.MouseButton1Click:connect(function()
  51. player.Character:MoveTo(v.Rokakaka.Handle.Position)
  52. end)
  53. end
  54. if v:FindFirstChild("Mask") then
  55. c.Parent = v.Mask.Mask
  56. c.AlwaysOnTop = true
  57. c.Size = UDim2.new(0,50,0,50)
  58. local cc = Instance.new("TextBox")
  59. cc.BackgroundColor3 = Color3.new(50,50,50)
  60. cc.BackgroundTransparency = 0.7
  61. cc.Text = "Mask"
  62. cc.Size = UDim2.new(1,0,1,0)
  63. cc.Parent = c
  64. end
  65. if v:FindFirstChild("Dio's Diary") then
  66. d.Parent = v["Dio's Diary"].Handle
  67. d.AlwaysOnTop = true
  68. d.Size = UDim2.new(0,50,0,50)
  69. local dd = Instance.new("TextBox")
  70. dd.BackgroundColor3 = Color3.new(255,255,255)
  71. dd.BackgroundTransparency = 0.7
  72. dd.Text = "Dio's Diary"
  73. dd.Size = UDim2.new(1,0,1,0)
  74. dd.Parent = d
  75. local player = game.Players.LocalPlayer
  76. l.Parent = player.PlayerGui
  77. local ll = Instance.new("TextButton")
  78. ll.Parent = l
  79. ll.Size = UDim2.new(0,100,0,100)
  80. ll.Position = UDim2.new(0,0,0.7,0)
  81. ll.Text = "Teleport to diray"
  82. ll.TextScaled = true
  83. ll.MouseButton1Click:connect(function()
  84. player.Character:MoveTo(v["Dio's Diary"].Handle.Position)
  85. end)
  86. end
  87. if v:FindFirstChild("Ceasers") then
  88. e.Parent = v["Ceasers"].Part
  89. e.AlwaysOnTop = true
  90. e.Size = UDim2.new(0,50,0,50)
  91. local ee = Instance.new("TextBox")
  92. ee.BackgroundColor3 = Color3.new(0,200,255)
  93. ee.BackgroundTransparency = 0.7
  94. ee.Text = "Hamon"
  95. ee.Size = UDim2.new(1,0,1,0)
  96. ee.Parent = e
  97. end
  98. end
  99. if v:FindFirstChild("ReqArrow") then
  100. f.Parent = v.ReqArrow.Handle
  101. f.AlwaysOnTop = true
  102. f.Size = UDim2.new(0,50,0,50)
  103. local ff = Instance.new("TextBox")
  104. ff.BackgroundColor3 = Color3.new(255,0,0)
  105. ff.BackgroundTransparency = 0.7
  106. ff.Text = "ReqArrow"
  107. ff.Size = UDim2.new(1,0,1,0)
  108. f.Parent = b
  109. local player = game.Players.LocalPlayer
  110. l.Parent = player.PlayerGui
  111. local ll = Instance.new("TextButton")
  112. ll.Parent = l
  113. ll.Size = UDim2.new(0,100,0,100)
  114. ll.Position = UDim2.new(0,0,0.6,0)
  115. ll.Text = "Teleport to ReqArrow"
  116. ll.TextScaled = true
  117. ll.MouseButton1Click:connect(function()
  118. player.Character:MoveTo(v.ReqArrow.Handle.Position)
  119. end)
  120. end
  121. wait(1)
  122. if a then
  123. a:Destroy()
  124. end
  125. if b then
  126. b:Destroy()
  127. end
  128. if c then
  129. c:Destroy()
  130. end
  131. if d then
  132. d:Destroy()
  133. end
  134. if e then
  135. e:Destroy()
  136. end
  137. if f then
  138. e:Destroy()
  139. end
  140. if l then
  141. l:Destroy()
  142. end
  143. end
Add Comment
Please, Sign In to add comment