Advertisement
Guest User

admin

a guest
Dec 10th, 2019
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.70 KB | None | 0 0
  1.  
  2.  
  3. wait(0.1)
  4.  
  5. game:GetService("StarterGui"):SetCore("SendNotification", {
  6. Title = "[XI]";
  7. Text = "Typpe .cmds then press f9 to check the commands.";
  8. })
  9.  
  10.  
  11. local P = game:GetService("Players")
  12. local LP = P.LocalPlayer
  13. local RunService = game:GetService("RunService")
  14. local Prefix = "."
  15.  
  16. game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
  17. if (string.lower(msg) == ".flyguns") then
  18. wait(0.1)
  19. game:GetService("StarterGui"):SetCore("SendNotification", {
  20. Title = "[XI]";
  21. Text = "FlyGuns is now enabled press [H] to toggle on/off.";
  22. })
  23.  
  24.  
  25. loadstring(game:HttpGet(('https://pastebin.com/raw/erbkmnqq'),true))()
  26.  
  27. end
  28. end)
  29.  
  30. game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
  31. if (string.lower(msg) == ".mega") then
  32. wait(0.1)
  33. game:GetService("StarterGui"):SetCore("SendNotification", {
  34. Title = "[XI]";
  35. Text = "mega combat script is now enabled.";
  36. })
  37.  
  38.  
  39. loadstring(game:HttpGet(('https://pastebin.com/raw/p0aN6f2h'),true))()
  40.  
  41. end
  42. end)
  43.  
  44. game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
  45. if (string.lower(msg) == ".invis") then
  46. wait(0.1)
  47. game:GetService("StarterGui"):SetCore("SendNotification", {
  48. Title = "[XI]";
  49. Text = "invisible raido is now enabled.";
  50. })
  51.  
  52.  
  53. local radio = game.Players.LocalPlayer.Character:FindFirstChild("BoomBox")
  54. if radio then
  55. radio.Server:Destroy()
  56. radio.Client:Destroy()
  57. end
  58. end
  59. end)
  60.  
  61. game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
  62. if (string.lower(msg) == ".tpose") then
  63. wait(0.1)
  64. game:GetService("StarterGui"):SetCore("SendNotification", {
  65. Title = "[XI]";
  66. Text = "Animation enabled.";
  67. })
  68.  
  69.  
  70. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.idle:GetChildren()) do
  71. v.AnimationId = 'rbxassetid://440857566'
  72. end
  73. end
  74. end)
  75.  
  76. game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
  77. if (string.lower(msg) == ".police") then
  78. wait(0.1)
  79. game:GetService("StarterGui"):SetCore("SendNotification", {
  80. Title = "[XI]";
  81. Text = "Animation enabled.";
  82. })
  83.  
  84.  
  85. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.idle:GetChildren()) do
  86. v.AnimationId = 'rbxassetid://259363289'
  87. end
  88. end
  89. end)
  90.  
  91.  
  92.  
  93. game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
  94. if (string.lower(msg) == ".re") then
  95. wait(0.1)
  96. game:GetService("StarterGui"):SetCore("SendNotification", {
  97. Title = "[XI]";
  98. Text = "Resetting...";
  99. })
  100.  
  101.  
  102. game.Players.LocalPlayer.Character.Humanoid.Health = 0
  103. end
  104. end)
  105.  
  106.  
  107. game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
  108. if (string.lower(msg) == ".aimbot") then
  109. wait(0.1)
  110. game:GetService("StarterGui"):SetCore("SendNotification", {
  111. Title = "[XI]";
  112. Text = "Aimbot is now enabled.";
  113. })
  114.  
  115. mouse = game.Players.LocalPlayer:getMouse()
  116. mouse.Button1Down:connect(function()
  117. if game.Players:GetPlayerFromCharacter(mouse.Target.Parent) then
  118. local selected = game.Players:GetPlayerFromCharacter(mouse.Target.Parent)
  119. if game.Players.LocalPlayer.Character:findFirstChildOfClass("Tool") then
  120. local tool = game.Players.LocalPlayer.Character:findFirstChildOfClass("Tool")
  121. if tool:findFirstChild("Fire") then
  122. if selected ~= nil then
  123. repeat
  124. tool.Fire:FireServer(selected.Character.Head.CFrame)
  125. wait()
  126. until selected.Character:findFirstChild("KO")
  127. end
  128. end
  129. end
  130. end
  131. end)
  132. end
  133. end)
  134.  
  135. game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
  136. if (string.lower(msg) == ".antivoid") then
  137. wait(0.1)
  138. game:GetService("StarterGui"):SetCore("SendNotification", {
  139. Title = "[XI]";
  140. Text = "AntiVoid is now enabled.";
  141. })
  142.  
  143. for i,v in pairs(game.Players:GetChildren()) do
  144. if v.Character ~= nil then
  145. if v.Character:FindFirstChild("Right Arm") then
  146. v.Character:FindFirstChild("Right Arm").ChildAdded:Connect(function(child)
  147. if child.Name == "RightGrip" then
  148. wait()
  149. if child.Part1.Parent:IsA("Accessory") then
  150. child:Destroy()
  151. end
  152. end
  153. end)
  154. for i,v in pairs(v.Character:FindFirstChild("Right Arm"):GetChildren()) do
  155. if v.Name == "RightGrip" then
  156. wait()
  157. if v.Part1.Parent:IsA("Accessory") then
  158. v:Destroy()
  159. end
  160. end
  161. end
  162. end
  163. end
  164. v.CharacterAppearanceLoaded:Connect(function(char)
  165. if v.Character:FindFirstChild("Right Arm") then
  166. v.Character:FindFirstChild("Right Arm").ChildAdded:Connect(function(child)
  167. if child.Name == "RightGrip" then
  168. wait()
  169. if child.Part1.Parent:IsA("Accessory") then
  170. child:Destroy()
  171. end
  172. end
  173. end)
  174. for i,v in pairs(v.Character:FindFirstChild("Right Arm"):GetChildren()) do
  175. if v.Name == "RightGrip" then
  176. wait()
  177. if v.Part1.Parent:IsA("Accessory") then
  178. v:Destroy()
  179. end
  180. end
  181. end
  182. end
  183. end)
  184. end
  185.  
  186. game.Players.PlayerAdded:Connect(function(v)
  187. if v.Character ~= nil then
  188. if v.Character:FindFirstChild("Right Arm") then
  189. v.Character:FindFirstChild("Right Arm").ChildAdded:Connect(function(child)
  190. if child.Name == "RightGrip" then
  191. wait()
  192. if child.Part1.Parent:IsA("Accessory") then
  193. child:Destroy()
  194. end
  195. end
  196. end)
  197. for i,v in pairs(v.Character:FindFirstChild("Right Arm"):GetChildren()) do
  198. if v.Name == "RightGrip" then
  199. wait()
  200. if v.Part1.Parent:IsA("Accessory") then
  201. v:Destroy()
  202. end
  203. end
  204. end
  205. end
  206. end
  207. v.CharacterAppearanceLoaded:Connect(function(char)
  208. if v.Character:FindFirstChild("Right Arm") then
  209. v.Character:FindFirstChild("Right Arm").ChildAdded:Connect(function(child)
  210. if child.Name == "RightGrip" then
  211. wait()
  212. if child.Part1.Parent:IsA("Accessory") then
  213. child:Destroy()
  214. end
  215. end
  216. end)
  217. for i,v in pairs(v.Character:FindFirstChild("Right Arm"):GetChildren()) do
  218. if v.Name == "RightGrip" then
  219. wait()
  220. if v.Part1.Parent:IsA("Accessory") then
  221. v:Destroy()
  222. end
  223. end
  224. end
  225. end
  226. end)
  227. end)
  228. end
  229. end)
  230.  
  231.  
  232. local loop = true
  233. local plr = game:GetService("Players").LocalPlayer.Name
  234.  
  235. game.Players.LocalPlayer.Chatted:connect(function(Message)
  236. if Message:lower() == '.rtoggle' then
  237. loop = not loop
  238. end
  239. end)
  240.  
  241. game:GetService"RunService".RenderStepped:Connect(function()
  242. if loop then
  243. wait() for i,v in pairs(game.Workspace[plr].Humanoid:GetDescendants()) do
  244. if v:IsA("Part") then
  245. v:Destroy()
  246. end
  247. end
  248. end
  249. end)
  250.  
  251.  
  252. game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
  253. if (string.lower(msg) == ".esp") then
  254. wait(0.1)
  255. game:GetService("StarterGui"):SetCore("SendNotification", {
  256. Title = "[XI]";
  257. Text = "Esp is now enabled.";
  258. })
  259.  
  260. local yahstuff = 1
  261. local epiclul = 0
  262. RunService.Heartbeat:Connect(function(step)
  263. if epiclul < yahstuff then
  264. epiclul = epiclul + 1
  265. for _,a in pairs(P:GetChildren()) do
  266. P.PlayerAdded:connect(function(ree)
  267. for i=1,math.huge do
  268. ree.NameDisplayDistance = 100000
  269. ree.HealthDisplayDistance = 100000
  270. wait(1)
  271. ree.NameDisplayDistance = 1000000
  272. ree.HealthDisplayDistance = 1000000
  273. wait(1)
  274. end
  275. end)
  276. for i=1,math.huge do
  277. a.NameDisplayDistance = 100000
  278. a.HealthDisplayDistance = 100000
  279. wait(1)
  280. a.NameDisplayDistance = 1000000
  281. a.HealthDisplayDistance = 1000000
  282. wait(1)
  283. end
  284. end
  285. end
  286. end)
  287. end
  288. end)
  289.  
  290. game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
  291. if (string.lower(msg) == ".normalfly") then
  292. wait(0.1)
  293. game:GetService("StarterGui"):SetCore("SendNotification", {
  294. Title = "[XI]";
  295. Text = "Fly is now enabled press [z] to fly You have to say .normalfly again when you reset.";
  296. })
  297.  
  298.  
  299. local plr = game.Players.LocalPlayer
  300. local mouse = plr:GetMouse()
  301.  
  302. localplayer = plr
  303.  
  304. if workspace:FindFirstChild("Core") then
  305. workspace.Core:Destroy()
  306. end
  307.  
  308. local Core = Instance.new("Part")
  309. Core.Name = "Core"
  310. Core.Size = Vector3.new(0.05, 0.05, 0.05)
  311.  
  312. spawn(function()
  313. Core.Parent = workspace
  314. local Weld = Instance.new("Weld", Core)
  315. Weld.Part0 = Core
  316. Weld.Part1 = localplayer.Character.Torso
  317. Weld.C0 = CFrame.new(0, 0, 0)
  318. end)
  319.  
  320. workspace:WaitForChild("Core")
  321.  
  322. local torso = workspace.Core
  323. flying = true
  324. local speed=0
  325. local keys={a=false,d=false,w=false,s=false}
  326. local e1
  327. local e2
  328. local function start()
  329. local pos = Instance.new("BodyPosition",torso)
  330. local gyro = Instance.new("BodyGyro",torso)
  331. pos.Name="EPIXPOS"
  332. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  333. pos.position = torso.Position
  334. gyro.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  335. gyro.cframe = torso.CFrame
  336. repeat
  337. wait()
  338. localplayer.Character.Humanoid.PlatformStand=true
  339. local new=gyro.cframe - gyro.cframe.p + pos.position
  340. if not keys.w and not keys.s and not keys.a and not keys.d then
  341. speed=5
  342. end
  343. if keys.w then
  344. new = new + workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  345. speed=speed+0.01
  346. end
  347. if keys.s then
  348. new = new - workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  349. speed=speed+0.01
  350. end
  351. if keys.d then
  352. new = new * CFrame.new(speed,0,0)
  353. speed=speed+0.01
  354. end
  355. if keys.a then
  356. new = new * CFrame.new(-speed,0,0)
  357. speed=speed+0.01
  358. end
  359. if speed>5 then
  360. speed=5
  361. end
  362. pos.position=new.p
  363. if keys.w then
  364. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(-math.rad(speed*15),0,0)
  365. elseif keys.s then
  366. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(math.rad(speed*15),0,0)
  367. else
  368. gyro.cframe = workspace.CurrentCamera.CoordinateFrame
  369. end
  370. until flying == false
  371. if gyro then gyro:Destroy() end
  372. if pos then pos:Destroy() end
  373. flying=false
  374. localplayer.Character.Humanoid.PlatformStand=false
  375. speed=0
  376. end
  377. e1=mouse.KeyDown:connect(function(key)
  378. if not torso or not torso.Parent then flying=false e1:disconnect() e2:disconnect() return end
  379. if key=="w" then
  380. keys.w=true
  381. elseif key=="s" then
  382. keys.s=true
  383. elseif key=="a" then
  384. keys.a=true
  385. elseif key=="d" then
  386. keys.d=true
  387. elseif key=="z" then
  388. if flying==true then
  389. flying=false
  390. else
  391. flying=true
  392. start()
  393. end
  394. end
  395. end)
  396. e2=mouse.KeyUp:connect(function(key)
  397. if key=="w" then
  398. keys.w=false
  399. elseif key=="s" then
  400. keys.s=false
  401. elseif key=="a" then
  402. keys.a=false
  403. elseif key=="d" then
  404. keys.d=false
  405. end
  406. end)
  407. start()
  408.  
  409. end
  410. end)
  411.  
  412. print("Made By XI")
  413. local ScreenGui = Instance.new("ScreenGui")
  414. local Frame = Instance.new("Frame")
  415. local Speed = Instance.new("TextButton")
  416. local SpeedValue = Instance.new("TextBox")
  417. local SpeedKey = Instance.new("TextBox")
  418. local logo = Instance.new("TextLabel")
  419. local CBK = Instance.new("TextLabel")
  420. local CBV = Instance.new("TextLabel")
  421. local Credit = Instance.new("TextLabel")
  422.  
  423. ScreenGui.Parent = game.Players.LocalPlayer:WaitForChild("PlayerGui")
  424. ScreenGui.ResetOnSpawn = false
  425.  
  426. Frame.Parent = ScreenGui
  427. Frame.Active = true
  428. Frame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  429. Frame.BorderColor3 = Color3.new(1, 1, 1)
  430. Frame.BorderSizePixel = 2
  431. Frame.Position = UDim2.new(0.408551574, 0, 0.412614942, 0)
  432. Frame.Selectable = true
  433. Frame.Size = UDim2.new(0, 350, 0, 187)
  434. Frame.Draggable = true
  435.  
  436. Speed.Name = "Speed"
  437. Speed.Parent = Frame
  438. Speed.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  439. Speed.BorderColor3 = Color3.new(1, 1, 1)
  440. Speed.BorderSizePixel = 2
  441. Speed.Position = UDim2.new(0.255348235, 0, 0.630944431, 0)
  442. Speed.Size = UDim2.new(0, 171, 0, 42)
  443. Speed.Font = Enum.Font.SourceSansBold
  444. Speed.Text = "Speed [Press Q]"
  445. Speed.TextColor3 = Color3.new(1, 1, 1)
  446. Speed.TextSize = 20
  447.  
  448. SpeedValue.Name = "SpeedValue"
  449. SpeedValue.Parent = Frame
  450. SpeedValue.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  451. SpeedValue.BorderColor3 = Color3.new(1, 1, 1)
  452. SpeedValue.BorderSizePixel = 2
  453. SpeedValue.Position = UDim2.new(0.560000002, 0, 0.376963317, 0)
  454. SpeedValue.Size = UDim2.new(0, 144, 0, 25)
  455. SpeedValue.Font = Enum.Font.SourceSansBold
  456. SpeedValue.PlaceholderColor3 = Color3.new(1, 1, 1)
  457. SpeedValue.Text = "3"
  458. SpeedValue.TextColor3 = Color3.new(1, 1, 1)
  459. SpeedValue.TextSize = 20
  460. SpeedValue.TextWrapped = true
  461.  
  462. SpeedKey.Name = "SpeedKey"
  463. SpeedKey.Parent = Frame
  464. SpeedKey.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  465. SpeedKey.BorderColor3 = Color3.new(1, 1, 1)
  466. SpeedKey.BorderSizePixel = 2
  467. SpeedKey.Position = UDim2.new(0.0342856981, 0, 0.376963317, 0)
  468. SpeedKey.Size = UDim2.new(0, 144, 0, 25)
  469. SpeedKey.Font = Enum.Font.SourceSansBold
  470. SpeedKey.PlaceholderColor3 = Color3.new(1, 1, 1)
  471. SpeedKey.Text = "q"
  472. SpeedKey.TextColor3 = Color3.new(1, 1, 1)
  473. SpeedKey.TextSize = 20
  474. SpeedKey.TextWrapped = true
  475.  
  476. logo.Name = "logo"
  477. logo.Parent = Frame
  478. logo.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  479. logo.BorderColor3 = Color3.new(1, 1, 1)
  480. logo.BorderSizePixel = 2
  481. logo.Size = UDim2.new(0, 350, 0, 32)
  482. logo.Font = Enum.Font.SourceSansBold
  483. logo.Text = "Blink Speed GUI"
  484. logo.TextColor3 = Color3.new(1, 1, 1)
  485. logo.TextSize = 20
  486.  
  487. CBK.Name = "CBK"
  488. CBK.Parent = Frame
  489. CBK.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  490. CBK.BorderColor3 = Color3.new(1, 1, 1)
  491. CBK.BorderSizePixel = 0
  492. CBK.Position = UDim2.new(0.034285713, 0, 0.235602096, 0)
  493. CBK.Size = UDim2.new(0, 144, 0, 19)
  494. CBK.Font = Enum.Font.SourceSansBold
  495. CBK.Text = "Change Blink Key"
  496. CBK.TextColor3 = Color3.new(1, 1, 1)
  497. CBK.TextSize = 20
  498.  
  499. CBV.Name = "CBV"
  500. CBV.Parent = Frame
  501. CBV.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  502. CBV.BorderColor3 = Color3.new(1, 1, 1)
  503. CBV.BorderSizePixel = 0
  504. CBV.Position = UDim2.new(0.560000002, 0, 0.235602096, 0)
  505. CBV.Size = UDim2.new(0, 144, 0, 19)
  506. CBV.Font = Enum.Font.SourceSansBold
  507. CBV.Text = "Change Blink Value"
  508. CBV.TextColor3 = Color3.new(1, 1, 1)
  509. CBV.TextSize = 20
  510.  
  511. Credit.Name = "Credit"
  512. Credit.Parent = Frame
  513. Credit.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
  514. Credit.BorderColor3 = Color3.new(1, 1, 1)
  515. Credit.BorderSizePixel = 0
  516. Credit.Position = UDim2.new(0, 0, 0.855543315, 0)
  517. Credit.Size = UDim2.new(0, 89, 0, 26)
  518. Credit.Font = Enum.Font.SourceSansBold
  519. Credit.Text = "press Y to close"
  520. Credit.TextColor3 = Color3.new(1, 1, 1)
  521. Credit.TextSize = 20
  522.  
  523. local plr = game:GetService("Players").LocalPlayer
  524. local char = plr.Character
  525. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  526. local hum = char:FindFirstChild("HumanoidRootPart")
  527.  
  528. Speed.MouseButton1Down:connect(function()
  529. local plr = game:GetService("Players").LocalPlayer
  530. local char = plr.Character
  531. local mouse = game:GetService("Players").LocalPlayer:GetMouse()
  532. local hum = char:FindFirstChild("HumanoidRootPart")
  533. mouse.KeyDown:connect(function(key)
  534. if key == SpeedKey.Text then
  535. loop = true
  536. while loop do
  537. hum.CFrame = hum.CFrame + hum.CFrame.lookVector * SpeedValue.Text
  538. wait()
  539. end
  540. end
  541. end)
  542. end)
  543.  
  544. mouse.KeyUp:connect(function(key)
  545. if key == SpeedKey.Text then
  546. loop = false
  547. end
  548. end)
  549.  
  550. Player = game.Players.LocalPlayer
  551. Mouse = Player:GetMouse()
  552. gui = ScreenGui
  553. box = Frame
  554. Open = false
  555.  
  556. function PressY(key)
  557. if (key == "y") then
  558. if (Open == false) then
  559. box.Visible = true
  560. Open = true
  561. elseif (Open == true) then
  562. box.Visible = false
  563. Open = false
  564. end
  565. end
  566. end
  567.  
  568. Mouse.KeyDown:connect(PressY)
  569.  
  570.  
  571. game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
  572. if msg:lower() == Prefix .. "ninja" then
  573. game.Players.LocalPlayer.Character.Animate.walk.WalkAnim.AnimationId="rbxassetid://229771484"
  574. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.jump:GetChildren()) do
  575. v.AnimationId = 'rbxassetid://229782914'
  576. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.idle:GetChildren()) do
  577. v.AnimationId = 'rbxassetid://255771113'
  578. end
  579. end
  580. end
  581. end)
  582.  
  583. game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
  584. if msg:lower() == Prefix .. "boomcase" then
  585. game.Players.LocalPlayer.Backpack.BoomBox.GripPos = Vector3.new(0,0.8,0)
  586. game.Players.LocalPlayer.Backpack.BoomBox.GripRight = Vector3.new(-6,0,90)
  587. game.Players.LocalPlayer.Backpack.BoomBox.GripForward = Vector3.new(6,-120,0)
  588. end
  589. end)
  590.  
  591. game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
  592. if msg:lower() == Prefix .. "boomback" then
  593. game.Players.LocalPlayer.Backpack.BoomBox.GripUp = Vector3.new(0,0,20)
  594. game.Players.LocalPlayer.Backpack.BoomBox.GripRight = Vector3.new(-10,0,1)
  595. game.Players.LocalPlayer.Backpack.BoomBox.GripPos = Vector3.new(-1.4,-1,1)
  596. end
  597. end)
  598.  
  599. game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
  600. if msg:lower() == Prefix .. "flip" then
  601. for _,v in pairs(game.Players.LocalPlayer.Character.Animate.jump:GetChildren()) do
  602. v.AnimationId = 'rbxassetid://229782914'
  603. end
  604. end
  605. end)
  606.  
  607.  
  608. game:GetService("Players").LocalPlayer.Chatted:connect(function(msg)
  609. if (string.lower(msg) == ".cmds") then
  610. print("[[[[[[[[[[[[[[[[[[[ XI COMMANDS ]]]]]]]]]]]]]]]]]]]]]]]]")
  611. warn(".mega")
  612. warn(".flyguns")
  613. warn(".antivoid")
  614. warn(".rtoggle {Makes your bullets invisibe")
  615. warn(".aimbot")
  616. warn(".re [Resets your character]")
  617. warn(".normalfly")
  618. warn(".invis [Ivisible boombox]")
  619. warn(".tpose [Animation lol]")
  620. warn(".police [Animation lol]")
  621. warn(".esp")
  622. warn(".Ninja")
  623. warn(".flip")
  624. warn(".boomcase")
  625. warn(".boomback")
  626. print("[[[[[[[[[[[[[[[[[[[ XI COMMANDS ]]]]]]]]]]]]]]]]]]]]]]]]")
  627. end
  628. end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement