Advertisement
ERROR_CODE

ECCS•AI

Jul 2nd, 2023 (edited)
576
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 41.49 KB | None | 0 0
  1. --Script made by ERROR_CODE
  2. --[[R=Reset
  3.     F=DEX Explorer
  4.     E=Executor
  5.     P=Place Id
  6.     L=Creator Id
  7.     K=CMDSLIST
  8.     M=CLOCK
  9.     H=R6]]
  10. --write in chat ;cmds2
  11. if loaded1 then
  12.  
  13.  
  14.  
  15.  
  16. local Sound = Instance.new("Sound")
  17.  
  18. local Id = "138090596"
  19.  
  20. Sound.Parent = game.Workspace
  21. Sound.SoundId = "rbxassetid://"..Id
  22. Sound.Playing = true
  23. Sound.Looped = false
  24. Sound.Volume = 1
  25. local PlayerGui = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  26. PlayerGui:SetTopbarTransparency(0)
  27. local screen = Instance.new("ScreenGui")
  28. screen.Parent = PlayerGui
  29. local textlabel = Instance.new("TextLabel")
  30. textlabel.Text = "Second execute blocked!"
  31. textlabel.Size = UDim2.new(1,1,1,1)
  32. textlabel.FontSize = Enum.FontSize.Size60
  33. textlabel.BackgroundColor3 = Color3.fromRGB(0,0,0)
  34. textlabel.TextColor3 = Color3.fromRGB(255,255,255)
  35. textlabel.Parent = screen
  36. wait(3)
  37. textlabel:Destroy()
  38.     error("second execute blocked!",0)
  39.     return
  40. end
  41.  
  42. pcall(function()
  43.     getgenv().loaded1 = true
  44. local mouse = game.Players.LocalPlayer:GetMouse()
  45. mouse.Icon = "rbxasset://textures\\ArrowCursor.png"
  46.  
  47. if not game:IsLoaded() then
  48.     game.Loaded:wait()
  49. end
  50.  
  51. local Players = game:GetService("Players")
  52.  
  53. local Player = Players.LocalPlayer
  54. local PlayerGui = Player.PlayerGui
  55.  
  56. local Chat = PlayerGui:FindFirstChild("Chat")
  57. local MessageDisplay = Chat and Chat:FindFirstChild("Frame_MessageLogDisplay", true)
  58. local Scroller = MessageDisplay and MessageDisplay:FindFirstChild("Scroller")
  59.  
  60. local Gsub = string.gsub
  61. local Lower = string.lower
  62.  
  63. if not Scroller then return end
  64.  
  65. for _, x in next, Scroller:GetChildren() do
  66.     local MessageTextLabel = x:FindFirstChildWhichIsA("TextLabel")
  67.        
  68.     if MessageTextLabel then
  69.         local Message = Gsub(MessageTextLabel.Text, "^%s+", "")
  70.        
  71.         if Message:match(" ") then
  72.             x:Destroy()
  73.         end
  74.     end
  75. end
  76.  
  77. local ChatAdded = Scroller.ChildAdded:Connect(function(x)
  78.     local MessageTextLabel = x:FindFirstChildWhichIsA("TextLabel")
  79.     local SenderTextButton = MessageTextLabel and MessageTextLabel:FindFirstChildWhichIsA("TextButton")
  80.     if MessageTextLabel and SenderTextButton then
  81.         repeat task.wait() until not MessageTextLabel.Text:match("__+")
  82.         local Message = Gsub(MessageTextLabel.Text, "^%s+", "")
  83.        
  84.         if Message:match(" ") then
  85.             x:Destroy()
  86.         end
  87.     end
  88. end)
  89.  
  90. local Player = game.Players.LocalPlayer
  91. local Mouse = Player:GetMouse()
  92. local Character = Player.Character
  93. local Humanoid = Character:WaitForChild("Humanoid")
  94. Mouse.KeyUp:connect(function(Key)
  95.  if Key == "f" then
  96. loadstring(game:GetObjects('rbxassetid://2180084478')[1].Source)()
  97.  end
  98. if Key == "r" then
  99. game.Players.LocalPlayer.Character["Head"]:Remove()
  100. end
  101. if Key == "e" then
  102. loadstring(game:HttpGet("https://pastebin.com/raw/7nAMYduv"))("Made By ERROR_CODE")
  103. end
  104. if Key == "p" then
  105. local PlayerGui = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  106. PlayerGui:SetTopbarTransparency(0)
  107. local screen = Instance.new("ScreenGui")
  108. screen.Parent = PlayerGui
  109. local textlabel = Instance.new("TextLabel")
  110. textlabel.Text = "Place ID:\n "..game.PlaceId
  111. textlabel.Size = UDim2.new(1,1,1,1)
  112. textlabel.FontSize = Enum.FontSize.Size60
  113. textlabel.BackgroundColor3 = Color3.fromRGB(0,0,0)
  114. textlabel.TextColor3 = Color3.fromRGB(255,255,255)
  115. textlabel.Parent = screen
  116. wait(3)
  117. textlabel:Destroy()
  118. end
  119. if Key == "l" then
  120. local PlayerGui = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  121. PlayerGui:SetTopbarTransparency(0)
  122. local screen = Instance.new("ScreenGui")
  123. screen.Parent = PlayerGui
  124. local textlabel = Instance.new("TextLabel")
  125. textlabel.Text = "Creator ID:\n "..game.CreatorId
  126. textlabel.Size = UDim2.new(1,1,1,1)
  127. textlabel.FontSize = Enum.FontSize.Size60
  128. textlabel.BackgroundColor3 = Color3.fromRGB(0,0,0)
  129. textlabel.TextColor3 = Color3.fromRGB(255,255,255)
  130. textlabel.Parent = screen
  131. wait(3)
  132. textlabel:Destroy()
  133. end
  134. if Key == "k" then
  135. loadstring(game:HttpGet("https://pastebin.com/raw/p9w62ZH8"))("Made By ERROR_CODE, данные храняться на другом сервере")
  136. end
  137. if Key == "m" then
  138. local plr = game.Players.LocalPlayer
  139. local gui = Instance.new("ScreenGui")
  140. gui.Parent = plr.PlayerGui
  141. gui.ResetOnSpawn = false
  142. local timer = Instance.new("TextLabel")
  143. timer.Parent = gui
  144. timer.BackgroundTransparency = 1
  145. timer.Size = UDim2.new(0.125, 0, 0.125, 0)
  146. timer.Position = UDim2.new(0, 100, 0.5 ,-255)
  147. timer.TextXAlignment = Enum.TextXAlignment.Center
  148. timer.TextScaled = true
  149. timer.Text = "00:00:00"
  150. timer.TextColor3 = Color3.new(255, 255, 255)
  151. timer.Font = Enum.Font.Code
  152. local x = 0
  153. local y = 0
  154. local z = 0
  155. while wait(1) do
  156.  if z >= 60 then
  157.   y = y + 1
  158.   z = 0
  159.  end
  160.  if y >= 60 then
  161.   x = x + 1
  162.   y = 0
  163.  end
  164.  local tz = "00"
  165.  local ty = "00"
  166.  local tx = "00"
  167.  if z >= 10 then
  168.   tz = z
  169.  else
  170.   tz = "0" .. z
  171.  end
  172.  if y >= 10 then
  173.   ty = y
  174.  else
  175.   ty = "0" .. y
  176.  end
  177.  if x >= 10 then
  178.   tx = x
  179.  else
  180.   tx = "0" .. x
  181.  end
  182.  timer.Text = tx .. ":" .. ty .. ":" .. tz
  183.  z = z + 1
  184. end
  185. end
  186. if Key == "h" then
  187. loadstring(game:HttpGet("https://pastebin.com/raw/9BFcHqfK"))("Made By ERROR_CODE")
  188. end
  189. end)
  190. setclipboard("https://t.me/ECCS01")
  191. local Sound = Instance.new("Sound")
  192.  
  193. local Id = "1584394759"
  194.  
  195. Sound.Parent = game.Workspace
  196. Sound.SoundId = "://"..Id
  197. Sound.Playing = true
  198. Sound.Looped = false
  199. Sound.Volume = 1
  200. game.StarterGui:SetCore("SendNotification", {
  201. Title = "ECCS•AI";
  202. Text = "By ERROR_CODE";
  203. Icon = "rbxassetid://6238537240";
  204. Duration = 2.5;
  205. })
  206. h=Instance.new("Hint", workspace) h.Text = "ECCS•AI"
  207. local PlayerGui = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  208. PlayerGui:SetTopbarTransparency(0)
  209. local screen = Instance.new("ScreenGui")
  210. screen.Parent = PlayerGui
  211. local textlabel = Instance.new("TextLabel")
  212. textlabel.Text = "powered by\nECCS•OS"
  213. textlabel.Size = UDim2.new(1,1,1,1)
  214. textlabel.FontSize = Enum.FontSize.Size60
  215. textlabel.BackgroundColor3 = Color3.fromRGB(0,0,0)
  216. textlabel.TextColor3 = Color3.fromRGB(255,255,255)
  217. textlabel.Parent = screen
  218. wait(3)
  219. textlabel:Destroy()
  220. local PlayerGui = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  221. PlayerGui:SetTopbarTransparency(0)
  222. local screen = Instance.new("ScreenGui")
  223. screen.Parent = PlayerGui
  224. local textlabel = Instance.new("TextLabel")
  225. textlabel.Text = "Welcome\n "..game.Players.LocalPlayer.DisplayName.."!"
  226. textlabel.Size = UDim2.new(1,1,1,1)
  227. textlabel.FontSize = Enum.FontSize.Size60
  228. textlabel.BackgroundColor3 = Color3.fromRGB(0,0,0)
  229. textlabel.TextColor3 = Color3.fromRGB(255,255,255)
  230. textlabel.Parent = screen
  231. wait(3)
  232. textlabel:Destroy()
  233. local Notification = loadstring(game:HttpGet("https://raw.githubusercontent.com/Jxereas/UI-Libraries/main/notification_gui_library.lua", true))()
  234. local ownerId = 3323558881
  235.  
  236. game.Players.PlayerAdded:Connect(function(player)
  237.     if player.UserId == ownerId then
  238.         local notif = Notification.new("warning", "Developer", "ERROR_CODE has joined!")
  239.         notif:deleteTimeout(10)
  240. h=Instance.new("Hint", workspace) h.Text = "ECCS•AI Developer ERROR_CODE has joined!"
  241.  
  242. wait(5)
  243. h:Destroy()
  244.     end
  245. end)
  246. local Player = game.Players.LocalPlayer
  247. Player.Chatted:connect(function(cht)
  248.  if cht:match(";cmds2") then
  249. loadstring(game:HttpGet("https://pastebin.com/raw/p9w62ZH8"))("Made By ERROR_CODE, данные храняться на другом сервере")
  250. end
  251. if cht:match(";crash system") then
  252. local Sound = Instance.new("Sound")
  253.  
  254. local Id = "2865228021"
  255.  
  256. Sound.Parent = game.Workspace
  257. Sound.SoundId = "rbxassetid://"..Id
  258. Sound.Playing = true
  259. Sound.Looped = falee
  260. Sound.Volume = 5
  261. local PlayerGui = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  262. PlayerGui:SetTopbarTransparency(0)
  263. local screen = Instance.new("ScreenGui")
  264. screen.Parent = PlayerGui
  265. local textlabel = Instance.new("TextLabel")
  266. textlabel.Text = ":( \n dear "..game.Players.LocalPlayer.DisplayName.."\n your system crashed"
  267. textlabel.Size = UDim2.new(1,1,1,1)
  268. textlabel.FontSize = Enum.FontSize.Size60
  269. textlabel.BackgroundColor3 = Color3.fromRGB(0,0,255)
  270. textlabel.TextColor3 = Color3.fromRGB(255,255,255)
  271. textlabel.Parent = screen
  272. wait(5)
  273. textlabel:Destroy()
  274. while true do
  275. warn("crashed")
  276. end
  277. end
  278. if cht:match(";random music") then
  279. loadstring(game:HttpGet("https://pastebin.com/raw/A4V76VHd"))("Made By ERROR_CODE, данные храняться на другом сервере")
  280. end
  281. if cht:match(";update system") then
  282. local Sound = Instance.new("Sound")
  283.  
  284. local Id = "1584394759"
  285. Sound.Parent = game.Workspace
  286. Sound.SoundId = "rbxassetid://"..Id
  287. Sound.Playing = true
  288. Sound.Looped = false
  289. Sound.Volume = 1
  290. game.Players.LocalPlayer:Kick("UPDATING")
  291. wait(0.5)
  292. game.Players.LocalPlayer:Kick("UPDATING.")
  293. wait(0.5)
  294. game.Players.LocalPlayer:Kick("UPDATING..")
  295. wait(0.5)
  296. game.Players.LocalPlayer:Kick("UPDATING...")
  297. wait(0.5)
  298. game.Players.LocalPlayer:Kick("UPDATING")
  299. wait(0.5)
  300. game.Players.LocalPlayer:Kick("UPDATING.")
  301. wait(0.5)
  302. game.Players.LocalPlayer:Kick("UPDATING..")
  303. wait(0.5)
  304. game.Players.LocalPlayer:Kick("UPDATING...")
  305. wait(0.5)
  306. game.Players.LocalPlayer:Kick("UPDATING")
  307. wait(0.5)
  308. game.Players.LocalPlayer:Kick("UPDATING.")
  309. wait(0.5)
  310. game.Players.LocalPlayer:Kick("UPDATING..")
  311. wait(0.5)
  312. game.Players.LocalPlayer:Kick("UPDATING...")
  313. wait(0.5)
  314. game.Players.LocalPlayer:Kick("UPDATING")
  315. wait(0.5)
  316. game.Players.LocalPlayer:Kick("Don't press on LEAVE button! Updating system started...")
  317. local TeleportService = game:GetService("TeleportService")
  318. local Players = game:GetService("Players")
  319. local LocalPlayer = Players.LocalPlayer
  320.  
  321. local Rejoin = coroutine.create(function()
  322.     local Success, ErrorMessage = pcall(function()
  323.         TeleportService:Teleport(game.PlaceId, LocalPlayer)
  324.     end)
  325.  
  326.     if ErrorMessage and not Success then
  327.         warn(ErrorMessage)
  328.     end
  329. end)
  330.  
  331. coroutine.resume(Rejoin)
  332. end
  333. if cht:match(";blox game") then
  334. spawn(function()
  335. local message = Instance.new("Message",workspace)
  336. message.Text = "ECCS•AI:game started"
  337. wait(5)
  338. message:Destroy()
  339. end)
  340. local Sound = Instance.new("Sound")
  341.  
  342. local Id = "9044545570"
  343.  
  344. Sound.Parent = game.Workspace
  345. Sound.SoundId = "rbxassetid://"..Id
  346. Sound.Playing = true
  347. Sound.Looped = false
  348. Sound.Volume = 1
  349. local tool3 = Instance.new("HopperBin",game.Players.LocalPlayer.Backpack)
  350. tool3.BinType = "Hammer"
  351. for i = 1,50 do
  352.  wait(1)
  353. local part = Instance.new("Part")
  354. part.Parent = workspace
  355. part.Anchored = false
  356. part.Size = Vector3.new(10,10,10)
  357. part.CanCollide = true
  358. part.Position = Vector3.new(math.random(-50,50),math.random(-50,50),math.random(-50,50))
  359. end
  360. spawn(function()
  361. local message = Instance.new("Message",workspace)
  362. message.Text = "ECCS•AI:game over"
  363. wait(4)
  364. message:Destroy()
  365. end)
  366. Sound:Stop()
  367. tool3:Remove()
  368. game.Players.LocalPlayer.Character["Head"]:Remove()
  369. end
  370. if cht:match(";RTX") then
  371. loadstring(game:HttpGet("https://pastebin.com/raw/R7VGrQW2"))()
  372. end
  373. if cht:match(";executor") then
  374. loadstring(game:HttpGet("https://pastebin.com/raw/7nAMYduv"))("Made By ERROR_CODE")
  375. end
  376. if cht:match(";DEX") then
  377. loadstring(game:GetObjects('rbxassetid://2180084478')[1].Source)()
  378. end
  379. if cht:match(";place id") then
  380. local PlayerGui = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  381. PlayerGui:SetTopbarTransparency(0)
  382. local screen = Instance.new("ScreenGui")
  383. screen.Parent = PlayerGui
  384. local textlabel = Instance.new("TextLabel")
  385. textlabel.Text = "Place ID:\n "..game.PlaceId
  386. textlabel.Size = UDim2.new(1,1,1,1)
  387. textlabel.FontSize = Enum.FontSize.Size60
  388. textlabel.BackgroundColor3 = Color3.fromRGB(0,0,0)
  389. textlabel.TextColor3 = Color3.fromRGB(255,255,255)
  390. textlabel.Parent = screen
  391. wait(3)
  392. textlabel:Destroy()
  393. end
  394. if cht:match(";copy place id") then
  395. setclipboard(""..game.PlaceId)
  396. end
  397. if cht:match(";creator id") then
  398. local PlayerGui = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  399. PlayerGui:SetTopbarTransparency(0)
  400. local screen = Instance.new("ScreenGui")
  401. screen.Parent = PlayerGui
  402. local textlabel = Instance.new("TextLabel")
  403. textlabel.Text = "Creator ID:\n "..game.CreatorId
  404. textlabel.Size = UDim2.new(1,1,1,1)
  405. textlabel.FontSize = Enum.FontSize.Size60
  406. textlabel.BackgroundColor3 = Color3.fromRGB(0,0,0)
  407. textlabel.TextColor3 = Color3.fromRGB(255,255,255)
  408. textlabel.Parent = screen
  409. wait(3)
  410. textlabel:Destroy()
  411. end
  412. if cht:match(";copy creator id") then
  413. setclipboard(""..game.CreatorId)
  414. end
  415. if cht:match(";re") then
  416. game.Players.LocalPlayer.Character["Head"]:Remove()
  417. end
  418. if cht:match("noob") then
  419. local co = Instance.new("ColorCorrectionEffect")
  420.   co.Parent = game.Lighting
  421.   co.Saturation = math.random(0,10000)
  422.   co.TintColor = Color3.fromRGB(255, 0, 0)
  423. local plr = game.Players.LocalPlayer
  424. local gui = Instance.new("ScreenGui")
  425. gui.Parent = plr.PlayerGui
  426. gui.ResetOnSpawn = false
  427. local piracy = Instance.new("TextLabel")
  428. piracy.Parent = gui
  429. piracy.BackgroundTransparency = 1
  430. piracy.Size = UDim2.new(1.125, 0, 0.125, 0)
  431. piracy.Position = UDim2.new(0, -50, 0.5,-255)
  432. piracy.TextXAlignment = Enum.TextXAlignment.Center
  433. piracy.TextScaled = true
  434. piracy.Text = "BAD WORD DETECTED!"
  435. piracy.TextColor3 = Color3.new(0, 0, 0)
  436. piracy.Font = Enum.Font.Code
  437. local jumpscareSound = Instance.new("Sound", workspace)
  438. jumpscareSound.Name = "JumpscareSound"
  439. jumpscareSound.Volume = 999
  440. jumpscareSound.Pitch = 1
  441. jumpscareSound.SoundId = "rbxassetid://8280193916"
  442. jumpscareSound.Looped = true
  443. local jumpscareGUI = Instance.new("ScreenGui", nil)
  444. jumpscareGUI.Name = "Jumpscare"
  445. local image = Instance.new("ImageLabel", jumpscareGUI)
  446. image.Name = "JumpscareImage"
  447. image.BackgroundColor3 = Color3.new(0, 0, 0)
  448. image.BorderColor3 = Color3.new(255, 255, 255)
  449. image.BorderSizePixel = 0
  450. image.Size = UDim2.new(1, 0, 1, 0)
  451. image.Image = "http://www.roblox.com/asset/?id=1119705746"
  452. image.Active = true
  453.  
  454. for i, c in pairs(game.Players:GetChildren()) do
  455.  local jumpscareClone = jumpscareGUI:Clone()
  456.  jumpscareClone.Parent = c.PlayerGui
  457. end
  458. jumpscareSound:Play()
  459. wait(5)
  460. jumpscareSound:Destroy()
  461. for i, c in pairs(game.Players:GetChildren()) do
  462.  c.PlayerGui.Jumpscare:Destroy()
  463. game.Players.LocalPlayer:Kick("I will teach you to speak correctly>:(")
  464. wait()
  465. while true do
  466. warn("bad word")
  467. end
  468. end
  469. end
  470.  
  471. if cht:match("gay") then
  472. local co = Instance.new("ColorCorrectionEffect")
  473.   co.Parent = game.Lighting
  474.   co.Saturation = math.random(0,10000)
  475.   co.TintColor = Color3.fromRGB(255, 0, 0)
  476. local plr = game.Players.LocalPlayer
  477. local gui = Instance.new("ScreenGui")
  478. gui.Parent = plr.PlayerGui
  479. gui.ResetOnSpawn = false
  480. local piracy = Instance.new("TextLabel")
  481. piracy.Parent = gui
  482. piracy.BackgroundTransparency = 1
  483. piracy.Size = UDim2.new(1.125, 0, 0.125, 0)
  484. piracy.Position = UDim2.new(0, -50, 0.5,-255)
  485. piracy.TextXAlignment = Enum.TextXAlignment.Center
  486. piracy.TextScaled = true
  487. piracy.Text = "BAD WORD DETECTED!"
  488. piracy.TextColor3 = Color3.new(0, 0, 0)
  489. piracy.Font = Enum.Font.Code
  490. local jumpscareSound = Instance.new("Sound", workspace)
  491. jumpscareSound.Name = "JumpscareSound"
  492. jumpscareSound.Volume = 999
  493. jumpscareSound.Pitch = 1
  494. jumpscareSound.SoundId = "rbxassetid://8280193916"
  495. jumpscareSound.Looped = true
  496. local jumpscareGUI = Instance.new("ScreenGui", nil)
  497. jumpscareGUI.Name = "Jumpscare"
  498. local image = Instance.new("ImageLabel", jumpscareGUI)
  499. image.Name = "JumpscareImage"
  500. image.BackgroundColor3 = Color3.new(0, 0, 0)
  501. image.BorderColor3 = Color3.new(255, 255, 255)
  502. image.BorderSizePixel = 0
  503. image.Size = UDim2.new(1, 0, 1, 0)
  504. image.Image = "http://www.roblox.com/asset/?id=1119705746"
  505. image.Active = true
  506.  
  507. for i, c in pairs(game.Players:GetChildren()) do
  508.  local jumpscareClone = jumpscareGUI:Clone()
  509. jumpscareClone.Parent = c.PlayerGui
  510. end
  511. jumpscareSound:Play()
  512. wait(5)
  513. jumpscareSound:Destroy()
  514. for i, c in pairs(game.Players:GetChildren()) do
  515.  c.PlayerGui.Jumpscare:Destroy()
  516. game.Players.LocalPlayer:Kick("I will teach you to speak correctly>:(")
  517. wait()
  518. while true do
  519. warn("bad word")
  520. end
  521. end
  522. end
  523. if cht:match(";r6") then
  524. loadstring(game:HttpGet("https://pastebin.com/raw/9BFcHqfK"))("Made By ERROR_CODE")
  525. end
  526. end)
  527.  
  528. local screen = Instance.new("ScreenGui")
  529. screen.IgnoreGuiInset = false
  530. screen.ResetOnSpawn = true
  531. screen.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  532. screen.Parent = game.CoreGui
  533. local console = Instance.new("Frame")
  534. console.BackgroundColor3 = Color3.new(0, 0, 0)
  535. console.Position = UDim2.new(0, 0, -0.1, 0)
  536. console.Size = UDim2.new(1, 0, 2, 0)
  537. console.Name = "Console"
  538. console.Parent = screen
  539. local uicorner = Instance.new("UICorner")
  540. uicorner.Parent = console
  541. local uistroke = Instance.new("UIStroke")
  542. uistroke.ApplyStrokeMode = Enum.ApplyStrokeMode.Border
  543. uistroke.Color = Color3.new(1, 1, 1)
  544. uistroke.Thickness = 2.4000000953674316
  545. uistroke.Parent = console
  546. local script = Instance.new("LocalScript")
  547. script.Name = "Script"
  548. script.Parent = console
  549. local console_2 = Instance.new("ScrollingFrame")
  550. console_2.CanvasSize = UDim2.new(0, 0, 1.5, 0)
  551. console_2.ScrollBarImageColor3 = Color3.new(0.137255, 0.211765, 0.266667)
  552. console_2.ScrollBarThickness = 8
  553. console_2.Active = true
  554. console_2.BackgroundColor3 = Color3.new(0.101961, 0.101961, 0.101961)
  555. console_2.BackgroundTransparency = 1
  556. console_2.BorderSizePixel = 0
  557. console_2.Position = UDim2.new(0.0167131703, 0, 0.00914634112, 0)
  558. console_2.Size = UDim2.new(0.89142859, 0, 0.984756112, 0)
  559. console_2.Name = "Console"
  560. console_2.Parent = console
  561. local logs = Instance.new("Folder")
  562. logs.Name = "Logs"
  563. logs.Parent = console_2
  564. local example = Instance.new("Frame")
  565. example.BackgroundColor3 = Color3.new(1, 1, 1)
  566. example.BackgroundTransparency = 1
  567. example.Size = UDim2.new(0.919871807, 0, 0.0526315793, 0)
  568. example.Visible = true
  569. example.Name = "Example"
  570. example.Parent = logs
  571. local line = Instance.new("TextLabel")
  572. line.Font = Enum.Font.SourceSans
  573. line.Text = "1 - "
  574. line.TextColor3 = Color3.new(255, 255, 255)
  575. line.TextSize = 14
  576. line.BackgroundColor3 = Color3.new(1, 1, 1)
  577. line.BackgroundTransparency = 1
  578. line.Position = UDim2.new(0.0514285713, 0, 0.073170729, 0)
  579. line.Size = UDim2.new(0.0696864128, 0, 0.502032518, 0)
  580. line.Visible = true
  581. line.Name = "Line"
  582. line.Parent = example
  583. local text = Instance.new("TextLabel")
  584. text.Font = Enum.Font.Code
  585. text.TextColor3 = Color3.new(255, 255, 255)
  586. text.TextSize = 14
  587. text.TextXAlignment = Enum.TextXAlignment.Left
  588. text.BackgroundColor3 = Color3.new(1, 1, 1)
  589. text.BackgroundTransparency = 1
  590. text.Position = UDim2.new(0.83341676, 0, 0.0997807458, 0)
  591. text.Size = UDim2.new(11.3000002, 0, 1, 0)
  592. text.Name = "txt"
  593. text.Parent = line
  594. local uilist_layout = Instance.new("UIListLayout")
  595. uilist_layout.Padding = UDim.new(0.0010000000474974513, 0)
  596. uilist_layout.SortOrder = Enum.SortOrder.LayoutOrder
  597. uilist_layout.Parent = logs
  598.  
  599. local modules = {}
  600.  
  601. task.spawn(function()
  602.     local script = script
  603.  
  604.     local oldreq = require
  605.     local function require(target)
  606.         if modules[target] then
  607.             return modules[target]()
  608.         end
  609.         return oldreq(target)
  610.     end
  611.  
  612.  
  613.     local plr = game.Players.LocalPlayer
  614.     local Logs = script.Parent.Console.Logs -- Folder
  615.     local ExampleFrame = Logs.Example -- Line: 0
  616.  
  617.     local LineCount, LogText = 0, ""
  618.  
  619.  
  620.     local CreateMessage = function(...)
  621.         LineCount += 1
  622.         if LineCount >= 250 then
  623.             game.CoreGui.Screen.Console.Console.Logs["Line: " .. tostring(LineCount)]:Destroy()
  624.         end
  625.         local NewFrame = ExampleFrame:Clone()
  626.         NewFrame.Name = "Line: " .. tostring(LineCount) --Frame Name
  627.  
  628.         NewFrame.LayoutOrder = 1
  629.         NewFrame.Line.Text = tostring(LineCount) .. " - "  --First Label
  630.         NewFrame.Line.txt.Text = ...
  631.         NewFrame.Parent = Logs
  632.  
  633.     end
  634.  
  635.     local function tableToString(tbl)
  636.         local result = {}
  637.         local function traverseTable(t, indent)
  638.             for k, v in pairs(t) do
  639.                 if type(v) == "table" then
  640.                     result[#result + 1] = indent .. tostring(k) .. ": {"
  641.                     traverseTable(v, indent .. "  ")
  642.                     result[#result + 1] = indent .. "}"
  643.                 else
  644.                     result[#result + 1] = indent .. tostring(k) .. ": " .. tostring(v)
  645.                 end
  646.             end
  647.         end
  648.  
  649.         traverseTable(tbl, "")
  650.         return table.concat(result, "\n")
  651.     end
  652.  
  653.     local prt
  654.     prt = hookfunction(print, function(...)
  655.         local args = ...
  656.         if type(args) == "table" then
  657.             args = tableToString(args)
  658.         elseif type(args) == "function" then
  659.             args = getupvalues(args)
  660.         end
  661.         local message = tostring(args)
  662.         CreateMessage(message)
  663.         return warn(message)
  664.     end)
  665. end)
  666.  
  667.  
  668. -- // Constants \\ --
  669. -- [ Services ] --
  670. local Services = setmetatable({}, {__index = function(Self, Index)
  671. local NewService = game.GetService(game, Index)
  672. if NewService then
  673. Self[Index] = NewService
  674. end
  675. return NewService
  676. end})
  677.  
  678. -- [ LocalPlayer ] --
  679. local LocalPlayer = Services.Players.LocalPlayer
  680.  
  681. -- // Functions \\ --
  682. local function PlayerAdded(Player)
  683.    local Detected = false
  684.    local Character;
  685.    local PrimaryPart;
  686.  
  687.    local function CharacterAdded(NewCharacter)
  688.        Character = NewCharacter
  689.        repeat
  690.            wait()
  691.            PrimaryPart = NewCharacter:FindFirstChild("HumanoidRootPart")
  692.        until PrimaryPart
  693.        Detected = false
  694.    end
  695.  
  696.    CharacterAdded(Player.Character or Player.CharacterAdded:Wait())
  697.    Player.CharacterAdded:Connect(CharacterAdded)
  698.    Services.RunService.Heartbeat:Connect(function()
  699.        if (Character and Character:IsDescendantOf(workspace)) and (PrimaryPart and PrimaryPart:IsDescendantOf(Character)) then
  700.            if PrimaryPart.AssemblyAngularVelocity.Magnitude > 50 or PrimaryPart.AssemblyLinearVelocity.Magnitude > 100 then
  701.                if Detected == false then
  702.                    game.StarterGui:SetCore("ChatMakeSystemMessage", {
  703.                        Text = "Fling Exploit detected, Player: " .. tostring(Player);
  704.                        Color = Color3.fromRGB(255, 200, 0);
  705.                    })
  706.                end
  707.                Detected = true
  708.                for i,v in ipairs(Character:GetDescendants()) do
  709.                    if v:IsA("BasePart") then
  710.                        v.CanCollide = false
  711.                        v.AssemblyAngularVelocity = Vector3.new(0, 0, 0)
  712.                        v.AssemblyLinearVelocity = Vector3.new(0, 0, 0)
  713.                        v.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0)
  714.                    end
  715.                end
  716.                PrimaryPart.CanCollide = false
  717.                PrimaryPart.AssemblyAngularVelocity = Vector3.new(0, 0, 0)
  718.                PrimaryPart.AssemblyLinearVelocity = Vector3.new(0, 0, 0)
  719.                PrimaryPart.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0)
  720.            end
  721.        end
  722.    end)
  723. end
  724.  
  725. -- // Event Listeners \\ --
  726. for i,v in ipairs(Services.Players:GetPlayers()) do
  727.    if v ~= LocalPlayer then
  728.        PlayerAdded(v)
  729.    end
  730. end
  731. Services.Players.PlayerAdded:Connect(PlayerAdded)
  732.  
  733. local LastPosition = nil
  734. Services.RunService.Heartbeat:Connect(function()
  735.    pcall(function()
  736.        local PrimaryPart = LocalPlayer.Character.PrimaryPart
  737.        if PrimaryPart.AssemblyLinearVelocity.Magnitude > 250 or PrimaryPart.AssemblyAngularVelocity.Magnitude > 250 then
  738.            PrimaryPart.AssemblyAngularVelocity = Vector3.new(0, 0, 0)
  739.            PrimaryPart.AssemblyLinearVelocity = Vector3.new(0, 0, 0)
  740.            PrimaryPart.CFrame = LastPosition
  741.  
  742.            game.StarterGui:SetCore("ChatMakeSystemMessage", {
  743.                Text = "You were flung. Neutralizing velocity.";
  744.                Color = Color3.fromRGB(255, 0, 0);
  745.            })
  746.        elseif PrimaryPart.AssemblyLinearVelocity.Magnitude < 50 or PrimaryPart.AssemblyAngularVelocity.Magnitude > 50 then
  747.            LastPosition = PrimaryPart.CFrame
  748.        end
  749.    end)
  750. end)
  751. local chat = function(MSG)
  752. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(MSG, "All")
  753. end
  754. chat("[ECCS•AI]:Script made by ERROR_CODE & ECCS company")
  755.  
  756.  
  757.  
  758.  
  759.  
  760.  
  761.  
  762.  
  763.  
  764. local plr = game.Players.LocalPlayer
  765. local gui = Instance.new("ScreenGui")
  766. gui.Parent = plr.PlayerGui
  767. gui.ResetOnSpawn = false
  768. local dev = Instance.new("TextLabel")
  769. dev.Parent = gui
  770. dev.BackgroundTransparency = 1
  771. dev.Size = UDim2.new(0.125, 0, 0.125, 0)
  772. dev.Position = UDim2.new(0, 10, 1.5 ,-255)
  773. print("Copyright loaded")
  774. dev.TextXAlignment = Enum.TextXAlignment.Center
  775. dev.TextScaled = true
  776. dev.Text = "Made By ERROR_CODE"
  777. dev.TextColor3 = Color3.new(255, 255, 255)
  778. dev.Font = Enum.Font.Code
  779.  
  780. local FrontflipKey = Enum.KeyCode.Z
  781. local BackflipKey = Enum.KeyCode.X
  782. local AirjumpKey = Enum.KeyCode.C
  783.  
  784.  
  785.  
  786.  
  787. local ca = game:GetService("ContextActionService")
  788. local zeezy = game:GetService("Players").LocalPlayer
  789. local h = 0.0174533
  790. local antigrav
  791.  
  792.  
  793.  
  794.  
  795. function zeezyFrontflip(act,inp,obj)
  796.  if inp == Enum.UserInputState.Begin then
  797.   zeezy.Character.Humanoid:ChangeState("Jumping")
  798.   wait()
  799.   zeezy.Character.Humanoid.Sit = true
  800.   for i = 1,360 do
  801.    delay(i/720,function()
  802.    zeezy.Character.Humanoid.Sit = true
  803.     zeezy.Character.HumanoidRootPart.CFrame = zeezy.Character.HumanoidRootPart.CFrame * CFrame.Angles(-h,0,0)
  804.    end)
  805.   end
  806.   wait(0.55)
  807.   zeezy.Character.Humanoid.Sit = false
  808.  end
  809. end
  810.  
  811. function zeezyBackflip(act,inp,obj)
  812.  if inp == Enum.UserInputState.Begin then
  813.   zeezy.Character.Humanoid:ChangeState("Jumping")
  814.   wait()
  815.   zeezy.Character.Humanoid.Sit = true
  816.   for i = 1,360 do
  817.    delay(i/720,function()
  818.    zeezy.Character.Humanoid.Sit = true
  819.     zeezy.Character.HumanoidRootPart.CFrame = zeezy.Character.HumanoidRootPart.CFrame * CFrame.Angles(h,0,0)
  820.    end)
  821.   end
  822.   wait(0.55)
  823.   zeezy.Character.Humanoid.Sit = false
  824.  end
  825. end
  826.  
  827. function zeezyAirjump(act,inp,obj)
  828.  if inp == Enum.UserInputState.Begin then
  829.   zeezy.Character:FindFirstChildOfClass'Humanoid':ChangeState("Seated")
  830.   wait()
  831.   zeezy.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  832.  end
  833. end
  834.  
  835.  
  836. ca:BindAction("zeezyFrontflip",zeezyFrontflip,false,FrontflipKey)
  837. ca:BindAction("zeezyBackflip",zeezyBackflip,false,BackflipKey)
  838. ca:BindAction("zeezyAirjump",zeezyAirjump,false,AirjumpKey)
  839.  
  840. local chat = function(MSG)  game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(MSG, "All")
  841. end
  842. chat("[ECCS•AI]:Hi! I'm your Assistant")
  843. wait(2)
  844. chat("[ECCS•AI]:Commands: cmds, left, right, jump, stop, dance, dance2, dance3, wave, point, laugh, backward, crash, flip(r6), lay(r6), sit(r6), dab(r6), livetate(r6), kill(need key), chat, -?")
  845. wait(2)
  846. chat("[ECCS•AI]: DO NOT use prefix ;, :, /, . !!!")
  847. local HttpService = game:GetService("HttpService")
  848. local Players = game:GetService("Players")
  849. local UserInputService = game:GetService("UserInputService")
  850. local idioma = "ru"
  851.  
  852. local chatfuel = "False"
  853.  
  854.  
  855. local function mensajepro(mensaje, jugador)
  856.     local texto = mensaje
  857.     local Responde = game:HttpGet("https://api.simsimi.net/v2/?text="..texto.."&lc="..idioma.."&cf="..chatfuel)
  858.     local datos = HttpService:JSONDecode(Responde)
  859.    
  860.    wait()
  861.    
  862.    game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(jugador.." "..datos.success, "All")
  863. end
  864.  
  865.  
  866. Players.PlayerChatted:Connect(function(type, plr, message)
  867.     for _,plrs in pairs(game.Players:GetPlayers()) do
  868.  
  869.  if (Players.LocalPlayer.Character.HumanoidRootPart.Position - plrs.Character.HumanoidRootPart.Position).magnitude <= 16 then
  870.   if plr.Name == plrs.Name then
  871.       mensajepro(message, "[ECCS•AI]:")
  872.   end
  873.  end
  874.  
  875. end
  876. end)
  877. --afk
  878. print("AntiAFK loaded")
  879. local LP = game.Players.LocalPlayer
  880. local function ClearConnections(exception)
  881.     for i,v in pairs(getconnections(LP.Idled)) do
  882.         if v ~= exception then
  883.             v:Disable()
  884.         end
  885.     end
  886. end
  887. ClearConnections()
  888. local Connect
  889. Connect = LP.Idled:Connect(function()
  890.     ClearConnections(Connect)
  891.  
  892. end)
  893. print("FPS logger loaded")
  894.  local FPSLabel = script.Parent
  895.  local RunService = game:GetService("RunService")
  896.  local RenderStepped = RunService.RenderStepped
  897.  local sec = nil
  898.  local FPS = {}
  899.  
  900.   local textlab = Instance.new("TextLabel")
  901.  textlab.Size = UDim2.new(0, 200, 0, 28)
  902.  textlab.BackgroundTransparency = 1
  903.  textlab.TextColor3 = Color3.new(1, 1, 1)
  904.  textlab.TextStrokeTransparency = 0
  905.  textlab.TextStrokeColor3 = Color3.new(0.24, 0.24, 0.24)
  906.  textlab.Font = Enum.Font.SourceSans
  907.  textlab.TextSize = 30
  908.  textlab.Text = ""
  909.  textlab.BackgroundColor3 = Color3.new(0, 0, 0)
  910.  textlab.Position = UDim2.new(0, -85, 1.5 ,-270)
  911.  textlab.TextXAlignment = Enum.TextXAlignment.Right
  912.  textlab.BorderSizePixel = 0
  913.  textlab.Parent = game.CoreGui.RobloxGui
  914.  textlab.Visible = true
  915.  
  916.  local function fre()
  917.  local fr = tick()
  918.  for index = #FPS,1,-1 do
  919.  FPS[index + 1] = (FPS[index] >= fr - 1) and FPS[index] or nil
  920.  end
  921.  FPS[1] = fr
  922.  local fps = (tick() - sec >= 1 and #FPS) or (#FPS / (tick() - sec))
  923.  fps = math.floor(fps)
  924.  textlab.Text = ""..fps.."  -  FPS"
  925.  
  926.  if fps < 30 then
  927.  textlab.TextColor3 = Color3.new(0, 0, 0)
  928.  elseif fps < 45 then
  929.  textlab.TextColor3 = Color3.new(100, 0, 0)
  930.  elseif fps < 60 then
  931.  textlab.TextColor3 = Color3.new(100, 100, 0)
  932.  else
  933.  textlab.TextColor3 = Color3.new(0, 100, 0)
  934.  end
  935.  end
  936.  
  937.  sec = tick()
  938. RenderStepped:Connect(fre)
  939. --AI PLAY
  940.  if game.PlaceId == 1689414409 then
  941. local PlayerGui = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  942. PlayerGui:SetTopbarTransparency(0)
  943. local screen = Instance.new("ScreenGui")
  944. screen.Parent = PlayerGui
  945. local textlabel = Instance.new("TextLabel")
  946. textlabel.Text = "Loadin ECCS•AI play..."
  947. textlabel.Size = UDim2.new(1,1,1,1)
  948. textlabel.FontSize = Enum.FontSize.Size60
  949. textlabel.BackgroundColor3 = Color3.fromRGB(0,0,0)
  950. textlabel.TextColor3 = Color3.fromRGB(255,255,255)
  951. textlabel.Parent = screen
  952. wait(3)
  953. textlabel:Destroy()
  954. local PlayerGui = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  955. PlayerGui:SetTopbarTransparency(0)
  956. local screen = Instance.new("ScreenGui")
  957. screen.Parent = PlayerGui
  958. local textlabel = Instance.new("TextLabel")
  959. textlabel.Text = "Loaded!"
  960. textlabel.Size = UDim2.new(1,1,1,1)
  961. textlabel.FontSize = Enum.FontSize.Size60
  962. textlabel.BackgroundColor3 = Color3.fromRGB(0,0,0)
  963. textlabel.TextColor3 = Color3.fromRGB(255,255,255)
  964. textlabel.Parent = screen
  965. wait(2)
  966. textlabel:Destroy()
  967. local PlayerGui = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  968. PlayerGui:SetTopbarTransparency(0)
  969. local screen = Instance.new("ScreenGui")
  970. screen.Parent = PlayerGui
  971. local textlabel = Instance.new("TextLabel")
  972. textlabel.Text = "UNO!"
  973. textlabel.Size = UDim2.new(1,1,1,1)
  974. textlabel.FontSize = Enum.FontSize.Size60
  975. textlabel.BackgroundColor3 = Color3.fromRGB(0,0,0)
  976. textlabel.TextColor3 = Color3.fromRGB(255,255,255)
  977. textlabel.Parent = screen
  978. wait(3)
  979. textlabel:Destroy()
  980.  plus4Cards = true
  981. wildCards = true
  982. actionCards = true
  983. autoJoinMatch = false
  984. autoCreateAI = false
  985. autoCreateMatch = false
  986. loadstring(game:HttpGet("https://raw.githubusercontent.com/Skribb11es/Random-Releases/main/UNOBOT", true))()
  987.  end
  988. local keys = {
  989.  ["a"] = 0x41,
  990.  ["b"] = 0x42,
  991.  ["c"] = 0x43,
  992.  ["d"] = 0x44,
  993.  ["e"] = 0x45,
  994.  ["f"] = 0x46,
  995.  ["g"] = 0x47,
  996.  ["h"] = 0x48,
  997.  ["i"] = 0x49,
  998.  ["j"] = 0x4A,
  999.  ["k"] = 0x4B,
  1000.  ["l"] = 0x4C,
  1001.  ["m"] = 0x4D,
  1002.  ["n"] = 0x4E,
  1003.  ["o"] = 0x4F,
  1004.  ["p"] = 0x50,
  1005.  ["q"] = 0x51,
  1006.  ["r"] = 0x52,
  1007.  ["s"] = 0x53,
  1008.  ["t"] = 0x54,
  1009.  ["u"] = 0x55,
  1010.  ["v"] = 0x56,
  1011.  ["w"] = 0x57,
  1012.  ["x"] = 0x58,
  1013.  ["y"] = 0x59,
  1014.  ["z"] = 0x5A,
  1015.  ["0"] = 0x30,
  1016.  ["1"] = 0x31,
  1017.  ["2"] = 0x32,
  1018.  ["3"] = 0x33,
  1019.  ["4"] = 0x34,
  1020.  ["5"] = 0x35,
  1021.  ["6"] = 0x36,
  1022.  ["7"] = 0x37,
  1023.  ["8"] = 0x38,
  1024.  ["9"] = 0x39,
  1025.  ["+"] = 0xBB,
  1026.  ["-"] = 0xBD,
  1027.  [","] = 0xBC,
  1028.  ["."] = 0xBE,
  1029.  ["quote"] = 0xDE,
  1030.  ["esc"] = 0x1B,
  1031.  ["tab"] = 0x09,
  1032.  ["caps"] = 0x14,
  1033.  ["lshift"] = 0xA0,
  1034.  ["rshift"] = 0xA1,
  1035.  ["ctrl"] = 0x11,
  1036.  ["lctrl"] = 0xA2,
  1037.  ["rctrl"] = 0xA3,
  1038.  ["lwin"] = 0x5B,
  1039.  ["rwin"] = 0x5C,
  1040.  ["alt"] = 0x12,
  1041.  ["space"] = 0x20,
  1042.  ["enter"] = 0x0D,
  1043.  ["backspace"] = 0x08,
  1044.  ["sshot"] = 0x2C,
  1045.  ["scrolllock"] = 0x91,
  1046.  ["pause"] = 0x13,
  1047.  ["insert"] = 0x2D,
  1048.  ["home"] = 0x24,
  1049.  ["pgup"] = 0x21,
  1050.  ["del"] = 0x2E,
  1051.  ["end"] = 0x23,
  1052.  ["pgdn"] = 0x22,
  1053.  ["up_a"] = 0x26,
  1054.  ["down_a"] = 0x28,
  1055.  ["left_a"] = 0x25,
  1056.  ["right_a"] = 0x27,
  1057.  ["numlock"] = 0x90,
  1058.  ["sleep"] = 0x5F,
  1059.  ["n_0"] = 0x60,
  1060.  ["n_1"] = 0x61,
  1061.  ["n_2"] = 0x62,
  1062.  ["n_3"] = 0x63,
  1063.  ["n_4"] = 0x64,
  1064.  ["n_5"] = 0x65,
  1065.  ["n_6"] = 0x66,
  1066.  ["n_7"] = 0x67,
  1067.  ["n_8"] = 0x68,
  1068.  ["n_9"] = 0x69,
  1069.  ["v_mute"] = 0xAD,
  1070.  ["v_up"] = 0xAF,
  1071.  ["v_down"] = 0xAE,
  1072.  ["next_t"] = 0xB0,
  1073.  ["prev_t"] = 0xB1,
  1074.  ["stop_t"] = 0xB2,
  1075.  ["pause_t"] = 0xB3,
  1076.  ["f1"] = 0x70,
  1077.  ["f2"] = 0x71,
  1078.  ["f3"] = 0x72,
  1079.  ["f4"] = 0x73,
  1080.  ["f5"] = 0x74,
  1081.  ["f6"] = 0x75,
  1082.  ["f7"] = 0x76,
  1083.  ["f8"] = 0x77,
  1084.  ["f9"] = 0x78,
  1085.  ["f10"] = 0x79,
  1086.  ["f11"] = 0x7A,
  1087.  ["f12"] = 0x7B,
  1088. }
  1089.  
  1090. function hold(mousebutton)
  1091.  if mousebutton == "left" then
  1092.   mouse1down()
  1093.  elseif mousebutton == "right" then
  1094.   mouse2down()
  1095.  end
  1096. end
  1097.  
  1098. function release(mousebutton)
  1099.  if mousebutton == "left" then
  1100.   mouse1up()
  1101.  elseif mousebutton == "right" then
  1102.   mouse2up()
  1103.  end
  1104. end
  1105.  
  1106. function click(mousebutton)
  1107.  if mousebutton == "left" then
  1108.   mouse1click()
  1109.  elseif mousebutton == "right" then
  1110.   mouse2click()
  1111.  end
  1112. end
  1113.  
  1114. function move(x,y)
  1115.  mousemoveabs(x,y)
  1116. end
  1117.  
  1118. function scroll(p)
  1119.  mousescroll(p)
  1120. end
  1121.  
  1122. function loopmove(x,y)
  1123.  if canmove2 ~= false then
  1124.   canmove1 = false
  1125.   spawn(function()
  1126.    local l
  1127.    l = game:GetService("RunService").Heartbeat:Connect(function()
  1128.     if canmove1 == true then
  1129.      l:Disconnect()
  1130.     end
  1131.     wait()
  1132.     move(x,y)
  1133.    end)
  1134.   end)
  1135.  end
  1136. end
  1137.  
  1138. function breakmove()
  1139.  canmove1 = false
  1140. end
  1141.  
  1142. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  1143. canmove2 = true
  1144. function togglemove()
  1145.  if canmove1 ~= false then
  1146.   if canmove2 == false then
  1147.    canmove2 = true
  1148.   elseif canmove2 == true then
  1149.    canmove2 = false
  1150.    mx = mouse.X
  1151.    my = mouse.Y
  1152.    spawn(function()
  1153.     local l
  1154.     l = game:GetService("RunService").Heartbeat:Connect(function()
  1155.      if canmove2 == true then
  1156.       l:Disconnect()
  1157.      end
  1158.      wait()
  1159.      move(mx,my)
  1160.     end)
  1161.    end)
  1162.   end
  1163.  end
  1164. end
  1165.  
  1166. function type(string)
  1167.  for _,char in pairs(string:split("")) do
  1168.   wait(0.01)
  1169.   if char == " " then
  1170.    keypress(keys["space"])
  1171.   else
  1172.    if char:upper() == char and (char ~= "," and char ~= "." and char ~= "-" and char ~= "+" and char ~= "'" and char ~= '"' and char ~= "<" and char ~= ">" and char ~= "_" and char ~= "=") then
  1173. keypress(keys["lshift"])
  1174.     keypress(keys[char:lower()])
  1175.                 keyrelease(keys["lshift"])
  1176.    else
  1177.     if char == "'" then
  1178.      keyrelease(keys["caps"])
  1179.      keyrelease(keys["lshift"])
  1180.      keypress(keys["quote"])
  1181.     elseif char == '"' then
  1182.      keyrelease(keys["caps"])
  1183.      keypress(keys["lshift"])
  1184.      keypress(keys["quote"])
  1185.      keyrelease(keys["lshift"])
  1186.     elseif char == "<" then
  1187.      keyrelease(keys["caps"])
  1188.      keypress(keys["lshift"])
  1189.      keypress(keys[","])
  1190.      keyrelease(keys["lshift"])
  1191.     elseif char == ">" then
  1192.      keyrelease(keys["caps"])
  1193.      keypress(keys["lshift"])
  1194.      keypress(keys["."])
  1195.      keyrelease(keys["lshift"])
  1196.     elseif char == "_" then
  1197.      keyrelease(keys["caps"])
  1198.      keypress(keys["lshift"])
  1199.      keypress(keys["-"])
  1200.      keyrelease(keys["lshift"])
  1201.     elseif char == "=" then
  1202.      keyrelease(keys["caps"])
  1203.      keypress(keys["lshift"])
  1204.      keypress(keys["+"])
  1205.      keyrelease(keys["lshift"])
  1206.     else
  1207.      keyrelease(keys["caps"])
  1208.      keyrelease(keys["lshift"])
  1209.      keypress(keys[char])
  1210.     end
  1211.    end
  1212.   end
  1213.  end
  1214. end
  1215.  
  1216. local chatEvents = game:GetService("ReplicatedStorage"):WaitForChild("DefaultChatSystemChatEvents")
  1217. local messageDoneFiltering = chatEvents:WaitForChild("OnMessageDoneFiltering")
  1218.  
  1219. messageDoneFiltering.OnClientEvent:Connect(function(message)
  1220.  local msg = message.Message or ""
  1221.  
  1222.  
  1223.  
  1224.  print(msg)
  1225.  
  1226.  
  1227.   if msg:lower():sub(1,13) == "backward" then
  1228.    keyrelease(keys["w"])
  1229.    keypress(keys["s"])
  1230.   end
  1231.  
  1232.   if msg:lower():sub(1,13) == "left" then
  1233.    keyrelease(keys["d"])
  1234.    keypress(keys["a"])
  1235.   end
  1236.  
  1237.   if msg:lower():sub(1,14) == "right" then
  1238.    keyrelease(keys["a"])
  1239.    keypress(keys["d"])
  1240.   end
  1241.  
  1242.   if msg:lower():sub(1,11) == "stop" then
  1243.    keyrelease(keys["w"])
  1244.    keyrelease(keys["s"])
  1245.    keyrelease(keys["a"])
  1246.    keyrelease(keys["d"])
  1247. keypress(keys["space"])
  1248.    wait(0.1)
  1249. keyrelease(keys["space"])
  1250.   end
  1251.   if msg:lower():sub(1,4) == "wave" then
  1252.    game.Players:Chat("/e wave")
  1253.   end
  1254.   if msg:lower():sub(1,5) == "point" then
  1255.    game.Players:Chat("/e point")
  1256.   end
  1257.   if msg:lower():sub(1,5) == "laugh" then
  1258.    game.Players:Chat("/e laugh")
  1259.   end
  1260.   if msg:lower():sub(1,5) == "dance" then
  1261.    game.Players:Chat("/e dance")
  1262.   end
  1263.   if msg:lower():sub(1,6) == "dance1" then
  1264.    game.Players:Chat("/e dance1")
  1265.   end
  1266.   if msg:lower():sub(1,6) == "dance2" then
  1267.    game.Players:Chat("/e dance2")
  1268.   end
  1269.   if msg:lower():sub(1,6) == "dance3" then
  1270.    game.Players:Chat("/e dance3")
  1271.   end
  1272.  
  1273.   if msg:lower():sub(1,4) == "jump" then
  1274. game:GetService('Players').LocalPlayer.Character.Humanoid.JumpPower = 200
  1275.    keypress(keys["space"])
  1276.    wait(0.1)
  1277.    keyrelease(keys["space"])
  1278. wait(1)
  1279. game:GetService('Players').LocalPlayer.Character.Humanoid.JumpPower = 50
  1280.   end
  1281. if msg:lower():sub(1,8) == "cmds" then
  1282. local chat = function(MSG)  game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(MSG, "All")
  1283. end
  1284. chat("[ECCS•AI]:Commands: cmds, left, right, jump, stop, dance, dance2, dance3, wave, point, laugh, backward, crash, flip(r6), lay(r6), dab(r6), sit(r6), livetate(r6), kill(need key), chat, -?")
  1285. end
  1286.  
  1287.  
  1288. if msg:lower():sub(1,5) == "crash" then
  1289. local chat = function(MSG)  game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(MSG, "All")
  1290. end
  1291. chat("[ECCS•AI]:crash work on games max  2012")
  1292. sounds = {}
  1293.  
  1294.  
  1295. function getSounds(loc)
  1296. if loc:IsA("Sound") then
  1297. table.insert(sounds,loc)
  1298. end
  1299. for _,obj in pairs(loc:GetChildren()) do
  1300. getSounds(obj)
  1301. end
  1302. end
  1303.  
  1304. getSounds(game)
  1305.  
  1306. game.DescendantAdded:connect(function(obj)
  1307. if obj:IsA("Sound") then
  1308. table.insert(sounds,obj)
  1309. end
  1310. end)
  1311.  
  1312. while wait(0.1) do
  1313. for _,sound in pairs(sounds) do
  1314. pcall(function()
  1315. sound:Play()
  1316. end)
  1317. end
  1318. end
  1319. end
  1320. if msg:lower():sub(1,3) == "sit" then
  1321. local Sound = Instance.new("Sound")
  1322.  
  1323. local Id = "1838889111"
  1324. Sound.Parent = game.Workspace
  1325. Sound.SoundId = "rbxassetid://"..Id
  1326. Sound.Playing = true
  1327. Sound.Looped = false
  1328. Sound.Volume = 1
  1329. AnimationId = "182724289"
  1330. local Anim = Instance.new("Animation")
  1331. Anim.AnimationId = "rbxassetid://"..AnimationId
  1332. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1333. k:Play()
  1334. k:AdjustSpeed(1)
  1335. wait(5)
  1336. k:Stop()
  1337. Sound:Stop()
  1338. end
  1339. if msg:lower():sub(1,3) == "lay" then
  1340. local Sound = Instance.new("Sound")
  1341.  
  1342. local Id = "1837653991"
  1343.  
  1344. Sound.Parent = game.Workspace
  1345. Sound.SoundId = "rbxassetid://"..Id
  1346. Sound.Playing = true
  1347. Sound.Looped = false
  1348. Sound.Volume = 1
  1349. AnimationId = "282574440"
  1350. local Anim = Instance.new("Animation")
  1351. Anim.AnimationId = "rbxassetid://"..AnimationId
  1352. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1353. k:Play()
  1354. k:AdjustSpeed(0.5)
  1355. wait(5)
  1356. k:Stop()
  1357. Sound:Stop()
  1358. end
  1359. if msg:lower():sub(1,3) == "dab" then
  1360. local Sound = Instance.new("Sound")
  1361.  
  1362. local Id = "6823597327"
  1363.  
  1364. Sound.Parent = game.Workspace
  1365. Sound.SoundId = "rbxassetid://"..Id
  1366. Sound.Playing = true
  1367. Sound.Looped = false
  1368. Sound.Volume = 1
  1369. AnimationId = "248263260"
  1370. local Anim = Instance.new("Animation")
  1371. Anim.AnimationId = "rbxassetid://"..AnimationId
  1372. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1373. k:Play()
  1374. k:AdjustSpeed(1)
  1375. wait(10)
  1376. k:Stop()
  1377. Sound:Stop()
  1378. end
  1379.  
  1380. if msg:lower():sub(1,8) == "-?" then
  1381. local chat = function(MSG)  game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(MSG, "All")
  1382. end
  1383. chat("[ECCS•AI]:To talk to him you need to be at a distance of no more than 16 steps")
  1384. end
  1385. if msg:lower():sub(1,8) == "livetate" then
  1386. local Sound = Instance.new("Sound")
  1387.  
  1388. local Id = "1842796919"
  1389.  
  1390. Sound.Parent = game.Workspace
  1391. Sound.SoundId = "rbxassetid://"..Id
  1392. Sound.Playing = true
  1393. Sound.Looped = false
  1394. Sound.Volume = 1
  1395. AnimationId = "313762630"
  1396. local Anim = Instance.new("Animation")
  1397. Anim.AnimationId = "rbxassetid://"..AnimationId
  1398. local k = game.Players.LocalPlayer.Character.Humanoid:LoadAnimation(Anim)
  1399. k:Play()
  1400. k:AdjustSpeed(0.5)
  1401. wait(5)
  1402. k:Stop()
  1403. Sound:Stop()
  1404. end
  1405. if msg:lower():sub(1,4) == "kill" then
  1406. local chat = function(MSG)  game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(MSG, "All")
  1407. end
  1408. chat("[ECCS•AI]:You need key for this")
  1409. wait(1)
  1410. chat("[ECCS•AI]:key you can get in telegram of my developer")
  1411. wait(0.5)
  1412. chat("[ECCS•AI]: @ECCSAI")
  1413. end
  1414. if msg:lower():sub(1,12) == "091107" then
  1415. game.Players.LocalPlayer.Character["Head"]:Remove()
  1416. end
  1417. if msg:lower():sub(1,4) == "chat" then
  1418. local AmountOfMessages = 999
  1419. local SafeMode = false
  1420. local SafemodeWaitTime = 0
  1421.  
  1422. if SafeMode then
  1423.  game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
  1424.  wait(SafemodeWaitTime)
  1425.  game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
  1426.  wait(SafemodeWaitTime)
  1427.  game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
  1428. else
  1429.  game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
  1430.  game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
  1431.  game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ", "All")
  1432. end
  1433. end
  1434. if msg:lower():sub(1,4) == "flip" then
  1435. --keypress(keys["z"])
  1436. keyrelease(keys["ctrl"])
  1437. keyrelease(keys["alt"])
  1438. keyrelease(keys["right_a"])
  1439. end
  1440. --[[if msg:lower():sub(1,4) == "rotate" then
  1441. keyrelease(keys["ctrl"])
  1442. keyrelease(keys["alt"])
  1443. keyrelease(keys["right_a"])
  1444. end]]
  1445. end)
  1446.  
  1447.  
  1448. print("Systen loaded")
  1449. wait(2)
  1450. console:Destroy()
  1451.  
  1452.  
  1453. end)
  1454. --Telegram(@ECCSAI)
  1455. --Discord(justerror#2242)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement