Advertisement
Guest User

Untitled

a guest
Jan 14th, 2020
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.29 KB | None | 0 0
  1. ScreenGui = Instance.new("ScreenGui")
  2. local Frame = Instance.new("Frame")
  3. local TextLabel = Instance.new("TextLabel")
  4. local Infiniteyield = Instance.new("TextButton")
  5. local FEkillfling = Instance.new("TextButton")
  6. local Boom = Instance.new("TextButton")
  7. local PrisonLifeGUI = Instance.new("TextButton")
  8. local DANCETILLYOUREDEAD = Instance.new("TextButton")
  9. --Properties:
  10. ScreenGui.Parent = game.CoreGui
  11. ScreenGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  12.  
  13. Frame.Parent = ScreenGui
  14. Frame.BackgroundColor3 = Color3.new(0.333333, 0, 0.498039)
  15. Frame.Position = UDim2.new(0.115264796, 0, 0.274135888, 0)
  16. Frame.Size = UDim2.new(0, 381, 0, 172)
  17. Frame.Active = true
  18. Frame.Draggable = true
  19.  
  20. TextLabel.Parent = Frame
  21. TextLabel.BackgroundColor3 = Color3.new(0.666667, 0.333333, 1)
  22. TextLabel.Size = UDim2.new(0, 381, 0, 50)
  23. TextLabel.Font = Enum.Font.SourceSans
  24. TextLabel.Text = "Sp00kerGUI v3"
  25. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  26. TextLabel.TextSize = 14
  27.  
  28. Infiniteyield.Name = "Infinite Yield"
  29. Infiniteyield.Parent = Frame
  30. Infiniteyield.BackgroundColor3 = Color3.new(0.333333, 0, 1)
  31. Infiniteyield.Position = UDim2.new(0, 0, 0.290697664, 0)
  32. Infiniteyield.Size = UDim2.new(0, 72, 0, 50)
  33. Infiniteyield.Font = Enum.Font.SourceSans
  34. Infiniteyield.Text = "Infinite Yield"
  35. Infiniteyield.TextColor3 = Color3.new(0, 0, 0)
  36. Infiniteyield.TextScaled = true
  37. Infiniteyield.TextSize = 14
  38. Infiniteyield.TextWrapped = true
  39. Infiniteyield.MouseButton1Down:connect(function()
  40. loadstring(game:HttpGet(('https://pastebin.com/raw/tzTXmYf2'),true))()
  41. end)
  42.  
  43. FEkillfling.Name = "FE kill/fling"
  44. FEkillfling.Parent = Frame
  45. FEkillfling.BackgroundColor3 = Color3.new(1, 1, 1)
  46. FEkillfling.Position = UDim2.new(0.404199481, 0, 0.290697664, 0)
  47. FEkillfling.Size = UDim2.new(0, 72, 0, 50)
  48. FEkillfling.Font = Enum.Font.SourceSans
  49. FEkillfling.Text = "FE kill/fling"
  50. FEkillfling.TextColor3 = Color3.new(0, 0, 0)
  51. FEkillfling.TextSize = 14
  52. FEkillfling.MouseButton1Click:connect(function()
  53. -- Made By JackMcJagger15
  54. local FlingKill = Instance.new("ScreenGui")
  55. local Main = Instance.new("Frame")
  56. local Label = Instance.new("Frame")
  57. local Shadow = Instance.new("Frame")
  58. local StartKill = Instance.new("TextButton")
  59. local StopKill = Instance.new("TextButton")
  60. local Instructions = Instance.new("TextLabel")
  61. local CurrentPower = Instance.new("TextLabel")
  62. local Recomendation = Instance.new("TextLabel")
  63. local NameOfGui = Instance.new("TextLabel")
  64. local Exit = Instance.new("TextButton")
  65. local UPArrow = Instance.new("TextButton")
  66. local DownArrow = Instance.new("TextButton")
  67.  
  68. -- Properties
  69.  
  70. FlingKill.Name = "Fling/Kill"
  71. FlingKill.Parent = game.CoreGui
  72.  
  73. Main.Name = "Main"
  74. Main.Parent = FlingKill
  75. Main.BackgroundColor3 = Color3.new(0.92549, 0.941177, 0.945098)
  76. Main.BorderSizePixel = 0
  77. Main.Position = UDim2.new(0.702554762, 0, 0.446640313, 0)
  78. Main.Size = UDim2.new(0, 217, 0, 233)
  79. Main.Selectable = true
  80. Main.Active = true
  81. Main.Draggable = true
  82.  
  83. Label.Name = "Label"
  84. Label.Parent = Main
  85. Label.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  86. Label.BorderSizePixel = 0
  87. Label.Size = UDim2.new(0, 217, 0, 27)
  88.  
  89. Shadow.Name = "Shadow"
  90. Shadow.Parent = Main
  91. Shadow.BackgroundColor3 = Color3.new(0.67451, 0.694118, 0.705882)
  92. Shadow.BorderSizePixel = 0
  93. Shadow.Position = UDim2.new(0, 0, 0.115879826, 0)
  94. Shadow.Size = UDim2.new(0, 217, 0, 9)
  95.  
  96. StartKill.Name = "StartKill"
  97. StartKill.Parent = Main
  98. StartKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  99. StartKill.BorderSizePixel = 0
  100. StartKill.Position = UDim2.new(0.195852548, 0, 0.227467805, 0)
  101. StartKill.Size = UDim2.new(0, 126, 0, 23)
  102. StartKill.Font = Enum.Font.Cartoon
  103. StartKill.Text = "FE Kill/Fling"
  104. StartKill.TextColor3 = Color3.new(0, 0, 0)
  105. StartKill.TextSize = 14
  106.  
  107. StopKill.Name = "StopKill"
  108. StopKill.Parent = Main
  109. StopKill.BackgroundColor3 = Color3.new(0.741176, 0.764706, 0.780392)
  110. StopKill.BorderSizePixel = 0
  111. StopKill.Position = UDim2.new(0.207373276, 0, 0.38197428, 0)
  112. StopKill.Size = UDim2.new(0, 124, 0, 23)
  113. StopKill.Font = Enum.Font.Cartoon
  114. StopKill.Text = "Stop FE Kill/Fling"
  115. StopKill.TextColor3 = Color3.new(0, 0, 0)
  116. StopKill.TextSize = 14
  117.  
  118. Instructions.Name = "Instructions"
  119. Instructions.Parent = Main
  120. Instructions.BackgroundColor3 = Color3.new(1, 1, 1)
  121. Instructions.BackgroundTransparency = 1
  122. Instructions.Position = UDim2.new(0.0391705073, 0, 0.549356222, 0)
  123. Instructions.Size = UDim2.new(0, 200, 0, 32)
  124. Instructions.Font = Enum.Font.Cartoon
  125. Instructions.Text = "Just touch someone to watch the fly to their death!"
  126. Instructions.TextColor3 = Color3.new(0, 0, 0)
  127. Instructions.TextSize = 14
  128. Instructions.TextWrapped = true
  129.  
  130. CurrentPower.Name = "CurrentPower"
  131. CurrentPower.Parent = Main
  132. CurrentPower.BackgroundColor3 = Color3.new(1, 1, 1)
  133. CurrentPower.BackgroundTransparency = 1
  134. CurrentPower.Position = UDim2.new(0.276497692, 0, 0.686695278, 0)
  135. CurrentPower.Size = UDim2.new(0, 98, 0, 36)
  136. CurrentPower.Font = Enum.Font.Cartoon
  137. CurrentPower.Text = "Current Power = 5"
  138. CurrentPower.TextColor3 = Color3.new(0, 0, 0)
  139. CurrentPower.TextSize = 14
  140.  
  141. Recomendation.Name = "Recomendation"
  142. Recomendation.Parent = Main
  143. Recomendation.BackgroundColor3 = Color3.new(1, 1, 1)
  144. Recomendation.BackgroundTransparency = 1
  145. Recomendation.Position = UDim2.new(0.0414746553, 0, 0.884120166, 0)
  146. Recomendation.Size = UDim2.new(0, 200, 0, 21)
  147. Recomendation.Font = Enum.Font.Cartoon
  148. Recomendation.Text = "Recommended Power is 5"
  149. Recomendation.TextColor3 = Color3.new(0, 0, 0)
  150. Recomendation.TextSize = 14
  151.  
  152. NameOfGui.Name = "NameOfGui"
  153. NameOfGui.Parent = Main
  154. NameOfGui.BackgroundColor3 = Color3.new(1, 1, 1)
  155. NameOfGui.BackgroundTransparency = 1
  156. NameOfGui.Position = UDim2.new(0.0806451589, 0, 0, 0)
  157. NameOfGui.Size = UDim2.new(0, 154, 0, 27)
  158. NameOfGui.Font = Enum.Font.Cartoon
  159. NameOfGui.Text = "FE Kill/Fling By JackMcJagger15"
  160. NameOfGui.TextColor3 = Color3.new(0, 0, 0)
  161. NameOfGui.TextSize = 14
  162.  
  163. Exit.Name = "Exit"
  164. Exit.Parent = Main
  165. Exit.BackgroundColor3 = Color3.new(1, 1, 1)
  166. Exit.BackgroundTransparency = 1
  167. Exit.Position = UDim2.new(0.907834113, 0, 0, 0)
  168. Exit.Size = UDim2.new(0, 20, 0, 27)
  169. Exit.Font = Enum.Font.Cartoon
  170. Exit.Text = "X"
  171. Exit.TextColor3 = Color3.new(0, 0, 0)
  172. Exit.TextSize = 14
  173.  
  174. UPArrow.Name = "UPArrow"
  175. UPArrow.Parent = Main
  176. UPArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  177. UPArrow.BackgroundTransparency = 1
  178. UPArrow.Position = UDim2.new(0.0783410147, 0, 0.716738224, 0)
  179. UPArrow.Size = UDim2.new(0, 26, 0, 23)
  180. UPArrow.Font = Enum.Font.Cartoon
  181. UPArrow.Text = "Up"
  182. UPArrow.TextColor3 = Color3.new(0, 0, 0)
  183. UPArrow.TextSize = 12
  184. UPArrow.TextWrapped = true
  185.  
  186. DownArrow.Name = "DownArrow"
  187. DownArrow.Parent = Main
  188. DownArrow.BackgroundColor3 = Color3.new(1, 1, 1)
  189. DownArrow.BackgroundTransparency = 1
  190. DownArrow.Position = UDim2.new(0.792626739, 0, 0.714592278, 0)
  191. DownArrow.Size = UDim2.new(0, 26, 0, 23)
  192. DownArrow.Font = Enum.Font.Cartoon
  193. DownArrow.Text = "Down"
  194. DownArrow.TextColor3 = Color3.new(0, 0, 0)
  195. DownArrow.TextSize = 12
  196. DownArrow.TextWrapped = true
  197.  
  198. power = 500
  199. active = false
  200. local val = Instance.new("IntValue")
  201. val.Name = "Number"
  202. val.Parent = game.Players.LocalPlayer
  203. val.Value = 5
  204.  
  205. Exit.MouseButton1Click:connect(function()
  206. FlingKill.Enabled = false
  207. end)
  208.  
  209. StartKill.MouseButton1Click:connect(function()
  210. game:GetService('RunService').Stepped:connect(function()
  211. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 then
  212. game.Players.LocalPlayer.Character.Head.CanCollide = false
  213. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  214. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  215. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  216. else
  217. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 then
  218. game.Players.LocalPlayer.Character.Head.CanCollide = false
  219. game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
  220. game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
  221. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  222. end
  223. end
  224. end)
  225. wait(.1)
  226. local bambam = Instance.new("BodyThrust")
  227. bambam.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  228. bambam.Force = Vector3.new(power,0,power)
  229. bambam.Location = game.Players.LocalPlayer.Character.HumanoidRootPart.Position
  230. end)
  231.  
  232. StopKill.MouseButton1Click:connect(function()
  233. active = false
  234. game.Players.LocalPlayer.Character.HumanoidRootPart.BodyThrust:Remove()
  235. end)
  236.  
  237. UPArrow.MouseButton1Click:connect(function()
  238. power = power + 100
  239. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value + 1
  240. CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  241. end)
  242.  
  243. DownArrow.MouseButton1Click:connect(function()
  244. power = power - 100
  245. game.Players.LocalPlayer.Number.Value = game.Players.LocalPlayer.Number.Value - 1
  246. CurrentPower.Text = "Current Power = " .. game.Players.LocalPlayer.Number.Value
  247. end)
  248.  
  249. end)
  250.  
  251. Boom.Name = "Boom"
  252. Boom.Parent = Frame
  253. Boom.BackgroundColor3 = Color3.new(1, 0, 0.498039)
  254. Boom.Position = UDim2.new(0.811023593, 0, 0.290697664, 0)
  255. Boom.Size = UDim2.new(0, 72, 0, 50)
  256. Boom.Font = Enum.Font.SourceSans
  257. Boom.Text = "LAD CRASH"
  258. Boom.TextColor3 = Color3.new(0, 0, 0)
  259. Boom.TextSize = 14
  260. Boom.MouseButton1Down:connect(function()
  261. --by builderboy256
  262.  
  263. local shits = {}
  264.  
  265. local fireclick = fireclickdetector or click_detector
  266.  
  267. for i,v in next, workspace:GetDescendants() do
  268. if v:IsA("ClickDetector") then
  269. if string.find(v:GetFullName():lower(), "giver") then
  270. table.insert(shits, v)
  271. end
  272. end
  273. end
  274.  
  275. while true do
  276. wait(0.05)
  277. for i,v in next, shits do
  278. fireclick(v)
  279. end
  280. for i,v in next, game.Players.LocalPlayer.Backpack:children() do
  281. if v:IsA("Tool") then
  282. v.GripPos = Vector3.new(math.random(-50, 50), math.random(1, 10), math.random(-50, 50))
  283. v.Parent = game.Players.LocalPlayer.Character
  284. repeat game["Run Service"].Stepped:Wait() until v.Parent == game.Players.LocalPlayer.Character
  285. --v:Destroy()
  286. end
  287. end
  288. --game.Players.LocalPlayer.PlayerGui:ClearAllChildren()
  289. end
  290.  
  291. end)
  292.  
  293. PrisonLifeGUI.Name = "parkour script R6"
  294. PrisonLifeGUI.Parent = Frame
  295. PrisonLifeGUI.BackgroundColor3 = Color3.new(1, 1, 0.498039)
  296. PrisonLifeGUI.Position = UDim2.new(0, 0, 0.709302306, 0)
  297. PrisonLifeGUI.Size = UDim2.new(0, 72, 0, 50)
  298. PrisonLifeGUI.Font = Enum.Font.SourceSans
  299. PrisonLifeGUI.Text = "part 1"
  300. PrisonLifeGUI.TextColor3 = Color3.new(0, 0, 0)
  301. PrisonLifeGUI.TextSize = 14
  302. PrisonLifeGUI.MouseButton1Click:connect(function()
  303. ack = game.Players.LocalPlayer
  304. plr = ack
  305. prefix = ";" -- dont leave empty
  306. -- somethings made by Timeless/xFunnieuss and GreenFace
  307. local SVersion = "1.0"
  308. local saved
  309. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Welcome to SSAdmin Public, "..ack.Name..".","All")
  310. local commands = [[
  311. suchat (message)
  312. prefix (prefix)
  313. creeper
  314. sticky
  315. invisible
  316. tall
  317. goto (player)
  318. fly
  319. unfly
  320. god
  321. ungod
  322. speed [walkspeed]
  323. jp [jumppower]
  324. sit
  325. blockhead
  326. commandbar
  327. drophats
  328. blockhats
  329. respawn
  330. noclip
  331. clip
  332. !rejoin
  333. savepos
  334. loadpos
  335. animbypass
  336. memeus
  337. krystal
  338. starg
  339. reset
  340. memeanims
  341. caramelldance
  342. spectrumglitcher
  343. dex
  344. hugkill
  345. ]]
  346.  
  347.  
  348. --ADMIN ANIMATION \/\/
  349.  
  350.  
  351. ScreenGui = Instance.new("ScreenGui")
  352. Frame = Instance.new("Frame")
  353. ImageLabel = Instance.new("ImageLabel")
  354. TextLabel = Instance.new("TextLabel")
  355. ScreenGui.Parent = game.CoreGui
  356. Frame.Parent = ScreenGui
  357. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  358. Frame.BackgroundTransparency = 1
  359. Frame.Position = UDim2.new(0.5, 0, -3, 0)
  360. Frame.Rotation = 50
  361. Frame.Size = UDim2.new(0, 100, 0, 347)
  362. ImageLabel.Parent = Frame
  363. ImageLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  364. ImageLabel.BorderSizePixel = 0
  365. ImageLabel.Position = UDim2.new(-1.24056208, 0, 0.377088577, 0)
  366. ImageLabel.Rotation = -90
  367. ImageLabel.Size = UDim2.new(0, 347, 0, 100)
  368. ImageLabel.Image = "rbxassetid://1300917674"
  369. TextLabel.Parent = Frame
  370. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  371. TextLabel.BackgroundTransparency = 1
  372. TextLabel.Position = UDim2.new(-0.587398052, 0, 0.411570877, 0)
  373. TextLabel.Rotation = -90
  374. TextLabel.Size = UDim2.new(0, 189, 0, 50)
  375. TextLabel.Font = Enum.Font.Gotham
  376. TextLabel.FontSize = Enum.FontSize.Size14
  377. TextLabel.Text = "SS"
  378. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  379. TextLabel.TextScaled = true
  380. TextLabel.TextSize = 14
  381. TextLabel.TextWrapped = true
  382. Frame:TweenPosition(UDim2.new(0.5, 0, 0.13, 0), Enum.EasingDirection.InOut, Enum.EasingStyle.Bounce, 3)
  383. wait(3)
  384. Frame:TweenPosition(UDim2.new(0.5, 0, 0.26, 0), Enum.EasingDirection.InOut, Enum.EasingStyle.Bounce, 1.6)
  385. for i = 50,90 do
  386. Frame.Rotation = i
  387. wait(0.005)
  388. end
  389. wait(3)
  390. ImageLabel:TweenSize(UDim2.new(0, 347, 0, 347))
  391. TextLabel:TweenSize(UDim2.new(0, 189, 0, 189))
  392. wait(2.5)
  393. for i = 0,100 do
  394. ImageLabel.ImageTransparency = i * 0.01
  395. ImageLabel.BackgroundTransparency = 1
  396. TextLabel.TextTransparency = i * 0.01
  397. wait(0.01)
  398. end
  399. ScreenGui:Destroy()
  400.  
  401.  
  402. noclip = false
  403. game:GetService('RunService').Stepped:connect(function()
  404. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R6 and noclip then
  405. game.Players.LocalPlayer.Character.Head.CanCollide = false
  406. game.Players.LocalPlayer.Character.Torso.CanCollide = false
  407. game.Players.LocalPlayer.Character["Left Leg"].CanCollide = false
  408. game.Players.LocalPlayer.Character["Right Leg"].CanCollide = false
  409. else
  410. if game.Players.LocalPlayer.Character.Humanoid.RigType == Enum.HumanoidRigType.R15 and noclip then
  411. game.Players.LocalPlayer.Character.Head.CanCollide = false
  412. game.Players.LocalPlayer.Character.UpperTorso.CanCollide = false
  413. game.Players.LocalPlayer.Character.LowerTorso.CanCollide = false
  414. game.Players.LocalPlayer.Character.HumanoidRootPart.CanCollide = false
  415. end
  416. end
  417. game.Players.LocalPlayer.Character.Tors.CanCollide = false
  418. game.Players.LocalPlayer.Character.Head.CanCollide = false
  419. end)
  420. local humclone
  421. local fold = game.Players.LocalPlayer
  422. local godded = false
  423. local hum = plr.Character:FindFirstChildOfClass("Humanoid")
  424. game.StarterGui:SetCore("SendNotification", {Title = "SSAdmin Loaded!";Text = "Type cmds for commands\nSSVersion: "..SVersion;Icon = "rbxassetid://945900165";Duration = 2})
  425. function cmdlist()
  426. -- Farewell Infortality.
  427. -- Version: 3.0
  428. -- Instances:
  429. if (game.Players.LocalPlayer.PlayerGui:FindFirstChild("cmdlistlol")) then
  430. game.Players.LocalPlayer.PlayerGui:FindFirstChild("cmdlistlol"):Destroy()
  431. end
  432. local cmdlistlol = Instance.new("ScreenGui")
  433. local Frame = Instance.new("Frame")
  434. local Name = Instance.new("TextLabel")
  435. local CloseButton = Instance.new("TextButton")
  436. local ScrollingFrame = Instance.new("ScrollingFrame")
  437. local TextLabel = Instance.new("TextLabel")
  438. --Properties:
  439. cmdlistlol.Name = "cmdlistlol"
  440. cmdlistlol.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  441. cmdlistlol.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  442.  
  443. Frame.Parent = cmdlistlol
  444. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  445. Frame.Position = UDim2.new(0.107340172, 0, 0.228404105, 0)
  446. Frame.Size = UDim2.new(0, 235, 0, 294)
  447. Frame.BorderSizePixel = 0
  448. Name.Name = "Name"
  449. Name.Parent = Frame
  450. Name.BackgroundColor3 = Color3.new(1, 1, 1)
  451. Name.Size = UDim2.new(0, 170, 0, 29)
  452. Name.Font = Enum.Font.SourceSans
  453. Name.Text = "SSAdmin CmdList"
  454. Name.TextColor3 = Color3.new(0, 0, 0)
  455. Name.TextSize = 14
  456. Name.BorderSizePixel = 0
  457. CloseButton.Name = "CloseButton"
  458. CloseButton.Parent = Frame
  459. CloseButton.BackgroundColor3 = Color3.new(1, 1, 1)
  460. CloseButton.Position = UDim2.new(0.723404229, 0, 0, 0)
  461. CloseButton.Size = UDim2.new(0, 65, 0, 29)
  462. CloseButton.Font = Enum.Font.SourceSans
  463. CloseButton.Text = "Close"
  464. CloseButton.TextColor3 = Color3.new(0, 0, 0)
  465. CloseButton.TextSize = 14
  466. CloseButton.BorderSizePixel = 0
  467. ScrollingFrame.Parent = Frame
  468. ScrollingFrame.BackgroundColor3 = Color3.new(0.364706, 0.364706, 0.364706)
  469. ScrollingFrame.Position = UDim2.new(0, 0, 0.0986394584, 0)
  470. ScrollingFrame.Size = UDim2.new(0, 235, 0, 265)
  471. ScrollingFrame.BorderSizePixel = 0
  472. TextLabel.Parent = ScrollingFrame
  473. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  474. TextLabel.BackgroundTransparency = 1
  475. TextLabel.Size = UDim2.new(0, 222, 0, 491)
  476. TextLabel.Text = commands
  477. TextLabel.Font = Enum.Font.SourceSans
  478. TextLabel.TextColor3 = Color3.new(0, 0, 0)
  479. TextLabel.TextSize = 14
  480. TextLabel.BorderSizePixel = 0
  481. CloseButton.MouseButton1Click:connect(function()
  482. cmdlistlol:Destroy()
  483. end)
  484.  
  485. end
  486. function animbypass()
  487. rs = game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Clone()
  488. game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Destroy()
  489. rs.Parent = game.Players.LocalPlayer.Character.Torso
  490. rs.Part0 = game.Players.LocalPlayer.Character.Torso
  491. rs.Part1 = game.Players.LocalPlayer.Character["Right Arm"]:Clone()
  492. game.Players.LocalPlayer.Character["Right Arm"].Name = "ra"
  493. rs.Part1.Parent = game.Players.LocalPlayer.Character
  494. local Attachment0 = Instance.new("Attachment", game.Players.LocalPlayer.Character["Right Arm"])
  495. local rightarm = Instance.new("Attachment", game.Players.LocalPlayer.Character["ra"])
  496. local ol = Instance.new("HingeConstraint", game.Players.LocalPlayer.Character["Right Arm"])
  497. ol.Attachment0 = Attachment0
  498. ol.Attachment1 = rightarm
  499. ol.LimitsEnabled = true
  500. ol.LowerAngle = 0
  501. ol.Restitution = 0
  502. ol.UpperAngle = 0
  503. ls = game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Clone()
  504. game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Destroy()
  505. ls.Parent = game.Players.LocalPlayer.Character.Torso
  506. ls.Part0 = game.Players.LocalPlayer.Character.Torso
  507. ls.Part1 = game.Players.LocalPlayer.Character["Left Arm"]:Clone()
  508. game.Players.LocalPlayer.Character["Left Arm"].Name = "la"
  509. ls.Part1.Parent = game.Players.LocalPlayer.Character
  510. local Attachment0 = Instance.new("Attachment", game.Players.LocalPlayer.Character["Left Arm"])
  511. local rightarm = Instance.new("Attachment", game.Players.LocalPlayer.Character["la"])
  512. local ol = Instance.new("HingeConstraint", game.Players.LocalPlayer.Character["Left Arm"])
  513. ol.Attachment0 = Attachment0
  514. ol.Attachment1 = rightarm
  515. ol.LimitsEnabled = true
  516. ol.LowerAngle = 0
  517. ol.Restitution = 0
  518. ol.UpperAngle = 0
  519. rh = game.Players.LocalPlayer.Character.Torso["Right Hip"]:Clone()
  520. game.Players.LocalPlayer.Character.Torso["Right Hip"]:Destroy()
  521. rh.Parent = game.Players.LocalPlayer.Character.Torso
  522. rh.Part0 = game.Players.LocalPlayer.Character.Torso
  523. rh.Part1 = game.Players.LocalPlayer.Character["Right Leg"]:Clone()
  524. game.Players.LocalPlayer.Character["Right Leg"].Name = "rh"
  525. rh.Part1.Parent = game.Players.LocalPlayer.Character
  526. local Attachment0 = Instance.new("Attachment", game.Players.LocalPlayer.Character["Right Leg"])
  527. local rightarm = Instance.new("Attachment", game.Players.LocalPlayer.Character["rh"])
  528. local ol = Instance.new("HingeConstraint", game.Players.LocalPlayer.Character["Right Leg"])
  529. ol.Attachment0 = Attachment0
  530. ol.Attachment1 = rightarm
  531. ol.LimitsEnabled = true
  532. ol.LowerAngle = 0
  533. ol.Restitution = 0
  534. ol.UpperAngle = 0
  535. lh = game.Players.LocalPlayer.Character.Torso["Left Hip"]:Clone()
  536. game.Players.LocalPlayer.Character.Torso["Left Hip"]:Destroy()
  537. lh.Parent = game.Players.LocalPlayer.Character.Torso
  538. lh.Part0 = game.Players.LocalPlayer.Character.Torso
  539. lh.Part1 = game.Players.LocalPlayer.Character["Left Leg"]:Clone()
  540. game.Players.LocalPlayer.Character["Left Leg"].Name = "lh"
  541. lh.Part1.Parent = game.Players.LocalPlayer.Character
  542. local Attachment0 = Instance.new("Attachment", game.Players.LocalPlayer.Character["Left Leg"])
  543. local rightarm = Instance.new("Attachment", game.Players.LocalPlayer.Character["lh"])
  544. local ol = Instance.new("HingeConstraint", game.Players.LocalPlayer.Character["Left Leg"])
  545. ol.Attachment0 = Attachment0
  546. ol.Attachment1 = rightarm
  547. ol.LimitsEnabled = true
  548. ol.LowerAngle = 0
  549. ol.Restitution = 0
  550. ol.UpperAngle = 0
  551. r = game.Players.LocalPlayer.Character.HumanoidRootPart["RootJoint"]:Clone()
  552. game.Players.LocalPlayer.Character.HumanoidRootPart["RootJoint"]:Destroy()
  553. r.Parent = game.Players.LocalPlayer.Character.HumanoidRootPart
  554. r.Part0 = game.Players.LocalPlayer.Character.HumanoidRootPart
  555. r.Part1 = Instance.new("Part", game.Players.LocalPlayer.Character)
  556. r.Part1.Size = Vector3.new(2,2,1)
  557. r.Part1.Name = "Tors"
  558. r.Part1.Parent = game.Players.LocalPlayer.Character
  559. r.Part1.Transparency = 1
  560. local Attachment0 = Instance.new("Attachment", game.Players.LocalPlayer.Character.Tors)
  561. local rightarm = Instance.new("Attachment", game.Players.LocalPlayer.Character.Torso)
  562. local ol = Instance.new("HingeConstraint", game.Players.LocalPlayer.Character.Tors)
  563. ol.Attachment0 = Attachment0
  564. ol.Attachment1 = rightarm
  565. ol.LimitsEnabled = true
  566. ol.LowerAngle = 0
  567. ol.Restitution = 0
  568. ol.UpperAngle = 0
  569. char = game.Players.LocalPlayer.Character
  570. repeat wait()until char:FindFirstChildOfClass("Accessory")
  571. wait(0.1)
  572. for i,v in pairs (char:GetChildren()) do
  573. if v:IsA("Accessory") and v:FindFirstChild("Handle") and v:FindFirstChild("Handle"):FindFirstChild("AccessoryWeld").Part1 == char.Head then
  574. local Attachment0 = Instance.new("Attachment", char.Head)
  575. local rightarm = Instance.new("Attachment", v.Handle)
  576. local ol = Instance.new("HingeConstraint", char.Head)
  577. ol.Attachment0 = Attachment0
  578. ol.Attachment1 = rightarm
  579. ol.LimitsEnabled = true
  580. ol.LowerAngle = 0
  581. ol.Restitution = 0
  582. ol.UpperAngle = 0
  583. rightarm.CFrame = v.AttachmentPoint + Vector3.new(0, -0.5, 0)
  584. v.Handle.AccessoryWeld:Destroy()
  585. end
  586. end
  587. spawn(function()
  588. repeat
  589. game:GetService("RunService").RenderStepped:Wait()
  590. char.Torso.CFrame = char.Tors.CFrame
  591. char.lh.CFrame = char["Left Leg"].CFrame
  592. char.rh.CFrame = char["Right Leg"].CFrame
  593. char.la.CFrame = char["Left Arm"].CFrame
  594. char.ra.CFrame = char["Right Arm"].CFrame
  595. until char.Humanoid.Health <= 0
  596. end)
  597. end
  598. function god()
  599. if godded == false then
  600. godded = true
  601. humclone = Instance.new("Humanoid")
  602. hum.Parent = fold
  603. humclone.Parent = plr.Character
  604. end
  605. end
  606. function ungod()
  607. if godded == true then
  608. godded = false
  609. humclone:Destroy()
  610. hum.Parent = plr.Character
  611. end
  612. end
  613.  
  614. game.Players.LocalPlayer.CharacterAdded:connect(function()
  615. _G.FLYING = false
  616. end)
  617.  
  618.  
  619.  
  620.  
  621. _G.FLYING = false
  622. local LP = game:service('Players').LocalPlayer
  623. local T = LP.Character.Head
  624. local CONTROL = {F = 0, B = 0, L = 0, R = 0}
  625. local lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  626. local SPEED = 5
  627. local MOUSE = LP:GetMouse()
  628.  
  629.  
  630. local function FLY()
  631. _G.FLYING = true
  632. T = LP.Character.Head
  633. local BG = Instance.new('BodyGyro', T)
  634. local BV = Instance.new('BodyVelocity', T)
  635. BG.P = 9e4
  636. BG.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  637. BG.cframe = T.CFrame
  638. BV.velocity = Vector3.new(0, 0.1, 0)
  639. BV.maxForce = Vector3.new(9e9, 9e9, 9e9)
  640.  
  641.  
  642. spawn(function()
  643. repeat wait()
  644. T = LP.Character.Head
  645. LP.Character.Humanoid.PlatformStand = true
  646. if CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0 then
  647. SPEED = 50
  648. elseif not (CONTROL.L + CONTROL.R ~= 0 or CONTROL.F + CONTROL.B ~= 0) and SPEED ~= 0 then
  649. SPEED = 0
  650. end
  651. if (CONTROL.L + CONTROL.R) ~= 0 or (CONTROL.F + CONTROL.B) ~= 0 then
  652. BV.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (CONTROL.F + CONTROL.B)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(CONTROL.L + CONTROL.R, (CONTROL.F + CONTROL.B) * 0.2, 0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  653. lCONTROL = {F = CONTROL.F, B = CONTROL.B, L = CONTROL.L, R = CONTROL.R}
  654. elseif (CONTROL.L + CONTROL.R) == 0 and (CONTROL.F + CONTROL.B) == 0 and SPEED ~= 0 then
  655. BV.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lCONTROL.F + lCONTROL.B)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lCONTROL.L + lCONTROL.R, (lCONTROL.F + lCONTROL.B) * 0.2, 0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p)) * SPEED
  656. else
  657. BV.velocity = Vector3.new(0, 0.1, 0)
  658. end
  659. BG.cframe = game.Workspace.CurrentCamera.CoordinateFrame
  660. until not _G.FLYING
  661. CONTROL = {F = 0, B = 0, L = 0, R = 0}
  662. lCONTROL = {F = 0, B = 0, L = 0, R = 0}
  663. SPEED = 0
  664. BG:destroy()
  665. BV:destroy()
  666. LP.Character.Humanoid.PlatformStand = false
  667. end)
  668. end
  669.  
  670. MOUSE.KeyDown:connect(function(KEY)
  671. if KEY:lower() == 'w' then
  672. CONTROL.F = 1
  673. elseif KEY:lower() == 's' then
  674. CONTROL.B = -1
  675. elseif KEY:lower() == 'a' then
  676. CONTROL.L = -1
  677. elseif KEY:lower() == 'd' then
  678. CONTROL.R = 1
  679. end
  680. end)
  681.  
  682. MOUSE.KeyUp:connect(function(KEY)
  683. if KEY:lower() == 'w' then
  684. CONTROL.F = 0
  685. elseif KEY:lower() == 's' then
  686. CONTROL.B = 0
  687. elseif KEY:lower() == 'a' then
  688. CONTROL.L = 0
  689. elseif KEY:lower() == 'd' then
  690. CONTROL.R = 0
  691. end
  692. end)
  693.  
  694.  
  695.  
  696.  
  697. --FLY()
  698.  
  699.  
  700. function GetPlayer(String) -- Credit to Timeless/xFunnieuss
  701. local Found = {}
  702. for i,v in pairs(game:GetService("Players"):GetPlayers()) do
  703. if v.Name:lower():sub(1, #String) == String:lower() then
  704. table.insert(Found,v)
  705. end
  706. end
  707. return Found
  708. end
  709. function tall()
  710. pcall(function()
  711.  
  712. game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Destroy()
  713.  
  714. local Attachment0 = Instance.new("Attachment", game.Players.LocalPlayer.Character.Torso)
  715.  
  716. local Attachment1 = Instance.new("Attachment", game.Players.LocalPlayer.Character["Left Arm"])
  717.  
  718. local ol = Instance.new("HingeConstraint", game.Players.LocalPlayer.Character.Torso)
  719.  
  720. ol.Attachment0 = Attachment0
  721.  
  722. ol.Attachment1 = Attachment1
  723.  
  724. ol.LimitsEnabled = true
  725.  
  726. ol.LowerAngle = 0
  727.  
  728. ol.Restitution = 0
  729.  
  730. ol.UpperAngle = 0
  731.  
  732. Attachment1.Position = Vector3.new(-0.5, 3.7, 0)
  733.  
  734. game.Players.LocalPlayer.Character.Humanoid.HipHeight = 1.7
  735.  
  736. game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Destroy()
  737.  
  738. local Attachment0 = Instance.new("Attachment", game.Players.LocalPlayer.Character.Torso)
  739.  
  740. local Attachment1 = Instance.new("Attachment", game.Players.LocalPlayer.Character["Right Arm"])
  741.  
  742. local ol = Instance.new("HingeConstraint", game.Players.LocalPlayer.Character.Torso)
  743.  
  744. ol.Attachment0 = Attachment0
  745.  
  746. ol.Attachment1 = Attachment1
  747.  
  748. ol.LimitsEnabled = true
  749.  
  750. ol.LowerAngle = 0
  751.  
  752. ol.Restitution = 0
  753.  
  754. ol.UpperAngle = 0
  755.  
  756. Attachment1.Position = Vector3.new(0.5, 3.7, 0)
  757.  
  758. game.Players.LocalPlayer.Character.Animate.Disabled = true
  759.  
  760. end)
  761. end
  762. function sticky()
  763. -- fe sticky (cant touch other playeers)
  764. -- you need unanchored objects so i recommend game with a bunch of them to steal!
  765. -- or just spawn hats to mess with idk
  766. for i,v in pairs (game.Players.LocalPlayer.Character:GetChildren()) do
  767. if v.ClassName == "Part" or v.ClassName == "MeshPart" then
  768. v.Touched:connect(function(hit)
  769. if hit.Anchored == false then
  770. if not hit.Parent:FindFirstChild("Humanoid")and not hit:FindFirstChild("ooh") then
  771. if not hit.Parent:FindFirstChildOfClass("Humanoid") and not hit.Parent.Parent:FindFirstChildOfClass("Humanoid") then
  772. --hit.CanCollide = false
  773. local Attachment0 = Instance.new("Attachment", game.Players.LocalPlayer.Character.Torso)
  774.  
  775. local Attachment1 = Instance.new("Attachment", hit)
  776.  
  777. local ol = Instance.new("HingeConstraint", game.Players.LocalPlayer.Character.Torso)
  778.  
  779. Attachment1.Name = "ooh"
  780.  
  781. ol.Attachment0 = Attachment0
  782.  
  783. ol.Attachment1 = Attachment1
  784.  
  785. ol.LimitsEnabled = true
  786.  
  787. ol.LowerAngle = 0
  788.  
  789. ol.Restitution = 0
  790.  
  791. ol.UpperAngle = 0
  792.  
  793. Attachment1.Position = Vector3.new(0, 0, hit.Size.Z * 2)
  794. end
  795. end
  796. end
  797. end)
  798. end
  799. end
  800. end
  801. function schat(text)
  802. for i = 0,5 do
  803. game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest:FireServer(text, "All")
  804. end
  805. end
  806. function creeper()
  807. game.Players.LocalPlayer.Character.Torso["Right Shoulder"]:Destroy()
  808.  
  809. local Attachment0 = Instance.new("Attachment", game.Players.LocalPlayer.Character.Torso)
  810.  
  811. local Attachment1 = Instance.new("Attachment", game.Players.LocalPlayer.Character["Right Arm"])
  812.  
  813. local ol = Instance.new("HingeConstraint", game.Players.LocalPlayer.Character.Torso)
  814.  
  815. ol.Attachment0 = Attachment0
  816.  
  817. ol.Attachment1 = Attachment1
  818.  
  819. ol.LimitsEnabled = true
  820.  
  821. ol.LowerAngle = 0
  822.  
  823. ol.Restitution = 0
  824.  
  825. ol.UpperAngle = 0
  826.  
  827. Attachment1.Position = Vector3.new(0.5, 2, 1)
  828. game.Players.LocalPlayer.Character.Torso["Left Shoulder"]:Destroy()
  829.  
  830. local Attachment0 = Instance.new("Attachment", game.Players.LocalPlayer.Character.Torso)
  831.  
  832. local Attachment1 = Instance.new("Attachment", game.Players.LocalPlayer.Character["Left Arm"])
  833.  
  834. local ol = Instance.new("HingeConstraint", game.Players.LocalPlayer.Character.Torso)
  835.  
  836. ol.Attachment0 = Attachment0
  837.  
  838. ol.Attachment1 = Attachment1
  839.  
  840. ol.LimitsEnabled = true
  841.  
  842. ol.LowerAngle = 0
  843.  
  844. ol.Restitution = 0
  845.  
  846. ol.UpperAngle = 0
  847.  
  848. Attachment1.Position = Vector3.new(-0.5, 2, 1)
  849. --lol
  850. game.Players.LocalPlayer.Character.Torso["Left Hip"]:Destroy()
  851.  
  852. local Attachment0 = Instance.new("Attachment", game.Players.LocalPlayer.Character.Torso)
  853.  
  854. local Attachment1 = Instance.new("Attachment", game.Players.LocalPlayer.Character["Left Leg"])
  855.  
  856. local ol = Instance.new("HingeConstraint", game.Players.LocalPlayer.Character.Torso)
  857.  
  858. ol.Attachment0 = Attachment0
  859.  
  860. ol.Attachment1 = Attachment1
  861.  
  862. ol.LimitsEnabled = true
  863.  
  864. ol.LowerAngle = 0
  865.  
  866. ol.Restitution = 0
  867.  
  868. ol.UpperAngle = 0
  869.  
  870. Attachment1.Position = Vector3.new(-0.5, 2, -1)
  871. for i,v in pairs (game.Players.LocalPlayer.Character:GetChildren()) do
  872. if v.ClassName == "Accessory" then
  873. v:Destroy()
  874. end
  875. end
  876. game.Players.LocalPlayer.Character.Head.Mesh:Destroy()
  877. wait(0.01)
  878. game.Players.LocalPlayer.Character.Torso["Right Hip"]:Destroy()
  879. local Attachment00 = Instance.new("Attachment", game.Players.LocalPlayer.Character.Torso)
  880.  
  881. local Attachment11 = Instance.new("Attachment", game.Players.LocalPlayer.Character["Right Leg"])
  882.  
  883. local oll = Instance.new("HingeConstraint", game.Players.LocalPlayer.Character.Torso)
  884.  
  885. oll.Attachment0 = Attachment00
  886. oll.Attachment1 = Attachment11
  887. oll.LimitsEnabled = true
  888. oll.LowerAngle = 0
  889.  
  890. oll.Restitution = 0
  891.  
  892. oll.UpperAngle = 0
  893.  
  894. Attachment11.Position = Vector3.new(0.5, 2, -1)
  895. end
  896. function inv()
  897. Local = game:GetService('Players').LocalPlayer
  898. Char = Local.Character
  899. touched,tpdback = false, false
  900. Local.CharacterAdded:connect(function(char)
  901. if script.Disabled ~= true then
  902. wait(.25)
  903. loc = Char.HumanoidRootPart.Position
  904. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  905. end
  906. end)
  907. game:GetService('UserInputService').InputBegan:connect(function(key)
  908. if key.KeyCode == Enum.KeyCode.Equals then
  909. if script.Disabled ~= true then
  910. script.Disabled = true
  911. print'you may re-execute'
  912. end
  913. end
  914. end)
  915. box = Instance.new('Part',workspace)
  916. box.Anchored = true
  917. box.CanCollide = true
  918. box.Size = Vector3.new(10,1,10)
  919. box.Position = Vector3.new(0,10000,0)
  920. box.Touched:connect(function(part)
  921. if (part.Parent.Name == Local.Name) then
  922. if touched == false then
  923. touched = true
  924. function apply()
  925. if script.Disabled ~= true then
  926. no = Char.HumanoidRootPart:Clone()
  927. wait(.25)
  928. Char.HumanoidRootPart:Destroy()
  929. no.Parent = Char
  930. Char:MoveTo(loc)
  931. touched = false
  932. end end
  933. if Char then
  934. apply()
  935. end
  936. end
  937. end
  938. end)
  939. repeat wait() until Char
  940. loc = Char.HumanoidRootPart.Position
  941. Char:MoveTo(box.Position + Vector3.new(0,.5,0))
  942. Char.Torso.Transparency = 1
  943. Char.Head.Transparency = 1
  944. Char["Right Arm"].Transparency = 1
  945. Char["Left Arm"].Transparency = 1
  946. Char["Right Leg"].Transparency = 1
  947. Char["Left Leg"].Transparency = 1
  948. for i,v in pairs (Char:GetChildren()) do
  949. if v:IsA("Accessory") then
  950. v:Destroy()
  951. end
  952. end
  953. end
  954. function goto(tarded)
  955. local target
  956. for i,v in pairs(GetPlayer(tarded))do
  957. target = v
  958. end
  959. game.Players.LocalPlayer.Character:MoveTo(Vector3.new(target.Character.Head.Position))
  960. end
  961. function onChatted(msg,speaker)
  962. --nex
  963. if (string.sub(string.lower(msg),1,8) == prefix.."suchat ") then
  964. local stri = string.sub(msg,9)
  965. --local tar = game.Players[stri]
  966. schat(stri)
  967. end
  968. --xd
  969. if (string.sub(string.lower(msg),1,8) == prefix.."prefix ") then
  970. local stri = string.sub(msg,9)
  971. prefix = stri
  972. end
  973. --more lines
  974. if (msg == prefix.."creeper") then
  975. creeper()
  976. end
  977. if (msg == "!rejoin") then
  978. game:GetService("TeleportService"):Teleport(game.PlaceId, game.Players.LocalPlayer)
  979. end
  980. --MOAR
  981. if (msg == prefix.."sticky") then
  982. sticky()
  983. end
  984. --mmm
  985. if (msg == prefix.."invisible") then
  986. inv()
  987. end
  988. --okay stop reading this
  989. if (msg == prefix.."tall") then
  990. tall()
  991. end
  992. -- -.-
  993.  
  994.  
  995. if (string.sub(string.lower(msg),1,6) == prefix.."goto ") then
  996. local stri = string.sub(msg,7)
  997. --local tar = game.Players[stri]
  998. gogo(stri)
  999. end
  1000. if (msg == prefix.."fly") then
  1001. FLY()
  1002. end
  1003. if (msg == prefix.."noclip") then
  1004. noclip = true
  1005. end
  1006. if (msg == prefix.."clip") then
  1007. noclip = false
  1008. end
  1009. if (msg == prefix.."unfly") then
  1010. _G.FLYING = false
  1011. end
  1012. if (msg == prefix.."god") then
  1013. god()
  1014. end
  1015. if (msg == prefix.."ungod") then
  1016. ungod()
  1017. end
  1018. if (msg == prefix.."sit") then
  1019. plr.Character.Humanoid.Sit = true
  1020. end
  1021. if (msg == prefix.."blockhead") then
  1022. if game.Players.LocalPlayer.Character.Head:FindFirstChild("Mesh") then
  1023. game.Players.LocalPlayer.Character.Head:FindFirstChild("Mesh"):Destroy()
  1024. end
  1025. end
  1026. if (string.sub(string.lower(msg),1,7) == prefix.."speed ") then
  1027. local stri = string.sub(msg,8)
  1028. game.Players.LocalPlayer.Character.Humanoid.WalkSpeed = stri
  1029. end
  1030. if (string.sub(string.lower(msg),1,4) == prefix.."jp ") then
  1031. local stri = string.sub(msg,5)
  1032. game.Players.LocalPlayer.Character.Humanoid.JumpPower = stri
  1033. end
  1034. if (msg == prefix.."cmds") then
  1035. cmdlist()
  1036. end
  1037. if (msg == prefix.."commandbar") then
  1038. cmdbar()
  1039. end
  1040. if (msg == prefix.."respawn") then
  1041.  
  1042. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1043. v:Destroy()
  1044. end
  1045. local prt=Instance.new("Model", workspace);
  1046. Instance.new("Part", prt).Name="Torso";
  1047. Instance.new("Part", prt).Name="Head";
  1048. Instance.new("Humanoid", prt).Name="Humanoid";
  1049. game.Players.LocalPlayer.Character=prt
  1050.  
  1051. repeat wait(1) until game.Players.LocalPlayer.Character:FindFirstChild'Head'
  1052. for _,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1053. v:Destroy()
  1054. end
  1055. local prt2=Instance.new("Model", workspace);
  1056. Instance.new("Part", prt).Name="Torso";
  1057. Instance.new("Part", prt).Name="Head";
  1058. Instance.new("Humanoid", prt).Name="Humanoid";
  1059. game.Players.LocalPlayer.Character=prt
  1060. end
  1061. if (msg == prefix.."drophats") then
  1062. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1063. if (v:IsA("Accessory")) then
  1064. v.Parent = workspace
  1065. end
  1066. end
  1067. end
  1068. if (msg == prefix.."blockhats") then
  1069. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1070. if (v:IsA("Accessory")) then
  1071. v.Handle:FindFirstChildOfClass("SpecialMesh"):Destroy()
  1072. end
  1073. end
  1074. end
  1075. if (msg == prefix.."savepos") then
  1076. saved = game.Players.LocalPlayer.Character.Head.Position
  1077. end
  1078. if (msg == prefix.."loadpos") then
  1079. game.Players.LocalPlayer.Character:MoveTo(saved)
  1080. end
  1081. if (msg == prefix.."animbypass") then
  1082. animbypass()
  1083. end
  1084. if (msg == prefix.."memeus") then
  1085. if game.Players.LocalPlayer.Character:FindFirstChild("ra") then
  1086. loadstring(game:HttpGet(('https://pastebin.com/raw/dNkSZRC2'),true))()
  1087. end
  1088. end
  1089. if (msg == prefix.."krystal") then
  1090. if game.Players.LocalPlayer.Character:FindFirstChild("ra") then
  1091. loadstring(game:HttpGet(('https://pastebin.com/raw/6pBL7wQt'),true))()
  1092. end
  1093. end
  1094. if (msg == prefix.."starg") then
  1095. if game.Players.LocalPlayer.Character:FindFirstChild("ra") then
  1096. loadstring(game:HttpGet(('https://pastebin.com/raw/Vz5Ut7HY'),true))()
  1097. end
  1098. end
  1099. if (msg == prefix.."reset") then
  1100. game.Players.LocalPlayer.Character:BreakJoints()
  1101. end
  1102. if msg == prefix.."memeanims" then
  1103. if game.Players.LocalPlayer.Character:FindFirstChild("ra") then
  1104. loadstring(game:HttpGet(('https://pastebin.com/raw/EPjwP34Y'),true))()
  1105. end
  1106. end
  1107. if msg == prefix.."caramelldance" then
  1108. if game.Players.LocalPlayer.Character:FindFirstChild("ra") then
  1109. loadstring(game:HttpGet(('https://pastebin.com/raw/UG29b3Eu'),true))()
  1110. end
  1111. end
  1112. if msg == prefix.."spectrumglitcher" then
  1113. if game.Players.LocalPlayer.Character:FindFirstChild("ra") then
  1114. loadstring(game:HttpGet(('https://pastebin.com/raw/cH1KzKtr'),true))()
  1115. end
  1116. end
  1117. --slpit
  1118. --https://pastebin.com/raw/sUSn58Ya
  1119. if msg == prefix.."dex" then
  1120. loadstring(game:HttpGet(('https://pastebin.com/raw/sUSn58Ya'),true))()
  1121. end
  1122. if msg == prefix.."hugkill" then
  1123. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1124. if (v:IsA("Accessory")) then
  1125. local p = Instance.new("Tool", game.Players.LocalPlayer.Backpack)
  1126. v.Handle.Parent = p
  1127. end
  1128. end
  1129. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1130. if (v:IsA("Tool")) then
  1131. game.Players.LocalPlayer.Character.Humanoid:EquipTool(v)
  1132. end
  1133. end
  1134. for i,v in pairs(game.Players.LocalPlayer.Backpack:GetChildren()) do
  1135. if (v:IsA("Tool")) then
  1136. v.Grip = CFrame.new(math.huge,math.huge,math.huge)
  1137. v.Parent = game.Players.LocalPlayer.Character
  1138. end
  1139. end
  1140. for i,v in pairs(game.Players.LocalPlayer.Character:GetChildren()) do
  1141. if (v:IsA("Tool")) then
  1142. v.Parent = workspace
  1143. end
  1144. end
  1145. end
  1146. end
  1147. ack.Chatted:connect(function(msg) onChatted(msg,ack) end)
  1148. myfoc = false
  1149. function cmdbar()
  1150. local MakerModelLuasAdminForm = Instance.new("ScreenGui")
  1151. local Dragger = Instance.new("Frame")
  1152. local FormBar = Instance.new("Frame")
  1153. local X = Instance.new("ImageButton")
  1154. local IconHolder = Instance.new("ImageLabel")
  1155. local Icon = Instance.new("ImageLabel")
  1156. local TitleBegin = Instance.new("ImageLabel")
  1157. local TitleEnd = Instance.new("ImageLabel")
  1158. local Title = Instance.new("TextLabel")
  1159. local Minus = Instance.new("ImageButton")
  1160. local Splitter = Instance.new("Frame")
  1161. local Body = Instance.new("TextButton")
  1162. local Content = Instance.new("Frame")
  1163. local CommandBox = Instance.new("TextBox")
  1164. local Execute = Instance.new("TextButton")
  1165. local Suggest = Instance.new("ScrollingFrame")
  1166. MakerModelLuasAdminForm.Name = "Super Nice SS Admin Haxx"
  1167. MakerModelLuasAdminForm.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  1168. MakerModelLuasAdminForm.ResetOnSpawn = false
  1169. Dragger.Name = "Dragger"
  1170. Dragger.Parent = MakerModelLuasAdminForm
  1171. Dragger.Active = true
  1172. Dragger.BackgroundColor3 = Color3.new(1, 1, 1)
  1173. Dragger.BackgroundTransparency = 0.89999997615814
  1174. Dragger.BorderColor3 = Color3.new(0, 0, 0)
  1175. Dragger.BorderSizePixel = 2
  1176. Dragger.ClipsDescendants = true
  1177. Dragger.Draggable = true
  1178. Dragger.Position = UDim2.new(0.25, -83, 0.100000001, 130)
  1179. Dragger.Size = UDim2.new(0.5, 100, 0.100000001, 90)
  1180. FormBar.Name = "FormBar"
  1181. FormBar.Parent = Dragger
  1182. FormBar.BackgroundTransparency = 1
  1183. FormBar.Size = UDim2.new(1, 0, 0, 40)
  1184. X.Name = "X"
  1185. X.Parent = FormBar
  1186. X.BackgroundTransparency = 1
  1187. X.Position = UDim2.new(1, -30, 0, 5)
  1188. X.Size = UDim2.new(0, 25, 0, 25)
  1189. X.Image = "rbxassetid://275572394"
  1190. IconHolder.Name = "IconHolder"
  1191. IconHolder.Parent = FormBar
  1192. IconHolder.BackgroundTransparency = 1
  1193. IconHolder.Position = UDim2.new(0, 5, 0, 5)
  1194. IconHolder.Size = UDim2.new(0, 35, 0, 25)
  1195. IconHolder.Image = "rbxassetid://276002222"
  1196. Icon.Name = "Icon"
  1197. Icon.Parent = IconHolder
  1198. Icon.BackgroundTransparency = 1
  1199. Icon.Position = UDim2.new(0, 3, 0.5, -10)
  1200. Icon.Size = UDim2.new(0, 20, 0, 20)
  1201. Icon.Image = "rbxassetid://302470270"
  1202. TitleBegin.Name = "TitleBegin"
  1203. TitleBegin.Parent = FormBar
  1204. TitleBegin.BackgroundColor3 = Color3.new(1, 1, 1)
  1205. TitleBegin.BackgroundTransparency = 1
  1206. TitleBegin.Position = UDim2.new(0, 30, 0, 5)
  1207. TitleBegin.Size = UDim2.new(0, 35, 0, 25)
  1208. TitleBegin.Image = "rbxassetid://275589160"
  1209. TitleEnd.Name = "TitleEnd"
  1210. TitleEnd.Parent = FormBar
  1211. TitleEnd.BackgroundTransparency = 1
  1212. TitleEnd.Position = UDim2.new(1, -76, 0, 5)
  1213. TitleEnd.Size = UDim2.new(0, 25, 0, 25)
  1214. TitleEnd.Image = "rbxassetid://275589154"
  1215. Title.Name = "Title"
  1216. Title.Parent = FormBar
  1217. Title.BackgroundColor3 = Color3.new(0.396078, 0.4, 0.4)
  1218. Title.BorderSizePixel = 0
  1219. Title.ClipsDescendants = true
  1220. Title.Position = UDim2.new(0, 50, 0, 5)
  1221. Title.Size = UDim2.new(1, -120, 0, 25)
  1222. Title.Font = Enum.Font.ArialBold
  1223. Title.Text = "SSAdmin Command Bar"
  1224. Title.TextColor3 = Color3.new(0, 0, 0)
  1225. Title.TextSize = 18
  1226. Title.TextXAlignment = Enum.TextXAlignment.Left
  1227. Minus.Name = "Minus"
  1228. Minus.Parent = FormBar
  1229. Minus.BackgroundTransparency = 1
  1230. Minus.Position = UDim2.new(1, -58, 0, 5)
  1231. Minus.Size = UDim2.new(0, 35, 0, 25)
  1232. Minus.Image = "rbxassetid://275589157"
  1233. Splitter.Name = "Splitter"
  1234. Splitter.Parent = Dragger
  1235. Splitter.BackgroundColor3 = Color3.new(0, 0, 0)
  1236. Splitter.BorderColor3 = Color3.new(0, 0, 0)
  1237. Splitter.Position = UDim2.new(0, 0, 0, 35)
  1238. Splitter.Size = UDim2.new(1, 0, 0, 2)
  1239. Body.Name = "Body"
  1240. Body.Parent = Dragger
  1241. Body.BackgroundColor3 = Color3.new(1, 1, 1)
  1242. Body.BackgroundTransparency = 1
  1243. Body.Position = UDim2.new(0, 0, 0, 40)
  1244. Body.Size = UDim2.new(1, 0, 1, -40)
  1245. Body.Modal = true
  1246. Body.Text = ""
  1247. Content.Name = "Content"
  1248. Content.Parent = Body
  1249. Content.BackgroundTransparency = 1
  1250. Content.Size = UDim2.new(1, 0, 1, 0)
  1251. CommandBox.Name = "CommandBox"
  1252. CommandBox.Parent = Content
  1253. CommandBox.BackgroundColor3 = Color3.new(1, 1, 1)
  1254. CommandBox.BackgroundTransparency = 0.5
  1255. CommandBox.Position = UDim2.new(0.300000012, 5, 0, 5)
  1256. CommandBox.Size = UDim2.new(0.699999988, -20, 0.400000006, 0)
  1257. CommandBox.ClearTextOnFocus = false
  1258. CommandBox.Font = Enum.Font.Arial
  1259. CommandBox.Text = "TextBox"
  1260. CommandBox.TextColor3 = Color3.new(0, 0, 0)
  1261. CommandBox.TextSize = 18
  1262. CommandBox.TextXAlignment = Enum.TextXAlignment.Left
  1263. Execute.Name = "Execute"
  1264. Execute.Parent = Content
  1265. Execute.BackgroundColor3 = Color3.new(1, 1, 1)
  1266. Execute.BackgroundTransparency = 0.5
  1267. Execute.Position = UDim2.new(0.300000012, 5, 0.699999988, -10)
  1268. Execute.Size = UDim2.new(0.699999988, -20, 0.400000006, -10)
  1269. Execute.Font = Enum.Font.ArialBold
  1270. Execute.Text = "Execute"
  1271. Execute.TextColor3 = Color3.new(0, 0, 0)
  1272. Execute.TextSize = 18
  1273. Suggest.Name = "Suggest"
  1274. Suggest.Parent = Content
  1275. Suggest.BackgroundColor3 = Color3.new(0, 0, 0)
  1276. Suggest.BackgroundTransparency = 0.5
  1277. Suggest.Size = UDim2.new(0.300000012, 0, 1, 0)
  1278. Suggest.CanvasSize = UDim2.new(0, 0, 0, 15700)
  1279. X.MouseButton1Down:connect(function()
  1280. MakerModelLuasAdminForm:Destroy()
  1281. end)
  1282. Minus.MouseButton1Down:connect(function()
  1283. MakerModelLuasAdminForm:Destroy()
  1284. end)
  1285. Execute.MouseButton1Down:connect(function()
  1286. onChatted(prefix..CommandBox.Text,plr)
  1287. CommandBox.Text = ""
  1288. end)
  1289. end
  1290. cmdbar()
  1291. while wait() do
  1292. repeat wait() until game.Players.LocalPlayer.Character
  1293. char = game.Players.LocalPlayer.Character
  1294. for i,v in pairs (char:GetDescendants()) do
  1295. if v:IsA("BasePart") and v.Name ~= "HumanoidRootPart" then
  1296. v.CustomPhysicalProperties = PhysicalProperties.new(0, 0, 0,0,0)
  1297. v.Massless = true
  1298. end
  1299. end
  1300. end
  1301. end)
  1302.  
  1303. DANCETILLYOUREDEAD.Name = "DANCE TILL YOU'RE DEAD"
  1304. DANCETILLYOUREDEAD.Parent = Frame
  1305. DANCETILLYOUREDEAD.BackgroundColor3 = Color3.new(1, 1, 1)
  1306. DANCETILLYOUREDEAD.Position = UDim2.new(0.404199481, 0, 0.709302306, 0)
  1307. DANCETILLYOUREDEAD.Size = UDim2.new(0, 134, 0, 50)
  1308. DANCETILLYOUREDEAD.Font = Enum.Font.SourceSans
  1309. DANCETILLYOUREDEAD.Text = "part 2"
  1310. DANCETILLYOUREDEAD.TextColor3 = Color3.new(0, 0, 0)
  1311. DANCETILLYOUREDEAD.TextSize = 14
  1312. DANCETILLYOUREDEAD.MouseButton1Click:connect(function()
  1313. game.Players.LocalPlayer.Character.la.Transparency = 1
  1314. game.Players.LocalPlayer.Character.ra.Transparency = 1
  1315. game.Players.LocalPlayer.Character.rh.Transparency = 1
  1316. game.Players.LocalPlayer.Character.lh.Transparency = 1
  1317. game.Players.LocalPlayer.Character.la.Transparency = 1
  1318. game.Players.LocalPlayer.Character.ra.Transparency = 1
  1319. game.Players.LocalPlayer.Character.rh.Transparency = 1
  1320. game.Players.LocalPlayer.Character.lh.Transparency = 1
  1321. game.Players.LocalPlayer.Character.Tors.Transparency = 1
  1322. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement