Advertisement
ThxirdyySharvxkyy

Identity Fraud Monster Esp Script

Apr 29th, 2023 (edited)
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.29 KB | None | 0 0
  1. Shorter version: loadstring(game:HttpGet(("https://pastebin.com/raw/xmSn7XZE"),true))()
  2.  
  3. Original version:
  4.  
  5. local billboard = Instance.new("BillboardGui", workspace.NPCs.Kate.Eye)
  6. local Highlight = Instance.new("Highlight", workspace.NPCs.Kate)
  7.  
  8. billboard.AlwaysOnTop = true
  9. billboard.Active = true
  10. billboard.Size = UDim2.new(0, 200, 0, 50)
  11.  
  12. local text = Instance.new("TextLabel", billboard)
  13. text.Size = UDim2.new(1, 0, 1, 0)
  14. text.BackgroundTransparency = 1
  15. text.TextScaled = false
  16. text.TextColor3 = Color3.new(0.270588, 1, 0.00784314)
  17. text.TextStrokeTransparency = 0
  18. text.Text = "Alice"
  19.  
  20. local billboard = Instance.new("BillboardGui", workspace.NPCs.Ralph.Eye)
  21. local Highlight = Instance.new("Highlight", workspace.NPCs.Ralph)
  22.  
  23. billboard.AlwaysOnTop = true
  24. billboard.Active = true
  25. billboard.Size = UDim2.new(0, 200, 0, 50)
  26.  
  27. local text = Instance.new("TextLabel", billboard)
  28. text.Size = UDim2.new(1, 0, 1, 0)
  29. text.BackgroundTransparency = 1
  30. text.TextScaled = false
  31. text.TextColor3 = Color3.new(0, 0, 0)
  32. text.TextStrokeTransparency = 0
  33. text.TextStrokeColor3 = Color3.new(255,255,255)
  34. text.Text = "Ralph"
  35.  
  36. local billboard = Instance.new("BillboardGui", workspace.NPCs.Stan.Eye)
  37.  
  38. billboard.AlwaysOnTop = true
  39. billboard.Active = true
  40. billboard.Size = UDim2.new(0, 200, 0, 50)
  41.  
  42. local text = Instance.new("TextLabel", billboard)
  43. text.Size = UDim2.new(1, 0, 1, 0)
  44. text.BackgroundTransparency = 1
  45. text.TextScaled = false
  46. text.TextColor3 = Color3.new(1, 0, 0)
  47. text.TextStrokeTransparency = 0
  48. text.Text = "Stan"
  49.  
  50. local billboard = Instance.new("BillboardGui", workspace.NPCs.James.Head)
  51.  
  52. local Highlight = Instance.new("Highlight", workspace.NPCs.James)
  53.  
  54. billboard.AlwaysOnTop = true
  55. billboard.Active = true
  56. billboard.Size = UDim2.new(0, 200, 0, 50)
  57.  
  58. local text = Instance.new("TextLabel", billboard)
  59. text.Size = UDim2.new(1, 0, 1, 0)
  60. text.BackgroundTransparency = 1
  61. text.TextScaled = false
  62. text.TextColor3 = Color3.new(0.298039, 0.298039, 0.298039)
  63. text.TextStrokeTransparency = 0
  64. text.Text = "James"
  65.  
  66. local billboard = Instance.new("BillboardGui", workspace.NPCs.Fraud.Head)
  67.  
  68. local Highlight = Instance.new("Highlight", workspace.NPCs.Fraud)
  69.  
  70. billboard.AlwaysOnTop = true
  71. billboard.Active = true
  72. billboard.Size = UDim2.new(0, 200, 0, 50)
  73.  
  74. local text = Instance.new("TextLabel", billboard)
  75. text.Size = UDim2.new(1, 0, 1, 0)
  76. text.BackgroundTransparency = 1
  77. text.TextScaled = false
  78. text.TextColor3 = Color3.new(0, 0, 0)
  79. text.TextStrokeTransparency = 0
  80. text.TextStrokeColor3 = Color3.new(255,255,255)
  81. text.Text = "Fraud"
  82.  
  83. local billboard = Instance.new("BillboardGui", workspace["Doors"].Door1)
  84.  
  85. billboard.AlwaysOnTop = true
  86. billboard.Active = true
  87. billboard.Size = UDim2.new(0, 200, 0, 50)
  88.  
  89. local text = Instance.new("TextLabel", billboard)
  90. text.Size = UDim2.new(1, 0, 1, 0)
  91. text.BackgroundTransparency = 1
  92. text.TextScaled = false
  93. text.TextColor3 = Color3.new(0.270588, 1, 0.00784314)
  94. text.TextStrokeTransparency = 0
  95. text.Text = "Exit 1"
  96.  
  97. local billboard = Instance.new("BillboardGui", workspace["Third Door"].Door1)
  98.  
  99. billboard.AlwaysOnTop = true
  100. billboard.Active = true
  101. billboard.Size = UDim2.new(0, 200, 0, 50)
  102.  
  103. local text = Instance.new("TextLabel", billboard)
  104. text.Size = UDim2.new(1, 0, 1, 0)
  105. text.BackgroundTransparency = 1
  106. text.TextScaled = true
  107. text.TextColor3 = Color3.new(0.270588, 1, 0.00784314)
  108. text.TextStrokeTransparency = 0
  109. text.Text = "Exit 3"
  110.  
  111. local billboard = Instance.new("BillboardGui", workspace["Second Door"].Door1)
  112.  
  113. billboard.AlwaysOnTop = true
  114. billboard.Active = true
  115. billboard.Size = UDim2.new(0, 200, 0, 50)
  116.  
  117. local text = Instance.new("TextLabel", billboard)
  118. text.Size = UDim2.new(1, 0, 1, 0)
  119. text.BackgroundTransparency = 1
  120. text.TextScaled = true
  121. text.TextColor3 = Color3.new(0.270588, 1, 0.00784314)
  122. text.TextStrokeTransparency = 0
  123. text.Text = "Exit 2"
  124.  
  125. local billboard = Instance.new("BillboardGui", workspace["Secret Doors"].Door)
  126.  
  127. billboard.AlwaysOnTop = true
  128. billboard.Active = true
  129. billboard.Size = UDim2.new(0, 200, 0, 50)
  130.  
  131. local text = Instance.new("TextLabel", billboard)
  132. text.Size = UDim2.new(1, 0, 1, 0)
  133. text.BackgroundTransparency = 1
  134. text.TextScaled = true
  135. text.TextColor3 = Color3.new(0.270588, 1, 0.00784314)
  136. text.TextStrokeTransparency = 0
  137. text.Text = "Dance Floor"
  138.  
  139. local netgear = workspace:FindFirstChild("ROT13 Panel")
  140.  
  141. if netgear then
  142. local billboard = Instance.new("BillboardGui", netgear.ButtonBack)
  143.  
  144. billboard.AlwaysOnTop = true
  145. billboard.Active = true
  146. billboard.Size = UDim2.new(0, 200, 0, 50)
  147.  
  148. local text = Instance.new("TextLabel", billboard)
  149. text.Size = UDim2.new(1, 0, 1, 0)
  150. text.BackgroundTransparency = 1
  151. text.TextScaled = true
  152. text.TextColor3 = Color3.new(0.270588, 1, 0.00784314)
  153. text.TextStrokeTransparency = 0
  154. text.Text = "Netgear Room"
  155. end
  156.  
  157. for i, plr in pairs(game.Players:GetPlayers()) do
  158. local Head = plr.Character:FindFirstChild("Head")
  159.  
  160. if Head then
  161. local billboard = Instance.new("BillboardGui", Head)
  162.  
  163. billboard.AlwaysOnTop = true
  164. billboard.Active = true
  165. billboard.Size = UDim2.new(0, 200, 0, 50)
  166.  
  167. local text = Instance.new("TextLabel", billboard)
  168. text.Size = UDim2.new(1, 0, 1, 0)
  169. text.BackgroundTransparency = 1
  170. text.TextScaled = true
  171. text.TextColor3 = Color3.new(0, 0.65098, 1)
  172. text.TextStrokeTransparency = 0
  173. text.Text = plr.Name
  174. end
  175. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement