Advertisement
Robloitz

AutoCreator

Nov 1st, 2021 (edited)
1,199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.76 KB | None | 0 0
  1. local lib = loadstring(game:HttpGet("https://raw.githubusercontent.com/joeengo/exploiting/main/EngoUILib"))()
  2. if not game.CoreGui:FindFirstChild("esp") then
  3. local a = Instance.new("Folder", game.CoreGui)
  4. a.Name = "esp"
  5. end
  6.  
  7. function createESP(itemName, espText, c1,c2,c3)
  8. local folder = Instance.new("Folder", game.CoreGui.esp)
  9. folder.Name = itemName
  10. for i,v in pairs(game.Workspace:GetDescendants()) do
  11. if v.Name == itemName and v.Position then warn("here")
  12. tb = {}
  13. table.insert(tb, v)
  14. for i = 1, #tb do
  15. local esp = Instance.new("BillboardGui", game.CoreGui.esp[itemName])
  16. esp.Adornee = v
  17. esp.AlwaysOnTop=true
  18. esp.ResetOnSpawn=false
  19. esp.Size = UDim2.new(1,1,1,1)
  20. esp.Name = v.Name
  21.  
  22. local tag = Instance.new("TextLabel", esp)
  23. tag.Size = UDim2.new(5,5,5,5)
  24. tag.Text = espText
  25. tag.TextColor3 = Color3.fromRGB(c1, c2, c3)
  26. tag.BackgroundTransparency = 1
  27. end
  28. end
  29. end
  30.  
  31. wait(2)
  32. while wait() do
  33. game.CoreGui.esp:FindFirstChild(itemName)
  34. for i,v in pairs(game.CoreGui.esp[itemName]:GetChildren()) do
  35. if v then
  36. local oo = {};
  37. table.insert(oo, v.Name)
  38. pcall(function()
  39. local texts = math.ceil((v.Adornee.Position - game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").Position).magnitude)
  40. local text = tostring(texts)
  41. v.TextLabel.Text = espText.."\n[ "..text.." ]"
  42. end)
  43. end
  44. end
  45. end end
  46.  
  47. function espChildren(partName, parentName, espText, c1, c2, c3)
  48. local folder = Instance.new("Folder", game.CoreGui.esp)
  49. folder.Name = parentName
  50. for i,v in pairs(game.Workspace:GetDescendants()) do
  51. if v.Name == partName and v.Position and v:FindFirstAncestor(parentName) or v.Parent == parentName then warn("here")
  52. tb = {}
  53. table.insert(tb, v)
  54. for i = 1, #tb do
  55. local esp = Instance.new("BillboardGui", game.CoreGui.esp[parentName])
  56. esp.Adornee = v
  57. esp.AlwaysOnTop=true
  58. esp.ResetOnSpawn=false
  59. esp.Size = UDim2.new(1,1,1,1)
  60. esp.Name = v.Name
  61.  
  62. local tag = Instance.new("TextLabel", esp)
  63. tag.Size = UDim2.new(5,5,5,5)
  64. tag.Text = espText
  65. tag.TextColor3 = Color3.fromRGB(c1, c2, c3)
  66. tag.BackgroundTransparency = 1
  67. end
  68. end
  69. end
  70.  
  71. wait(2)
  72. while wait() do
  73. game.CoreGui.esp:FindFirstChild(parentName)
  74. for i,v in pairs(game.CoreGui.esp[parentName]:GetChildren()) do
  75. if v then
  76. oo = {};
  77. table.insert(oo, v.Name)
  78. pcall(function()
  79. local texts = math.ceil((v.Adornee.Position - game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").Position).magnitude)
  80. local text = tostring(texts)
  81. v.TextLabel.Text = espText.."\n[ "..text.." ]"
  82. end)
  83. end
  84. end
  85. end
  86. end
  87.  
  88.  
  89. --espChildren("Part", "Gold Rock", "Diamond", 0,100,0)
  90. --createESP("HumanoidRootPart", "Living", 0,0,200)
  91.  
  92. local ui = lib:CreateUI("Create ESP: Added Copy Script!!", Enum.KeyCode.RightShift)
  93. local cooltab = ui:CreateTab("IsModel")
  94. local etab = ui:CreateTab("IsObject")
  95. local a1,a2,a3,c1,c2,c3
  96. cooltab:CreateTextbox("Part", function(callback)
  97. a1 = callback
  98. end)
  99.  
  100. cooltab:CreateTextbox("Parent", function(callback)
  101. a2 = callback
  102. end)
  103.  
  104. cooltab:CreateTextbox("Name", function(callback)
  105. a3 =callback
  106. end)
  107.  
  108. cooltab:CreateTextbox("c1", function(callback)
  109. c1 = callback
  110. end)
  111. cooltab:CreateTextbox("c2", function(callback)
  112. c2 = callback
  113. end)
  114. cooltab:CreateTextbox("c3", function(callback)
  115. c3 = callback
  116. end)
  117. cooltab:CreateToggle("Create", "ESP", function(callback)
  118. if callback then
  119. espChildren(a1,a2,a3,c1,c2,c3) end
  120. end)
  121.  
  122. pcall(function()
  123. if syn.is_cached(game) then
  124. cooltab:CreateToggle("Copy Script", "ESP", function(callback)
  125. if callback then
  126. syn.write_clipboard([[
  127. if not game.CoreGui:FindFirstChild("esp") then
  128. local a = Instance.new("Folder", game.CoreGui)
  129. a.Name = "esp"
  130. end
  131. function espChildren(partName, parentName, espText, c1, c2, c3)
  132. local folder = Instance.new("Folder", game.CoreGui.esp)
  133. folder.Name = parentName
  134. for i,v in pairs(game.Workspace:GetDescendants()) do
  135. if v.Name == partName and v.Position and v:FindFirstAncestor(parentName) or v.Parent == parentName then warn("here")
  136. tb = {}
  137. table.insert(tb, v)
  138. for i = 1, #tb do
  139. local esp = Instance.new("BillboardGui", game.CoreGui.esp[parentName])
  140. esp.Adornee = v
  141. esp.AlwaysOnTop=true
  142. esp.ResetOnSpawn=false
  143. esp.Size = UDim2.new(1,1,1,1)
  144. esp.Name = v.Name
  145.  
  146. local tag = Instance.new("TextLabel", esp)
  147. tag.Size = UDim2.new(5,5,5,5)
  148. tag.Text = espText
  149. tag.TextColor3 = Color3.fromRGB(c1, c2, c3)
  150. tag.BackgroundTransparency = 1
  151. end
  152. end
  153. end
  154.  
  155. wait(2)
  156. while wait() do
  157. game.CoreGui.esp:FindFirstChild(parentName)
  158. for i,v in pairs(game.CoreGui.esp[parentName]:GetChildren()) do
  159. if v then
  160. oo = {};
  161. table.insert(oo, v.Name)
  162. pcall(function()
  163. local texts = math.ceil((v.Adornee.Position - game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").Position).magnitude)
  164. local text = tostring(texts)
  165. v.TextLabel.Text = espText.."\n[ "..text.." ]"
  166. end)
  167. end
  168. end
  169. end
  170. end
  171.  
  172. espChildren(]]..'"'..tostring(a1)..'"'..','..'"'..tostring(a2)..'"'..','..'"'..tostring(a3)..'"'..','..tostring(c1)..','..tostring(c2)..','..tostring(c3)..')')
  173. end
  174. end)
  175. end
  176. end)
  177. local e1,e2,cc1,cc2,cc3
  178.  
  179. etab:CreateTextbox("Part", function(callback)
  180. e1 = callback
  181. end)
  182.  
  183. etab:CreateTextbox("Name", function(callback)
  184. e2 =callback
  185. end)
  186.  
  187. etab:CreateTextbox("c1", function(callback)
  188. cc1 = callback
  189. end)
  190. etab:CreateTextbox("c2", function(callback)
  191. cc2 = callback
  192. end)
  193. etab:CreateTextbox("c3", function(callback)
  194. cc3 = callback
  195. end)
  196. etab:CreateToggle("Create", "ESP", function(callback)
  197. if callback then
  198. createESP(e1,e2,cc1,cc2,cc3) end
  199. end)
  200. pcall(function()
  201. if syn.is_cached(game) then
  202. etab:CreateToggle("Copy Script", "ESP", function(callback)
  203. syn.write_clipboard([[if not game.CoreGui:FindFirstChild("esp") then
  204. local a = Instance.new("Folder", game.CoreGui)
  205. a.Name = "esp"
  206. end
  207. function createESP(itemName, espText, c1,c2,c3)
  208. local folder = Instance.new("Folder", game.CoreGui.esp)
  209. folder.Name = itemName
  210. for i,v in pairs(game.Workspace:GetDescendants()) do
  211. if v.Name == itemName and v.Position then warn("here")
  212. tb = {}
  213. table.insert(tb, v)
  214. for i = 1, #tb do
  215. local esp = Instance.new("BillboardGui", game.CoreGui.esp[itemName])
  216. esp.Adornee = v
  217. esp.AlwaysOnTop=true
  218. esp.ResetOnSpawn=false
  219. esp.Size = UDim2.new(1,1,1,1)
  220. esp.Name = v.Name
  221.  
  222. local tag = Instance.new("TextLabel", esp)
  223. tag.Size = UDim2.new(5,5,5,5)
  224. tag.Text = espText
  225. tag.TextColor3 = Color3.fromRGB(c1, c2, c3)
  226. tag.BackgroundTransparency = 1
  227. end
  228. end
  229. end
  230.  
  231. wait(2)
  232. while wait() do
  233. game.CoreGui.esp:FindFirstChild(itemName)
  234. for i,v in pairs(game.CoreGui.esp[itemName]:GetChildren()) do
  235. if v then
  236. local oo = {};
  237. table.insert(oo, v.Name)
  238. pcall(function()
  239. local texts = math.ceil((v.Adornee.Position - game.Players.LocalPlayer.Character:WaitForChild("HumanoidRootPart").Position).magnitude)
  240. local text = tostring(texts)
  241. v.TextLabel.Text = espText.."\n[ "..text.." ]"
  242. end)
  243. end
  244. end
  245. end end
  246.  
  247. createESP(]]..'"'..tostring(e1)..'"'..','..'"'..tostring(e2)..'"'..','..tostring(cc1)..','..tostring(cc2)..','..tostring(cc3)..')'
  248.  
  249. )
  250. end)
  251. end
  252. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement