Advertisement
Dabrazilliandev

Egors Admin Script

Feb 23rd, 2023 (edited)
886
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.93 KB | None | 0 0
  1. local Player = game.Players.LocalPlayer
  2.  
  3. Player.Chatted:connect(function(cht)
  4. if cht:match(";fly") then
  5.  
  6. loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104\116\116\112\115\58\47\47\103\105\115\116\46\103\105\116\104\117\98\117\115\101\114\99\111\110\116\101\110\116\46\99\111\109\47\109\101\111\122\111\110\101\89\84\47\98\102\48\51\55\100\102\102\57\102\48\97\55\48\48\49\55\51\48\52\100\100\100\54\55\102\100\99\100\51\55\48\47\114\97\119\47\101\49\52\101\55\52\102\52\50\53\98\48\54\48\100\102\53\50\51\51\52\51\99\102\51\48\98\55\56\55\48\55\52\101\98\51\99\53\100\50\47\97\114\99\101\117\115\37\50\53\50\48\120\37\50\53\50\48\102\108\121\37\50\53\50\48\50\37\50\53\50\48\111\98\102\108\117\99\97\116\111\114\39\41\44\116\114\117\101\41\41\40\41\10\10")()
  7. wait(0.1)
  8.  
  9. end
  10. end)
  11.  
  12. local Player = game.Players.LocalPlayer
  13.  
  14. Player.Chatted:connect(function(cht)
  15. if cht:match(";iy") then
  16.  
  17. loadstring(game:HttpGet('https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source'))()
  18. end
  19. end)
  20.  
  21. game:GetService("StarterGui"):SetCore("SendNotification",{
  22. Title = "Loaded Admin script prefex is ;";
  23. Text = "Made by egor XD dont say its urs ok?";
  24. })
  25.  
  26. local Player = game.Players.LocalPlayer
  27.  
  28. Player.Chatted:connect(function(cht)
  29. if cht:match(";ball") then
  30.  
  31. _G.specifictoolname = false _G.toolname = "BoomBox" loadstring(game:HttpGet('https://raw.githubusercontent.com/DigitalityScripts/roblox-scripts/main/500%20Pounds%20Converted%20%5B1%20Tool%5D.lua'))()
  32. end
  33. end)
  34.  
  35. local Player = game.Players.LocalPlayer
  36.  
  37. Player.Chatted:connect(function(cht)
  38. if cht:match(";iv admin") then
  39.  
  40. loadstring(game:HttpGet('https://raw.githubusercontent.com/BloodyBurns/Hexx/main/Iv%20Admin/Admin%202.lua'))()
  41. end
  42. end)
  43.  
  44. local Player = game.Players.LocalPlayer
  45.  
  46. Player.Chatted:connect(function(cht)
  47. if cht:match(";fates admin") then
  48.  
  49. loadstring(game:HttpGet("https://raw.githubusercontent.com/fatesc/fates-admin/main/main.lua"))()
  50. end
  51. end)
  52.  
  53. local Player = game.Players.LocalPlayer
  54.  
  55. Player.Chatted:connect(function(cht)
  56. if cht:match(";grabhats") then
  57.  
  58. local lp = game.Players.LocalPlayer
  59. local char = lp.Character
  60.  
  61. for i, v in pairs(char:GetChildren()) do
  62. if v:IsA("BallSocketConstraint") then
  63. v:Destroy()
  64. end
  65. end
  66.  
  67. for i, v in pairs(char:GetChildren()) do
  68. if v:IsA("HingeConstraint") then
  69. v:Destroy()
  70. end
  71. end
  72.  
  73. for i, v in pairs(char.Humanoid:GetAccessories()) do
  74. local hat = v.Name
  75.  
  76. char[hat].Archivable = true
  77. local fake = char[hat]:Clone()
  78. fake.Parent = char
  79. fake.Handle.Transparency = 1
  80.  
  81. local hold = false
  82. local enabled = false
  83.  
  84. char[hat].Handle.AccessoryWeld:Destroy()
  85.  
  86. local tool = Instance.new("Tool", lp.Backpack)
  87. tool.RequiresHandle = true
  88. tool.CanBeDropped = false
  89. tool.Name = hat
  90.  
  91. local handle = Instance.new("Part", tool)
  92. handle.Name = "Handle"
  93. handle.Size = Vector3.new(1, 1, 1)
  94. handle.Massless = true
  95. handle.Transparency = 1
  96.  
  97. local positions = {
  98. forward = tool.GripForward,
  99. pos = tool.GripPos,
  100. right = tool.GripRight,
  101. up = tool.GripUp
  102. }
  103.  
  104. tool.Equipped:connect(function()
  105. hold = true
  106. end)
  107.  
  108. tool.Unequipped:connect(function()
  109. hold = false
  110. end)
  111.  
  112. tool.Activated:connect(function()
  113. if enabled == false then
  114. enabled = true
  115. tool.GripForward = Vector3.new(-0.976,0,-0.217)
  116. tool.GripPos = Vector3.new(.95,-0.76,1.4)
  117. tool.GripRight = Vector3.new(0.217,0, 0.976)
  118. tool.GripUp = Vector3.new(0,1,0)
  119. wait(.8)
  120. tool.GripForward = positions.forward
  121. tool.GripPos = positions.pos
  122. tool.GripRight = positions.right
  123. tool.GripUp = positions.up
  124. enabled = false
  125. end
  126. end)
  127.  
  128. game:GetService("RunService").Heartbeat:connect(function()
  129. pcall(function()
  130. char[hat].Handle.Velocity = Vector3.new(30, 0, 0)
  131. if hold == false then
  132. char[hat].Handle.CFrame = fake.Handle.CFrame
  133. elseif hold == true then
  134. char[hat].Handle.CFrame = handle.CFrame
  135. end
  136. end)
  137. end)
  138. end
  139. end
  140. end)
  141.  
  142. local Player = game.Players.LocalPlayer
  143.  
  144. Player.Chatted:connect(function(cht)
  145. if cht:match(";reviz admin") then
  146.  
  147. loadstring(game:HttpGet("https://pastebin.com/raw/Caniwq2N",true))()
  148. end
  149. end)
  150.  
  151. local Player = game.Players.LocalPlayer
  152.  
  153. Player.Chatted:connect(function(cht)
  154. if cht:match(";flingtool") then
  155.  
  156. loadstring(game:HttpGet(('https://pastefy.ga/xBdd9GId/raw'),true))()
  157. end
  158. end)
  159.  
  160. local Player = game.Players.LocalPlayer
  161.  
  162. Player.Chatted:connect(function(cht)
  163. if cht:match(";cmds") then
  164.  
  165. game:GetService("StarterGui"):SetCore("SendNotification",{
  166. Title = "Egors Admin Notify";
  167. Text = ";cmds ;fly ;ball ;grabhats ;iv admin ;fates admin ;flingtool ;slapbattlesscript ;fakevr ;iy ;killchat ;credits ;keyboard ;bighead ;arceus x ;krnl ;animation GUI ;punch ;noclip ;inf jump ;fling ;harked ;shiftlock";
  168. })
  169. end
  170. end)
  171.  
  172. local Player = game.Players.LocalPlayer
  173.  
  174. Player.Chatted:connect(function(cht)
  175. if cht:match(";slapbattlesscript") then
  176.  
  177. local a=game:GetService('Players').LocalPlayer;local b=loadstring(game:HttpGet"https://raw.githubusercontent.com/dawid-scripts/UI-Libs/main/discord%20lib.txt")()local c=b:Window("discord library")local d=c:Server("Slap Battles Gui","")local e=d:Channel("Gloves")local f=d:Channel("Client")local g=d:Channel("Extra")e:Toggle("Ghost (Always Invisible)",false,function(h)_G.Ghost1Script=h;loadstring(game:HttpGet("https://pastebin.com/raw/XhmprCah"))()end)e:Seperator()e:Toggle("Kill Aura",false,function(h)_G.KillAura1Script=h;loadstring(game:HttpGet("https://pastebin.com/raw/iuBpxJu3"))()end)e:Seperator()e:Button("Gold (God Mode)",function()loadstring(game:HttpGet("https://pastebin.com/raw/JNaXQHQj"))()end)e:Seperator()e:Toggle("AutoFarm Replica",false,function(h)_G.AutoReplica=h;loadstring(game:HttpGet("https://pastebin.com/raw/fbYTRC0d"))()end)f:Slider("WalkSpeed",20,40,20,function(h)local i=a.Character;if i then local j=i:FindFirstChildOfClass("Humanoid")if j then j.WalkSpeed=h end end end)f:Toggle("Remove FallDeath",false,function(h)_G.RemoveFallDeath=h;loadstring(game:HttpGet("https://pastebin.com/raw/QT1G5MAQ"))()end)g:Button("Infinite Yield",function()loadstring(game:HttpGet("https://raw.githubusercontent.com/EdgeIY/infiniteyield/master/source"))()end)
  178. end
  179. end)
  180.  
  181. local Player = game.Players.LocalPlayer
  182.  
  183. Player.Chatted:connect(function(cht)
  184. if cht:match(";fakevr") then
  185.  
  186. loadstring("\108\111\97\100\115\116\114\105\110\103\40\103\97\109\101\58\72\116\116\112\71\101\116\40\40\39\104\116\116\112\115\58\47\47\112\97\115\116\101\102\121\46\103\97\47\104\51\78\54\82\121\68\73\47\114\97\119\39\41\44\116\114\117\101\41\41\40\41\10")()
  187. end
  188. end)
  189.  
  190. local Player = game.Players.LocalPlayer
  191.  
  192. Player.Chatted:connect(function(cht)
  193. if cht:match(";killchat") then
  194.  
  195. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(" ⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻⸻", "All") end
  196. end)
  197.  
  198. local Player = game.Players.LocalPlayer
  199.  
  200. Player.Chatted:connect(function(cht)
  201. if cht:match(";credits") then
  202.  
  203. game:GetService("StarterGui"):SetCore("SendNotification",{
  204. Title = "Egors Admin Notify";
  205. Text = "ȅ̢͖g͍̅́ȍ̶̙r̡̟̅ ̼̃͢o̴̗͌n͑̕ͅl͚ͮ͘y͉̓҉";
  206. })
  207. end
  208. end)
  209.  
  210. local Player = game.Players.LocalPlayer
  211.  
  212. Player.Chatted:connect(function(cht)
  213. if cht:match(";keyboard") then
  214.  
  215. loadstring(game:HttpGet("https://raw.githubusercontent.com/advxzivhsjjdhxhsidifvsh/mobkeyboard/main/main.txt", true))()
  216. end
  217. end)
  218.  
  219. local Player = game.Players.LocalPlayer
  220.  
  221. Player.Chatted:connect(function(cht)
  222. if cht:match(";bighead") then
  223.  
  224. loadstring(game:HttpGet("https://raw.githubusercontent.com/sysGhost-aka-BiKode/BigHeadV2/main/BigHeadV2-r15", true))()
  225. end
  226. end)
  227.  
  228. local Player = game.Players.LocalPlayer
  229.  
  230. Player.Chatted:connect(function(cht)
  231. if cht:match(";arceus x") then
  232.  
  233. loadstring(game:HttpGet("https://raw.githubusercontent.com/AZYsGithub/chillz-workshop/main/Arceus%20X%20V3"))()
  234. end
  235. end)
  236.  
  237. game:GetService("StarterGui"):SetCore("SendNotification",{
  238. Title = "Egors Admin Notify";
  239. Text = "Version Is V1.9.0";
  240. })
  241.  
  242. local Player = game.Players.LocalPlayer
  243.  
  244. Player.Chatted:connect(function(cht)
  245. if cht:match(";animation GUI") then
  246.  
  247. loadstring(game:HttpGet("https://pastebin.com/raw/0MLPL32f"))();
  248. end
  249. end)
  250.  
  251. local Player = game.Players.LocalPlayer
  252.  
  253. Player.Chatted:connect(function(cht)
  254. if cht:match(";punch") then
  255.  
  256. loadstring(game:HttpGet(('https://pastefy.ga/GvnHVjT5/raw'),true))()
  257. end
  258. end)
  259.  
  260. Player.Chatted:connect(function(cht)
  261. if cht:match(";krnl") then
  262.  
  263. loadstring(game:HttpGet("https://pastebin.com/raw/M3HjLPU7"))() end
  264. end) -- Executes krnl
  265.  
  266. Player.Chatted:connect(function(cht)
  267. if cht:match(";noclip") then
  268.  
  269. local Noclip = nil
  270. local Clip = nil
  271.  
  272. function noclip()
  273. Clip = false
  274. local function Nocl()
  275. if Clip == false and game.Players.LocalPlayer.Character ~= nil then
  276. for _,v in pairs(game.Players.LocalPlayer.Character:GetDescendants()) do
  277. if v:IsA('BasePart') and v.CanCollide and v.Name ~= floatName then
  278. v.CanCollide = false
  279. end
  280. end
  281. end
  282. wait(0.21) -- basic optimization
  283. end
  284. Noclip = game:GetService('RunService').Stepped:Connect(Nocl)
  285. end
  286.  
  287. function clip()
  288. if Noclip then Noclip:Disconnect() end
  289. Clip = true
  290. end
  291.  
  292. noclip() -- to toggle noclip() and clip()
  293. end
  294. end)
  295.  
  296. Player.Chatted:connect(function(cht)
  297. if cht:match(";inf jump") then
  298.  
  299. local InfiniteJumpEnabled = true
  300. game:GetService("UserInputService").JumpRequest:connect(function()
  301. if InfiniteJumpEnabled then
  302. game:GetService"Players".LocalPlayer.Character:FindFirstChildOfClass'Humanoid':ChangeState("Jumping")
  303. end
  304. end)
  305. end
  306. end)
  307.  
  308. Player.Chatted:connect(function(cht)
  309. if cht:match(";fling") then
  310.  
  311. power = 500
  312.  
  313. game:GetService('RunService').Stepped:connect(function()
  314. game.Players.LocalPlayer.Character.Head.CanCollide = false
  315. game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
  316. game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
  317. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  318. end)
  319. wait(.1)
  320. local bambam = Instance.new("BodyThrust")
  321. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  322. bambam.Force = Vector3.new(power,0,power)
  323. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  324. end
  325. end)
  326.  
  327. game.Workspace.FilteringEnabled = true
  328.  
  329. Player.Chatted:connect(function(cht)
  330. if cht:match(";shiftlock") then
  331.  
  332. loadstring(game:HttpGet('https://pastebin.com/raw/WQ9NPeDS'))();
  333.  
  334. end
  335. end)
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement