Advertisement
Guest User

Untitled

a guest
Mar 19th, 2019
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 66.76 KB | None | 0 0
  1. for _,a in pairs(game:GetService("CoreGui"):GetChildren()) do
  2. if a.Name == "TheStreetsStuffz" then
  3. a:Remove()
  4. end
  5. end
  6. for _,a in pairs(workspace:GetDescendants()) do
  7. if a:IsA("Seat") then
  8. a:Remove()
  9. end
  10. end
  11.  
  12. dupetable = {}
  13.  
  14. local P = game:GetService("Players")
  15. local LP = P.LocalPlayer
  16. local RunService = game:GetService("RunService")
  17. local mouse = LP:GetMouse()
  18. local lighting = game:GetService('Lighting')
  19.  
  20. local TheStreetsStuffz = Instance.new("ScreenGui")
  21. local Top = Instance.new("Frame")
  22. local MainFrame = Instance.new("Frame")
  23. local GripPos = Instance.new("TextButton")
  24. local NA2 = Instance.new("TextButton")
  25. local Settings = Instance.new("TextButton")
  26. local NAHolder2 = Instance.new("Frame")
  27. local SettingsHolder = Instance.new("Frame")
  28. local BFG = Instance.new("TextButton")
  29. local BFGONOFF = Instance.new("Frame")
  30. local Duplicate = Instance.new("TextButton")
  31. local DUPLICATEONOFF = Instance.new("Frame")
  32. local DuplicateMenu = Instance.new("TextButton")
  33. local DupeChooseHolder = Instance.new("Frame")
  34. local Knife = Instance.new("TextButton")
  35. local KNIFEONOFF = Instance.new("Frame")
  36. local Jutsu = Instance.new("TextButton")
  37. local JUTSUONOFF = Instance.new("Frame")
  38. local Spray = Instance.new("TextButton")
  39. local SPRAYONOFF = Instance.new("Frame")
  40. local BoomBox = Instance.new("TextButton")
  41. local BOOMBOXONOFF = Instance.new("Frame")
  42. local Pipe = Instance.new("TextButton")
  43. local PIPEONOFF = Instance.new("Frame")
  44. local Glock = Instance.new("TextButton")
  45. local GLOCKONOFF = Instance.new("Frame")
  46. local Shotty = Instance.new("TextButton")
  47. local SHOTTYONOFF = Instance.new("Frame")
  48. local Sign = Instance.new("TextButton")
  49. local SIGNONOFF = Instance.new("Frame")
  50. local Lockpick = Instance.new("TextButton")
  51. local LOCKPICKONOFF = Instance.new("Frame")
  52. local Save = Instance.new("TextButton")
  53. local Load = Instance.new("TextButton")
  54. local Airwalk = Instance.new("TextButton")
  55. local AIRWALKONOFF = Instance.new("Frame")
  56. local Drop = Instance.new("TextButton")
  57. local MinigunMode = Instance.new("TextButton")
  58. local MINIGUNONOFF = Instance.new("Frame")
  59. local Invisible = Instance.new("TextButton")
  60. local ShiftSprint = Instance.new("TextButton")
  61. local SHIFTSPRINTONOFF = Instance.new("Frame")
  62. local TriggerBot = Instance.new("TextButton")
  63. local TRIGGERBOTONOFF = Instance.new("Frame")
  64. local GripPosHolder = Instance.new("Frame")
  65. local HCircle = Instance.new("TextButton")
  66. local HCircleValue = Instance.new("TextBox")
  67. local VCircle = Instance.new("TextButton")
  68. local VCircleValue = Instance.new("TextBox")
  69. local Spiral = Instance.new("TextButton")
  70. local Tornado = Instance.new("TextButton")
  71. local Swastika = Instance.new("TextButton")
  72. local Line = Instance.new("Frame")
  73. local CMDBAR = Instance.new("TextBox")
  74. local Close = Instance.new("TextButton")
  75. local TitleName = Instance.new("TextLabel")
  76.  
  77.  
  78. TheStreetsStuffz.Name = "TheStreetsStuffz"
  79. TheStreetsStuffz.Parent = game:GetService("CoreGui")
  80.  
  81. Top.Name = "Top"
  82. Top.Parent = TheStreetsStuffz
  83. Top.Active = true
  84. Top.BackgroundColor3 = Color3.new(0.513726, 0.513726, 0.513726)
  85. Top.BorderSizePixel = 0
  86. Top.Draggable = true
  87. Top.Position = UDim2.new(0.519799352, -147, 0.499138474, -10)
  88. Top.Size = UDim2.new(0, 365, 0, 20)
  89. Top.ZIndex = 2
  90.  
  91. MainFrame.Name = "MainFrame"
  92. MainFrame.Parent = Top
  93. MainFrame.Active = true
  94. MainFrame.BackgroundColor3 = Color3.new(0.356863, 0.356863, 0.356863)
  95. MainFrame.BorderSizePixel = 0
  96. MainFrame.Position = UDim2.new(0.410958916, -150, 0.5, -10)
  97. MainFrame.Size = UDim2.new(0, 365, 0, 300)
  98.  
  99. GripPos.Name = "GripPos"
  100. GripPos.Parent = MainFrame
  101. GripPos.BackgroundColor3 = Color3.new(0.513726, 0.513726, 0.513726)
  102. GripPos.BorderSizePixel = 0
  103. GripPos.Position = UDim2.new(0.0273972601, 0, 0.0933333337, 0)
  104. GripPos.Size = UDim2.new(0, 90, 0, 24)
  105. GripPos.Font = Enum.Font.SourceSans
  106. GripPos.Text = "GripPos"
  107. GripPos.TextColor3 = Color3.new(0, 0, 0)
  108. GripPos.TextSize = 20
  109.  
  110. NA2.Name = "N/A2"
  111. NA2.Parent = MainFrame
  112. NA2.BackgroundColor3 = Color3.new(0.513726, 0.513726, 0.513726)
  113. NA2.BorderSizePixel = 0
  114. NA2.Position = UDim2.new(0.375342458, 0, 0.0933333337, 0)
  115. NA2.Size = UDim2.new(0, 90, 0, 24)
  116. NA2.Font = Enum.Font.SourceSans
  117. NA2.Text = "N/A"
  118. NA2.TextColor3 = Color3.new(0, 0, 0)
  119. NA2.TextSize = 20
  120.  
  121. Settings.Name = "Settings"
  122. Settings.Parent = MainFrame
  123. Settings.BackgroundColor3 = Color3.new(0.513726, 0.513726, 0.513726)
  124. Settings.BorderSizePixel = 0
  125. Settings.Position = UDim2.new(0.717808247, 0, 0.0933333337, 0)
  126. Settings.Size = UDim2.new(0, 90, 0, 24)
  127. Settings.Font = Enum.Font.SourceSans
  128. Settings.Text = "Settings"
  129. Settings.TextColor3 = Color3.new(0, 0, 0)
  130. Settings.TextSize = 20
  131.  
  132. NAHolder2.Name = "N/A Holder2"
  133. NAHolder2.Parent = MainFrame
  134. NAHolder2.BackgroundColor3 = Color3.new(1, 1, 1)
  135. NAHolder2.BackgroundTransparency = 1
  136. NAHolder2.Position = UDim2.new(0, 0, 0.173333332, 0)
  137. NAHolder2.Size = UDim2.new(0, 365, 0, 248)
  138. NAHolder2.Visible = false
  139.  
  140. SettingsHolder.Name = "SettingsHolder"
  141. SettingsHolder.Parent = MainFrame
  142. SettingsHolder.BackgroundColor3 = Color3.new(1, 1, 1)
  143. SettingsHolder.BackgroundTransparency = 1
  144. SettingsHolder.Position = UDim2.new(0, 0, 0.173333332, 0)
  145. SettingsHolder.Size = UDim2.new(0, 365, 0, 248)
  146.  
  147. BFG.Name = "BFG"
  148. BFG.Parent = SettingsHolder
  149. BFG.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  150. BFG.BackgroundTransparency = 0.5
  151. BFG.BorderSizePixel = 0
  152. BFG.Position = UDim2.new(0.0273972601, 0, 0.0768280029, 0)
  153. BFG.Size = UDim2.new(0, 90, 0, 33)
  154. BFG.Font = Enum.Font.SourceSans
  155. BFG.Text = "BFG"
  156. BFG.TextColor3 = Color3.new(0, 0, 0)
  157. BFG.TextSize = 20
  158.  
  159. BFGONOFF.Name = "BFGONOFF"
  160. BFGONOFF.Parent = BFG
  161. BFGONOFF.BackgroundColor3 = Color3.new(1, 0, 0)
  162. BFGONOFF.BorderSizePixel = 0
  163. BFGONOFF.Position = UDim2.new(0, 0, 1, 0)
  164. BFGONOFF.Size = UDim2.new(0, 90, 0, 2)
  165.  
  166. Duplicate.Name = "Duplicate"
  167. Duplicate.Parent = SettingsHolder
  168. Duplicate.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  169. Duplicate.BackgroundTransparency = 0.5
  170. Duplicate.BorderSizePixel = 0
  171. Duplicate.Position = UDim2.new(0.0270000007, 0, 0.451999992, 0)
  172. Duplicate.Size = UDim2.new(0, 90, 0, 33)
  173. Duplicate.Font = Enum.Font.SourceSans
  174. Duplicate.Text = "Duplicate"
  175. Duplicate.TextColor3 = Color3.new(0, 0, 0)
  176. Duplicate.TextSize = 20
  177.  
  178. DUPLICATEONOFF.Name = "DUPLICATEONOFF"
  179. DUPLICATEONOFF.Parent = Duplicate
  180. DUPLICATEONOFF.BackgroundColor3 = Color3.new(1, 0, 0)
  181. DUPLICATEONOFF.BorderSizePixel = 0
  182. DUPLICATEONOFF.Position = UDim2.new(0, 0, 0.939393878, 0)
  183. DUPLICATEONOFF.Size = UDim2.new(0, 90, 0, 2)
  184.  
  185. DuplicateMenu.Name = "DuplicateMenu"
  186. DuplicateMenu.Parent = Duplicate
  187. DuplicateMenu.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  188. DuplicateMenu.BackgroundTransparency = 0.5
  189. DuplicateMenu.BorderSizePixel = 0
  190. DuplicateMenu.Position = UDim2.new(0.00138888892, 0, 1, 0)
  191. DuplicateMenu.Size = UDim2.new(0, 90, 0, 10)
  192. DuplicateMenu.ZIndex = 2
  193. DuplicateMenu.Font = Enum.Font.SourceSans
  194. DuplicateMenu.Text = "v"
  195. DuplicateMenu.TextColor3 = Color3.new(0, 0, 0)
  196. DuplicateMenu.TextSize = 14
  197.  
  198. DupeChooseHolder.Name = "DupeChooseHolder"
  199. DupeChooseHolder.Parent = DuplicateMenu
  200. DupeChooseHolder.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  201. DupeChooseHolder.BackgroundTransparency = 0.5
  202. DupeChooseHolder.BorderSizePixel = 0
  203. DupeChooseHolder.Size = UDim2.new(0, 90, 0, 10)
  204.  
  205. Knife.Name = "Knife"
  206. Knife.Parent = DupeChooseHolder
  207. Knife.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  208. Knife.BackgroundTransparency = 0.5
  209. Knife.BorderSizePixel = 0
  210. Knife.Position = UDim2.new(0.0507810712, 0, 0.109614879, 0)
  211. Knife.Size = UDim2.new(0, 90, 0, 33)
  212. Knife.Visible = false
  213. Knife.Font = Enum.Font.SourceSans
  214. Knife.Text = "Knife"
  215. Knife.TextColor3 = Color3.new(0, 0, 0)
  216. Knife.TextSize = 20
  217.  
  218. KNIFEONOFF.Name = "KNIFEONOFF"
  219. KNIFEONOFF.Parent = Knife
  220. KNIFEONOFF.BackgroundColor3 = Color3.new(1, 0, 0)
  221. KNIFEONOFF.BorderSizePixel = 0
  222. KNIFEONOFF.Position = UDim2.new(0, 0, 1, 0)
  223. KNIFEONOFF.Size = UDim2.new(0, 90, 0, 2)
  224.  
  225. Jutsu.Name = "Jutsu"
  226. Jutsu.Parent = DupeChooseHolder
  227. Jutsu.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  228. Jutsu.BackgroundTransparency = 0.5
  229. Jutsu.BorderSizePixel = 0
  230. Jutsu.Position = UDim2.new(0.360722601, 0, 0.109614879, 0)
  231. Jutsu.Size = UDim2.new(0, 90, 0, 33)
  232. Jutsu.Visible = false
  233. Jutsu.Font = Enum.Font.SourceSans
  234. Jutsu.Text = "Jutsu"
  235. Jutsu.TextColor3 = Color3.new(0, 0, 0)
  236. Jutsu.TextSize = 20
  237.  
  238. JUTSUONOFF.Name = "JUTSUONOFF"
  239. JUTSUONOFF.Parent = Jutsu
  240. JUTSUONOFF.BackgroundColor3 = Color3.new(1, 0, 0)
  241. JUTSUONOFF.BorderSizePixel = 0
  242. JUTSUONOFF.Position = UDim2.new(0, 0, 1, 0)
  243. JUTSUONOFF.Size = UDim2.new(0, 90, 0, 2)
  244.  
  245. Spray.Name = "Spray"
  246. Spray.Parent = DupeChooseHolder
  247. Spray.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  248. Spray.BackgroundTransparency = 0.5
  249. Spray.BorderSizePixel = 0
  250. Spray.Position = UDim2.new(0.682360053, 0, 0.109614879, 0)
  251. Spray.Size = UDim2.new(0, 90, 0, 33)
  252. Spray.Visible = false
  253. Spray.Font = Enum.Font.SourceSans
  254. Spray.Text = "Spray"
  255. Spray.TextColor3 = Color3.new(0, 0, 0)
  256. Spray.TextSize = 20
  257.  
  258. SPRAYONOFF.Name = "SPRAYONOFF"
  259. SPRAYONOFF.Parent = Spray
  260. SPRAYONOFF.BackgroundColor3 = Color3.new(1, 0, 0)
  261. SPRAYONOFF.BorderSizePixel = 0
  262. SPRAYONOFF.Position = UDim2.new(0, 0, 1, 0)
  263. SPRAYONOFF.Size = UDim2.new(0, 90, 0, 2)
  264.  
  265. BoomBox.Name = "BoomBox"
  266. BoomBox.Parent = DupeChooseHolder
  267. BoomBox.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  268. BoomBox.BackgroundTransparency = 0.5
  269. BoomBox.BorderSizePixel = 0
  270. BoomBox.Position = UDim2.new(0.682360053, 0, 0.404696852, 0)
  271. BoomBox.Size = UDim2.new(0, 90, 0, 33)
  272. BoomBox.Visible = false
  273. BoomBox.Font = Enum.Font.SourceSans
  274. BoomBox.Text = "BoomBox"
  275. BoomBox.TextColor3 = Color3.new(0, 0, 0)
  276. BoomBox.TextSize = 20
  277.  
  278. BOOMBOXONOFF.Name = "BOOMBOXONOFF"
  279. BOOMBOXONOFF.Parent = BoomBox
  280. BOOMBOXONOFF.BackgroundColor3 = Color3.new(1, 0, 0)
  281. BOOMBOXONOFF.BorderSizePixel = 0
  282. BOOMBOXONOFF.Position = UDim2.new(0, 0, 1, 0)
  283. BOOMBOXONOFF.Size = UDim2.new(0, 90, 0, 2)
  284.  
  285. Pipe.Name = "Pipe"
  286. Pipe.Parent = DupeChooseHolder
  287. Pipe.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  288. Pipe.BackgroundTransparency = 0.5
  289. Pipe.BorderSizePixel = 0
  290. Pipe.Position = UDim2.new(0.360722631, 0, 0.404696852, 0)
  291. Pipe.Size = UDim2.new(0, 90, 0, 33)
  292. Pipe.Visible = false
  293. Pipe.Font = Enum.Font.SourceSans
  294. Pipe.Text = "Pipe"
  295. Pipe.TextColor3 = Color3.new(0, 0, 0)
  296. Pipe.TextSize = 20
  297.  
  298. PIPEONOFF.Name = "PIPEONOFF"
  299. PIPEONOFF.Parent = Pipe
  300. PIPEONOFF.BackgroundColor3 = Color3.new(1, 0, 0)
  301. PIPEONOFF.BorderSizePixel = 0
  302. PIPEONOFF.Position = UDim2.new(0, 0, 1, 0)
  303. PIPEONOFF.Size = UDim2.new(0, 90, 0, 2)
  304.  
  305. Glock.Name = "Glock"
  306. Glock.Parent = DupeChooseHolder
  307. Glock.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  308. Glock.BackgroundTransparency = 0.5
  309. Glock.BorderSizePixel = 0
  310. Glock.Position = UDim2.new(0.050781101, 0, 0.404696852, 0)
  311. Glock.Size = UDim2.new(0, 90, 0, 33)
  312. Glock.Visible = false
  313. Glock.Font = Enum.Font.SourceSans
  314. Glock.Text = "Glock"
  315. Glock.TextColor3 = Color3.new(0, 0, 0)
  316. Glock.TextSize = 20
  317.  
  318. GLOCKONOFF.Name = "GLOCKONOFF"
  319. GLOCKONOFF.Parent = Glock
  320. GLOCKONOFF.BackgroundColor3 = Color3.new(1, 0, 0)
  321. GLOCKONOFF.BorderSizePixel = 0
  322. GLOCKONOFF.Position = UDim2.new(0, 0, 1, 0)
  323. GLOCKONOFF.Size = UDim2.new(0, 90, 0, 2)
  324.  
  325. Shotty.Name = "Shotty"
  326. Shotty.Parent = DupeChooseHolder
  327. Shotty.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  328. Shotty.BackgroundTransparency = 0.5
  329. Shotty.BorderSizePixel = 0
  330. Shotty.Position = UDim2.new(0.050781101, 0, 0.716172218, 0)
  331. Shotty.Size = UDim2.new(0, 90, 0, 33)
  332. Shotty.Visible = false
  333. Shotty.Font = Enum.Font.SourceSans
  334. Shotty.Text = "Shotty"
  335. Shotty.TextColor3 = Color3.new(0, 0, 0)
  336. Shotty.TextSize = 20
  337.  
  338. SHOTTYONOFF.Name = "SHOTTYONOFF"
  339. SHOTTYONOFF.Parent = Shotty
  340. SHOTTYONOFF.BackgroundColor3 = Color3.new(1, 0, 0)
  341. SHOTTYONOFF.BorderSizePixel = 0
  342. SHOTTYONOFF.Position = UDim2.new(0, 0, 1, 0)
  343. SHOTTYONOFF.Size = UDim2.new(0, 90, 0, 2)
  344.  
  345. Sign.Name = "Sign"
  346. Sign.Parent = DupeChooseHolder
  347. Sign.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  348. Sign.BackgroundTransparency = 0.5
  349. Sign.BorderSizePixel = 0
  350. Sign.Position = UDim2.new(0.366570562, 0, 0.716172218, 0)
  351. Sign.Size = UDim2.new(0, 90, 0, 33)
  352. Sign.Visible = false
  353. Sign.Font = Enum.Font.SourceSans
  354. Sign.Text = "Sign"
  355. Sign.TextColor3 = Color3.new(0, 0, 0)
  356. Sign.TextSize = 20
  357.  
  358. SIGNONOFF.Name = "SIGNONOFF"
  359. SIGNONOFF.Parent = Sign
  360. SIGNONOFF.BackgroundColor3 = Color3.new(1, 0, 0)
  361. SIGNONOFF.BorderSizePixel = 0
  362. SIGNONOFF.Position = UDim2.new(0, 0, 1, 0)
  363. SIGNONOFF.Size = UDim2.new(0, 90, 0, 2)
  364.  
  365. Lockpick.Name = "Lockpick"
  366. Lockpick.Parent = DupeChooseHolder
  367. Lockpick.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  368. Lockpick.BackgroundTransparency = 0.5
  369. Lockpick.BorderSizePixel = 0
  370. Lockpick.Position = UDim2.new(0.682360053, 0, 0.727101207, 0)
  371. Lockpick.Size = UDim2.new(0, 90, 0, 33)
  372. Lockpick.Visible = false
  373. Lockpick.Font = Enum.Font.SourceSans
  374. Lockpick.Text = "Lockpick"
  375. Lockpick.TextColor3 = Color3.new(0, 0, 0)
  376. Lockpick.TextSize = 20
  377.  
  378. LOCKPICKONOFF.Name = "LOCKPICKONOFF"
  379. LOCKPICKONOFF.Parent = Lockpick
  380. LOCKPICKONOFF.BackgroundColor3 = Color3.new(1, 0, 0)
  381. LOCKPICKONOFF.BorderSizePixel = 0
  382. LOCKPICKONOFF.Position = UDim2.new(0, 0, 1, 0)
  383. LOCKPICKONOFF.Size = UDim2.new(0, 90, 0, 2)
  384.  
  385. Save.Name = "Save"
  386. Save.Parent = SettingsHolder
  387. Save.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  388. Save.BackgroundTransparency = 0.5
  389. Save.BorderSizePixel = 0
  390. Save.Position = UDim2.new(0.0273972601, 0, 0.830860376, 0)
  391. Save.Size = UDim2.new(0, 34, 0, 33)
  392. Save.Font = Enum.Font.SourceSans
  393. Save.Text = "Save"
  394. Save.TextColor3 = Color3.new(0, 0, 0)
  395. Save.TextSize = 20
  396.  
  397. Load.Name = "Load"
  398. Load.Parent = SettingsHolder
  399. Load.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  400. Load.BackgroundTransparency = 0.5
  401. Load.BorderSizePixel = 0
  402. Load.Position = UDim2.new(0.153424665, 0, 0.830860376, 0)
  403. Load.Size = UDim2.new(0, 34, 0, 33)
  404. Load.Font = Enum.Font.SourceSans
  405. Load.Text = "Load"
  406. Load.TextColor3 = Color3.new(0, 0, 0)
  407. Load.TextSize = 20
  408.  
  409. Airwalk.Name = "Airwalk"
  410. Airwalk.Parent = SettingsHolder
  411. Airwalk.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  412. Airwalk.BackgroundTransparency = 0.5
  413. Airwalk.BorderSizePixel = 0
  414. Airwalk.Position = UDim2.new(0.375342488, 0, 0.0768279955, 0)
  415. Airwalk.Size = UDim2.new(0, 90, 0, 33)
  416. Airwalk.Font = Enum.Font.SourceSans
  417. Airwalk.Text = "Airwalk"
  418. Airwalk.TextColor3 = Color3.new(0, 0, 0)
  419. Airwalk.TextSize = 20
  420.  
  421. AIRWALKONOFF.Name = "AIRWALKONOFF"
  422. AIRWALKONOFF.Parent = Airwalk
  423. AIRWALKONOFF.BackgroundColor3 = Color3.new(1, 0, 0)
  424. AIRWALKONOFF.BorderSizePixel = 0
  425. AIRWALKONOFF.Position = UDim2.new(0, 0, 1, 0)
  426. AIRWALKONOFF.Size = UDim2.new(0, 90, 0, 2)
  427.  
  428. Drop.Name = "Drop"
  429. Drop.Parent = SettingsHolder
  430. Drop.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  431. Drop.BackgroundTransparency = 0.5
  432. Drop.BorderSizePixel = 0
  433. Drop.Position = UDim2.new(0.273972601, 0, 0.830860376, 0)
  434. Drop.Size = UDim2.new(0, 34, 0, 33)
  435. Drop.Font = Enum.Font.SourceSans
  436. Drop.Text = "Drop"
  437. Drop.TextColor3 = Color3.new(0, 0, 0)
  438. Drop.TextSize = 20
  439.  
  440. MinigunMode.Name = "Minigun Mode"
  441. MinigunMode.Parent = SettingsHolder
  442. MinigunMode.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  443. MinigunMode.BackgroundTransparency = 0.5
  444. MinigunMode.BorderSizePixel = 0
  445. MinigunMode.Position = UDim2.new(0.0273972787, 0, 0.262311876, 0)
  446. MinigunMode.Size = UDim2.new(0, 90, 0, 33)
  447. MinigunMode.Font = Enum.Font.SourceSans
  448. MinigunMode.Text = "Minigun Mode"
  449. MinigunMode.TextColor3 = Color3.new(0, 0, 0)
  450. MinigunMode.TextScaled = true
  451. MinigunMode.TextSize = 20
  452. MinigunMode.TextWrapped = true
  453.  
  454. MINIGUNONOFF.Name = "MINIGUNONOFF"
  455. MINIGUNONOFF.Parent = MinigunMode
  456. MINIGUNONOFF.BackgroundColor3 = Color3.new(1, 0, 0)
  457. MINIGUNONOFF.BorderSizePixel = 0
  458. MINIGUNONOFF.Position = UDim2.new(0, 0, 1, 0)
  459. MINIGUNONOFF.Size = UDim2.new(0, 90, 0, 2)
  460.  
  461. Invisible.Name = "Invisible"
  462. Invisible.Parent = SettingsHolder
  463. Invisible.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  464. Invisible.BackgroundTransparency = 0.5
  465. Invisible.BorderSizePixel = 0
  466. Invisible.Position = UDim2.new(0.717808247, 0, 0.0768280029, 0)
  467. Invisible.Size = UDim2.new(0, 90, 0, 33)
  468. Invisible.Font = Enum.Font.SourceSans
  469. Invisible.Text = "Invisible"
  470. Invisible.TextColor3 = Color3.new(0, 0, 0)
  471. Invisible.TextSize = 20
  472.  
  473. ShiftSprint.Name = "ShiftSprint"
  474. ShiftSprint.Parent = SettingsHolder
  475. ShiftSprint.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  476. ShiftSprint.BackgroundTransparency = 0.5
  477. ShiftSprint.BorderSizePixel = 0
  478. ShiftSprint.Position = UDim2.new(0.375342488, 0, 0.262311876, 0)
  479. ShiftSprint.Size = UDim2.new(0, 90, 0, 33)
  480. ShiftSprint.Font = Enum.Font.SourceSans
  481. ShiftSprint.Text = "Shift Sprint"
  482. ShiftSprint.TextColor3 = Color3.new(0, 0, 0)
  483. ShiftSprint.TextSize = 20
  484.  
  485. SHIFTSPRINTONOFF.Name = "SHIFTSPRINTONOFF"
  486. SHIFTSPRINTONOFF.Parent = ShiftSprint
  487. SHIFTSPRINTONOFF.BackgroundColor3 = Color3.new(1, 0, 0)
  488. SHIFTSPRINTONOFF.BorderSizePixel = 0
  489. SHIFTSPRINTONOFF.Position = UDim2.new(0, 0, 1, 0)
  490. SHIFTSPRINTONOFF.Size = UDim2.new(0, 90, 0, 2)
  491.  
  492. TriggerBot.Name = "TriggerBot"
  493. TriggerBot.Parent = SettingsHolder
  494. TriggerBot.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  495. TriggerBot.BackgroundTransparency = 0.5
  496. TriggerBot.BorderSizePixel = 0
  497. TriggerBot.Position = UDim2.new(0.375342488, 0, 0.451828003, 0)
  498. TriggerBot.Size = UDim2.new(0, 90, 0, 33)
  499. TriggerBot.Font = Enum.Font.SourceSans
  500. TriggerBot.Text = "Trigger Bot"
  501. TriggerBot.TextColor3 = Color3.new(0, 0, 0)
  502. TriggerBot.TextSize = 20
  503.  
  504. TRIGGERBOTONOFF.Name = "TRIGGERBOTONOFF"
  505. TRIGGERBOTONOFF.Parent = TriggerBot
  506. TRIGGERBOTONOFF.BackgroundColor3 = Color3.new(1, 0, 0)
  507. TRIGGERBOTONOFF.BorderSizePixel = 0
  508. TRIGGERBOTONOFF.Position = UDim2.new(0, 0, 1, 0)
  509. TRIGGERBOTONOFF.Size = UDim2.new(0, 90, 0, 2)
  510.  
  511. GripPosHolder.Name = "GripPosHolder"
  512. GripPosHolder.Parent = MainFrame
  513. GripPosHolder.BackgroundColor3 = Color3.new(1, 1, 1)
  514. GripPosHolder.BackgroundTransparency = 1
  515. GripPosHolder.Position = UDim2.new(0, 0, 0.173333332, 0)
  516. GripPosHolder.Size = UDim2.new(0, 365, 0, 248)
  517. GripPosHolder.Visible = false
  518.  
  519. HCircle.Name = "HCircle"
  520. HCircle.Parent = GripPosHolder
  521. HCircle.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  522. HCircle.BackgroundTransparency = 0.5
  523. HCircle.BorderSizePixel = 0
  524. HCircle.Position = UDim2.new(0.0273972601, 0, 0.0768280029, 0)
  525. HCircle.Size = UDim2.new(0, 90, 0, 33)
  526. HCircle.Font = Enum.Font.SourceSans
  527. HCircle.Text = "HCircle"
  528. HCircle.TextColor3 = Color3.new(0, 0, 0)
  529. HCircle.TextSize = 20
  530.  
  531. HCircleValue.Name = "HCircleValue"
  532. HCircleValue.Parent = HCircle
  533. HCircleValue.BackgroundColor3 = Color3.new(1, 1, 1)
  534. HCircleValue.BorderSizePixel = 0
  535. HCircleValue.Position = UDim2.new(0.226636231, 0, 1.37524438, 0)
  536. HCircleValue.Size = UDim2.new(0, 49, 0, 19)
  537. HCircleValue.Font = Enum.Font.SourceSans
  538. HCircleValue.Text = "Amount"
  539. HCircleValue.TextColor3 = Color3.new(0, 0, 0)
  540. HCircleValue.TextSize = 14
  541.  
  542. VCircle.Name = "VCircle"
  543. VCircle.Parent = GripPosHolder
  544. VCircle.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  545. VCircle.BackgroundTransparency = 0.5
  546. VCircle.BorderSizePixel = 0
  547. VCircle.Position = UDim2.new(0.375342458, 0, 0.0768280029, 0)
  548. VCircle.Size = UDim2.new(0, 90, 0, 33)
  549. VCircle.Font = Enum.Font.SourceSans
  550. VCircle.Text = "VCircle"
  551. VCircle.TextColor3 = Color3.new(0, 0, 0)
  552. VCircle.TextSize = 20
  553.  
  554. VCircleValue.Name = "VCircleValue"
  555. VCircleValue.Parent = VCircle
  556. VCircleValue.BackgroundColor3 = Color3.new(1, 1, 1)
  557. VCircleValue.BorderSizePixel = 0
  558. VCircleValue.Position = UDim2.new(0.230136976, 0, 1.37524438, 0)
  559. VCircleValue.Size = UDim2.new(0, 49, 0, 19)
  560. VCircleValue.Font = Enum.Font.SourceSans
  561. VCircleValue.Text = "Amount"
  562. VCircleValue.TextColor3 = Color3.new(0, 0, 0)
  563. VCircleValue.TextSize = 14
  564.  
  565. Spiral.Name = "Spiral"
  566. Spiral.Parent = GripPosHolder
  567. Spiral.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  568. Spiral.BackgroundTransparency = 0.5
  569. Spiral.BorderSizePixel = 0
  570. Spiral.Position = UDim2.new(0.0246575475, 0, 0.39134413, 0)
  571. Spiral.Size = UDim2.new(0, 90, 0, 33)
  572. Spiral.Font = Enum.Font.SourceSans
  573. Spiral.Text = "Spiral"
  574. Spiral.TextColor3 = Color3.new(0, 0, 0)
  575. Spiral.TextSize = 20
  576.  
  577. Tornado.Name = "Tornado"
  578. Tornado.Parent = GripPosHolder
  579. Tornado.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  580. Tornado.BackgroundTransparency = 0.5
  581. Tornado.BorderSizePixel = 0
  582. Tornado.Position = UDim2.new(0.375342488, 0, 0.39134413, 0)
  583. Tornado.Size = UDim2.new(0, 90, 0, 33)
  584. Tornado.Font = Enum.Font.SourceSans
  585. Tornado.Text = "Tornado"
  586. Tornado.TextColor3 = Color3.new(0, 0, 0)
  587. Tornado.TextSize = 20
  588.  
  589. Swastika.Name = "Swastika"
  590. Swastika.Parent = GripPosHolder
  591. Swastika.BackgroundColor3 = Color3.new(0.67451, 0.67451, 0.67451)
  592. Swastika.BackgroundTransparency = 0.5
  593. Swastika.BorderSizePixel = 0
  594. Swastika.Position = UDim2.new(0.0273972601, 0, 0.596989274, 0)
  595. Swastika.Size = UDim2.new(0, 90, 0, 33)
  596. Swastika.Font = Enum.Font.SourceSans
  597. Swastika.Text = "Swastika"
  598. Swastika.TextColor3 = Color3.new(0, 0, 0)
  599. Swastika.TextSize = 20
  600.  
  601. Line.Name = "Line"
  602. Line.Parent = MainFrame
  603. Line.BackgroundColor3 = Color3.new(0.513726, 0.513726, 0.513726)
  604. Line.BorderSizePixel = 0
  605. Line.Position = UDim2.new(0, 0, 0.200000003, 0)
  606. Line.Size = UDim2.new(0, 365, 0, 4)
  607.  
  608. CMDBAR.Name = "CMDBAR"
  609. CMDBAR.Parent = MainFrame
  610. CMDBAR.Active = false
  611. CMDBAR.BackgroundColor3 = Color3.new(0.513726, 0.513726, 0.513726)
  612. CMDBAR.BorderSizePixel = 0
  613. CMDBAR.Position = UDim2.new(0, 0, 1, 0)
  614. CMDBAR.Size = UDim2.new(0, 365, 0, 1)
  615. CMDBAR.Visible = false
  616. CMDBAR.Font = Enum.Font.SourceSans
  617. CMDBAR.Text = ""
  618. CMDBAR.TextColor3 = Color3.new(0, 0, 0)
  619. CMDBAR.TextSize = 14
  620.  
  621. Close.Name = "Close"
  622. Close.Parent = Top
  623. Close.BackgroundColor3 = Color3.new(1, 1, 1)
  624. Close.BackgroundTransparency = 1
  625. Close.Position = UDim2.new(0.947945178, 0, 0, 0)
  626. Close.Size = UDim2.new(0, 19, 0, 20)
  627. Close.ZIndex = 3
  628. Close.Font = Enum.Font.SourceSans
  629. Close.Text = "X"
  630. Close.TextColor3 = Color3.new(0, 0, 0)
  631. Close.TextSize = 20
  632.  
  633. TitleName.Name = "TitleName"
  634. TitleName.Parent = Top
  635. TitleName.BackgroundColor3 = Color3.new(1, 1, 1)
  636. TitleName.BackgroundTransparency = 1
  637. TitleName.Position = UDim2.new(0, 110, 0, 0)
  638. TitleName.Size = UDim2.new(0, 140, 0, 20)
  639. TitleName.ZIndex = 2
  640. TitleName.Font = Enum.Font.SourceSans
  641. TitleName.Text = ""
  642. TitleName.TextColor3 = Color3.new(0, 0, 0)
  643. TitleName.TextScaled = true
  644. TitleName.TextSize = 14
  645. TitleName.TextWrapped = true
  646. _G.glock = false
  647. Glock.MouseButton1Click:Connect(function()
  648. if _G.glock == false then
  649. _G.glock = true
  650. table.insert(dupetable,"Glock")
  651. GLOCKONOFF.BackgroundColor3 = Color3.new(0.0666667, 1, 0)
  652. else
  653. if _G.glock == true then
  654. _G.glock = false
  655. for i,z in next, dupetable do
  656. if z == "Glock" then
  657. table.remove(dupetable,i)
  658. end
  659. end
  660. GLOCKONOFF.BackgroundColor3 = Color3.new(1, 0, 0)
  661. end
  662. end
  663. end)
  664. _G.shotty = false
  665. Shotty.MouseButton1Click:Connect(function()
  666. if _G.shotty == false then
  667. _G.shotty = true
  668. table.insert(dupetable,"Shotty")
  669. SHOTTYONOFF.BackgroundColor3 = Color3.new(0.0666667, 1, 0)
  670. else
  671. if _G.shotty == true then
  672. _G.shotty = false
  673. for i,z in next, dupetable do
  674. if z == "Shotty" then
  675. table.remove(dupetable,i)
  676. end
  677. end
  678. SHOTTYONOFF.BackgroundColor3 = Color3.new(1, 0, 0)
  679. end
  680. end
  681. end)
  682. _G.knife = false
  683. Knife.MouseButton1Click:Connect(function()
  684. if _G.knife == false then
  685. _G.knife = true
  686. table.insert(dupetable,"Knife")
  687. KNIFEONOFF.BackgroundColor3 = Color3.new(0.0666667, 1, 0)
  688. else
  689. if _G.knife == true then
  690. _G.knife = false
  691. for i,z in next, dupetable do
  692. if z == "Knife" then
  693. table.remove(dupetable,i)
  694. end
  695. end
  696. KNIFEONOFF.BackgroundColor3 = Color3.new(1, 0, 0)
  697. end
  698. end
  699. end)
  700. _G.jutsu = false
  701. Jutsu.MouseButton1Click:Connect(function()
  702. if _G.jutsu == false then
  703. _G.jutsu = true
  704. table.insert(dupetable,"Jutsu")
  705. JUTSUONOFF.BackgroundColor3 = Color3.new(0.0666667, 1, 0)
  706. else
  707. if _G.jutsu == true then
  708. _G.jutsu = false
  709. for i,z in next, dupetable do
  710. if z == "Jutsu" then
  711. table.remove(dupetable,i)
  712. end
  713. end
  714. JUTSUONOFF.BackgroundColor3 = Color3.new(1, 0, 0)
  715. end
  716. end
  717. end)
  718. _G.spray = false
  719. Spray.MouseButton1Click:Connect(function()
  720. if _G.spray == false then
  721. _G.spray = true
  722. table.insert(dupetable,"Spray")
  723. SPRAYONOFF.BackgroundColor3 = Color3.new(0.0666667, 1, 0)
  724. else
  725. if _G.spray == true then
  726. _G.spray = false
  727. for i,z in next, dupetable do
  728. if z == "Spray" then
  729. table.remove(dupetable,i)
  730. end
  731. end
  732. SPRAYONOFF.BackgroundColor3 = Color3.new(1, 0, 0)
  733. end
  734. end
  735. end)
  736. _G.pipe = false
  737. Pipe.MouseButton1Click:Connect(function()
  738. if _G.pipe == false then
  739. _G.pipe = true
  740. table.insert(dupetable,"Pipe")
  741. PIPEONOFF.BackgroundColor3 = Color3.new(0.0666667, 1, 0)
  742. else
  743. if _G.pipe == true then
  744. _G.pipe = false
  745. for i,z in next, dupetable do
  746. if z == "Pipe" then
  747. table.remove(dupetable,i)
  748. end
  749. end
  750. PIPEONOFF.BackgroundColor3 = Color3.new(1, 0, 0)
  751. end
  752. end
  753. end)
  754. _G.boombox = false
  755. BoomBox.MouseButton1Click:Connect(function()
  756. if _G.boombox == false then
  757. _G.boombox = true
  758. table.insert(dupetable,"BoomBox")
  759. BOOMBOXONOFF.BackgroundColor3 = Color3.new(0.0666667, 1, 0)
  760. else
  761. if _G.boombox == true then
  762. _G.boombox = false
  763. for i,z in next, dupetable do
  764. if z == "BoomBox" then
  765. table.remove(dupetable,i)
  766. end
  767. end
  768. BOOMBOXONOFF.BackgroundColor3 = Color3.new(1, 0, 0)
  769. end
  770. end
  771. end)
  772. _G.sign = false
  773. Sign.MouseButton1Click:Connect(function()
  774. if _G.sign == false then
  775. _G.sign = true
  776. table.insert(dupetable,"Sign")
  777. SIGNONOFF.BackgroundColor3 = Color3.new(0.0666667, 1, 0)
  778. else
  779. if _G.sign == true then
  780. _G.sign = false
  781. for i,z in next, dupetable do
  782. if z == "Sign" then
  783. table.remove(dupetable,i)
  784. end
  785. end
  786. SIGNONOFF.BackgroundColor3 = Color3.new(1, 0, 0)
  787. end
  788. end
  789. end)
  790. _G.lockpick = false
  791. Lockpick.MouseButton1Click:Connect(function()
  792. if _G.lockpick == false then
  793. _G.lockpick = true
  794. table.insert(dupetable,"Lockpick")
  795. LOCKPICKONOFF.BackgroundColor3 = Color3.new(0.0666667, 1, 0)
  796. else
  797. if _G.lockpick == true then
  798. _G.lockpick = false
  799. for i,z in next, dupetable do
  800. if z == "Lockpick" then
  801. table.remove(dupetable,i)
  802. end
  803. end
  804. LOCKPICKONOFF.BackgroundColor3 = Color3.new(1, 0, 0)
  805. end
  806. end
  807. end)
  808. LP.Chatted:Connect(function(msg)
  809. if msg:sub(1,3) == "ws " then
  810. LP.Character.Humanoid.WalkSpeed = tonumber(msg:sub(4,1000))
  811. end
  812. end)
  813. LP.Chatted:connect(function(msg)
  814. if msg:sub(1,3) == "to " then
  815. for _,z in pairs(P:GetPlayers()) do
  816. if string.match(string.lower(z.Name),msg:sub(4,string.len(z.Name))) then
  817. LP.Character.HumanoidRootPart.CFrame = z.Character.HumanoidRootPart.CFrame
  818. end
  819. end
  820. end
  821. end)
  822. LP.Chatted:Connect(function(msg)
  823. if msg == "thru" then
  824. LP.Character.HumanoidRootPart.CFrame = LP.Character.HumanoidRootPart.CFrame + LP.Character.HumanoidRootPart.CFrame.lookVector * 8
  825. end
  826. end)
  827. LP.Chatted:Connect(function(msg)
  828. if msg == "reset" then
  829. prev = LP.Character:WaitForChild('HumanoidRootPart').CFrame
  830. LP.Character.Parent = workspace.Terrain
  831. LP.Character:BreakJoints()
  832. game:GetService('Workspace'):WaitForChild(LP.Name)
  833. for i=1,10 do
  834. LP.Character:WaitForChild('HumanoidRootPart').CFrame = prev
  835. wait()
  836. end
  837. end
  838. end)
  839. LP.Chatted:Connect(function(msg)
  840. if msg == "rejoin" then
  841. game:GetService("TeleportService"):Teleport(4669040, LocalPlayer)
  842. end
  843. end)
  844. LP.Chatted:Connect(function(msg)
  845. if msg == "load" then
  846. for _,a in pairs(LP:GetChildren()) do
  847. if a:IsA("Tool") then
  848. a.Parent = LP.Backpack
  849. end
  850. end
  851. end
  852. end)
  853. LP.Chatted:Connect(function(msg)
  854. if msg == "save" then
  855. for _,a in pairs(LP.Character:GetChildren()) do
  856. if a:IsA("Tool") and a.Name == "Glock" or a.Name == "Shotty" or a.Name == "Uzi" then
  857. a.Parent = LP.Backpack
  858. end
  859. end
  860. for _,a in pairs(LP.Backpack:GetChildren()) do
  861. if a:IsA("Tool") and a.Name == "Glock" or a.Name == "Shotty" or a.Name == "Uzi" then
  862. a.Parent = LP
  863. end
  864. end
  865. end
  866. end)
  867. LP.Chatted:Connect(function(msg)
  868. if msg == "hide" then
  869. local boom = LP.Character:FindFirstChild("BoomBox")
  870. if boom then
  871. local server = boom:FindFirstChild("Server")
  872. if server then
  873. server:Destroy()
  874. boom.Parent = LP.Backpack
  875. end
  876. end
  877. end
  878. end)
  879.  
  880. RunService.Heartbeat:Connect(function()
  881. local r = (math.sin(workspace.DistributedGameTime/2)/2)+0.5
  882. local g = (math.sin(workspace.DistributedGameTime)/2)+0.5
  883. local b = (math.sin(workspace.DistributedGameTime*1.5)/2)+0.5
  884. local color = Color3.new(r, g, b)
  885. Line.BackgroundColor3 = color
  886. Top.BackgroundColor3 = color
  887. end)
  888.  
  889. local cmdbarhotkey = "'"
  890. mouse.KeyDown:connect(function(key1)
  891. if key1 == cmdbarhotkey then
  892. CMDBAR.Visible = true
  893. CMDBAR.Text = ""
  894. CMDBAR:CaptureFocus()
  895. CMDBAR:TweenSize(UDim2.new(0, 365,0, 22),'Out','Quad',0.5)
  896. end
  897. end)
  898.  
  899. CMDBAR.FocusLost:connect(function(enter)
  900. if enter then
  901. P:Chat(CMDBAR.Text)
  902. CMDBAR.Text = ""
  903. CMDBAR:TweenSize(UDim2.new(0, 365,0, 1),'Out','Quad',0.5)
  904. wait(0.5)
  905. CMDBAR.Visible = false
  906. end
  907. end)
  908. local dupemenu = false
  909. DuplicateMenu.MouseButton1Click:Connect(function()
  910. if dupemenu == false then
  911. dupemenu = true
  912. for _,z in next, SettingsHolder:GetChildren() do
  913. if z:IsA("Frame") and z.Name ~= "DUPLICATEONOFF" then
  914. z.Visible = false
  915. end
  916. end
  917. for _,z in next, SettingsHolder:GetChildren() do
  918. if z:IsA("TextButton") and z.Name ~= "Duplicate" then
  919. z.Visible = false
  920. end
  921. end
  922. DuplicateMenu.Text = "v"
  923. DuplicateMenu:TweenPosition(UDim2.new(1.001, 0,0.636, 0), "Out", "Quad", 0.3, false)
  924. Duplicate:TweenPosition(UDim2.new(0.027, 0,0.077, 0), "Out", "Quad", 0.3, false)
  925. wait(0.3)
  926. DupeChooseHolder:TweenSize(UDim2.new(0, 342,0, 183), "Out", "Quad", 0.3, false)
  927. DupeChooseHolder:TweenPosition(UDim2.new(-0.989, 0,1, 0), "Out", "Quad", 0.3, false)
  928. wait(0.3)
  929. for _,z in next, DupeChooseHolder:GetChildren() do
  930. z.Visible = true
  931. wait()
  932. end
  933. else
  934. if dupemenu == true then
  935. dupemenu = false
  936. for _,z in next, DupeChooseHolder:GetChildren() do
  937. z.Visible = false
  938. wait()
  939. end
  940. DupeChooseHolder:TweenSize(UDim2.new(0, 90,0, 10), "Out", "Quad", 0.3, false)
  941. DupeChooseHolder:TweenPosition(UDim2.new(0, 0,0, 0), "Out", "Quad", 0.3, false)
  942. wait(0.5)
  943. Duplicate:TweenPosition(UDim2.new(0.027, 0,0.452, 0), "Out", "Quad", 0.3, false)
  944. DuplicateMenu:TweenPosition(UDim2.new(0.001, 0,1, 0), "Out", "Quad", 0.3, false)
  945. DuplicateMenu.Text = "^"
  946. wait()
  947. for _,z in next, SettingsHolder:GetChildren() do
  948. if z:IsA("Frame") and z.Name ~= "DUPLICATEONOFF" then
  949. z.Visible = true
  950. end
  951. end
  952. for _,z in next, SettingsHolder:GetChildren() do
  953. if z:IsA("TextButton") and z.Name ~= "Duplicate" then
  954. z.Visible = true
  955. end
  956. end
  957. end
  958. end
  959. end)
  960.  
  961. Drop.MouseButton1Click:Connect(function()
  962. for _,a in pairs(LP.Character:GetChildren()) do
  963. if a:IsA("Tool") then
  964. a.Parent = LP.Backpack
  965. end
  966. end
  967. for i,z in pairs(LP.Backpack:GetChildren()) do
  968. if z:IsA("Tool") then
  969. for _,a in pairs(z:GetChildren()) do
  970. if a:IsA("Part") then
  971. a.CanCollide = true
  972. end
  973. end
  974. z.Parent = LP.Character
  975. z.Parent = LP.Character.Head
  976. z.Parent = workspace.Terrain
  977. end
  978. end
  979. wait(0.1)
  980. LP.Character:BreakJoints()
  981. prev = LP.Character:WaitForChild('HumanoidRootPart').CFrame
  982. LP.Character.Parent = workspace.Terrain
  983. LP.Character:BreakJoints()
  984. game:GetService('Workspace'):WaitForChild(LP.Name)
  985. for i=1,10 do
  986. LP.Character:WaitForChild('HumanoidRootPart').CFrame = prev
  987. wait()
  988. end
  989. end)
  990. function equippunchhit()
  991. local reee = LP.Backpack:FindFirstChild("Punch")
  992. if reee then
  993. LP.Character.Humanoid:EquipTool(reee)
  994. LP.Backpack.ServerTraits.Touch:FireServer(reee, LP.Character.RightHand, true)
  995. elseif not ree then
  996. reee = LP.Character:FindFirstChild("Punch")
  997. LP.Character.Humanoid:EquipTool(reee)
  998. LP.Backpack.ServerTraits.Touch:FireServer(reee, LP.Character.RightHand, true)
  999. end
  1000. end
  1001. Invisible.MouseButton1Click:Connect(function()
  1002. --[[
  1003. local epic = LP.Character:FindFirstChild("HumanoidRootPart")
  1004. if epic then
  1005. local wot_the_frick = epic:FindFirstChild("RootJoint")
  1006. if wot_the_frick then
  1007. wot_the_frick.Parent = nil
  1008. wait()
  1009. wot_the_frick.Parent = LP.Character.HumanoidRootPart
  1010. end
  1011. end
  1012. --]]
  1013. Invisible.TextScaled = true
  1014. Invisible.Text = "Currently buggy so removed"
  1015. wait(1)
  1016. Invisible.TextScaled = false
  1017. Invisible.Text = "Invisible"
  1018. end)
  1019.  
  1020. _G.dupeweps = false
  1021.  
  1022. Duplicate.MouseButton1Click:Connect(function()
  1023. if _G.dupeweps == false then
  1024. _G.dupeweps = true
  1025. LP.Character:BreakJoints()
  1026. DUPLICATEONOFF.BackgroundColor3 = Color3.new(0.0666667, 1, 0)
  1027. while _G.dupeweps == true do
  1028. repeat wait() until LP.Backpack:FindFirstChild("Knife") or _G.dupeweps == false
  1029. wait(1)
  1030. for _,a in next, LP.Backpack:GetChildren() do
  1031. for _,guns in next, dupetable do
  1032. if a:IsA("Tool") and a.Name == guns then
  1033. a.Parent = LP
  1034. end
  1035. end
  1036. end
  1037. repeat
  1038. for _,v in pairs(game:GetService('Players').LocalPlayer.Character:GetChildren()) do
  1039. v:Destroy()
  1040. end
  1041. local prt1 = Instance.new('Model', workspace)
  1042. prt1.Name = "delet"
  1043. local Torso1 = Instance.new('Part', prt1)
  1044. Torso1.Name = 'Torso1'
  1045. Torso1.Transparency = 1
  1046. local Head1 = Instance.new('Part',prt1)
  1047. Head1.Name = 'Head1'
  1048. Head1.Transparency = 1
  1049. local Humanoid1 = Instance.new('Humanoid',prt1)
  1050. Humanoid1.Name = 'Humanoid'
  1051. game:GetService('Players').LocalPlayer.Character = prt1
  1052. wait(1)
  1053. until LP.Backpack:FindFirstChild("Knife") or _G.dupeweps == false
  1054. wait(1)
  1055. local loopCount = 25
  1056. local count = 0
  1057. RunService.Heartbeat:Connect(function(step)
  1058. if count < loopCount then
  1059. count = count + 1
  1060. for _,a in next, LP.Backpack:GetChildren() do
  1061. for _,guns in next, dupetable do
  1062. if a:IsA("Tool") and a.Name == guns then
  1063. a.Parent = LP
  1064. end
  1065. end
  1066. end
  1067. repeat wait() until LP.Character
  1068. LP.Character:BreakJoints()
  1069. end
  1070. end)
  1071. end
  1072. else
  1073. if _G.dupeweps == true then
  1074. _G.dupeweps = false
  1075. for _,z in pairs(workspace:GetChildren()) do
  1076. if z.Name == "delet" then
  1077. z:Destroy()
  1078. end
  1079. end
  1080. DUPLICATEONOFF.BackgroundColor3 = Color3.new(1, 0, 0)
  1081. end
  1082. end
  1083. end)
  1084.  
  1085. Save.MouseButton1Click:Connect(function()
  1086. for _,a in pairs(LP.Character:GetChildren()) do
  1087. if a:IsA("Tool") and a.Name == "Glock" or a.Name == "Shotty" or a.Name == "Uzi" then
  1088. a.Parent = LP.Backpack
  1089. end
  1090. end
  1091. for _,a in pairs(LP.Backpack:GetChildren()) do
  1092. if a:IsA("Tool") and a.Name == "Glock" or a.Name == "Shotty" or a.Name == "Uzi" then
  1093. a.Parent = LP
  1094. end
  1095. end
  1096. end)
  1097.  
  1098. _G.GAirwalk = false
  1099.  
  1100. Airwalk.MouseButton1Click:Connect(function()
  1101. if _G.GAirwalk == false then
  1102. _G.GAirwalk = true
  1103. local part = Instance.new("Part",workspace)
  1104. part.Size = Vector3.new(5,1,3)
  1105. part.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0,-4,0)
  1106. part.Transparency = 1
  1107. part.Anchored = true
  1108. part.Name = "EpicAirwalkPart"
  1109. AIRWALKONOFF.BackgroundColor3 = Color3.new(0.0666667, 1, 0)
  1110. while _G.GAirwalk == true do
  1111. part.CFrame = LP.Character.HumanoidRootPart.CFrame + Vector3.new(0,-4,0)
  1112. wait()
  1113. end
  1114. else
  1115. if _G.GAirwalk == true then
  1116. _G.GAirwalk = false
  1117. for _,z in pairs(workspace:GetChildren()) do
  1118. if z.Name == "EpicAirwalkPart" then
  1119. z:Destroy()
  1120. end
  1121. end
  1122. AIRWALKONOFF.BackgroundColor3 = Color3.new(1, 0, 0)
  1123. end
  1124. end
  1125. end)
  1126.  
  1127. Load.MouseButton1Click:Connect(function()
  1128. for _,a in pairs(LP:GetChildren()) do
  1129. if a:IsA("Tool") then
  1130. a.Parent = LP.Backpack
  1131. end
  1132. end
  1133. end)
  1134.  
  1135. Save.MouseButton1Click:Connect(function()
  1136. for _,a in pairs(LP.Character:GetChildren()) do
  1137. if a:IsA("Tool") then
  1138. a.Parent = LP
  1139. end
  1140. end
  1141. end)
  1142.  
  1143. _G.minigun = false
  1144.  
  1145. MinigunMode.MouseButton1Click:Connect(function()
  1146. if _G.minigun == false then
  1147. _G.minigun = true
  1148. MINIGUNONOFF.BackgroundColor3 = Color3.new(0.0666667, 1, 0)
  1149. else
  1150. if _G.minigun == true then
  1151. _G.minigun = false
  1152. MINIGUNONOFF.BackgroundColor3 = Color3.new(1, 0, 0)
  1153. end
  1154. end
  1155. end)
  1156.  
  1157. mouse.Button1Down:Connect(function()
  1158. if _G.bfg == true and _G.minigun == false then
  1159. for _,a in pairs(LP.Character:GetChildren()) do
  1160. if a:IsA("Tool") and a.Name == "Shotty" or a.Name == "Glock" or a.Name == "Uzi" then
  1161. a.Fire:FireServer(mouse.Hit)
  1162. end
  1163. end
  1164. else
  1165. if _G.bfg == true and _G.minigun == true then
  1166. for _,a in pairs(LP.Character:GetChildren()) do
  1167. if a:IsA("Tool") and a.Name == "Shotty" or a.Name == "Glock" or a.Name == "Uzi" then
  1168. a.Fire:FireServer(mouse.Hit)
  1169. wait()
  1170. end
  1171. end
  1172. end
  1173. end
  1174. end)
  1175.  
  1176. ShiftSprint.MouseButton1Click:connect(function()
  1177. if _G.sprinttoggle == false then
  1178. _G.sprinttoggle = true
  1179. SHIFTSPRINTONOFF.BackgroundColor3 = Color3.new(0.0666667, 1, 0)
  1180. else
  1181. if _G.sprinttoggle == true then
  1182. _G.sprinttoggle = false
  1183. SHIFTSPRINTONOFF.BackgroundColor3 = Color3.new(1, 0, 0)
  1184. end
  1185. end
  1186. end)
  1187.  
  1188. _G.sprinttoggle = false
  1189. mouse.KeyDown:connect(function(key)
  1190. key = string.lower(key)
  1191. if string.byte(key) == 48 and _G.sprinttoggle == true then
  1192. LP.Character.Humanoid.WalkSpeed = LP.Character.Humanoid.WalkSpeed + 30
  1193. else
  1194. if string.byte(key) == 48 and _G.sprinttoggle == false then
  1195. LP.Character.Humanoid.WalkSpeed = 25
  1196. end
  1197. end
  1198. end)
  1199.  
  1200. mouse.KeyUp:connect(function(key)
  1201. key = string.lower(key)
  1202. if string.byte(key) == 48 and _G.sprinttoggle == true then
  1203. LP.Character.Humanoid.WalkSpeed = LP.Character.Humanoid.WalkSpeed - 30
  1204. else
  1205. if string.byte(key) == 48 and _G.sprinttoggle == false then
  1206. LP.Character.Humanoid.WalkSpeed = 16
  1207. end
  1208. end
  1209. end)
  1210. _G.mute = false
  1211. LP.Chatted:Connect(function(msg)
  1212. if msg == "/mute" and _G.mute == false then
  1213. _G.mute = true
  1214. for _,a in pairs(P:GetPlayers()) do
  1215. if a.Name == LP.Name then
  1216. print("nah")
  1217. else
  1218. for _,b in pairs(a.Character:GetChildren()) do
  1219. if b.Name == "Torso" then
  1220. for _,c in pairs(b:GetChildren()) do
  1221. if c.Name == "Song" then
  1222. c.MaxDistance = 0
  1223. end
  1224. end
  1225. end
  1226. end
  1227. end
  1228. end
  1229. else
  1230. if msg == "/unmute" and _G.mute == true then
  1231. _G.mute = false
  1232. for _,a in pairs(P:GetPlayers()) do
  1233. if a.Name == LP.Name then
  1234. print("nah")
  1235. else
  1236. for _,b in pairs(a.Character:GetChildren()) do
  1237. if b.Name == "Torso" then
  1238. for _,c in pairs(b:GetChildren()) do
  1239. if c.Name == "Song" then
  1240. c.MaxDistance = 100
  1241. end
  1242. end
  1243. end
  1244. end
  1245. end
  1246. end
  1247. end
  1248. end
  1249. end)
  1250.  
  1251. P.ChildAdded:connect(function(epic)
  1252. epic.CharacterAdded:Connect(function(mhm)
  1253. if _G.mute == true then
  1254. mhm:WaitForChild("Torso")
  1255. local torso = mhm:FindFirstChild("Torso")
  1256. if torso then
  1257. torso:WaitForChild("Song")
  1258. for _,a in pairs(torso:GetChildren()) do
  1259. if a:IsA("Sound") and a.Name == "Song" then
  1260. a.MaxDistance = 0
  1261. end
  1262. end
  1263. end
  1264. end
  1265. end)
  1266. end)
  1267.  
  1268. _G.bfg = false
  1269. _G.triggerbot = false
  1270.  
  1271. function pew(name)
  1272. for _,a in next, LP.Backpack:GetChildren() do if a:IsA("Tool") and a.Name == "Glock" or a.Name == "Shotty" then a.Parent = LP.Character end end
  1273. for _,a in next, LP.Character:GetChildren() do if a:IsA("Tool") and a.Name == "Glock" or a.Name == "Shotty" then a.Fire:FireServer(workspace[name].HumanoidRootPart.CFrame) end end
  1274. end
  1275.  
  1276. LP.Character:WaitForChild("Humanoid").ChildAdded:connect(function(epic)
  1277. if epic.Name == "creator" and _G.triggerbot == true then
  1278. local creator = epic:clone()
  1279. creator.Parent = epic.Parent
  1280. name = tostring(creator.Value.Name)
  1281. creator:Destroy()
  1282. repeat
  1283. if LP.Character.Humanoid.Health > 0 and not LP.Character:FindFirstChild("KO") and not workspace[name]:FindFirstChild("KO") and workspace[name].Humanoid.Health > 0 and _G.triggerbot == true then
  1284. LP.Character.HumanoidRootPart.CFrame = workspace[name].HumanoidRootPart.CFrame + Vector3.new(13,0,-3)
  1285. pew(name)
  1286. wait()
  1287. if LP.Character.Humanoid.Health > 0 and not LP.Character:FindFirstChild("KO") and not workspace[name]:FindFirstChild("KO") and workspace[name].Humanoid.Health > 0 and _G.triggerbot == true then
  1288. LP.Character.HumanoidRootPart.CFrame = workspace[name].HumanoidRootPart.CFrame + Vector3.new(4,0,-2)
  1289. pew(name)
  1290. wait()
  1291. if LP.Character.Humanoid.Health > 0 and not LP.Character:FindFirstChild("KO") and not workspace[name]:FindFirstChild("KO") and workspace[name].Humanoid.Health > 0 and _G.triggerbot == true then
  1292. LP.Character.HumanoidRootPart.CFrame = workspace[name].HumanoidRootPart.CFrame + Vector3.new(-4,0,2)
  1293. pew(name)
  1294. wait()
  1295. if LP.Character.Humanoid.Health > 0 and not LP.Character:FindFirstChild("KO") and not workspace[name]:FindFirstChild("KO") and workspace[name].Humanoid.Health > 0 and _G.triggerbot == true then
  1296. LP.Character.HumanoidRootPart.CFrame = workspace[name].HumanoidRootPart.CFrame + Vector3.new(6,0,3)
  1297. pew(name)
  1298. wait()
  1299. if LP.Character.Humanoid.Health > 0 and not LP.Character:FindFirstChild("KO") and not workspace[name]:FindFirstChild("KO") and workspace[name].Humanoid.Health > 0 and _G.triggerbot == true then
  1300. LP.Character.HumanoidRootPart.CFrame = workspace[name].HumanoidRootPart.CFrame + Vector3.new(-6,0,-6)
  1301. pew(name)
  1302. wait()
  1303. if LP.Character.Humanoid.Health > 0 and not LP.Character:FindFirstChild("KO") and not workspace[name]:FindFirstChild("KO") and workspace[name].Humanoid.Health > 0 and _G.triggerbot == true then
  1304. LP.Character.HumanoidRootPart.CFrame = workspace[name].HumanoidRootPart.CFrame + Vector3.new(-4,0,-2)
  1305. pew(name)
  1306. wait()
  1307. if LP.Character.Humanoid.Health > 0 and not LP.Character:FindFirstChild("KO") and not workspace[name]:FindFirstChild("KO") and workspace[name].Humanoid.Health > 0 and _G.triggerbot == true then
  1308. LP.Character.HumanoidRootPart.CFrame = workspace[name].HumanoidRootPart.CFrame + Vector3.new(8,0,-2)
  1309. pew(name)
  1310. wait()
  1311. if LP.Character.Humanoid.Health > 0 and not LP.Character:FindFirstChild("KO") and not workspace[name]:FindFirstChild("KO") and workspace[name].Humanoid.Health > 0 and _G.triggerbot == true then
  1312. LP.Character.HumanoidRootPart.CFrame = workspace[name].HumanoidRootPart.CFrame + Vector3.new(-6,0,-3)
  1313. pew(name)
  1314. wait()
  1315. end
  1316. end
  1317. end
  1318. end
  1319. end
  1320. end
  1321. end
  1322. end
  1323. until LP.Character.Humanoid.Health == 0 or LP.Character:FindFirstChild("KO") or workspace[name]:FindFirstChild("KO") or workspace[name].Humanoid.Health == 0 or _G.triggerbot == false
  1324. end
  1325. end)
  1326.  
  1327. LP.CharacterAdded:connect(function(charr)
  1328. charr:WaitForChild("Humanoid").ChildAdded:connect(function(epic)
  1329. if epic.Name == "creator" and _G.triggerbot == true then
  1330. local creator = epic:clone()
  1331. creator.Parent = epic.Parent
  1332. name = tostring(creator.Value.Name)
  1333. creator:Destroy()
  1334. repeat
  1335. if LP.Character.Humanoid.Health > 0 and not LP.Character:FindFirstChild("KO") and not workspace[name]:FindFirstChild("KO") and workspace[name].Humanoid.Health > 0 and _G.triggerbot == true then
  1336. LP.Character.HumanoidRootPart.CFrame = workspace[name].HumanoidRootPart.CFrame + Vector3.new(13,0,-3)
  1337. pew(name)
  1338. wait()
  1339. if LP.Character.Humanoid.Health > 0 and not LP.Character:FindFirstChild("KO") and not workspace[name]:FindFirstChild("KO") and workspace[name].Humanoid.Health > 0 and _G.triggerbot == true then
  1340. LP.Character.HumanoidRootPart.CFrame = workspace[name].HumanoidRootPart.CFrame + Vector3.new(4,0,-2)
  1341. pew(name)
  1342. wait()
  1343. if LP.Character.Humanoid.Health > 0 and not LP.Character:FindFirstChild("KO") and not workspace[name]:FindFirstChild("KO") and workspace[name].Humanoid.Health > 0 and _G.triggerbot == true then
  1344. LP.Character.HumanoidRootPart.CFrame = workspace[name].HumanoidRootPart.CFrame + Vector3.new(-4,0,2)
  1345. pew(name)
  1346. wait()
  1347. if LP.Character.Humanoid.Health > 0 and not LP.Character:FindFirstChild("KO") and not workspace[name]:FindFirstChild("KO") and workspace[name].Humanoid.Health > 0 and _G.triggerbot == true then
  1348. LP.Character.HumanoidRootPart.CFrame = workspace[name].HumanoidRootPart.CFrame + Vector3.new(6,0,3)
  1349. pew(name)
  1350. wait()
  1351. if LP.Character.Humanoid.Health > 0 and not LP.Character:FindFirstChild("KO") and not workspace[name]:FindFirstChild("KO") and workspace[name].Humanoid.Health > 0 and _G.triggerbot == true then
  1352. LP.Character.HumanoidRootPart.CFrame = workspace[name].HumanoidRootPart.CFrame + Vector3.new(-6,0,-6)
  1353. pew(name)
  1354. wait()
  1355. if LP.Character.Humanoid.Health > 0 and not LP.Character:FindFirstChild("KO") and not workspace[name]:FindFirstChild("KO") and workspace[name].Humanoid.Health > 0 and _G.triggerbot == true then
  1356. LP.Character.HumanoidRootPart.CFrame = workspace[name].HumanoidRootPart.CFrame + Vector3.new(-4,0,-2)
  1357. pew(name)
  1358. wait()
  1359. if LP.Character.Humanoid.Health > 0 and not LP.Character:FindFirstChild("KO") and not workspace[name]:FindFirstChild("KO") and workspace[name].Humanoid.Health > 0 and _G.triggerbot == true then
  1360. LP.Character.HumanoidRootPart.CFrame = workspace[name].HumanoidRootPart.CFrame + Vector3.new(8,0,-2)
  1361. pew(name)
  1362. wait()
  1363. if LP.Character.Humanoid.Health > 0 and not LP.Character:FindFirstChild("KO") and not workspace[name]:FindFirstChild("KO") and workspace[name].Humanoid.Health > 0 and _G.triggerbot == true then
  1364. LP.Character.HumanoidRootPart.CFrame = workspace[name].HumanoidRootPart.CFrame + Vector3.new(-6,0,-3)
  1365. pew(name)
  1366. wait()
  1367. end
  1368. end
  1369. end
  1370. end
  1371. end
  1372. end
  1373. end
  1374. end
  1375. until LP.Character.Humanoid.Health == 0 or LP.Character:FindFirstChild("KO") or workspace[name]:FindFirstChild("KO") or workspace[name].Humanoid.Health == 0 or _G.triggerbot == false
  1376. end
  1377. end)
  1378. game:GetService("StarterGui"):SetCore("ResetButtonCallback", true)
  1379. charr.ChildAdded:connect(function(gay)
  1380. if _G.bfg == true then
  1381. if gay:IsA("Tool") and gay.Name == "Glock" or gay.Name == "Shotty" or gay.Name == "Uzi" then
  1382. for _,a in pairs(LP.Backpack:GetChildren()) do
  1383. if a:IsA("Tool") and a.Name == "Glock" or a.Name == "Shotty" or a.Name == "Uzi" then
  1384. a.Parent = LP.Character
  1385. end
  1386. end
  1387. end
  1388. end
  1389. end)
  1390. end)
  1391.  
  1392. LP.Character.ChildAdded:connect(function(gay)
  1393. if _G.bfg == true then
  1394. if gay:IsA("Tool") and gay.Name == "Glock" or gay.Name == "Shotty" or gay.Name == "Uzi" then
  1395. for _,a in pairs(LP.Backpack:GetChildren()) do
  1396. if a:IsA("Tool") and a.Name == "Glock" or a.Name == "Shotty" or a.Name == "Uzi" then
  1397. a.Parent = LP.Character
  1398. end
  1399. end
  1400. end
  1401. end
  1402. end)
  1403.  
  1404. _G.bfg = false
  1405.  
  1406. BFG.MouseButton1Click:connect(function()
  1407. if _G.bfg == false then
  1408. _G.bfg = true
  1409. BFGONOFF.BackgroundColor3 = Color3.new(0.0666667, 1, 0)
  1410. else
  1411. if _G.bfg == true then
  1412. _G.bfg = false
  1413. BFGONOFF.BackgroundColor3 = Color3.new(1, 0, 0)
  1414. end
  1415. end
  1416. end)
  1417.  
  1418. TriggerBot.MouseButton1Click:connect(function()
  1419. if _G.triggerbot == false then
  1420. _G.triggerbot = true
  1421. TRIGGERBOTONOFF.BackgroundColor3 = Color3.new(0.0666667, 1, 0)
  1422. else
  1423. if _G.triggerbot == true then
  1424. _G.triggerbot = false
  1425. TRIGGERBOTONOFF.BackgroundColor3 = Color3.new(1, 0, 0)
  1426. end
  1427. end
  1428. end)
  1429.  
  1430. GripPos.MouseButton1Click:connect(function()
  1431. GripPosHolder.Visible = true
  1432. SettingsHolder.Visible = false
  1433. end)
  1434.  
  1435. Settings.MouseButton1Click:connect(function()
  1436. GripPosHolder.Visible = false
  1437. SettingsHolder.Visible = true
  1438. end)
  1439.  
  1440. local CLOSECD = true
  1441. Close.MouseButton1Click:connect(function()
  1442. if CLOSECD == true then
  1443. CLOSECD = false
  1444. MainFrame:TweenSize(UDim2.new(0, 365, 0, 20), "Out", "Quad", 0.3, false)
  1445. Close.Text = '-'
  1446. SettingsHolder.Visible = false
  1447. GripPosHolder.Visible = false
  1448. Settings.Visible = false
  1449. NAHolder2.Visible = false
  1450. GripPos.Visible = false
  1451. NA2.Visible = false
  1452. else
  1453. if CLOSECD == false then
  1454. CLOSECD = true
  1455. MainFrame:TweenSize(UDim2.new(0, 365, 0, 300), "Out", "Quad", 0.3, false)
  1456. Close.Text = 'X'
  1457. Settings.Visible = true
  1458. NAHolder2.Visible = true
  1459. GripPos.Visible = true
  1460. NA2.Visible = true
  1461. end
  1462. end
  1463. end)
  1464.  
  1465. HCircle.MouseButton1Down:connect(function()
  1466. for _,a in pairs(LP.Character:GetChildren()) do
  1467. if a:IsA("Tool") then
  1468. a.Parent = LP.Backpack
  1469. end
  1470. end
  1471. for e,a in pairs(LP.Backpack:GetChildren()) do
  1472. if a:IsA("Tool") and a.Name == "Shotty" or a.Name == "Glock" or a.Name == "Uzi" then
  1473. for _,z in pairs(a:GetChildren()) do
  1474. if z:IsA("Part") then
  1475. z.CanCollide = false
  1476. end
  1477. end
  1478. a.Grip = CFrame.Angles(0,e,0) + Vector3.new(HCircleValue.Text,0,0)
  1479. a.Parent = LP.Character
  1480. end
  1481. end
  1482. end)
  1483.  
  1484. Swastika.MouseButton1Down:connect(function()
  1485. guns = {}
  1486. _G.bfg = false
  1487. for _,a in pairs(LP.Character:GetChildren()) do
  1488. if a:IsA("Tool") then
  1489. a.Parent = LP.Backpack
  1490. end
  1491. end
  1492. for i,z in next, LP.Backpack:GetChildren() do
  1493. if z:IsA("Tool") and z.Name == "Shotty" then
  1494. table.insert(guns,z)
  1495. end
  1496. end
  1497. for i,a in next, guns do
  1498. for _,z in pairs(a:GetChildren()) do
  1499. if z:IsA("Part") then
  1500. z.CanCollide = false
  1501. end
  1502. end
  1503. for i,a in next, guns do
  1504. a.Grip = CFrame.Angles(0,0,0) * CFrame.new(0,0,0)
  1505. if i == 2 then
  1506. a.Grip = CFrame.Angles(4.701,0,0) * CFrame.new(0,2,3)
  1507. a.Parent = LP.Character
  1508. elseif i == 3 then
  1509. a.Grip = CFrame.Angles(-4.701,0,0) * CFrame.new(0,-2,2.2)
  1510. a.Parent = LP.Character
  1511. elseif i == 4 then
  1512. a.Grip = CFrame.Angles(0,4.701,0) * CFrame.new(1,-3,2.6)
  1513. a.Parent = LP.Character
  1514. elseif i == 5 then
  1515. a.Grip = CFrame.Angles(0,-4.701,0) * CFrame.new(-0.8,3.5,2.6)
  1516. a.Parent = LP.Character
  1517. elseif i == 6 then
  1518. a.Grip = CFrame.Angles(0,4.701,0) * CFrame.new(-2.7,0.3,2.6)
  1519. a.Parent = LP.Character
  1520. elseif i == 7 then
  1521. a.Grip = CFrame.Angles(4.701,0,0) * CFrame.new(-3.5,-1.5,3)
  1522. a.Parent = LP.Character
  1523. elseif i == 8 then
  1524. a.Grip = CFrame.Angles(0,-4.701,0) * CFrame.new(2.8,0.3,2.6)
  1525. a.Parent = LP.Character
  1526. elseif i == 9 then
  1527. a.Grip = CFrame.Angles(-4.701,0,0) * CFrame.new(3.5,1,2.2)
  1528. a.Parent = LP.Character
  1529. else
  1530. a.Parent = LP.Character
  1531. end
  1532. _G.bfg = true
  1533. end
  1534. end
  1535. end)
  1536.  
  1537. Spiral.MouseButton1Down:connect(function()
  1538. for _,a in pairs(LP.Character:GetChildren()) do
  1539. if a:IsA("Tool") then
  1540. a.Parent = LP.Backpack
  1541. end
  1542. end
  1543. for i,a in pairs(LP.Backpack:GetChildren()) do
  1544. if a.Name == "Shotty" or a.Name == "Glock" or a.Name == "Uzi" then
  1545. a.Grip = CFrame.Angles(0,i+i+i,0) + Vector3.new(-i/2.5,-1,2)
  1546. a.Parent = LP.Character
  1547. for _,z in pairs(a:GetChildren()) do
  1548. if z:IsA("Part") then
  1549. z.CanCollide = false
  1550. end
  1551. end
  1552. end
  1553. end
  1554. end)
  1555.  
  1556.  
  1557. Tornado.MouseButton1Click:Connect(function()
  1558. for _,a in pairs(LP.Character:GetChildren()) do
  1559. if a:IsA("Tool") then
  1560. a.Parent = LP.Backpack
  1561. end
  1562. end
  1563. for i,a in pairs(LP.Backpack:GetChildren()) do
  1564. if a.Name == "Shotty" or a.Name == "Glock" or a.Name == "Uzi" then
  1565. a.Grip = CFrame.Angles(0,i+i+i+i+i+i+i+i+i+i+i+i+i+i+i+i,0) + Vector3.new(-i/5,-i/5,0)
  1566. a.Parent = LP.Character
  1567. for _,z in pairs(a:GetChildren()) do
  1568. if z:IsA("Part") then
  1569. z.CanCollide = false
  1570. end
  1571. end
  1572. end
  1573. end
  1574. end)
  1575.  
  1576.  
  1577. _G.minigun = false
  1578.  
  1579. VCircle.MouseButton1Down:connect(function()
  1580. _G.VCircle = true
  1581. for _,a in pairs(LP.Character:GetChildren()) do
  1582. if a:IsA("Tool") then
  1583. a.Parent = LP.Backpack
  1584. end
  1585. end
  1586. for e,a in pairs(LP.Backpack:GetChildren()) do
  1587. if a:IsA("Tool") and a.Name == "Shotty" or a.Name == "Glock" or a.Name == "Uzi" then
  1588. for _,z in pairs(a:GetChildren()) do
  1589. if z:IsA("Part") then
  1590. z.CanCollide = false
  1591. end
  1592. end
  1593. a.Grip = CFrame.Angles(0,0,e) + Vector3.new(0,VCircleValue.Text,0)
  1594. a.Parent = LP.Character
  1595. end
  1596. end
  1597. end)
  1598.  
  1599.  
  1600.  
  1601. local megameme = 1
  1602. local smolmeme = 0
  1603. RunService.Heartbeat:Connect(function(step)
  1604. if smolmeme < megameme then
  1605. smolmeme = smolmeme + 1
  1606. local a
  1607. for b, c in pairs(getreg()) do
  1608. if type(c) == "function" and islclosure(c) then
  1609. local d = false
  1610. local e = false
  1611. for f, g in pairs(debug.getconstants(c)) do
  1612. if g == "Dragging" then
  1613. d = true
  1614. elseif g == "SetStateEnabled" then
  1615. e = true
  1616. end
  1617. end
  1618. if d and e then
  1619. a=c
  1620. end
  1621. end
  1622. end
  1623. if not a then
  1624. error("SIP Aurora: Failed to find function")
  1625. end
  1626. LocalPlayer = game:GetService("Players").LocalPlayer
  1627. Character = nil
  1628. Humanoid = nil
  1629. HumanoidRootPart = nil
  1630. LocalPlayer.CharacterAdded:connect(function(h)
  1631. Character = h
  1632. Humanoid = Character:WaitForChild("Humanoid")
  1633. HumanoidRootPart = Character:WaitForChild("HumanoidRootPart")
  1634. end)
  1635. if LocalPlayer.Character then
  1636. Character = LocalPlayer.Character
  1637. Humanoid = Character:WaitForChild("Humanoid")
  1638. HumanoidRootPart = Character:WaitForChild("HumanoidRootPart")
  1639. end
  1640. local i = debug.getconstants(a)[36]
  1641. local k = Enum.HumanoidStateType.StrafingNoPhysics
  1642. local l = game.Workspace
  1643. local m = getrawmetatable(game)
  1644. local n = m.__namecall
  1645. local o = m.__newindex
  1646. local p = table.remove
  1647. setreadonly(m, false)
  1648. m.__namecall = newcclosure(function(q, ...)
  1649. if checkcaller() then
  1650. return n(q, ...)
  1651. end
  1652. local r = {...}
  1653. local s = p(r)
  1654. if q == Character and s == "BreakJoints" then
  1655. return
  1656. end
  1657. if q == Humanoid and s == "SetStateEnabled" and r[1] == k then
  1658. return
  1659. end
  1660. return n(q,...)
  1661. end)
  1662. m.__newindex = newcclosure(function(q, t, c)
  1663. if checkcaller() then
  1664. return o(q, t, c)
  1665. end
  1666. if q == Humanoid then
  1667. if t == "Health" then
  1668. return
  1669. end
  1670. if t == "WalkSpeed" then
  1671. return
  1672. end
  1673. if t == "JumpPower" then
  1674. return
  1675. end
  1676. end
  1677. if q == HumanoidRootPart then
  1678. if t == "CFrame" then
  1679. return
  1680. end
  1681. end
  1682. if q == l and t == "Gravity" then
  1683. return
  1684. end
  1685. return o(q, t, c)
  1686. end)
  1687. end
  1688. end)
  1689.  
  1690. local yahstuff = 1
  1691. local epiclul = 0
  1692. RunService.Heartbeat:Connect(function(step)
  1693. if epiclul < yahstuff then
  1694. epiclul = epiclul + 1
  1695. for _,a in pairs(P:GetChildren()) do
  1696. P.PlayerAdded:connect(function(ree)
  1697. for i=1,math.huge do
  1698. ree.NameDisplayDistance = 100000
  1699. ree.HealthDisplayDistance = 100000
  1700. wait(1)
  1701. ree.NameDisplayDistance = 1000000
  1702. ree.HealthDisplayDistance = 1000000
  1703. wait(1)
  1704. end
  1705. end)
  1706. for i=1,math.huge do
  1707. a.NameDisplayDistance = 100000
  1708. a.HealthDisplayDistance = 100000
  1709. wait(1)
  1710. a.NameDisplayDistance = 1000000
  1711. a.HealthDisplayDistance = 1000000
  1712. wait(1)
  1713. end
  1714. end
  1715. end
  1716. end)
  1717.  
  1718. for i=1,math.huge do
  1719. TitleName.Text = "D"
  1720. wait()
  1721. TitleName.Text = "Dr"
  1722. wait()
  1723. TitleName.Text = "DrP"
  1724. wait()
  1725. TitleName.Text = "DrPo"
  1726. wait()
  1727. TitleName.Text = "DrPop"
  1728. wait()
  1729. TitleName.Text = "DrPopp"
  1730. wait()
  1731. TitleName.Text = "DrPoppa"
  1732. wait()
  1733. TitleName.Text = "DrPoppa G"
  1734. wait()
  1735. TitleName.Text = "DrPoppa GUI"
  1736. wait(5)
  1737. TitleName.Text = "DrPoppa GU"
  1738. wait()
  1739. TitleName.Text = "DrPoppa G"
  1740. wait()
  1741. TitleName.Text = "DrPoppa"
  1742. wait()
  1743. TitleName.Text = "DrPopp"
  1744. wait()
  1745. TitleName.Text = "DrPop"
  1746. wait()
  1747. TitleName.Text = "DrPo"
  1748. wait()
  1749. TitleName.Text = "DrP"
  1750. wait()
  1751. TitleName.Text = "Dr"
  1752. wait()
  1753. TitleName.Text = "D"
  1754. wait()
  1755. TitleName.Text = "T"
  1756. wait()
  1757. TitleName.Text = "Ty"
  1758. wait()
  1759. TitleName.Text = "Typ"
  1760. wait()
  1761. TitleName.Text = "Type"
  1762. wait()
  1763. TitleName.Text = "Type c"
  1764. wait()
  1765. TitleName.Text = "Type c"
  1766. wait()
  1767. TitleName.Text = "Type cm"
  1768. wait()
  1769. TitleName.Text = "Type cmd"
  1770. wait()
  1771. TitleName.Text = "Type cmds"
  1772. wait()
  1773. TitleName.Text = "Type cmds f"
  1774. wait()
  1775. TitleName.Text = "Type cmds fo"
  1776. wait()
  1777. TitleName.Text = "Type cmds for"
  1778. wait()
  1779. TitleName.Text = "Type cmds for c"
  1780. wait()
  1781. TitleName.Text = "Type cmds for co"
  1782. wait()
  1783. TitleName.Text = "Type cmds for comm"
  1784. wait()
  1785. TitleName.Text = "Type cmds for comma"
  1786. wait()
  1787. TitleName.Text = "Type cmds for comman"
  1788. wait()
  1789. TitleName.Text = "Type cmds for command"
  1790. wait()
  1791. TitleName.Text = "Type cmds for commands"
  1792. wait(5)
  1793. TitleName.Text = "Type cmds for command"
  1794. wait()
  1795. TitleName.Text = "Type cmds for comman"
  1796. wait()
  1797. TitleName.Text = "Type cmds for comma"
  1798. wait()
  1799. TitleName.Text = "Type cmds for comm"
  1800. wait()
  1801. TitleName.Text = "Type cmds for com"
  1802. wait()
  1803. TitleName.Text = "Type cmds for co"
  1804. wait()
  1805. TitleName.Text = "Type cmds for c"
  1806. wait()
  1807. TitleName.Text = "Type cmds for"
  1808. wait()
  1809. TitleName.Text = "Type cmds fo"
  1810. wait()
  1811. TitleName.Text = "Type cmds f"
  1812. wait()
  1813. TitleName.Text = "Type cmds"
  1814. wait()
  1815. TitleName.Text = "Type cmd"
  1816. wait()
  1817. TitleName.Text = "Type cm"
  1818. wait()
  1819. TitleName.Text = "Type c"
  1820. wait()
  1821. TitleName.Text = "Typ"
  1822. wait()
  1823. TitleName.Text = "Ty"
  1824. wait()
  1825. TitleName.Text = "T"
  1826. wait()
  1827. TitleName.Text = "C"
  1828. wait()
  1829. TitleName.Text = "Co"
  1830. wait()
  1831. TitleName.Text = "Com"
  1832. wait()
  1833. TitleName.Text = "Comm"
  1834. wait()
  1835. TitleName.Text = "Comma"
  1836. wait()
  1837. TitleName.Text = "Comman"
  1838. wait()
  1839. TitleName.Text = "Command"
  1840. wait()
  1841. TitleName.Text = "Command b"
  1842. wait()
  1843. TitleName.Text = "Command ba"
  1844. wait()
  1845. TitleName.Text = "Command bar"
  1846. wait()
  1847. TitleName.Text = "Command bar p"
  1848. wait()
  1849. TitleName.Text = "Command bar pr"
  1850. wait()
  1851. TitleName.Text = "Command bar pre"
  1852. wait()
  1853. TitleName.Text = "Command bar pref"
  1854. wait()
  1855. TitleName.Text = "Command bar prefi"
  1856. wait()
  1857. TitleName.Text = "Command bar prefix"
  1858. wait()
  1859. TitleName.Text = "Command bar prefix i"
  1860. wait()
  1861. TitleName.Text = "Command bar prefix is"
  1862. wait()
  1863. TitleName.Text = "Command bar prefix is '"
  1864. wait(5)
  1865. TitleName.Text = "Command bar prefix is"
  1866. wait()
  1867. TitleName.Text = "Command bar prefix i"
  1868. wait()
  1869. TitleName.Text = "Command bar prefix"
  1870. wait()
  1871. TitleName.Text = "Command bar prefi"
  1872. wait()
  1873. TitleName.Text = "Command bar pref"
  1874. wait()
  1875. TitleName.Text = "Command bar pre"
  1876. wait()
  1877. TitleName.Text = "Command bar pre"
  1878. wait()
  1879. TitleName.Text = "Command bar pr"
  1880. wait()
  1881. TitleName.Text = "Command bar p"
  1882. wait()
  1883. TitleName.Text = "Command bar"
  1884. wait()
  1885. TitleName.Text = "Command ba"
  1886. wait()
  1887. TitleName.Text = "Command b"
  1888. wait()
  1889. TitleName.Text = "Command"
  1890. wait()
  1891. TitleName.Text = "Comman"
  1892. wait()
  1893. TitleName.Text = "Comma"
  1894. wait()
  1895. TitleName.Text = "Comm"
  1896. wait()
  1897. TitleName.Text = "Com"
  1898. wait()
  1899. TitleName.Text = "Co"
  1900. wait()
  1901. TitleName.Text = "C"
  1902. wait()
  1903. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement