DARKMODZ

test

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