Advertisement
scriptsxc

ROBLOX ELECTRIC STATE SCRIPT

Sep 27th, 2019
18,664
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.68 KB | None | 0 0
  1. local positionX;
  2. local positionY;
  3. local positionZ;
  4. local lastpositionX;
  5. local lastpositionY;
  6. local lastpositionZ;
  7. local Player = game.Players.LocalPlayer
  8. local Mouse = Player:GetMouse()
  9. local Remote = game.ReplicatedStorage.Events['MenuActionEvent']
  10. local OutfitID = ""
  11. local Arguments = {
  12. [1] = 8,
  13. [2] = {
  14. [1] = "",
  15. [2] = OutfitID,
  16. [3] = true --Delete Hat
  17. }
  18. }
  19. -- Variables
  20. --[[
  21. Made by Mitzi#2796
  22. + [] + -- -
  23. Controls & Features :
  24. - X : RemovePart (Hotkey)
  25. - C : Advanced Printer (ESPToggleable)
  26. - V : Basic Printer (ESPToggleable)
  27. - N : Shipment (ESPToggleable)
  28. - I : Delete Barrier (Not Toggleable)
  29. - L : Save Position (Recaller need)
  30. - M : TP to Saved position (Recaller need)
  31. - K : TP to Last position (Recaller need)
  32. - Z : ClickTP (Recaller need)
  33. - P : Auto Hide Name (Toggleable)
  34. - U : Item (ESPToggleable)
  35. + [] + -- -
  36. --]]
  37. --Function--
  38. --Recaller
  39.  
  40.  
  41.  
  42. function undo(chr)
  43. for i,v in pairs(chr:GetChildren()) do
  44. if v.ClassName == "Part" or v.ClassName == "MeshPart" then
  45. for a,c in pairs(v:GetChildren()) do
  46. if c.ClassName == "SurfaceGui" then
  47. c:Destroy()
  48. end
  49. if c.ClassName == "BillboardGui" and c.Name == "ESP" then
  50. c:Destroy()
  51. end
  52. end
  53. end
  54. end
  55. end
  56.  
  57.  
  58. function SavePosition(actionName, userInputState, inputObject)
  59. if userInputState == Enum.UserInputState.Begin then
  60. positionX = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X
  61. positionY = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y
  62. positionZ = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z
  63. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "NOTIFICATION", Text = "Position Saved"})
  64. end
  65. end
  66.  
  67. function DeleteBarrier(actionName, userInputState, inputObject)
  68. if userInputState == Enum.UserInputState.Begin then
  69. game:GetService("StarterGui"):SetCore("SendNotification", {Title = "NOTIFICATION", Text = "Barrier Deleted"})
  70. local work = game.Workspace
  71. work:FindFirstChild("NL"):Destroy()
  72. end
  73. end
  74. function TeleporttoSaved(actionName, userInputState, inputObject)
  75. if userInputState == Enum.UserInputState.Begin then
  76. lastpositionX = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.X
  77. lastpositionY = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Y
  78. lastpositionZ = game.Players.LocalPlayer.Character.HumanoidRootPart.Position.Z
  79. local remote = Game["ReplicatedStorage"]["Events"]["ToolsEvent"]
  80. local args = {
  81. [1] = 17 --[[number]],
  82. [2] = CFrame.new(positionX,positionY,positionZ, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  83. }
  84. remote:FireServer(unpack(args))
  85.  
  86. end
  87. end
  88. function TeleporttoLast(actionName, userInputState, inputObject)
  89. if userInputState == Enum.UserInputState.Begin then
  90. local remote = Game["ReplicatedStorage"]["Events"]["ToolsEvent"]
  91. local args = {
  92. [1] = 17 --[[number]],
  93. [2] = CFrame.new(lastpositionX,lastpositionY,lastpositionZ, 1, 0, 0, 0, 1, 0, 0, 0, 1)
  94. }
  95. remote:FireServer(unpack(args))
  96.  
  97. end
  98. end
  99. --Recaller
  100. --ElectricScript
  101. function RemovePart(actionName, userInputState, inputObject)
  102. if userInputState == Enum.UserInputState.Begin then
  103. toggled1234 = not toggled1234
  104. if toggled1234 then
  105. game.ReplicatedStorage.Events.Note:Fire("Remove or Relocated", "Remove or Relocated", 2)
  106. game.Players.LocalPlayer:GetMouse().Target.Position = Vector3.new(1000000000000000,1000000000000000,1000000000000000)
  107. else
  108. game.ReplicatedStorage.Events.Note:Fire("Remove or Relocated", "Remove or Relocated", 2)
  109. game.Players.LocalPlayer:GetMouse().Target.Position = Vector3.new(1000000000000000,1000000000000000,1000000000000000)
  110. end
  111. end
  112. end
  113. local positiontobox = 682.810608,25.515625,-517.522095
  114. function TeleportBox(actionName, userInputState, inputObject)
  115. if userInputState == Enum.UserInputState.Begin then
  116. toggled1234 = not toggled1234
  117. if toggled1234 then
  118.  
  119. game.ReplicatedStorage.Events.Note:Fire("Remove or Relocated", "Remove or Relocated", 2)
  120. game.Players.LocalPlayer:GetMouse().Target.Position = Vector3.new(686.568237,27.3367691,-574.577637)
  121. else
  122. game.ReplicatedStorage.Events.Note:Fire("Remove or Relocated", "Remove or Relocated", 2)
  123. game.Players.LocalPlayer:GetMouse().Target.Position = Vector3.new(686.568237,27.3367691,-574.577637)
  124. end
  125. end
  126. end
  127. function AdvancedPrinter(actionName, userInputState, inputObject)
  128. if userInputState == Enum.UserInputState.Begin then
  129. toggle000 = not toggle000
  130. if toggle000 then
  131. game.ReplicatedStorage.Events.Note:Fire("Advanced Printer", "Advance is Enabled", 2)
  132. else
  133. game.ReplicatedStorage.Events.Note:Fire("Advanced Printer", "Advance is Disable", 2)
  134. end
  135. for i,v in pairs(workspace.MoneyPrinters:GetChildren()) do
  136. if v.Name == "Money Printer Advanced" then
  137. if v.Main:FindFirstChild("BillboardGui") then
  138. v.Main.BoxHandleAdornment:Destroy()
  139. v.Main.BillboardGui:Destroy()
  140. else
  141. local BH = Instance.new("BoxHandleAdornment", v.Main)
  142. BH.ZIndex = 1
  143. BH.Transparency = .75
  144. BH.Color3 = Color3.fromRGB(255,0,0)
  145. BH.Size= v.Main.Size
  146. BH.Adornee = v.Main
  147. BH.AlwaysOnTop = true
  148.  
  149. local bil = Instance.new("BillboardGui", v.Main)
  150. bil.Active = true
  151. bil.Adornee = v.Main
  152. bil.LightInfluence = 0
  153. bil.StudsOffset = Vector3.new(0,3,0)
  154. bil.AlwaysOnTop = true
  155. bil.Size = UDim2.new(1,0,1,0)
  156.  
  157. local txt = Instance.new("TextLabel", v.Main.BillboardGui)
  158. txt.TextSize = 15
  159. txt.TextColor3 = Color3.fromRGB(255,0,0)
  160. txt.BackgroundTransparency = 1
  161. txt.Size = UDim2.new(1,0,1,0)
  162. txt.Font = "ArialBold"
  163. txt.Text = "Advanced Money Printer | "..v.Main.SurfaceGui[2].Text
  164. end
  165. end
  166. end
  167. end
  168. end
  169. function BasicPrinter(actionName, userInputState, inputObject)
  170. if userInputState == Enum.UserInputState.Begin then
  171. toggle0000 = not toggle0000
  172. if toggle0000 then
  173. game.ReplicatedStorage.Events.Note:Fire("Basic Printer", "Basic ESP is Enabled", 2)
  174. else
  175. game.ReplicatedStorage.Events.Note:Fire("Basic Printer", "Basic is Disable", 2)
  176. end
  177. for i,v in pairs(workspace.MoneyPrinters:GetChildren()) do
  178. if v.Name == "Money Printer Basic" then
  179. if v.Main:FindFirstChild("BillboardGui") then
  180. v.Main.BoxHandleAdornment:Destroy()
  181. v.Main.BillboardGui:Destroy()
  182. else
  183. local BH = Instance.new("BoxHandleAdornment", v.Main)
  184. BH.ZIndex = 1
  185. BH.Transparency = .75
  186. BH.Color3 = Color3.fromRGB(160,160,255)
  187. BH.Size= v.Main.Size
  188. BH.Adornee = v.Main
  189. BH.AlwaysOnTop = true
  190.  
  191. local bil = Instance.new("BillboardGui", v.Main)
  192. bil.Active = true
  193. bil.Adornee = v.Main
  194. bil.LightInfluence = 0
  195. bil.StudsOffset = Vector3.new(0,3,0)
  196. bil.AlwaysOnTop = true
  197. bil.Size = UDim2.new(1,0,1,0)
  198.  
  199. local txt = Instance.new("TextLabel", v.Main.BillboardGui)
  200. txt.TextSize = 15
  201. txt.TextColor3 = Color3.fromRGB(160,160,255)
  202. txt.BackgroundTransparency = 1
  203. txt.Size = UDim2.new(1,0,1,0)
  204. txt.Font = "ArialBold"
  205. txt.Text = "Basic Money Printer | "..v.Main.SurfaceGui[2].Text
  206. end
  207. end
  208. end
  209. end
  210. end
  211. function Shipments(actionName, userInputState, inputObject)
  212. if userInputState == Enum.UserInputState.Begin then
  213. toggle00 = not toggle00
  214. if toggle00 then
  215. game.ReplicatedStorage.Events.Note:Fire("Shipment ESP", "Shipment ESP is Enabled", 2)
  216. else
  217. game.ReplicatedStorage.Events.Note:Fire("Shipment ESP", "Shipment ESP is Disable", 2)
  218. end
  219. for i,v in pairs(workspace.Entities:GetChildren()) do
  220. if v.Name == "AK Shipment" or v.Name == "Recaller Shipment" or v.Name == "M4 Shipment" or v.Name == "Bloxy Cola Shipment" or v.Name == "C4 Shipment" or v.Name == "Deagle Shipment" or v.Name == "M16 Shipment" or v.Name == "M1911 Shipment" then
  221. if v.MeshPart:FindFirstChild("BillboardGui") then
  222. v.MeshPart.BoxHandleAdornment:Destroy()
  223. v.MeshPart.BillboardGui:Destroy()
  224. else
  225. local BH = Instance.new("BoxHandleAdornment", v.MeshPart)
  226. BH.ZIndex = 1
  227. BH.Transparency = .75
  228. BH.Color3 = Color3.fromRGB(160,160,255)
  229. BH.Size= v.MeshPart.Size
  230. BH.Adornee = v.MeshPart
  231. BH.AlwaysOnTop = true
  232.  
  233. local bil = Instance.new("BillboardGui", v.MeshPart)
  234. bil.Active = true
  235. bil.Adornee = v.MeshPart
  236. bil.LightInfluence = 0
  237. bil.StudsOffset = Vector3.new(0,3,0)
  238. bil.AlwaysOnTop = true
  239. bil.Size = UDim2.new(1,0,1,0)
  240.  
  241. local txt = Instance.new("TextLabel", v.MeshPart.BillboardGui)
  242. txt.TextSize = 15
  243. txt.TextColor3 = Color3.fromRGB(160,160,255)
  244. txt.BackgroundTransparency = 1
  245. txt.Size = UDim2.new(1,0,1,0)
  246. txt.Font = "ArialBold"
  247. txt.Text = v.Name.." | "..v.MeshPart.SurfaceGui["Uses"].Text
  248.  
  249. if v.Name == "M4 Shipment" or v.Name == "Gun" or v.Name == "Recaller Shipment" or v.Name == "C4 Shipment" or v.Name == "AK Shipment" then
  250. txt.TextColor3 = Color3.fromRGB(255,0,0)
  251. BH.Color3 = Color3.fromRGB(255,0,0)
  252. end
  253. end
  254. end
  255. end
  256. end
  257. end
  258. function ESP(actionName, userInputState, inputObject)
  259. if userInputState == Enum.UserInputState.Begin then
  260. toggle00011 = not toggle00011
  261. if toggle00011 then
  262. game.ReplicatedStorage.Events.Note:Fire("ESP", "ESP is Enabled", 2)
  263. for i,v in pairs(game.Players:GetChildren()) do
  264. if v.Character ~= game.Players.LocalPlayer.Character and v.Character.Head:FindFirstChild('ScreenGui') == nil then
  265. if v.Character:FindFirstChild('Head') then
  266. local bill = Instance.new('BillboardGui', v.Character.Head)
  267. bill.Name = "ESP"
  268. bill.AlwaysOnTop = true
  269. bill.Size = UDim2.new(2,1,2)
  270. bill.Adornee = v.Character.Head
  271.  
  272. local txt = Instance.new('TextLabel',bill)
  273. txt.Name = "Texted"
  274.  
  275. txt.BackgroundTransparency = 1
  276. txt.TextSize = 15
  277. v.Flagged.Changed:Connect(function(newValue)
  278. if newValue == false then
  279.  
  280.  
  281. txt.TextColor = v.Character:FindFirstChild('NameTag').TextLabel.TextColor
  282. else
  283.  
  284.  
  285. txt.TextColor = v.Character:FindFirstChild('NameTag').TextLabel.TextColor
  286. end
  287. end)
  288.  
  289. v.Character.NameTag.Job.Visible = false
  290. txt.Text = v.Name.. " | ".. v:WaitForChild("Job").Value .. " | Health : ".. v.Character.Humanoid.Health
  291. txt.TextColor = v.Character:FindFirstChild('NameTag').TextLabel.TextColor
  292. txt.BackgroundTransparency = 1
  293. txt.Size = UDim2.new(0,5,0,5)
  294. txt.Font = "ArialBold"
  295. coroutine.wrap(function()
  296. while true do
  297. wait()
  298. txt.TextColor = v.Character:FindFirstChild('NameTag').TextLabel.TextColor
  299. end
  300. end)()
  301.  
  302. coroutine.wrap(function()
  303. while true do
  304. wait()
  305. txt.Text = v.Name.. " | ".. v:WaitForChild("Job").Value .. " | Health : ".. v.Character.Humanoid.Health
  306. end
  307. end)
  308. for a,c in pairs(v.Character:GetChildren()) do
  309. if c.ClassName == "MeshPart" and c.Transparency ~= 1 then
  310.  
  311. elseif c.ClassName == "Part" and c.Transparency ~= 1 then
  312.  
  313. end
  314. end
  315. end
  316. end
  317. end
  318. else
  319. game.ReplicatedStorage.Events.Note:Fire("ESP", "ESP is Disable", 2)
  320. for i,v in pairs(game.Players:GetChildren()) do
  321. undo(v.Character)
  322. end
  323. end
  324. end
  325. end
  326.  
  327.  
  328.  
  329. function ItemESP(actionName, userInputState, inputObject)
  330. if userInputState == Enum.UserInputState.Begin then
  331. toggle0 = not toggle0
  332. if toggle0 then
  333. game.ReplicatedStorage.Events.Note:Fire("Item ESP", "Item ESP is Enabled", 2)
  334. for i,v in pairs(workspace.Entities:GetChildren()) do
  335.  
  336. if v.Name == "Gun" then
  337. local BH = Instance.new("BoxHandleAdornment", v.Handle)
  338. BH.ZIndex = 1
  339. BH.Transparency = .75
  340. BH.Color3 = Color3.fromRGB(160,160,255)
  341. BH.Size= v.Handle.Size
  342. BH.Adornee = v.Handle
  343. BH.AlwaysOnTop = true
  344.  
  345.  
  346. local bil = Instance.new("BillboardGui", v.Handle)
  347. bil.Active = true
  348. bil.Adornee = v.Handle
  349. bil.LightInfluence = 0
  350. bil.StudsOffset = Vector3.new(0,3,0)
  351. bil.AlwaysOnTop = true
  352. bil.Size = UDim2.new(1,0,1,0)
  353.  
  354. local txt = Instance.new("TextLabel", v.Handle.BillboardGui)
  355. txt.TextSize = 15
  356. txt.TextColor3 = Color3.fromRGB(160,160,255)
  357. txt.BackgroundTransparency = 1
  358. txt.Size = UDim2.new(1,0,1,0)
  359. txt.Font = "ArialBold"
  360. txt.Text = v:FindFirstChild("Int").Value
  361. local in3t = v:FindFirstChild("Int")
  362. if in3t.Value == "Jetpack" or in3t.Value == "M4" or in3t.Value == "AK" or in3t.Value == "Recaller" then
  363. txt.TextColor3 = Color3.fromRGB(255,0,0)
  364. BH.Color3 = Color3.fromRGB(255,0,0)
  365. end
  366. end
  367. end
  368. else
  369. for i,v in pairs(workspace.Entities:GetChildren()) do
  370. if v:FindFirstChild("BillboardGui") then
  371. v.Handle.BoxHandleAdornment:Destroy()
  372. v.Handle.BillboardGui:Destroy()
  373. end
  374. end
  375. game.ReplicatedStorage.Events.Note:Fire("Item ESP", "Item Esp is Disable", 2)
  376. end
  377.  
  378. end
  379. end
  380. function ClickTP(actionName, userInputState, inputObject)
  381. if userInputState == Enum.UserInputState.Begin then
  382. toggled1 = not toggled1
  383. if toggled1 then
  384. game.ReplicatedStorage.Events.Note:Fire("AutoDisable", "Auto Hide is Enabled", 2)
  385. else
  386. game.ReplicatedStorage.Events.Note:Fire("Click TP", "Click Tp is Disable", 2)
  387. end
  388. end
  389. end
  390. function AutoHideName(actionName, userInputState, inputObject)
  391. if userInputState == Enum.UserInputState.Begin then
  392. toggled2 = not toggled2
  393. if toggled2 then
  394. game.ReplicatedStorage.Events.Note:Fire("AutoDisable", "Auto Hide is Enabled", 2)
  395. while true do
  396. wait()
  397. if not toggled2 then
  398. break
  399. end
  400. local Arguments = {
  401. [1] = 8,
  402. [2] = {
  403. [1] = "",
  404. [2] = OutfitID,
  405. [3] = false --Delete Hat
  406. }
  407. }
  408. Remote:FireServer(unpack(Arguments))
  409. end
  410. else
  411.  
  412. game.ReplicatedStorage.Events.Note:Fire("AutoDisable", "Auto Hide is Disable", 2)
  413. end
  414. end
  415. end
  416.  
  417. game.Players.LocalPlayer:GetMouse().Button1Down:connect(function()
  418. if toggled1 then
  419. local remote = Game["ReplicatedStorage"]["Events"]["ToolsEvent"]
  420. local args = {
  421. [1] = 17 --[[number]],
  422. [2] = CFrame.new(Mouse.Hit.x, Mouse.Hit.y + 5, Mouse.Hit.z, 1, 0, 0, 0, 1, 0, 0, 0, 1) }
  423. remote:FireServer(unpack(args))
  424. end
  425. end)
  426.  
  427. --ElectricScript
  428. --Bind Action
  429. game.ContextActionService:BindAction("keyPress1", SavePosition, false, Enum.KeyCode.L)
  430. game.ContextActionService:BindAction("keyPress2", TeleporttoSaved, false, Enum.KeyCode.M)
  431. game.ContextActionService:BindAction("keyPress3", TeleporttoLast, false, Enum.KeyCode.K)
  432. game.ContextActionService:BindAction("keyPress4", RemovePart, false, Enum.KeyCode.X)
  433. game.ContextActionService:BindAction("keyPress5", AdvancedPrinter, false, Enum.KeyCode.C)
  434. game.ContextActionService:BindAction("keyPress6", BasicPrinter, false, Enum.KeyCode.V)
  435. game.ContextActionService:BindAction("keyPress7", Shipments, false, Enum.KeyCode.N)
  436. game.ContextActionService:BindAction("keyPress8", ClickTP, false, Enum.KeyCode.Z)
  437. game.ContextActionService:BindAction("keyPress9", AutoHideName, false, Enum.KeyCode.P)
  438. game.ContextActionService:BindAction("keyPress10", DeleteBarrier, false, Enum.KeyCode.I)
  439. game.ContextActionService:BindAction("keyPress11", ItemESP, false, Enum.KeyCode.U)
  440. game.ContextActionService:BindAction("keyPress12", ESP, false, Enum.KeyCode.O)
  441.  
  442. for i,v in pairs(game.Players:GetChildren()) do
  443. v.CharacterAdded:connect(function()
  444. v.Character:WaitForChild('Head')
  445. wait(1)
  446. if toggle00011 == true then
  447. if v.Character ~= game.Players.LocalPlayer.Character and v.Character.Head:FindFirstChild('ScreenGui') == nil then
  448. if v.Character:FindFirstChild('Head') then
  449. local bill = Instance.new('BillboardGui',v.Character.Head)
  450. bill.Name = "ESP"
  451. bill.AlwaysOnTop = true
  452. bill.Size = UDim2.new(2,1,2)
  453. bill.Adornee = v.Character.Head
  454.  
  455. local txt = Instance.new('TextLabel',bill)
  456. txt.Name = "Texted"
  457. txt.Text = v.Name.. " | ".. v:WaitForChild("Job").Value .. " | Health : ".. v.Character.Humanoid.Health
  458. txt.BackgroundTransparency = 1
  459. txt.TextSize = 15
  460. coroutine.wrap(function()
  461. while true do
  462. wait()
  463. txt.TextColor = v.Character:FindFirstChild('NameTag').TextLabel.TextColor
  464. end
  465. end)
  466.  
  467. coroutine.wrap(function()
  468. while true do
  469. wait()
  470. txt.Text = v.Name.. " | ".. v:WaitForChild("Job").Value .. " | Health : ".. v.Character.Humanoid.Health
  471. end
  472. end)
  473. v.Character.NameTag.Job.Visible = false
  474.  
  475. txt.TextColor = v.Character:FindFirstChild('NameTag').TextLabel.TextColor
  476. txt.BackgroundTransparency = 1
  477. txt.Size = UDim2.new(0,5,0,5)
  478. txt.Font = "ArialBold"
  479.  
  480. end
  481. for a,c in pairs(v.Character:GetChildren()) do
  482. if c.ClassName == "MeshPart" and c.Transparency ~= 1 then
  483.  
  484. elseif c.ClassName == "Part" and c.Transparency ~= 1 then
  485.  
  486. end
  487. end
  488. end
  489. end
  490. end)
  491. end
  492.  
  493. game.Players.PlayerAdded:connect(function(v)
  494. v.CharacterAdded:connect(function()
  495. v.Character:WaitForChild('Head')
  496. wait(1)
  497. if toggle00011 == true then
  498. if v.Character ~= game.Players.LocalPlayer.Character and v.Character.Head:FindFirstChild('ScreenGui') == nil then
  499. if v.Character:FindFirstChild('Head') then
  500. local bill = Instance.new('BillboardGui',v.Character.Head)
  501. bill.Name = "ESP"
  502. bill.AlwaysOnTop = true
  503. bill.Size = UDim2.new(2,1,2)
  504. bill.Adornee = v.Character.Head
  505.  
  506. local txt = Instance.new('TextLabel',bill)
  507. txt.Name = "Texted"
  508. txt.Text = v.Name.. " | ".. v:WaitForChild("Job").Value .. " | Health : ".. v.Character.Humanoid.Health
  509. txt.BackgroundTransparency = 1
  510. txt.TextSize = 15
  511. coroutine.wrap(function()
  512. while true do
  513. wait()
  514. txt.TextColor = v.Character:FindFirstChild('NameTag').TextLabel.TextColor
  515. end
  516. end)
  517.  
  518. coroutine.wrap(function()
  519. while true do
  520. wait()
  521. txt.Text = v.Name.. " | ".. v:WaitForChild("Job").Value .. " | Health : ".. v.Character.Humanoid.Health
  522. end
  523. end)
  524. v.Character.NameTag.Job.Visible = false
  525.  
  526.  
  527. txt.TextColor = v.Character:FindFirstChild('NameTag').TextLabel.TextColor
  528. txt.BackgroundTransparency = 1
  529. txt.Size = UDim2.new(0,5,0,5)
  530. txt.Font = "ArialBold"
  531.  
  532. end
  533. for a,c in pairs(v.Character:GetChildren()) do
  534. if c.ClassName == "MeshPart" and c.Transparency ~= 1 then
  535.  
  536. elseif c.ClassName == "Part" and c.Transparency ~= 1 then
  537.  
  538. end
  539. end
  540. end
  541. end
  542. end)
  543. end)
  544.  
  545. game.ReplicatedStorage.Events.Note:Fire("ES Hack by Mitzi#2796", "Exploit Loaded...", 2)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement