Vitim_Skids

Untitled

Apr 20th, 2018
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.15 KB | None | 0 0
  1. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Yn] Xuhron V4 has been loaded, press Y to open the gui" ,"All")
  2. wait(0.2)
  3. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Yn] BFG is prebuilt in" ,"All")
  4.  
  5.  
  6.  
  7. -- Objects
  8.  
  9. local ScreenGui = Instance.new("ScreenGui")
  10. local Frame = Instance.new("Frame")
  11. local TextLabel = Instance.new("TextLabel")
  12. local label = Instance.new("TextLabel")
  13. local V3 = Instance.new("TextButton")
  14. local FightpackNew = Instance.new("TextButton")
  15. local Uzi = Instance.new("TextButton")
  16. local Hits = Instance.new("TextButton")
  17. local RG = Instance.new("TextButton")
  18. local Heal = Instance.new("TextButton")
  19. --[[
  20. death to qlug
  21. death to lilskiroses
  22. death to skids
  23. yn pro
  24. --]]
  25. -- Properties
  26.  
  27. ScreenGui.Parent = game.CoreGui
  28.  
  29. Frame.Parent = ScreenGui
  30. Frame.Active = true
  31. Frame.BackgroundColor3 = Color3.new(0.937255, 0.615686, 1)
  32. Frame.BackgroundTransparency = 0.5
  33. Frame.BorderSizePixel = 0
  34. Frame.Position = UDim2.new(0, 0, 0, 207)
  35. Frame.Selectable = true
  36. Frame.Size = UDim2.new(0, 392, 0, 202)
  37. Frame.Visible = false
  38. Frame.Selectable = true
  39.  
  40. TextLabel.Parent = Frame
  41. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  42. TextLabel.BackgroundTransparency = 0.55000001192093
  43. TextLabel.BorderSizePixel = 0
  44. TextLabel.Size = UDim2.new(0, 392, 0, 34)
  45. TextLabel.Font = Enum.Font.Fantasy
  46. TextLabel.FontSize = Enum.FontSize.Size14
  47. TextLabel.Text = "Xuhron V4"
  48. TextLabel.TextScaled = true
  49. TextLabel.TextSize = 14
  50. TextLabel.TextWrapped = true
  51.  
  52. label.Name = "label"
  53. label.Parent = Frame
  54. label.BackgroundColor3 = Color3.new(1, 1, 1)
  55. label.BackgroundTransparency = 1
  56. label.Position = UDim2.new(0, -4, 0, 166)
  57. label.Size = UDim2.new(0, 396, 0, 36)
  58. label.Font = Enum.Font.SourceSans
  59. label.FontSize = Enum.FontSize.Size14
  60. label.Text = "Made by Yn#0001"
  61. label.TextSize = 14
  62.  
  63. V3.Name = "V3"
  64. V3.Parent = Frame
  65. V3.BackgroundColor3 = Color3.new(1, 1, 1)
  66. V3.BackgroundTransparency = 0.63999998569489
  67. V3.BorderSizePixel = 0
  68. V3.Position = UDim2.new(0, 15, 0, 57)
  69. V3.Size = UDim2.new(0, 101, 0, 34)
  70. V3.Font = Enum.Font.SourceSans
  71. V3.FontSize = Enum.FontSize.Size14
  72. V3.Text = "Xuhron V3"
  73. V3.TextSize = 14
  74. V3.MouseButton1Click:connect (function()
  75. end)
  76.  
  77. FightpackNew.Name = "FightpackNew"
  78. FightpackNew.Parent = Frame
  79. FightpackNew.BackgroundColor3 = Color3.new(1, 1, 1)
  80. FightpackNew.BackgroundTransparency = 0.63999998569489
  81. FightpackNew.BorderSizePixel = 0
  82. FightpackNew.Position = UDim2.new(0, 15, 0, 122)
  83. FightpackNew.Size = UDim2.new(0, 101, 0, 34)
  84. FightpackNew.Font = Enum.Font.SourceSans
  85. FightpackNew.FontSize = Enum.FontSize.Size14
  86. FightpackNew.Text = "New Fightpack"
  87. FightpackNew.TextSize = 14
  88. FightpackNew.MouseButton1Click:connect (function()
  89. local userinput = game:GetService("UserInputService")
  90. local player = game.Players.LocalPlayer
  91. userinput.InputBegan:connect(function(input)
  92. if userinput:GetFocusedTextBox() then
  93. return
  94. end
  95. if input.KeyCode == Enum.KeyCode.B then
  96. game.Players.LocalPlayer.Backpack.ServerTraits.Touch:FireServer(game.Players.LocalPlayer.Backpack.Pipe, game.Players.LocalPlayer.Character.RightHand, true)
  97. end
  98. end)
  99. local userinput = game:GetService("UserInputService")
  100. local player = game.Players.LocalPlayer
  101. userinput.InputBegan:connect(function(input)
  102. if userinput:GetFocusedTextBox() then
  103. return
  104. end
  105. if input.KeyCode == Enum.KeyCode.B then
  106. Player = "LocalPlayer"
  107. AnimationId = "163712470"
  108. local Anim = Instance.new("Animation")
  109. Anim.AnimationId = "rbxassetid://"..AnimationId
  110. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  111. k:Play() --Play the animation
  112. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  113. end
  114. end)
  115.  
  116. --------- Blacky ---------------
  117. local userinput = game:GetService("UserInputService")
  118. local player = game.Players.LocalPlayer
  119. userinput.InputBegan:connect(function(input)
  120. if userinput:GetFocusedTextBox() then
  121. return
  122. end
  123. if input.KeyCode == Enum.KeyCode.V then
  124. game.Players.LocalPlayer.Backpack.ServerTraits.Touch:FireServer(game.Players.LocalPlayer.Backpack.Pipe, game.Players.LocalPlayer.Character.RightHand, true)
  125. end
  126. end)
  127. local userinput = game:GetService("UserInputService")
  128. local player = game.Players.LocalPlayer
  129. userinput.InputBegan:connect(function(input)
  130. if userinput:GetFocusedTextBox() then
  131. return
  132. end
  133. if input.KeyCode == Enum.KeyCode.V then
  134. Player = "LocalPlayer"
  135. AnimationId = "145530103"
  136. local Anim = Instance.new("Animation")
  137. Anim.AnimationId = "rbxassetid://"..AnimationId
  138. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  139. k:Play() --Play the animation
  140. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  141. end
  142. end)
  143.  
  144.  
  145.  
  146. local userinput = game:GetService("UserInputService")
  147. local player = game.Players.LocalPlayer
  148. userinput.InputBegan:connect(function(input)
  149. if userinput:GetFocusedTextBox() then
  150. return
  151. end
  152. if input.KeyCode == Enum.KeyCode.C then
  153. game.Players.LocalPlayer.Backpack.ServerTraits.Touch:FireServer(game.Players.LocalPlayer.Backpack.Pipe, game.Players.LocalPlayer.Character.RightHand, true)
  154. end
  155. end)
  156. local userinput = game:GetService("UserInputService")
  157. local player = game.Players.LocalPlayer
  158. userinput.InputBegan:connect(function(input)
  159. if userinput:GetFocusedTextBox() then
  160. return
  161. end
  162. if input.KeyCode == Enum.KeyCode.C then
  163. Player = "LocalPlayer"
  164. AnimationId = "145519718"
  165. local Anim = Instance.new("Animation")
  166. Anim.AnimationId = "rbxassetid://"..AnimationId
  167. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  168. k:Play() --Play the animation
  169. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  170. end
  171. end)
  172.  
  173.  
  174.  
  175. local userinput = game:GetService("UserInputService")
  176. local player = game.Players.LocalPlayer
  177. userinput.InputBegan:connect(function(input)
  178. if userinput:GetFocusedTextBox() then
  179. return
  180. end
  181. if input.KeyCode == Enum.KeyCode.X then
  182. game.Players.LocalPlayer.Backpack.ServerTraits.Touch:FireServer(game.Players.LocalPlayer.Backpack.Pipe, game.Players.LocalPlayer.Character.RightHand, true)
  183. end
  184. end)
  185. local userinput = game:GetService("UserInputService")
  186. local player = game.Players.LocalPlayer
  187. userinput.InputBegan:connect(function(input)
  188. if userinput:GetFocusedTextBox() then
  189. return
  190. end
  191. if input.KeyCode == Enum.KeyCode.X then
  192. Player = "LocalPlayer"
  193. AnimationId = "145519513"
  194. local Anim = Instance.new("Animation")
  195. Anim.AnimationId = "rbxassetid://"..AnimationId
  196. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  197. k:Play() --Play the animation
  198. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  199. end
  200. end)
  201.  
  202.  
  203.  
  204.  
  205. local userinput = game:GetService("UserInputService")
  206. local player = game.Players.LocalPlayer
  207. userinput.InputBegan:connect(function(input)
  208. if userinput:GetFocusedTextBox() then
  209. return
  210. end
  211. if input.KeyCode == Enum.KeyCode.Z then
  212. game.Players.LocalPlayer.Backpack.ServerTraits.Touch:FireServer(game.Players.LocalPlayer.Backpack.Pipe, game.Players.LocalPlayer.Character.RightHand, true)
  213. end
  214. end)
  215. local userinput = game:GetService("UserInputService")
  216. local player = game.Players.LocalPlayer
  217. userinput.InputBegan:connect(function(input)
  218. if userinput:GetFocusedTextBox() then
  219. return
  220. end
  221. if input.KeyCode == Enum.KeyCode.Z then
  222. Player = "LocalPlayer"
  223. AnimationId = "242021844"
  224. local Anim = Instance.new("Animation")
  225. Anim.AnimationId = "rbxassetid://"..AnimationId
  226. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  227. k:Play() --Play the animation
  228. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  229. end
  230. end)
  231.  
  232.  
  233.  
  234.  
  235.  
  236. local userinput = game:GetService("UserInputService")
  237. local player = game.Players.LocalPlayer
  238. userinput.InputBegan:connect(function(input)
  239. if userinput:GetFocusedTextBox() then
  240. return
  241. end
  242. if input.KeyCode == Enum.KeyCode.N then
  243. game.Players.LocalPlayer.Backpack.ServerTraits.Touch:FireServer(game.Players.LocalPlayer.Backpack.Pipe, game.Players.LocalPlayer.Character.RightHand, true)
  244. end
  245. end)
  246. local userinput = game:GetService("UserInputService")
  247. local player = game.Players.LocalPlayer
  248. userinput.InputBegan:connect(function(input)
  249. if userinput:GetFocusedTextBox() then
  250. return
  251. end
  252. if input.KeyCode == Enum.KeyCode.N then
  253. Player = "LocalPlayer"
  254. AnimationId = "242021477"
  255. local Anim = Instance.new("Animation")
  256. Anim.AnimationId = "rbxassetid://"..AnimationId
  257. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  258. k:Play() --Play the animation
  259. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  260. end
  261. end)
  262.  
  263.  
  264.  
  265.  
  266. local userinput = game:GetService("UserInputService")
  267. local player = game.Players.LocalPlayer
  268. userinput.InputBegan:connect(function(input)
  269. if userinput:GetFocusedTextBox() then
  270. return
  271. end
  272. if input.KeyCode == Enum.KeyCode.M then
  273. game.Players.LocalPlayer.Backpack.ServerTraits.Touch:FireServer(game.Players.LocalPlayer.Backpack.Pipe, game.Players.LocalPlayer.Character.RightHand, true)
  274. end
  275. end)
  276. local userinput = game:GetService("UserInputService")
  277. local player = game.Players.LocalPlayer
  278. userinput.InputBegan:connect(function(input)
  279. if userinput:GetFocusedTextBox() then
  280. return
  281. end
  282. if input.KeyCode == Enum.KeyCode.M then
  283. Player = "LocalPlayer"
  284. AnimationId = "242016212"
  285. local Anim = Instance.new("Animation")
  286. Anim.AnimationId = "rbxassetid://"..AnimationId
  287. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  288. k:Play() --Play the animation
  289. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  290. end
  291. end)
  292.  
  293.  
  294. local userinput = game:GetService("UserInputService")
  295. local player = game.Players.LocalPlayer
  296. userinput.InputBegan:connect(function(input)
  297. if userinput:GetFocusedTextBox() then
  298. return
  299. end
  300. if input.KeyCode == Enum.KeyCode.F then
  301. game.Players.LocalPlayer.Backpack.ServerTraits.Touch:FireServer(game.Players.LocalPlayer.Backpack.Pipe, game.Players.LocalPlayer.Character.RightHand, true)
  302. end
  303. end)
  304. local userinput = game:GetService("UserInputService")
  305. local player = game.Players.LocalPlayer
  306. userinput.InputBegan:connect(function(input)
  307. if userinput:GetFocusedTextBox() then
  308. return
  309. end
  310. if input.KeyCode == Enum.KeyCode.F then
  311. Player = "LocalPlayer"
  312. AnimationId = "242203319"
  313. local Anim = Instance.new("Animation")
  314. Anim.AnimationId = "rbxassetid://"..AnimationId
  315. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  316. k:Play() --Play the animation
  317. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  318. end
  319. end)
  320.  
  321.  
  322. local userinput = game:GetService("UserInputService")
  323. local player = game.Players.LocalPlayer
  324. userinput.InputBegan:connect(function(input)
  325. if userinput:GetFocusedTextBox() then
  326. return
  327. end
  328. if input.KeyCode == Enum.KeyCode.G then
  329. game.Players.LocalPlayer.Backpack.ServerTraits.Touch:FireServer(game.Players.LocalPlayer.Backpack.Pipe, game.Players.LocalPlayer.Character.RightHand, true)
  330. end
  331. end)
  332. local userinput = game:GetService("UserInputService")
  333. local player = game.Players.LocalPlayer
  334. userinput.InputBegan:connect(function(input)
  335. if userinput:GetFocusedTextBox() then
  336. return
  337. end
  338. if input.KeyCode == Enum.KeyCode.G then
  339. Player = "LocalPlayer"
  340. AnimationId = "242203451"
  341. local Anim = Instance.new("Animation")
  342. Anim.AnimationId = "rbxassetid://"..AnimationId
  343. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  344. k:Play() --Play the animation
  345. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  346. end
  347. end)
  348.  
  349.  
  350.  
  351.  
  352. local userinput = game:GetService("UserInputService")
  353. local player = game.Players.LocalPlayer
  354. userinput.InputBegan:connect(function(input)
  355. if userinput:GetFocusedTextBox() then
  356. return
  357. end
  358. if input.KeyCode == Enum.KeyCode.H then
  359. game.Players.LocalPlayer.Backpack.ServerTraits.Touch:FireServer(game.Players.LocalPlayer.Backpack.Pipe, game.Players.LocalPlayer.Character.RightHand, true)
  360. end
  361. end)
  362. local userinput = game:GetService("UserInputService")
  363. local player = game.Players.LocalPlayer
  364. userinput.InputBegan:connect(function(input)
  365. if userinput:GetFocusedTextBox() then
  366. return
  367. end
  368. if input.KeyCode == Enum.KeyCode.H then
  369. Player = "LocalPlayer"
  370. AnimationId = "239457243"
  371. local Anim = Instance.new("Animation")
  372. Anim.AnimationId = "rbxassetid://"..AnimationId
  373. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  374. k:Play() --Play the animation
  375. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  376. end
  377. end)
  378.  
  379.  
  380.  
  381.  
  382.  
  383.  
  384. local userinput = game:GetService("UserInputService")
  385. local player = game.Players.LocalPlayer
  386. userinput.InputBegan:connect(function(input)
  387. if userinput:GetFocusedTextBox() then
  388. return
  389. end
  390. if input.KeyCode == Enum.KeyCode.J then
  391. game.Players.LocalPlayer.Backpack.ServerTraits.Touch:FireServer(game.Players.LocalPlayer.Backpack.Pipe, game.Players.LocalPlayer.Character.RightHand, true)
  392. end
  393. end)
  394. local userinput = game:GetService("UserInputService")
  395. local player = game.Players.LocalPlayer
  396. userinput.InputBegan:connect(function(input)
  397. if userinput:GetFocusedTextBox() then
  398. return
  399. end
  400. if input.KeyCode == Enum.KeyCode.J then
  401. Player = "LocalPlayer"
  402. AnimationId = "239444523"
  403. local Anim = Instance.new("Animation")
  404. Anim.AnimationId = "rbxassetid://"..AnimationId
  405. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  406. k:Play() --Play the animation
  407. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  408. end
  409. end)
  410.  
  411.  
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418. local userinput = game:GetService("UserInputService")
  419. local player = game.Players.LocalPlayer
  420. userinput.InputBegan:connect(function(input)
  421. if userinput:GetFocusedTextBox() then
  422. return
  423. end
  424. if input.KeyCode == Enum.KeyCode.K then
  425. game.Players.LocalPlayer.Backpack.ServerTraits.Touch:FireServer(game.Players.LocalPlayer.Backpack.Pipe, game.Players.LocalPlayer.Character.RightHand, true)
  426. end
  427. end)
  428. local userinput = game:GetService("UserInputService")
  429. local player = game.Players.LocalPlayer
  430. userinput.InputBegan:connect(function(input)
  431. if userinput:GetFocusedTextBox() then
  432. return
  433. end
  434. if input.KeyCode == Enum.KeyCode.K then
  435. Player = "LocalPlayer"
  436. AnimationId = "236567909"
  437. local Anim = Instance.new("Animation")
  438. Anim.AnimationId = "rbxassetid://"..AnimationId
  439. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  440. k:Play() --Play the animation
  441. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  442. end
  443. end)
  444.  
  445.  
  446.  
  447.  
  448.  
  449.  
  450.  
  451.  
  452. local userinput = game:GetService("UserInputService")
  453. local player = game.Players.LocalPlayer
  454. userinput.InputBegan:connect(function(input)
  455. if userinput:GetFocusedTextBox() then
  456. return
  457. end
  458. if input.KeyCode == Enum.KeyCode.L then
  459. game.Players.LocalPlayer.Backpack.ServerTraits.Touch:FireServer(game.Players.LocalPlayer.Backpack.Pipe, game.Players.LocalPlayer.Character.RightHand, true)
  460. end
  461. end)
  462. local userinput = game:GetService("UserInputService")
  463. local player = game.Players.LocalPlayer
  464. userinput.InputBegan:connect(function(input)
  465. if userinput:GetFocusedTextBox() then
  466. return
  467. end
  468. if input.KeyCode == Enum.KeyCode.L then
  469. Player = "LocalPlayer"
  470. AnimationId = "246675832"
  471. local Anim = Instance.new("Animation")
  472. Anim.AnimationId = "rbxassetid://"..AnimationId
  473. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  474. k:Play() --Play the animation
  475. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  476. end
  477. end)
  478.  
  479.  
  480.  
  481.  
  482.  
  483.  
  484.  
  485.  
  486. local userinput = game:GetService("UserInputService")
  487. local player = game.Players.LocalPlayer
  488. userinput.InputBegan:connect(function(input)
  489. if userinput:GetFocusedTextBox() then
  490. return
  491. end
  492. if input.KeyCode == Enum.KeyCode.L then
  493. game.Players.LocalPlayer.Backpack.ServerTraits.Touch:FireServer(game.Players.LocalPlayer.Backpack.Pipe, game.Players.LocalPlayer.Character.RightHand, true)
  494. end
  495. end)
  496. local userinput = game:GetService("UserInputService")
  497. local player = game.Players.LocalPlayer
  498. userinput.InputBegan:connect(function(input)
  499. if userinput:GetFocusedTextBox() then
  500. return
  501. end
  502. if input.KeyCode == Enum.KeyCode.Q then
  503. Player = "LocalPlayer"
  504. AnimationId = "255797581"
  505. local Anim = Instance.new("Animation")
  506. Anim.AnimationId = "rbxassetid://"..AnimationId
  507. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  508. k:Play() --Play the animation
  509. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  510. game.Players.LocalPlayer.Backpack.ServerTraits.Touch:FireServer(game.Players.LocalPlayer.Backpack.Pipe, game.Players.LocalPlayer.Character.RightHand, true)
  511. end
  512. end)
  513.  
  514.  
  515. local userinput = game:GetService("UserInputService")
  516. local player = game.Players.LocalPlayer
  517. userinput.InputBegan:connect(function(input)
  518. if userinput:GetFocusedTextBox() then
  519. return
  520. end
  521. if input.KeyCode == Enum.KeyCode.U then
  522. Player = "LocalPlayer"
  523. AnimationId = "255795879"
  524. local Anim = Instance.new("Animation")
  525. Anim.AnimationId = "rbxassetid://"..AnimationId
  526. local k = game.Players[Player].Character.Humanoid:LoadAnimation(Anim)
  527. k:Play() --Play the animation
  528. k:AdjustSpeed(1) --Set '1' to any value you want to adjust the animation speed.
  529. game.Players.LocalPlayer.Backpack.ServerTraits.Touch:FireServer(game.Players.LocalPlayer.Backpack.Pipe, game.Players.LocalPlayer.Character.RightHand, true)
  530. end
  531. end)
  532.  
  533.  
  534. print("Blacky is best")
  535.  
  536. end)
  537.  
  538. Uzi.Name = "Uzi"
  539. Uzi.Parent = Frame
  540. Uzi.BackgroundColor3 = Color3.new(1, 1, 1)
  541. Uzi.BackgroundTransparency = 0.63999998569489
  542. Uzi.BorderSizePixel = 0
  543. Uzi.Position = UDim2.new(0, 145, 0, 57)
  544. Uzi.Size = UDim2.new(0, 101, 0, 34)
  545. Uzi.Font = Enum.Font.SourceSans
  546. Uzi.FontSize = Enum.FontSize.Size14
  547. Uzi.Text = "Uzi mouth"
  548. Uzi.TextSize = 14
  549. Uzi.MouseButton1Click:connect (function()
  550. game.Players.LocalPlayer.Backpack.Uzi.GripUp = Vector3.new(20,0,1)
  551. game.Players.LocalPlayer.Backpack.Uzi.GripRight = Vector3.new(5,0,1)
  552. end)
  553.  
  554. Hits.Name = "Hits"
  555. Hits.Parent = Frame
  556. Hits.BackgroundColor3 = Color3.new(1, 1, 1)
  557. Hits.BackgroundTransparency = 0.63999998569489
  558. Hits.BorderSizePixel = 0
  559. Hits.Position = UDim2.new(0, 145, 0, 122)
  560. Hits.Size = UDim2.new(0, 101, 0, 34)
  561. Hits.Font = Enum.Font.SourceSans
  562. Hits.FontSize = Enum.FontSize.Size14
  563. Hits.Text = "Weapon Hits"
  564. Hits.TextSize = 14
  565. Hits.MouseButton1Click:connect (function()
  566.  
  567. game.Players.LocalPlayer.Backpack.Punch.Punch1.AnimationId="rbxassetid://465400764"
  568.  
  569. game.Players.LocalPlayer.Backpack.Punch.Punch2.AnimationId="rbxassetid://465401877"
  570.  
  571. game.Players.LocalPlayer.Backpack.Punch.Punch3.AnimationId="rbxassetid://400424276"
  572.  
  573. game.Players.LocalPlayer.Backpack.Punch.Punch4.AnimationId="rbxassetid://501014044"
  574.  
  575. game.Players.LocalPlayer.Backpack.Punch.Running.AnimationId="rbxassetid://501022727"
  576.  
  577. game.Players.LocalPlayer.Backpack.Punch.Info.AnimSpeed.Value = "1.5"
  578.  
  579. game.Players.LocalPlayer.Backpack.Punch.Info.Cooldown.Value = "0.48"
  580.  
  581. game.Players.LocalPlayer.Backpack.Machete.Idle.AnimationId="rbxassetid://422100597"
  582.  
  583. game.Players.LocalPlayer.Backpack.Machete.Punch1.AnimationId="rbxassetid://503263392"
  584.  
  585. game.Players.LocalPlayer.Backpack.Machete.Punch2.AnimationId="rbxassetid://552488357"
  586.  
  587. game.Players.LocalPlayer.Backpack.Machete.Running.AnimationId="rbxassetid://341273975"
  588.  
  589. game.Players.LocalPlayer.Backpack.Machete.Info.AnimSpeed.Value = "2"
  590.  
  591. game.Players.LocalPlayer.Backpack.Machete.Info.Cooldown.Value = "0.58"
  592.  
  593. game.Players.LocalPlayer.Backpack.Knife.GripUp = Vector3.new(0,0,1)
  594.  
  595. game.Players.LocalPlayer.Backpack.Knife.GripRight = Vector3.new(0,0,1)
  596.  
  597. game.Players.LocalPlayer.Backpack.Knife.Idle.AnimationId="rbxassetid://1320171223"
  598.  
  599. game.Players.LocalPlayer.Backpack.Knife.Punch1.AnimationId="rbxassetid://186934753"
  600.  
  601. game.Players.LocalPlayer.Backpack.Knife.Punch2.AnimationId="rbxassetid://186934658"
  602.  
  603. game.Players.LocalPlayer.Backpack.Knife.Running.AnimationId="rbxassetid://218504594"
  604. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[PapaYn] You need a machete for this to work.","All")
  605. end)
  606.  
  607. --[ Needs machete ]--
  608.  
  609. RG.Name = "RG"
  610. RG.Parent = Frame
  611. RG.BackgroundColor3 = Color3.new(1, 1, 1)
  612. RG.BackgroundTransparency = 0.63999998569489
  613. RG.BorderSizePixel = 0
  614. RG.Position = UDim2.new(0, 275, 0, 57)
  615. RG.Size = UDim2.new(0, 101, 0, 34)
  616. RG.Font = Enum.Font.SourceSans
  617. RG.FontSize = Enum.FontSize.Size14
  618. RG.Text = "Royal Guard"
  619. RG.TextSize = 14
  620. RG.MouseButton1Click:connect (function()
  621. game.Players.LocalPlayer.Backpack.Shotty.GripUp = Vector3.new(45,-1,-24)
  622. game.Players.LocalPlayer.Backpack.Shotty.GripRight = Vector3.new(1.2,0.6,-0.2)
  623. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Valux] Royal Guard mode activated!." ,"All")
  624. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Royal Guard] Step away from the Royal Guard!." ,"All")
  625. local userinput = game:GetService("UserInputService")
  626. local player = game.Players.LocalPlayer
  627. userinput.InputBegan:connect(function(input)
  628. if userinput:GetFocusedTextBox() then
  629. return
  630. end
  631. if input.KeyCode == Enum.KeyCode.H then
  632. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Queen's Guard] Step away from the Royal Guard!" ,"All")
  633. local userinput = game:GetService("UserInputService")
  634. local player = game.Players.LocalPlayer
  635. userinput.InputBegan:connect(function(input)
  636. if userinput:GetFocusedTextBox() then
  637. return
  638. end
  639. if input.KeyCode == Enum.KeyCode.G then
  640. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[Queen's Guard] MOVE!" ,"All")
  641. end
  642. end)
  643. end
  644. end)
  645. end)
  646.  
  647. Heal.Name = "Heal"
  648. Heal.Parent = Frame
  649. Heal.BackgroundColor3 = Color3.new(1, 1, 1)
  650. Heal.BackgroundTransparency = 0.63999998569489
  651. Heal.BorderSizePixel = 0
  652. Heal.Position = UDim2.new(0, 275, 0, 122)
  653. Heal.Size = UDim2.new(0, 101, 0, 34)
  654. Heal.Font = Enum.Font.SourceSans
  655. Heal.FontSize = Enum.FontSize.Size14
  656. Heal.Text = "Heal Bind"
  657. Heal.TextSize = 14
  658. Heal.MouseButton1Click:connect (function()
  659. game.Players.LocalPlayer.Backpack.Shotty.GripUp = Vector3.new(45,-1,-24)
  660. game.Players.LocalPlayer.Backpack.Shotty.GripRight = Vector3.new(1.2,0.6,-0.2)
  661. local userinput = game:GetService("UserInputService")
  662. local player = game.Players.LocalPlayer
  663. userinput.InputBegan:connect(function(input)
  664. if userinput:GetFocusedTextBox() then
  665. return
  666. end
  667. if input.KeyCode == Enum.KeyCode.R then
  668. game.Workspace["Chicken | $12"].Head.CFrame = game.Players.LocalPlayer.Character.Head.CFrame
  669. game.Workspace["Chicken | $12"].Head.CanCollide = false
  670. game.Workspace["Burger | $15"].Head.CFrame = game.Players.LocalPlayer.Character.Head.CFrame
  671. game.Workspace["Burger | $15"].Head.CanCollide = false
  672. game.Workspace["Drink | $15"].Head.CFrame = game.Players.LocalPlayer.Character.Head.CFrame
  673. game.Workspace["Drink | $15"].Head.CanCollide = false
  674.  
  675. local chicken = game.Players.LocalPlayer.Backpack.Chicken
  676. chicken.Parent = game.Players.LocalPlayer.Character
  677. chicken:Activate()
  678.  
  679. local Burger = game.Players.LocalPlayer.Backpack.Burger
  680. Burger.Parent = game.Players.LocalPlayer.Character
  681. Burger:Activate()
  682.  
  683. local Drink = game.Players.LocalPlayer.Backpack.Drink
  684. Drink.Parent = game.Players.LocalPlayer.Character
  685. Drink:Activate()
  686. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("[PapaYn] Press R to heal" ,"All")
  687. end
  688. end)
  689. end)
  690.  
  691.  
  692. Player = game.Players.LocalPlayer
  693. Mouse = Player:GetMouse()
  694. gui = ScreenGui
  695. box = Frame
  696. Open = false
  697.  
  698. function PressY(key)
  699. if (key == "y") then
  700. if (Open == false) then
  701. box.Visible = true
  702. Open = true
  703. elseif (Open == true) then
  704. box.Visible = false
  705. Open = false
  706. end
  707. end
  708. end
  709.  
  710. Mouse.KeyDown:connect(PressY)
  711. --[[ l0l
  712. l0l0
  713. 00l
  714. 0l
  715. 0l0
  716. l0l0l0
  717. l0l0l0l0
  718. l10l101l0l1
  719. 0l
  720. 10l10l1
  721. 0l10l1
  722. 0l10
  723. l10
  724. l1
  725. 0l1
  726. 0l1
  727. 0l1
  728. 0l10
  729. l10
  730. l1
  731. 0l10
  732. l10l101l
  733. 01l
  734. --]]
  735.  
  736. local plr = game.Players.LocalPlayer
  737. local m = plr:GetMouse()
  738. local r = game:GetService("RunService").Heartbeat
  739. local h = plr.Character.Humanoid
  740. local prefix = ""
  741.  
  742. local guns = {}
  743.  
  744. local aim = false
  745.  
  746. plr.Chatted:connect(function(cmd)
  747. cmd=cmd:lower()
  748. if cmd == prefix.."bfgaim" then
  749. aim = not aim
  750. end
  751. end)
  752.  
  753. function addGuns()
  754. local Weapons = plr.Backpack:GetChildren()
  755. for c,f in ipairs(Weapons) do
  756. if f.Name == "Uzi" or f.Name == "Shotty" or f.Name == "Glock" or f.Name == "Sawed Off" then
  757. table.insert(guns, f)
  758. end
  759. end
  760. end
  761.  
  762. function removeGuns()
  763. h:UnequipTools()
  764. for c,f in ipairs(guns) do
  765. table.remove(guns, f)
  766. end
  767. end
  768.  
  769. local State = false
  770. plr.Chatted:connect(function(cmd)
  771. cmd=cmd:lower()
  772. if cmd == prefix.."bfg" then
  773. if State == false then
  774. State = true
  775. addGuns()
  776. elseif State == true then
  777. State = false
  778. removeGuns()
  779. end
  780. end
  781. end)
  782.  
  783. m.Button1Down:connect(function()
  784. if State == true then
  785. for a,b in ipairs(guns) do
  786. b.Fire:FireServer(m.Hit)
  787. end
  788. end
  789. end)
  790.  
  791. r:connect(function()
  792. if aim == true then
  793. for a,b in ipairs(guns) do
  794. if b and m.Target then
  795. local h = m.Target.Parent:FindFirstChild("Humanoid")
  796. if h then
  797. local p = game.Players:FindFirstChild(h.Parent.Name)
  798. if p then
  799. b.Fire:FireServer(m.Hit)
  800. end
  801. end
  802. end
  803. end
  804. end
  805. end)
  806.  
  807. while true do
  808. r:wait()
  809. if State == true then
  810. for a,b in ipairs(guns) do
  811. b.Parent = plr.Character
  812. end
  813. end
  814. end
  815.  
  816. --[[ xd
  817. xd
  818. xdx
  819. d
  820. xd
  821. --]]
  822.  
  823. local player = game.Players.LocalPlayer
  824. local mouse = player:GetMouse()
  825. local context = game:GetService("ContextActionService")
  826. local sound = false
  827.  
  828. player.CharacterAdded:connect(function()
  829. Speed()
  830. end)
  831.  
  832. local s = Instance.new("ScreenGui", game.CoreGui)
  833. s.Name = "Music"
  834. local b = Instance.new("TextBox", s)
  835. b.Size = UDim2.new(0.07, 0, 0.03, 0)
  836. b.Position = UDim2.new(0.905, 0, 0.96, 0)
  837. b.BackgroundColor3 = Color3.new(0, 0, 0)
  838. b.BackgroundTransparency = 0.5
  839. b.Text = "Enter ID Here"
  840. b.TextColor3 = Color3.new(1, 1, 1)
  841. b.Font = "Code"
  842. b.FontSize = "Size14"
  843. b.BorderSizePixel = 0
  844. --b.ClearTextOnFocus = false
  845. local t = Instance.new("TextButton", s)
  846. t.Size = UDim2.new(0.02, 0, 0.03, 0)
  847. t.Position = UDim2.new(0.975, 0, 0.96, 0)
  848. t.BackgroundColor3 = Color3.new(0, 0, 0)
  849. t.BackgroundTransparency = 0.5
  850. t.Text = "Play"
  851. t.TextColor3 = Color3.new(1, 1, 1)
  852. t.Font = "Code"
  853. t.FontSize = "Size14"
  854. t.BorderSizePixel = 0
  855. t.MouseButton1Click:connect(function()
  856. if player.Character:FindFirstChild("BoomBox") ~= nil then
  857. player.Character.BoomBox.Remote:FireServer("PlaySong", b.Text)
  858. else
  859. b.Text = "Equip Radio"
  860. end
  861. end)
Add Comment
Please, Sign In to add comment