Advertisement
xcodeerror

222

Jun 23rd, 2019
498
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.20 KB | None | 0 0
  1. -- Objects
  2. game:GetService("StarterGui"):SetCore("SendNotification",{Title="6Z1JG8",Text="RbxUtils injected!Happy exploiting!"})
  3.  
  4. local Utils = Instance.new("ScreenGui")
  5. local Main = Instance.new("Frame")
  6. local TextGui = Instance.new("TextLabel")
  7. local Speed = Instance.new("TextButton")
  8. local Gravity = Instance.new("TextButton")
  9. local FlyE = Instance.new("TextButton")
  10. local InfJump = Instance.new("TextButton")
  11. local MegaJump = Instance.new("TextButton")
  12. local InstantJump = Instance.new("TextButton")
  13. local Kick = Instance.new("TextButton")
  14. local NoClip = Instance.new("TextButton")
  15. local Wallhack = Instance.new("TextButton")
  16. local DelObjLCtrl = Instance.new("TextButton")
  17. local TeleportLAlt = Instance.new("TextButton")
  18. local Sit = Instance.new("TextButton")
  19. local Smoke = Instance.new("TextButton")
  20. local Fire = Instance.new("TextButton")
  21. local ReText = Instance.new("TextLabel")
  22.  
  23. -- Properties
  24.  
  25. Utils.Name = "Utils"
  26. Utils.Parent = game.CoreGui
  27. Utils.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  28.  
  29. Main.Name = "Main"
  30. Main.Parent = Utils
  31. Main.BackgroundColor3 = Color3.new(0.333333, 1, 0)
  32. Main.BorderColor3 = Color3.new(0, 0, 0)
  33. Main.Position = UDim2.new(0.53181988, 0, 0.50442481, 0)
  34. Main.Size = UDim2.new(0, 537, 0, 291)
  35. Main.Visible = true
  36. Main.Active = true
  37. Main.Draggble = true
  38.  
  39. TextGui.Name = "TextGui"
  40. TextGui.Parent = Main
  41. TextGui.BackgroundColor3 = Color3.new(0, 0.635294, 1)
  42. TextGui.BorderColor3 = Color3.new(0, 0.635294, 1)
  43. TextGui.Size = UDim2.new(0, 537, 0, 36)
  44. TextGui.Font = Enum.Font.SciFi
  45. TextGui.Text = "RbxUtils 0.3|Created by xCodeError"
  46. TextGui.TextColor3 = Color3.new(0, 0, 0)
  47. TextGui.TextSize = 16
  48.  
  49. Speed.Name = "Speed"
  50. Speed.Parent = Main
  51. Speed.BackgroundColor3 = Color3.new(1, 0, 0)
  52. Speed.BorderColor3 = Color3.new(1, 0, 0)
  53. Speed.Position = UDim2.new(0, 0, 0.15463917, 0)
  54. Speed.Size = UDim2.new(0, 94, 0, 22)
  55. Speed.Font = Enum.Font.SciFi
  56. Speed.Text = "Speed"
  57. Speed.TextColor3 = Color3.new(0, 0, 0)
  58. Speed.TextSize = 14
  59. Speed.MouseButton1Down:connect(function()
  60. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 150
  61. end)
  62.  
  63. Gravity.Name = "Gravity"
  64. Gravity.Parent = Main
  65. Gravity.BackgroundColor3 = Color3.new(1, 0, 0)
  66. Gravity.BorderColor3 = Color3.new(1, 0, 0)
  67. Gravity.Position = UDim2.new(0, 0, 0.250859112, 0)
  68. Gravity.Size = UDim2.new(0, 94, 0, 22)
  69. Gravity.Font = Enum.Font.SciFi
  70. Gravity.Text = "Gravity"
  71. Gravity.TextColor3 = Color3.new(0, 0, 0)
  72. Gravity.TextSize = 14
  73. Gravity.MouseButton1Down:connect(function()
  74. game.Workspace.Gravity = 32
  75. end)
  76.  
  77. FlyE.Name = "Fly [E]"
  78. FlyE.Parent = Main
  79. FlyE.BackgroundColor3 = Color3.new(1, 0, 0)
  80. FlyE.BorderColor3 = Color3.new(1, 0, 0)
  81. FlyE.Position = UDim2.new(0, 0, 0.350515485, 0)
  82. FlyE.Size = UDim2.new(0, 94, 0, 22)
  83. FlyE.Font = Enum.Font.SciFi
  84. FlyE.Text = "Fly [E]"
  85. FlyE.TextColor3 = Color3.new(0, 0, 0)
  86. FlyE.TextSize = 14
  87. FlyE.MouseButton1Down:connect(function()
  88. local humanoid = game:GetService("Players").LocalPlayer.Character.Humanoid
  89. if humanoid.RigType == Enum.HumanoidRigType.R15 then
  90. game:GetService('Players').LocalPlayer.Character.Humanoid.Name = "Humanoida"
  91. repeat wait()
  92. until game:GetService"Players".LocalPlayer and game:GetService"Players".LocalPlayer.Character and game:GetService"Players".LocalPlayer.Character:findFirstChild("UpperTorso") and game:GetService"Players".LocalPlayer.Character:findFirstChild("Humanoida")
  93. local mouse = game:GetService"Players".LocalPlayer:GetMouse()
  94. repeat wait() until mouse
  95. local plr = game:GetService"Players".LocalPlayer
  96. local torso = plr.Character.UpperTorso
  97. local flying = true
  98. local deb = true
  99. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  100. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  101. local maxspeed = 100
  102. local speed = 0
  103. function Fly()
  104. local bg = Instance.new("BodyGyro", torso)
  105. bg.P = 9e4
  106. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  107. bg.cframe = torso.CFrame
  108. local bv = Instance.new("BodyVelocity", torso)
  109. bv.velocity = Vector3.new(0,0.1,0)
  110. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  111. repeat wait()
  112. plr.Character.Humanoida.PlatformStand = true
  113. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  114. speed = speed+.5+(speed/maxspeed)
  115. if speed > maxspeed then
  116. speed = maxspeed
  117. end
  118. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  119. speed = speed-1
  120. if speed < 0 then
  121. speed = 0
  122. end
  123. end
  124. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  125. bv.velocity = ((game:GetService("Workspace").CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game:GetService("Workspace").CurrentCamera.CoordinateFrame.p))*speed
  126. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  127. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  128. bv.velocity = ((game:GetService("Workspace").CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game:GetService("Workspace").CurrentCamera.CoordinateFrame.p))*speed
  129. else
  130. bv.velocity = Vector3.new(0,0.1,0)
  131. end
  132. bg.cframe = game:GetService("Workspace").CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  133. until not flying
  134. ctrl = {f = 0, b = 0, l = 0, r = 0}
  135. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  136. speed = 0
  137. bg:Destroy()
  138. bv:Destroy()
  139. plr.Character.Humanoida.PlatformStand = false
  140. end
  141. mouse.KeyDown:connect(function(key)
  142. if key:lower() == "e" then
  143. if flying then flying = false
  144. else
  145. flying = true
  146. Fly()
  147. end
  148. elseif key:lower() == "w" then
  149. ctrl.f = 1
  150. elseif key:lower() == "s" then
  151. ctrl.b = -1
  152. elseif key:lower() == "a" then
  153. ctrl.l = -1
  154. elseif key:lower() == "d" then
  155. ctrl.r = 1
  156. end
  157. end)
  158. mouse.KeyUp:connect(function(key)
  159. if key:lower() == "w" then
  160. ctrl.f = 0
  161. elseif key:lower() == "s" then
  162. ctrl.b = 0
  163. elseif key:lower() == "a" then
  164. ctrl.l = 0
  165. elseif key:lower() == "d" then
  166. ctrl.r = 0
  167. end
  168. end)
  169. Fly()
  170. else
  171. repeat wait()
  172. until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Torso") and game.Players.LocalPlayer.Character:findFirstChild("Humanoid")
  173. local mouse = game.Players.LocalPlayer:GetMouse()
  174. repeat wait() until mouse
  175. local plr = game.Players.LocalPlayer
  176. local torso = plr.Character.Torso
  177. local flying = true
  178. local deb = true
  179. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  180. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  181. local maxspeed = 50
  182. local speed = 0
  183.  
  184. function Fly()
  185. local bg = Instance.new("BodyGyro", torso)
  186. bg.P = 9e4
  187. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  188. bg.cframe = torso.CFrame
  189. local bv = Instance.new("BodyVelocity", torso)
  190. bv.velocity = Vector3.new(0,0.1,0)
  191. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  192. repeat wait()
  193. plr.Character.Humanoid.PlatformStand = true
  194. if ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0 then
  195. speed = speed+.5+(speed/maxspeed)
  196. if speed > maxspeed then
  197. speed = maxspeed
  198. end
  199. elseif not (ctrl.l + ctrl.r ~= 0 or ctrl.f + ctrl.b ~= 0) and speed ~= 0 then
  200. speed = speed-1
  201. if speed < 0 then
  202. speed = 0
  203. end
  204. end
  205. if (ctrl.l + ctrl.r) ~= 0 or (ctrl.f + ctrl.b) ~= 0 then
  206. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  207. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  208. elseif (ctrl.l + ctrl.r) == 0 and (ctrl.f + ctrl.b) == 0 and speed ~= 0 then
  209. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  210. else
  211. bv.velocity = Vector3.new(0,0.1,0)
  212. end
  213. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  214. until not flying
  215. ctrl = {f = 0, b = 0, l = 0, r = 0}
  216. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  217. speed = 0
  218. bg:Destroy()
  219. bv:Destroy()
  220. plr.Character.Humanoid.PlatformStand = false
  221. end
  222. mouse.KeyDown:connect(function(key)
  223. if key:lower() == "e" then
  224. if flying then flying = false
  225. else
  226. flying = true
  227. Fly()
  228. end
  229. elseif key:lower() == "w" then
  230. ctrl.f = 1
  231. elseif key:lower() == "s" then
  232. ctrl.b = -1
  233. elseif key:lower() == "a" then
  234. ctrl.l = -1
  235. elseif key:lower() == "d" then
  236. ctrl.r = 1
  237. end
  238. end)
  239. mouse.KeyUp:connect(function(key)
  240. if key:lower() == "w" then
  241. ctrl.f = 0
  242. elseif key:lower() == "s" then
  243. ctrl.b = 0
  244. elseif key:lower() == "a" then
  245. ctrl.l = 0
  246. elseif key:lower() == "d" then
  247. ctrl.r = 0
  248. end
  249. end)
  250. Fly()
  251. end
  252. end)
  253.  
  254. InfJump.Name = "InfJump"
  255. InfJump.Parent = Main
  256. InfJump.BackgroundColor3 = Color3.new(1, 0, 0)
  257. InfJump.BorderColor3 = Color3.new(1, 0, 0)
  258. InfJump.Position = UDim2.new(0, 0, 0.460481107, 0)
  259. InfJump.Size = UDim2.new(0, 94, 0, 22)
  260. InfJump.Font = Enum.Font.SciFi
  261. InfJump.Text = "InfJump"
  262. InfJump.TextColor3 = Color3.new(0, 0, 0)
  263. InfJump.TextSize = 14
  264. InfJump.MouseButton1Down:connect(function()
  265. local Player = game:GetService'Players'.LocalPlayer;
  266. local UIS = game:GetService'UserInputService';
  267.  
  268. _G.JumpHeight = 50;
  269.  
  270. function Action(Object, Function) if Object ~= nil then Function(Object); end end
  271.  
  272. UIS.InputBegan:connect(function(UserInput)
  273. if UserInput.UserInputType == Enum.UserInputType.Keyboard and UserInput.KeyCode == Enum.KeyCode.Space then
  274. Action(Player.Character.Humanoid, function(self)
  275. if self:GetState() == Enum.HumanoidStateType.Jumping or self:GetState() == Enum.HumanoidStateType.Freefall then
  276. Action(self.Parent.HumanoidRootPart, function(self)
  277. self.Velocity = Vector3.new(0, _G.JumpHeight, 0);
  278. end)
  279. end
  280. end)
  281. end
  282. end)
  283. end)
  284.  
  285. MegaJump.Name = "MegaJump"
  286. MegaJump.Parent = Main
  287. MegaJump.BackgroundColor3 = Color3.new(1, 0, 0)
  288. MegaJump.BorderColor3 = Color3.new(1, 0, 0)
  289. MegaJump.Position = UDim2.new(0, 0, 0.563573897, 0)
  290. MegaJump.Size = UDim2.new(0, 94, 0, 22)
  291. MegaJump.Font = Enum.Font.SciFi
  292. MegaJump.Text = "MegaJump"
  293. MegaJump.TextColor3 = Color3.new(0, 0, 0)
  294. MegaJump.TextSize = 14
  295. MegaJump.MouseButton1Down:connect(function()
  296. game.Players.LocalPlayer.Character.Humanoid.JumpPower = 250
  297. end)
  298.  
  299. InstantJump.Name = "InstantJump"
  300. InstantJump.Parent = Main
  301. InstantJump.BackgroundColor3 = Color3.new(1, 0, 0)
  302. InstantJump.BorderColor3 = Color3.new(1, 0, 0)
  303. InstantJump.Position = UDim2.new(0, 0, 0.673539519, 0)
  304. InstantJump.Size = UDim2.new(0, 94, 0, 22)
  305. InstantJump.Font = Enum.Font.SciFi
  306. InstantJump.Text = "InstantJump"
  307. InstantJump.TextColor3 = Color3.new(0, 0, 0)
  308. InstantJump.TextSize = 14
  309. InstantJump.MouseButton1Down:connect(function()
  310. game.Workspace.Gravity = 32
  311. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = 150
  312. end)
  313.  
  314. Kick.Name = "Kick"
  315. Kick.Parent = Main
  316. Kick.BackgroundColor3 = Color3.new(1, 0, 0)
  317. Kick.BorderColor3 = Color3.new(1, 0, 0)
  318. Kick.Position = UDim2.new(0, 0, 0.783505142, 0)
  319. Kick.Size = UDim2.new(0, 94, 0, 22)
  320. Kick.Font = Enum.Font.SciFi
  321. Kick.Text = "Kick"
  322. Kick.TextColor3 = Color3.new(0, 0, 0)
  323. Kick.TextSize = 14
  324. Kick.MouseButton1Down:connect(function()
  325. game.Players.LocalPlayer:Kick()
  326. end)
  327.  
  328. NoClip.Name = "NoClip"
  329. NoClip.Parent = Main
  330. NoClip.BackgroundColor3 = Color3.new(1, 0, 0)
  331. NoClip.BorderColor3 = Color3.new(1, 0, 0)
  332. NoClip.Position = UDim2.new(0.824953437, 0, 0.563573897, 0)
  333. NoClip.Size = UDim2.new(0, 94, 0, 22)
  334. NoClip.Font = Enum.Font.SciFi
  335. NoClip.Text = "NoClip [N]"
  336. NoClip.TextColor3 = Color3.new(0, 0, 0)
  337. NoClip.TextSize = 14
  338.  
  339. Wallhack.Name = "Wallhack"
  340. Wallhack.Parent = Main
  341. Wallhack.BackgroundColor3 = Color3.new(1, 0, 0)
  342. Wallhack.BorderColor3 = Color3.new(1, 0, 0)
  343. Wallhack.Position = UDim2.new(0.824953437, 0, 0.460481107, 0)
  344. Wallhack.Size = UDim2.new(0, 94, 0, 22)
  345. Wallhack.Font = Enum.Font.SciFi
  346. Wallhack.Text = "Wallhack"
  347. Wallhack.TextColor3 = Color3.new(0, 0, 0)
  348. Wallhack.TextSize = 14
  349. Wallhack.MouseButton1Down:connect(function()
  350. print("ESP Loading!")
  351.  
  352. -- Credits to unreal for his chams method
  353. -- (name is a reference to a TF2 cheat)
  354. -- Script created by Blue
  355. local lmaoblox = {}
  356. local StartTime = tick()
  357. lmaoblox.User = {
  358. ['Player'] = game.Players.LocalPlayer,
  359. ['Character'] = game.Players.LocalPlayer.Character,
  360. ['Mouse'] = game.Players.LocalPlayer:GetMouse(),
  361. ['CurrentCamera'] = game.Workspace.CurrentCamera,
  362. ['Preferences'] = {
  363. ColorCoded = true,
  364. },
  365. }
  366.  
  367. _G.LMAOBLOX = {
  368.  
  369. }
  370.  
  371.  
  372. local LimbReg = {['Left Leg']=true,['Left Arm']=true,['Right Leg']=true,['Right Arm']=true,['Torso']=true,['Head']=true} -- why roblex
  373. local Colors = {
  374. visEnemy = Color3.new(1,0,0),
  375. obsEnemy = Color3.new(0.6,0,0),
  376. visFriendly = Color3.new(0,1,0),
  377. obsFriendly = Color3.new(0,0.6,0),
  378. visNeutral = Color3.new(0,0,1),
  379. obsNeutral = Color3.new(0,0,0.6),
  380. }
  381.  
  382. lmaoblox.Functions = {
  383. RenderPart = function(Cham_Part)
  384. local Cham_Obj = Instance.new("BoxHandleAdornment")
  385. Cham_Obj.Name, Cham_Obj.Adornee, Cham_Obj.Size, Cham_Obj.Color3, Cham_Obj.Transparency, Cham_Obj.AlwaysOnTop, Cham_Obj.ZIndex = Cham_Part.Name, Cham_Part, Cham_Part.Size, Color3.new(0,0,1), 0, true, 1
  386. return Cham_Obj
  387. end,
  388. RenderCharacterModel = function(Player,Config)
  389. local Character = Instance.new("Model")
  390. Character.Name = Player.Name
  391. return Character
  392. end,
  393. GetCharacterModel = function(Player)
  394. return lmaoblox.User.CurrentCamera:FindFirstChild(Player.Name)
  395. end,
  396. GetChamFromLimb = function(Player,Limb)
  397. local CharacterModel = lmaoblox.User.CurrentCamera:FindFirstChild(Player.Name)
  398. if CharacterModel == false then return false end
  399. local Cham_Obj = CharacterModel:FindFirstChild(Limb.Name)
  400. return Cham_Obj
  401. end,
  402. GetPlayerFromInstance = function(Object)
  403. for i, Player in pairs(game.Players:GetPlayers()) do
  404. if Object:IsDescendantOf(Player) or Object:IsDescendantOf(Player.Character) then
  405. return Player
  406. end
  407. end
  408. return false
  409. end,
  410. GetPartColor = function(Player, Part)
  411. local Color = Color3.new(0,0,1)
  412. local CheckRay = Ray.new(workspace.CurrentCamera.CFrame.p,(Part.Position-workspace.CurrentCamera.CFrame.p).unit*900)
  413. local Hit,Position = game.Workspace:FindPartOnRay(CheckRay)
  414. local Blocked = false
  415. if Hit ~= nil then
  416. if Hit:isDescendantOf(Player.Character) then
  417. Blocked = false
  418. else
  419. Blocked = true
  420. end
  421. Color = (Blocked and Colors.obsNeutral or Colors.visNeutral)
  422. end
  423. if Player.TeamColor == lmaoblox.User.Player.TeamColor and game:FindService('Teams') then
  424. Color = (Blocked and Colors.obsFriendly or Colors.visFriendly)
  425. elseif Player.TeamColor ~= lmaoblox.User.Player.TeamColor and game:FindService('Teams') then
  426. Color = (Blocked and Colors.obsEnemy or Colors.visFriendly)
  427. end
  428. return Color
  429. end
  430. }
  431.  
  432. lmaoblox.Core = {
  433. onChanged = function(Part,Property)
  434. local Player = lmaoblox.Functions.GetPlayerFromInstance(Part)
  435. if Player == false then return false end
  436. local Cham_Obj = lmaoblox.Functions.GetChamFromLimb(Player,Part)
  437. if Cham_Obj == false then return false end
  438. Cham_Obj.Size = Part.Size -- Pretty much all this is for...a
  439. end,
  440. }
  441.  
  442. lmaoblox.Events = {
  443. onPlayerAdded = function(Player)
  444. Player.CharacterAdded:connect(function() lmaoblox.Events.onCharacterAdded(Player) end)
  445. end,
  446. onCharacterAdded = function(Player)
  447. repeat wait() until Player.Character
  448. local Character = Player.Character
  449. local CharacterModel = lmaoblox.Functions.RenderCharacterModel(Player)
  450. CharacterModel.Parent = lmaoblox.User.CurrentCamera
  451. Character.Humanoid.Died:connect(function()
  452. CharacterModel:destroy()
  453. end)
  454. for i, Object in pairs(Character:GetChildren()) do
  455. if LimbReg[Object.Name] == true then
  456. local GetPartColor = lmaoblox.Functions.GetPartColor(Player,Object)
  457. local Render = lmaoblox.Functions.RenderPart(Object)
  458. Render.Color3 = GetPartColor
  459. Render.Parent = CharacterModel
  460. end
  461. end
  462. end,
  463. onDescendantRemoving = function(Descendant)
  464. if game.Players:GetPlayerFromCharacter(Descendant) then
  465. local Player = game.Players:FindFirstChild(Descendant.Name)
  466. local CharacterModel = lmaoblox.Functions.GetCharacterModel(Player)
  467. if CharacterModel == false then return false end
  468. CharacterModel:destroy()
  469. end
  470. end,
  471. onRenderStepped = function()
  472. for i, Player in pairs(game.Players:GetPlayers()) do
  473. if Player ~= lmaoblox.User.Player then
  474. local Character = lmaoblox.Functions.GetCharacterModel(Player)
  475. for i, Object in pairs(Character:GetChildren()) do
  476. if LimbReg[Object.Name] == true then
  477. local GetPartColor = lmaoblox.Functions.GetPartColor(Player,Player.Character[Object.Name])
  478. local Render = lmaoblox.Functions.GetChamFromLimb(Player,Object)
  479. Render.Color3 = GetPartColor
  480. end
  481. end
  482. end
  483. end
  484. end,
  485. }
  486.  
  487. game.Players.PlayerAdded:connect(lmaoblox.Events.onPlayerAdded)
  488. for i, Player in pairs(game.Players:GetPlayers()) do
  489. if Player ~= lmaoblox.User.Player then
  490. lmaoblox.Events.onCharacterAdded(Player)
  491. Player.CharacterAdded:connect(function()
  492. lmaoblox.Events.onCharacterAdded(Player)
  493. end)
  494. end
  495. end
  496. game.Workspace.DescendantRemoving:connect(lmaoblox.Events.onDescendantRemoving)
  497. game:GetService("RunService").RenderStepped:connect(lmaoblox.Events.onRenderStepped)
  498. print("ESP Loaded.\nTook "..tostring(tick()-StartTime).."ms")
  499. end)
  500.  
  501. DelObjLCtrl.Name = "DelObj[LCtrl]"
  502. DelObjLCtrl.Parent = Main
  503. DelObjLCtrl.BackgroundColor3 = Color3.new(1, 0, 0)
  504. DelObjLCtrl.BorderColor3 = Color3.new(1, 0, 0)
  505. DelObjLCtrl.Position = UDim2.new(0.824953437, 0, 0.350515485, 0)
  506. DelObjLCtrl.Size = UDim2.new(0, 94, 0, 22)
  507. DelObjLCtrl.Font = Enum.Font.SciFi
  508. DelObjLCtrl.Text = "DelObj[LCtrl]"
  509. DelObjLCtrl.TextColor3 = Color3.new(0, 0, 0)
  510. DelObjLCtrl.TextSize = 14
  511. DelObjLCtrl.MouseButton1Down:connect(function()
  512. local Plr = game:GetService("Players").LocalPlayer
  513. local Mouse = Plr:GetMouse()
  514.  
  515. Mouse.Button1Down:connect(function()
  516. if not game:GetService("UserInputService"):IsKeyDown(Enum.KeyCode.LeftControl) then return end
  517. if not Mouse.Target then return end
  518. Mouse.Target:Destroy()
  519. end)
  520. end)
  521.  
  522.  
  523. TeleportLAlt.Name = "Teleport[LAlt]"
  524. TeleportLAlt.Parent = Main
  525. TeleportLAlt.BackgroundColor3 = Color3.new(1, 0, 0)
  526. TeleportLAlt.BorderColor3 = Color3.new(1, 0, 0)
  527. TeleportLAlt.Position = UDim2.new(0.824953437, 0, 0.250859112, 0)
  528. TeleportLAlt.Size = UDim2.new(0, 94, 0, 22)
  529. TeleportLAlt.Font = Enum.Font.SciFi
  530. TeleportLAlt.Text = "Teleport[LAlt]"
  531. TeleportLAlt.TextColor3 = Color3.new(0, 0, 0)
  532. TeleportLAlt.TextSize = 14
  533. TeleportLAlt.MouseButton1Down:connect(function()
  534. local UIS = game:GetService("UserInputService")
  535.  
  536. local Player = game.Players.LocalPlayer
  537. local Mouse = Player:GetMouse()
  538.  
  539.  
  540. function GetCharacter()
  541. return game.Players.LocalPlayer.Character
  542. end
  543.  
  544. function Teleport(pos)
  545. local Char = GetCharacter()
  546. if Char then
  547. Char:MoveTo(pos)
  548. end
  549. end
  550.  
  551.  
  552. UIS.InputBegan:Connect(function(input)
  553. if input.UserInputType == Enum.UserInputType.MouseButton1 and UIS:IsKeyDown(Enum.KeyCode.LeftAlt) then
  554. Teleport(Mouse.Hit.p)
  555. end
  556. end)
  557. end)
  558.  
  559. Sit.Name = "Sit"
  560. Sit.Parent = Main
  561. Sit.BackgroundColor3 = Color3.new(1, 0, 0)
  562. Sit.BorderColor3 = Color3.new(1, 0, 0)
  563. Sit.Position = UDim2.new(0.824953437, 0, 0.15463917, 0)
  564. Sit.Size = UDim2.new(0, 94, 0, 22)
  565. Sit.Font = Enum.Font.SciFi
  566. Sit.Text = "Sit"
  567. Sit.TextColor3 = Color3.new(0, 0, 0)
  568. Sit.TextSize = 14
  569. Sit.MouseButton1Down:connect(function()
  570. game.Players.LocalPlayer.Character.Humanoid.Sit = true
  571. end)
  572.  
  573. Smoke.Name = "Smoke"
  574. Smoke.Parent = Main
  575. Smoke.BackgroundColor3 = Color3.new(1, 0, 0)
  576. Smoke.BorderColor3 = Color3.new(1, 0, 0)
  577. Smoke.Position = UDim2.new(0.824953437, 0, 0.783505142, 0)
  578. Smoke.Size = UDim2.new(0, 94, 0, 22)
  579. Smoke.Font = Enum.Font.SciFi
  580. Smoke.Text = "Smoke"
  581. Smoke.TextColor3 = Color3.new(0, 0, 0)
  582. Smoke.TextSize = 14
  583.  
  584.  
  585. Fire.Name = "Fire"
  586. Fire.Parent = Main
  587. Fire.BackgroundColor3 = Color3.new(1, 0, 0)
  588. Fire.BorderColor3 = Color3.new(1, 0, 0)
  589. Fire.Position = UDim2.new(0.824953437, 0, 0.673539519, 0)
  590. Fire.Size = UDim2.new(0, 94, 0, 22)
  591. Fire.Font = Enum.Font.SciFi
  592. Fire.Text = "Time"
  593. Fire.TextColor3 = Color3.new(0, 0, 0)
  594. Fire.TextSize = 14
  595.  
  596.  
  597. ReText.Name = "ReText"
  598. ReText.Parent = Main
  599. ReText.BackgroundColor3 = Color3.new(1, 0, 0)
  600. ReText.BorderColor3 = Color3.new(1, 0, 0)
  601. ReText.Position = UDim2.new(0, 0, 0.903780043, 0)
  602. ReText.Size = UDim2.new(0, 537, 0, 28)
  603. ReText.Font = Enum.Font.SciFi
  604. ReText.Text = "https://clck.ru/Gj3fP"
  605. ReText.TextColor3 = Color3.new(0, 0, 0)
  606. ReText.TextSize = 14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement