Advertisement
koolusername

admingui

Mar 7th, 2020
347
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.35 KB | None | 0 0
  1. -- Gui to Lua
  2. -- Version: 3.1
  3.  
  4. -- Instances:
  5.  
  6. local AdminGui = Instance.new("ScreenGui")
  7. local SpectateFrame = Instance.new("Frame")
  8. local Title = Instance.new("TextLabel")
  9. local Desc = Instance.new("TextLabel")
  10. local Button = Instance.new("TextButton")
  11. local Admin = Instance.new("Frame")
  12. local TextLabel = Instance.new("TextLabel")
  13. local p1 = Instance.new("Frame")
  14. local kill = Instance.new("TextButton")
  15. local spectate = Instance.new("TextButton")
  16. local annoy = Instance.new("TextButton")
  17. local fling = Instance.new("TextButton")
  18. local oof = Instance.new("TextButton")
  19. local blockspam = Instance.new("TextButton")
  20. local lag = Instance.new("TextButton")
  21. local jh = Instance.new("TextButton")
  22. local speed = Instance.new("TextButton")
  23. local Btools = Instance.new("TextButton")
  24. local path = Instance.new("TextButton")
  25. local cTp = Instance.new("TextButton")
  26. local th = Instance.new("Frame")
  27. local na = Instance.new("TextBox")
  28. local nu = Instance.new("TextBox")
  29. local pag = Instance.new("TextButton")
  30. local intro = Instance.new("ScrollingFrame")
  31. local t1 = Instance.new("TextLabel")
  32. local t2 = Instance.new("TextLabel")
  33. local tadmin = Instance.new("TextButton")
  34.  
  35.  
  36.  
  37.  
  38. --Variables
  39. local yeeting = false
  40.  
  41.  
  42.  
  43. --[[ChatLogs--]]
  44. for i,v in pairs(game.Players:GetChildren()) do
  45. v.Chatted:Connect(function(msg)
  46. if string.sub(msg, 1,3) == "/w " then
  47.  
  48. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  49. Text = v.Name .. ": " .. msg;
  50. Color = Color3.fromRGB(58, 148, 243);
  51. Font = Enum.Font.SourceSansBold;
  52. FontSize = Enum.FontSize.Size24;
  53. })
  54. end
  55. end)
  56. end
  57.  
  58. game.Players.ChildAdded:Connect(function(plr)
  59. if plr:IsA("Player") then
  60. plr.Chatted:Connect(function(msg)
  61.  
  62. if string.sub(msg, 1,3) == "/w " then
  63.  
  64. game.StarterGui:SetCore("ChatMakeSystemMessage", {
  65. Text = plr.Name .. ": " .. msg;
  66. Color = Color3.fromRGB(58, 148, 243);
  67. Font = Enum.Font.SourceSansBold;
  68. FontSize = Enum.FontSize.Size24;
  69. })
  70. end
  71. end)
  72. end
  73. end)
  74.  
  75.  
  76.  
  77.  
  78. --Propreties
  79.  
  80.  
  81.  
  82. AdminGui.Name = "AdminGui"
  83. AdminGui.Parent = game.CoreGui
  84. AdminGui.ResetOnSpawn = false
  85.  
  86. SpectateFrame.Name = "SpectateFrame"
  87. SpectateFrame.Parent = AdminGui
  88. SpectateFrame.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
  89. SpectateFrame.BackgroundTransparency = 0.500
  90. SpectateFrame.BorderSizePixel = 0
  91. SpectateFrame.Position = UDim2.new(0.808553696, 0, 0.429431468, 0)
  92. SpectateFrame.Size = UDim2.new(0.150000006, 0, 0.300000012, 0)
  93. SpectateFrame.Visible = false
  94.  
  95. Title.Name = "Title"
  96. Title.Parent = SpectateFrame
  97. Title.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  98. Title.BackgroundTransparency = 1.000
  99. Title.Size = UDim2.new(1, 0, 0.200000003, 0)
  100. Title.Font = Enum.Font.SourceSansLight
  101. Title.Text = "Spectate"
  102. Title.TextColor3 = Color3.fromRGB(255, 255, 255)
  103. Title.TextScaled = true
  104. Title.TextSize = 14.000
  105. Title.TextWrapped = true
  106.  
  107. Desc.Name = "Desc"
  108. Desc.Parent = SpectateFrame
  109. Desc.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  110. Desc.BackgroundTransparency = 1.000
  111. Desc.Position = UDim2.new(0, 0, 0.244593084, 0)
  112. Desc.Size = UDim2.new(1, 0, 0.400000006, 0)
  113. Desc.Font = Enum.Font.SourceSansLight
  114. Desc.Text = "You are spectating somebody. Click UnSpectate to unspectate"
  115. Desc.TextColor3 = Color3.fromRGB(255, 255, 255)
  116. Desc.TextScaled = true
  117. Desc.TextSize = 14.000
  118. Desc.TextWrapped = true
  119.  
  120. Button.Name = "Button"
  121. Button.Parent = SpectateFrame
  122. Button.BackgroundColor3 = Color3.fromRGB(0, 255, 0)
  123. Button.BorderSizePixel = 0
  124. Button.Position = UDim2.new(0, 0, 0.800000012, 0)
  125. Button.Size = UDim2.new(1, 0, 0.200000003, 0)
  126. Button.Font = Enum.Font.SourceSansLight
  127. Button.Text = "UnSpectate"
  128. Button.TextColor3 = Color3.fromRGB(0, 0, 0)
  129. Button.TextScaled = true
  130. Button.TextSize = 14.000
  131. Button.TextWrapped = true
  132.  
  133. Admin.Name = "Admin"
  134. Admin.Parent = AdminGui
  135. Admin.BackgroundColor3 = Color3.fromRGB(40, 40, 40)
  136. Admin.BorderSizePixel = 0
  137. Admin.Position = UDim2.new(0, 0, 0.287625402, 0)
  138. Admin.Size = UDim2.new(0, 350, 0, 301)
  139. frame=Admin
  140. frame.Visible = false
  141.  
  142. intro.Visible = true
  143.  
  144.  
  145. --[[
  146. for i = 0,1,0.05 do
  147. script.Parent.t1.BackgroundTransparency = i
  148. script.Parent.t1.TextTransparency = i
  149. script.Parent.t1.TextStrokeTransparency = i
  150. wait(0.001)
  151. end
  152. --]]
  153.  
  154.  
  155.  
  156.  
  157. TextLabel.Parent = Admin
  158. TextLabel.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  159. TextLabel.BorderSizePixel = 0
  160. TextLabel.Position = UDim2.new(0, 0, -0.110638298, 0)
  161. TextLabel.Size = UDim2.new(0, 423, 0, 50)
  162. TextLabel.Font = Enum.Font.SourceSans
  163. TextLabel.Text = "Admin v1"
  164. TextLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  165. TextLabel.TextScaled = true
  166. TextLabel.TextSize = 14.000
  167. TextLabel.TextWrapped = true
  168. TextLabel.TextXAlignment = Enum.TextXAlignment.Left
  169.  
  170. p1.Name = "p1"
  171. p1.Parent = Admin
  172. p1.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  173. p1.BackgroundTransparency = 1.000
  174. p1.Position = UDim2.new(0, 0, 0.0470904484, 0)
  175. p1.Size = UDim2.new(0, 350, 0, 282)
  176.  
  177. kill.Name = "kill"
  178. kill.Parent = p1
  179. kill.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  180. kill.BorderSizePixel = 0
  181. kill.Position = UDim2.new(-0.00167834759, 0, 0.00709220767, 0)
  182. kill.Size = UDim2.new(0, 106, 0, 50)
  183. kill.Font = Enum.Font.SourceSans
  184. kill.Text = "Kill Player"
  185. kill.TextColor3 = Color3.fromRGB(255, 255, 255)
  186. kill.TextScaled = true
  187. kill.TextSize = 14.000
  188. kill.TextWrapped = true
  189.  
  190. spectate.Name = "spectate"
  191. spectate.Parent = p1
  192. spectate.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  193. spectate.BorderSizePixel = 0
  194. spectate.Position = UDim2.new(0.346893072, 0, 0.00709221512, 0)
  195. spectate.Size = UDim2.new(0, 106, 0, 50)
  196. spectate.Font = Enum.Font.SourceSans
  197. spectate.Text = "Spectate Player"
  198. spectate.TextColor3 = Color3.fromRGB(255, 255, 255)
  199. spectate.TextScaled = true
  200. spectate.TextSize = 14.000
  201. spectate.TextWrapped = true
  202.  
  203. annoy.Name = "annoy"
  204. annoy.Parent = p1
  205. annoy.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  206. annoy.BorderSizePixel = 0
  207. annoy.Position = UDim2.new(0.695464492, 0, 0.00709221512, 0)
  208. annoy.Size = UDim2.new(0, 106, 0, 50)
  209. annoy.Font = Enum.Font.SourceSans
  210. annoy.Text = "Annoy Player"
  211. annoy.TextColor3 = Color3.fromRGB(255, 255, 255)
  212. annoy.TextScaled = true
  213. annoy.TextSize = 14.000
  214. annoy.TextWrapped = true
  215.  
  216. fling.Name = "fling"
  217. fling.Parent = p1
  218. fling.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  219. fling.BorderSizePixel = 0
  220. fling.Position = UDim2.new(-0.00167834759, 0, 0.21985817, 0)
  221. fling.Size = UDim2.new(0, 106, 0, 50)
  222. fling.Font = Enum.Font.SourceSans
  223. fling.Text = "Fling Player"
  224. fling.TextColor3 = Color3.fromRGB(255, 255, 255)
  225. fling.TextScaled = true
  226. fling.TextSize = 14.000
  227. fling.TextWrapped = true
  228.  
  229. oof.Name = "oof"
  230. oof.Parent = p1
  231. oof.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  232. oof.BorderSizePixel = 0
  233. oof.Position = UDim2.new(0.346893072, 0, 0.21985817, 0)
  234. oof.Size = UDim2.new(0, 106, 0, 50)
  235. oof.Font = Enum.Font.SourceSans
  236. oof.Text = "Play Annoying Sound[PATCHED]"
  237. oof.TextColor3 = Color3.fromRGB(255, 255, 255)
  238. oof.TextScaled = true
  239. oof.TextSize = 14.000
  240. oof.TextWrapped = true
  241.  
  242. blockspam.Name = "blockspam"
  243. blockspam.Parent = p1
  244. blockspam.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  245. blockspam.BorderSizePixel = 0
  246. blockspam.Position = UDim2.new(0.692607343, 0, 0.21985817, 0)
  247. blockspam.Size = UDim2.new(0, 106, 0, 50)
  248. blockspam.Font = Enum.Font.SourceSans
  249. blockspam.Text = "Tool Spam[PATHCED]"
  250. blockspam.TextColor3 = Color3.fromRGB(255, 255, 255)
  251. blockspam.TextScaled = true
  252. blockspam.TextSize = 14.000
  253. blockspam.TextWrapped = true
  254.  
  255. lag.Name = "lag"
  256. lag.Parent = p1
  257. lag.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  258. lag.BorderSizePixel = 0
  259. lag.Position = UDim2.new(-0.00167834759, 0, 0.43617022, 0)
  260. lag.Size = UDim2.new(0, 106, 0, 50)
  261. lag.Font = Enum.Font.SourceSans
  262. lag.Text = "Noclip"
  263. lag.TextColor3 = Color3.fromRGB(255, 255, 255)
  264. lag.TextScaled = true
  265. lag.TextSize = 14.000
  266. lag.TextWrapped = true
  267.  
  268. jh.Name = "jh"
  269. jh.Parent = p1
  270. jh.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  271. jh.BorderSizePixel = 0
  272. jh.Position = UDim2.new(0.346893072, 0, 0.43617022, 0)
  273. jh.Size = UDim2.new(0, 106, 0, 50)
  274. jh.Font = Enum.Font.SourceSans
  275. jh.Text = "Jump Height"
  276. jh.TextColor3 = Color3.fromRGB(255, 255, 255)
  277. jh.TextScaled = true
  278. jh.TextSize = 14.000
  279. jh.TextWrapped = true
  280.  
  281. speed.Name = "speed"
  282. speed.Parent = p1
  283. speed.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  284. speed.BorderSizePixel = 0
  285. speed.Position = UDim2.new(0.695464492, 0, 0.43617022, 0)
  286. speed.Size = UDim2.new(0, 106, 0, 50)
  287. speed.Font = Enum.Font.SourceSans
  288. speed.Text = "Speed"
  289. speed.TextColor3 = Color3.fromRGB(255, 255, 255)
  290. speed.TextScaled = true
  291. speed.TextSize = 14.000
  292. speed.TextWrapped = true
  293.  
  294. Btools.Name = "Btools"
  295. Btools.Parent = p1
  296. Btools.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  297. Btools.BorderSizePixel = 0
  298. Btools.Position = UDim2.new(-0.00167834759, 0, 0.663120568, 0)
  299. Btools.Size = UDim2.new(0, 106, 0, 50)
  300. Btools.Font = Enum.Font.SourceSans
  301. Btools.Text = "Btools"
  302. Btools.TextColor3 = Color3.fromRGB(255, 255, 255)
  303. Btools.TextScaled = true
  304. Btools.TextSize = 14.000
  305. Btools.TextWrapped = true
  306.  
  307. path.Name = "path"
  308. path.Parent = p1
  309. path.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  310. path.BorderSizePixel = 0
  311. path.Position = UDim2.new(0.346893072, 0, 0.663120568, 0)
  312. path.Size = UDim2.new(0, 106, 0, 50)
  313. path.Font = Enum.Font.SourceSans
  314. path.Text = "Path"
  315. path.TextColor3 = Color3.fromRGB(255, 255, 255)
  316. path.TextScaled = true
  317. path.TextSize = 14.000
  318. path.TextWrapped = true
  319.  
  320. cTp.Name = "cTp"
  321. cTp.Parent = p1
  322. cTp.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  323. cTp.BorderSizePixel = 0
  324. cTp.Position = UDim2.new(0.692607343, 0, 0.663120568, 0)
  325. cTp.Size = UDim2.new(0, 106, 0, 50)
  326. cTp.Font = Enum.Font.SourceSans
  327. cTp.Text = "Click TP"
  328. cTp.TextColor3 = Color3.fromRGB(255, 255, 255)
  329. cTp.TextScaled = true
  330. cTp.TextSize = 14.000
  331. cTp.TextWrapped = true
  332.  
  333. th.Name = "th"
  334. th.Parent = Admin
  335. th.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  336. th.BorderSizePixel = 0
  337. th.Position = UDim2.new(1, 0, -0.110638283, 0)
  338. th.Size = UDim2.new(0, 118, 0, 185)
  339.  
  340. na.Name = "na"
  341. na.Parent = th
  342. na.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  343. na.BorderSizePixel = 0
  344. na.Position = UDim2.new(-0.00847462192, 0, 0.0128969438, 0)
  345. na.Size = UDim2.new(0, 118, 0, 30)
  346. na.Font = Enum.Font.SourceSans
  347. na.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  348. na.PlaceholderText = "Player Name"
  349. na.Text = ""
  350. na.TextColor3 = Color3.fromRGB(255, 255, 255)
  351. na.TextScaled = true
  352. na.TextSize = 14.000
  353. na.TextWrapped = true
  354. na.TextXAlignment = Enum.TextXAlignment.Left
  355.  
  356. nu.Name = "nu"
  357. nu.Parent = th
  358. nu.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  359. nu.BorderSizePixel = 0
  360. nu.Position = UDim2.new(0, 0, 0.348607033, 0)
  361. nu.Size = UDim2.new(0, 118, 0, 30)
  362. nu.Font = Enum.Font.SourceSans
  363. nu.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  364. nu.PlaceholderText = "Number"
  365. nu.Text = ""
  366. nu.TextColor3 = Color3.fromRGB(255, 255, 255)
  367. nu.TextScaled = true
  368. nu.TextSize = 14.000
  369. nu.TextWrapped = true
  370. nu.TextXAlignment = Enum.TextXAlignment.Left
  371.  
  372. pag.Name = "pag"
  373. pag.Parent = th
  374. pag.BackgroundColor3 = Color3.fromRGB(45, 45, 45)
  375. pag.BorderSizePixel = 0
  376. pag.Position = UDim2.new(0, 0, 0.923295438, 0)
  377. pag.Size = UDim2.new(0, 118, 0, 27)
  378. pag.Font = Enum.Font.SourceSans
  379. pag.Text = "Page 1"
  380. pag.TextColor3 = Color3.fromRGB(255, 255, 255)
  381. pag.TextScaled = true
  382. pag.TextSize = 14.000
  383. pag.TextWrapped = true
  384.  
  385. intro.Name = "intro"
  386. intro.Parent = AdminGui
  387. intro.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  388. intro.BackgroundTransparency = 1.000
  389. intro.Position = UDim2.new(1.18653105e-08, 0, 0.38628763, 0)
  390. intro.Size = UDim2.new(0, 212, 0, 58)
  391. intro.Visible = false
  392. intro.CanvasSize = UDim2.new(0, 0, 0.0810000002, 0)
  393. intro.ScrollingEnabled = false
  394.  
  395. t1.Name = "t1"
  396. t1.Parent = intro
  397. t1.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  398. t1.BorderColor3 = Color3.fromRGB(27, 42, 53)
  399. t1.BorderSizePixel = 0
  400. t1.Size = UDim2.new(1, 0, 1, 0)
  401. t1.Font = Enum.Font.SourceSans
  402. t1.Text = "Welcome Admin"
  403. t1.TextColor3 = Color3.fromRGB(0, 0, 0)
  404. t1.TextScaled = true
  405. t1.TextSize = 25.000
  406. t1.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  407. t1.TextStrokeTransparency = 0.000
  408. t1.TextWrapped = true
  409. t1.TextXAlignment = Enum.TextXAlignment.Left
  410. t1.Text = "Welcome "..game.Players.LocalPlayer.Name
  411. t2.Name = "t2"
  412. t2.Parent = intro
  413. t2.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  414. t2.BorderColor3 = Color3.fromRGB(27, 42, 53)
  415. t2.BorderSizePixel = 0
  416. t2.Position = UDim2.new(0, 0, 1.46551728, 0)
  417. t2.Size = UDim2.new(1, 0, 1, 0)
  418. t2.Font = Enum.Font.SourceSans
  419. t2.Text = "Hope you have a great time using this gui"
  420. t2.TextColor3 = Color3.fromRGB(0, 0, 0)
  421. t2.TextScaled = true
  422. t2.TextSize = 25.000
  423. t2.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
  424. t2.TextStrokeTransparency = 0.000
  425. t2.TextWrapped = true
  426. t2.TextXAlignment = Enum.TextXAlignment.Left
  427.  
  428. tadmin.Name = "tadmin"
  429. tadmin.Parent = AdminGui
  430. tadmin.BackgroundColor3 = Color3.fromRGB(25, 25, 25)
  431. tadmin.BorderSizePixel = 0
  432. tadmin.Position = UDim2.new(0.15552099, 0, 0.916387975, 0)
  433. tadmin.Size = UDim2.new(0, 102, 0, 50)
  434. tadmin.Font = Enum.Font.SourceSans
  435. tadmin.Text = "Toggle AdminGui"
  436. tadmin.TextColor3 = Color3.fromRGB(255, 255, 255)
  437. tadmin.TextScaled = true
  438. tadmin.TextSize = 14.000
  439. tadmin.TextWrapped = true
  440.  
  441. --Intro
  442. intro.ScrollBarImageTransparency = 1
  443. intro.BorderSizePixel = 0
  444. intro.Visible = true
  445. tadmin.Visible = false
  446. t1.Text = "Welcome "..game.Players.LocalPlayer.Name
  447. Admin.Position = UDim2.new(-1,0,0.288, 0)
  448.  
  449. t1:TweenPosition(UDim2.new(0,0,-1,0),"In","Back",1,true)
  450. wait(1)
  451.  
  452. wait(0.5)
  453. t2:TweenPosition(UDim2.new(0,0,0,0),"Out","Back",1,true)
  454. wait(1)
  455. wait(0.5)
  456. t2:TweenPosition(UDim2.new(0,0,-1,0),"In","Back",1,true)
  457. wait(1.5)
  458. intro.Visible = false
  459. frame.Visible = true
  460. tadmin.Visible = true
  461. frame:TweenPosition(UDim2.new(0,0,0.288, 0),"Out","Back",1,false)
  462. -- Scripts:
  463.  
  464. function findUser()
  465. local players = game.Players:GetPlayers()
  466. local text = na.Text
  467. local matches = {}
  468.  
  469. for i, Player in ipairs(players) do
  470. local name = Player.Name
  471. local term = string.sub(name, 1, string.len(text))
  472.  
  473. local match = string.find(term, text)
  474.  
  475. if match then
  476. table.insert(matches, name)
  477.  
  478. end
  479. end
  480.  
  481. -- If we don’t have multiple matches , do stuff
  482. --[[
  483. if not #matches > 1 then
  484. script.Parent.Text = matches[1]
  485. end
  486. --]]
  487. na.Text = matches[1]
  488. end
  489.  
  490.  
  491. na.FocusLost:Connect(function(enterPressed)
  492. findUser()
  493. end)
  494. local t = false
  495. tadmin.MouseButton1Down:Connect(function()
  496.  
  497. if t == false then
  498. t = true
  499. Admin:TweenPosition(UDim2.new(-1,0,0.288, 0),"In","Back",1,true)
  500. elseif t == true then
  501. t = false
  502. Admin:TweenPosition(UDim2.new(0,0,0.288, 0),"Out","Back",1,true)
  503. end
  504. end)
  505. lplayer = game.Players.LocalPlayer
  506. removingmeshhats = true
  507. annoying = false
  508. game:GetService('RunService').Stepped:connect(function()
  509. if annoying then
  510. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[na.Text].Character.HumanoidRootPart.CFrame
  511. end
  512.  
  513. if droppinghats then
  514. for _,tool in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  515. if tool:IsA("Tool") then
  516. --[[
  517. if tool.Handle.Mesh then
  518. tool.Handle.Mesh:Destroy()
  519. elseif tool.Mesh then
  520. tool.Mesh:Destroy()
  521. elseif tool.Mesh == nil then
  522. print("No Mesh found. Tools instead of bricks should appear.")
  523. end--]]
  524. local LP = game:GetService("Players").LocalPlayer
  525. local Char = LP.Character
  526.  
  527. for i,Tools in pairs(LP.Backpack:GetChildren()) do
  528. if Tools:IsA("Tool") then
  529. Tools.Parent = Char
  530. end
  531. end wait()
  532.  
  533. local Prop = Instance.new("BodyPosition")
  534.  
  535.  
  536. Prop.Position = Char.Torso.Position + Vector3.new(0,5,0)
  537. if lplayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  538. Prop.Parent = Char["Right Arm"]
  539. else
  540.  
  541. Char.Torso["RightUpperArm"]:Destroy()
  542. end
  543. for i,Tools in pairs(Char:GetChildren()) do
  544. if Tools:IsA("Tool") then
  545. Tools.Parent = LP.Backpack
  546. end
  547. end wait()
  548.  
  549. for i,Tools in pairs(LP.Backpack:GetChildren()) do
  550. if Tools:IsA("Tool") then
  551. Tools.Parent = Char
  552. end
  553.  
  554. end wait()
  555.  
  556. Prop:Destroy()
  557. end
  558. end
  559.  
  560. end
  561. end)
  562.  
  563. r = true
  564. blockspam.MouseButton1Down:Connect(function()
  565.  
  566. if r then
  567. pos = lplayer.Character.HumanoidRootPart.Position
  568. droppinghats = true
  569. r = false
  570. blockspam.Text = "Unspam Tools[PATHCED]"
  571.  
  572. elseif r == false then
  573. droppinghats = false
  574. r = true
  575. blockspam.Text = "Spam Tools[PATHCED]"
  576.  
  577. end
  578.  
  579. end)
  580.  
  581. annoy.MouseButton1Down:Connect(function()
  582. annoying = not annoying
  583. if annoy then
  584. annoy.Text = "Annoy Player"
  585. else annoy.Text = "Unannoy Player"
  586. end
  587. end)
  588. t2 = false
  589. t1 = false
  590. spectate.MouseButton1Down:Connect(function()
  591. if nu.Text == "Destroy" then AdminGui:Destroy() end
  592. v = na.Text
  593. if t1 == false then
  594. t1 = true
  595. spectate.Text = "Unspectate Player"
  596. if game:GetService("Players")[na.Text].Character.Humanoid then
  597. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[na.Text].Character.Humanoid
  598. else
  599. game:GetService("Workspace").CurrentCamera.CameraSubject = game:GetService("Players")[v].Character.Head
  600. end
  601. elseif t1 == true then
  602. t1 = false
  603. spectate.Text = "Spectate Player"
  604. if lplayer.Character.Humanoid then
  605. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Humanoid
  606. else
  607. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character.Head
  608. end
  609. end
  610. end)
  611. lag.MouseButton1Down:Connect(function()
  612. local lag_strength = 690
  613.  
  614.  
  615. local LocalPlayer = game:GetService("Players").LocalPlayer
  616. while game:GetService("RunService").RenderStepped:Wait() do
  617. for i = 1, lag_strength do
  618. local anim = Instance.new("Animation")
  619. anim.AnimationId = "dfgdfgrdfg"..math.random()
  620. LocalPlayer.Character.Humanoid:LoadAnimation(anim):Play()
  621. anim:Destroy()
  622. end
  623. end
  624. end)
  625.  
  626. droppinghats = false
  627.  
  628. kill.MouseButton1Down:Connect(function()
  629. local saved = lplayer.Character.HumanoidRootPart.CFrame
  630. lplayer.Character.Humanoid.Name = 1
  631. local l = lplayer.Character["1"]:Clone()
  632. l.Parent = lplayer.Character
  633. l.Name = "Humanoid"
  634. wait(0.1)
  635. lplayer.Character["1"]:Destroy()
  636. game:GetService("Workspace").CurrentCamera.CameraSubject = lplayer.Character
  637. lplayer.Character.Animate.Disabled = true
  638. wait(0.1)
  639. lplayer.Character.Animate.Disabled = false
  640. lplayer.Character.Humanoid.DisplayDistanceType = "None"
  641. for i,v in pairs(game:GetService'Players'.LocalPlayer.Backpack:GetChildren())do
  642. lplayer.Character.Humanoid:EquipTool(v)
  643. end
  644. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[na.Text].Character.HumanoidRootPart.CFrame
  645. wait(0.2)
  646. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[na.Text].Character.HumanoidRootPart.CFrame
  647. wait(0.6)
  648. lplayer.Character.HumanoidRootPart.CFrame = CFrame.new(999999999999999,0,999999999999999)
  649. game:GetService("StarterGui"):SetCore("SendNotification", {
  650. Title = "Tools needed!";
  651. Text = "You need a tool in your backpack to make it work!";
  652. })
  653. wait(5)
  654.  
  655. lplayer.Character.HumanoidRootPart.CFrame = saved
  656. end)
  657.  
  658.  
  659.  
  660.  
  661. speed.MouseButton1Down:Connect(function()
  662. lplayer.Character.Humanoid.WalkSpeed = nu.Text
  663. end)
  664. jh.MouseButton1Down:Connect(function()
  665. lplayer.Character.Humanoid.JumpPower = nu.Text
  666. end)
  667. Btools.MouseButton1Down:Connect(function()
  668. loadstring(game:HttpGet("https://pastebin.com/raw/q68SKT0G", true))()
  669. end)
  670.  
  671. path.MouseButton1Down:Connect(function()
  672. loadstring(game:HttpGet("https://pastebin.com/raw/h4LMU2x5", true))()
  673. end)
  674.  
  675. cTp.MouseButton1Down:Connect(function()
  676. loadstring(game:HttpGet("https://pastebin.com/raw/sQDApNWX", true))()
  677. end)--[[
  678. noclip.MouseButton1Down:Connect(function()
  679. loadstring(game:HttpGet("https://pastebin.com/raw/0CbHtLxk", true))()
  680. end)
  681. --]]
  682.  
  683. lag.MouseButton1Down:Connect(function()
  684. loadstring(game:HttpGet("https://pastebin.com/raw/0CbHtLxk", true))()
  685. end)
  686.  
  687.  
  688. t6 = false
  689. fling.MouseButton1Down:Connect(function()
  690. if t6 == false then
  691. t6 = true
  692. yeeting = true
  693. local saved = lplayer.Character.HumanoidRootPart.CFrame
  694.  
  695. local target = game:GetService("Players")[na.Text].Character
  696.  
  697. lplayer.Character.Humanoid.PlatformStand = true
  698.  
  699. local coin = Instance.new('BodyThrust',lplayer.Character.HumanoidRootPart)
  700. coin.Force = Vector3.new(18000,18000,18000)
  701. coin.Name = "yeetforce"
  702. repeat
  703. lplayer.Character.HumanoidRootPart.CFrame = target.Head.CFrame
  704. coin.Location = target.Head.Position
  705. game:GetService('RunService').Heartbeat:wait()
  706.  
  707.  
  708.  
  709.  
  710. --until not target.Head or yeeting == false or lplayer.Character.Humanoid.Health == 0
  711. until lplayer.Character.Humanoid.Health == 0 or yeeting == false
  712. wait(game.Players.RespawnTime)
  713. wait(1)
  714. -- lplayer.Character.HumanoidRootPart.CFrame = saved
  715. wait(0.25)
  716. lplayer.Character.HumanoidRootPart.CFrame = saved
  717.  
  718. t6 = false
  719. end
  720.  
  721.  
  722. --[[
  723. for i,v in pairs(GetPlayer(name.Text)) do
  724.  
  725. local LocalPlayer = game:GetService("Players").LocalPlayer
  726. local torsoname = "Torso"
  727. if LocalPlayer.Character:FindFirstChild("Humanoid").RigType == Enum.HumanoidRigType.R15 then
  728. torsoname = "UpperTorso"
  729. end
  730. LocalPlayer.Character:FindFirstChild("Animate").toolnone.ToolNoneAnim.AnimationId = math.huge
  731. LocalPlayer.Character:FindFirstChild(torsoname).Anchored = true
  732. local tool = Instance.new("Tool", LocalPlayer.Backpack)
  733. LocalPlayer.Character:FindFirstChildOfClass("Accessory").Handle.Parent = tool
  734. tool.Handle.Massless = true
  735. tool.GripPos = Vector3.new(0, math.huge, 0)
  736. tool.Parent = LocalPlayer.Character
  737. wait()
  738. tool.Grip = CFrame.new(Vector3.new(0, 0, 0))
  739. LocalPlayer.Character:FindFirstChild(torsoname).Anchored = false
  740. --lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v].Character.HumanoidRootPart.CFrame - CFrame.new(2,0,2)
  741.  
  742. --wait(0.1)
  743. lplayer.Character.HumanoidRootPart.CFrame = game:GetService("Players")[v].Character.HumanoidRootPart.CFrame
  744. wait(0.2)
  745. lplayer.Character.HumanoidRootPart.CFrame = saved
  746. wait(0.1)
  747. lplayer.Character.Humanoid.Health = 0
  748. wait(game.Players.RespawnTime)
  749. lplayer.Character.HumanoidRootPart.CFrame = saved
  750. wait(0.25)
  751. lplayer.Character.HumanoidRootPart.CFrame = saved
  752. game:GetService("StarterGui"):SetCore("SendNotification",{
  753. Title = "Fling",
  754. Text = "Fling button is ready!",
  755. Duration = 6,
  756. })
  757. t6 = false
  758. lplayer.Character.HumanoidRootPart.CFrame = saved
  759. --]]
  760.  
  761. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement