Advertisement
marcelslibrary

hahaaa

Jul 29th, 2019
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 56.32 KB | None | 0 0
  1. local r = game:GetService("RunService")
  2. local Players = game:GetService("Players") or game.Players
  3. local Workspace = game:GetService("Workspace") or workspace or game.workspace
  4. local Lighting = game:GetService("Lighting") or game.Lighting
  5. local http = game:GetService("HttpService")
  6. local user = game:GetService("UserInputService")
  7. local RS = game:GetService("ReplicatedStorage") or game.ReplicatedStorage
  8. local TS = game:GetService("TweenService")
  9. local CG = game:GetService("CoreGui")
  10. local Teams = game:GetService("Teams") or game.Teams
  11. local Camera = Workspace.CurrentCamera or Workspace:FindFirstChild("Camera")
  12. local RandomStr = http:GenerateGUID(false)
  13. local h = "https://pastebin.com/raw/sZ8DGUKB"
  14. local GameFor = {a = "606849621"}
  15.  
  16. local client = Players.LocalPlayer
  17. local PG = client.PlayerGui or client:FindFirstChild("PlayerGui")
  18. local BP = client.Backpack or client:FindFirstChild("Backpack")
  19. local PS = client.PlayerScripts or client:FindFirstChild("PlayerScripts")
  20. local Mouse = client:GetMouse()
  21. local Character = client:FindFirstChild("Character") or client.Character
  22.  
  23.  
  24. local default_colors = {
  25. Purple = Color3.fromRGB(85, 0, 255),
  26. Pink = Color3.fromRGB(170, 0, 127),
  27. Grey = Color3.fromRGB(56, 56, 56),
  28. }
  29.  
  30. local getupval = debug.getupvalue or getupvalue
  31. local getupvals = debug.getupvalues or getupvalues or secret953
  32. local getreg = debug.getregistry or getregistry or getreg
  33. local setupval = debug.setupvalue or setupvalue or secret500
  34. local getlocal = debug.getlocal or getlocal or secret234
  35. local getlocals = debug.getlocals or getlocals
  36. local setlocal = debug.setlocal or setlocal
  37. local gmt = getrawmetatable(game)
  38. local setread = make_writeable or setreadonly
  39. local touch = firetouchinterest
  40. local click = fireclickdetector
  41. local Copy = setclipboard or clipboard.set or copystring
  42.  
  43. if getupval == nil or getupvals == nil or getreg == nil or setupval == nil or getlocal == nil or getlocals == nil or setlocal == nil or gmt == nil or setread == nil or Copy == nil then
  44. if syn == nil then
  45. client:Kick("[ERROR] Exploit not supported.")
  46. else
  47. client:Kick("[ERORR] Exploit supported but no debug library etc?")
  48. end
  49. end
  50.  
  51. if game.PlaceId ~= tonumber(GameFor.a) then
  52. client:Kick("[ERROR]: GAMEID: "..tonumber(GameFor.a).." ~= "..game.PlaceId)
  53. end
  54.  
  55. local MainUI = loadstring(game:HttpGet("https://pastebin.com/raw/mc44QVLW", true))()
  56. local boxesp_shit = { }
  57. local chams_shit = { }
  58. local fullbright_shit = { }
  59. local esp_shit = { }
  60. local esp_crate_shit = { }
  61. local chams_crate_shit = { }
  62. local main = {
  63. strings = {},
  64. otherstuff = {},
  65. funcs = {},
  66. scripts = {},
  67. }
  68. local loops = { }
  69. local weapon = { }
  70. local z = { }
  71. local functions = { }
  72. local backups = { }
  73.  
  74. do --functions
  75.  
  76. function functions:GetEnemies()
  77. local x = {}
  78. for i,v in pairs(Players:GetChildren()) do
  79. if v.Team ~= client.Team then
  80. table.insert(x,v)
  81. end
  82. end
  83. return x
  84. end
  85.  
  86. function functions:GetTeamColor(x)
  87. if client.Team == x.Team then
  88. return Color3.new(0, 1, 0)
  89. end;
  90. if tostring(client.Team) == "Prisoner" then
  91. if tostring(x.Team) == "Police" then
  92. return Color3.new(1, 0, 0)
  93. else
  94. return Color3.new(0, 1, 0)
  95. end
  96. elseif tostring(client.Team) == "Criminal" then
  97. if tostring(x.Team) == "Police" then
  98. return Color3.new(1, 0, 0)
  99. else
  100. return Color3.new(0, 1, 0)
  101. end
  102. elseif tostring(client.Team) == "Police" then
  103. if tostring(x.Team) == "Criminal" then
  104. return Color3.new(1, 0, 0)
  105. else
  106. return Color3.new(1, 1, 0)
  107. end
  108. end;
  109. return Color3.new(1, 1, 1)
  110. end
  111.  
  112. function functions:CreateWarn(t)
  113. warn(string.rep("-",25))
  114. warn(t)
  115. end
  116.  
  117. function functions:GetPlayers()
  118. local x = {}
  119. for i,v in pairs(Workspace:GetChildren()) do
  120. if v:FindFirstChild("HumanoidRootPart") and v:FindFirstChild("Humanoid") then
  121. table.insert(x,v)
  122. end
  123. end
  124. return x
  125. end
  126.  
  127. function functions:CheckSyn()
  128. if syn == nil then
  129. return false
  130. else
  131. return true
  132. end
  133. end
  134.  
  135. function functions:GetSize(p)
  136. if p:isA ("BasePart") then
  137. return p.Size
  138. end
  139. if p:IsA ("MeshPart") then
  140. return p.Size
  141. end
  142. end
  143.  
  144. function functions:WarnTable(t)
  145. for a,b in next, t do
  146. if type(b)=="table" then
  147. functions:CreateWarn("[TABLE] "..tostring(a))
  148. functions:WarnTable(b)
  149. end
  150. functions:CreateWarn("[VALUE] "..a,b)
  151. end
  152. end
  153.  
  154. function functions:GetReplicatedScripts()
  155. local x = {}
  156. for i,v in pairs(RS:GetDescendants()) do
  157. if v:isA("LocalScript") or v:isA("ModuleScript") then
  158. table.insert(x,v)
  159. end
  160. end
  161. return x
  162. end
  163.  
  164. function functions:CreateBox(n,c,s,p,a,en,t)
  165. local Box = Instance.new("BoxHandleAdornment",p)
  166. Box.Adornee = a
  167. Box.Color3 = c
  168. Box.Visible = en
  169. Box.AlwaysOnTop = true
  170. Box.ZIndex = 5
  171. Box.Size = s
  172. Box.Transparency = t
  173. Box.Name = n
  174. end
  175.  
  176. function functions:CreateFolder(n,p)
  177. local x = n or "Folder"
  178. local Folder = Instance.new("Folder",p)
  179. Folder.Name = x
  180. return Folder
  181. end
  182.  
  183. function functions:HideModel(m,t,tr,tg)
  184. if tg == true then
  185. for i,v in pairs(m:GetDescendants()) do
  186. if v:isA("BasePart") or v:isA("Part") or v:isA("MeshPart") or v:isA("UnionOperation") then
  187. if not t[v] then
  188. if v:isA("UnionOperation") then
  189. t[v] = {transparency = v.Transparency, color = v.Color, partcolor = v.UsePartColor}
  190. else
  191. t[v] = {transparency = v.Transparency, color = v.Color}
  192. end
  193. end
  194. if v.Transparency < 0.6 then
  195. v.Transparency = tr
  196. end
  197. end
  198. end
  199. elseif tg == false then
  200. for i,v in pairs(m:GetDescendants()) do
  201. if t[v] then
  202. if v:isA("UnionOperation") then
  203. v.UsePartColor = t[v].partcolor
  204. v.Transparency = t[v].transparency
  205. v.Color = t[v].color
  206. elseif v:isA("BasePart") or v:isA("Part") or v:isA("MeshPart") then
  207. v.Transparency = t[v].transparency
  208. v.Color = t[v].color
  209. end
  210. end
  211. end
  212. end
  213. end
  214.  
  215. function functions:Draggable(t,f)
  216. if t == true then
  217. f.Active = true
  218. f.Draggable = true
  219. end
  220. if t== false then
  221. f.Active = false
  222. f.Draggable = false
  223. end
  224. end
  225.  
  226. function functions:RandomizeName(obj)
  227. if obj:isA("ScreenGui") or obj:isA("Model") then
  228. for i,v in pairs(obj:GetDescendants()) do
  229. v.Name = RandomStr
  230. end
  231. end
  232. if obj:isA("Part") or obj:isA("MeshPart") or obj:isA("UnionOperation") then
  233. obj.Name = RandomStr
  234. end
  235. end
  236.  
  237. function functions:FindWorkspaceObj(name,class)
  238. for i,v in pairs(Workspace:GetDescendants())do
  239. if v.Name == name and v:isA(class) then
  240. return v
  241. end
  242. end
  243. end
  244.  
  245. function functions:CreateBoxESP(ad,parent,size,tween,colorto,colorfrom,startcolor,enabled)
  246. local ESP = Instance.new("BillboardGui")
  247. local Frame = Instance.new("Frame")
  248. local Frame_2 = Instance.new("Frame")
  249. local Frame_3 = Instance.new("Frame")
  250. local Frame_4 = Instance.new("Frame")
  251. local Frame_5 = Instance.new("Frame")
  252. --Properties:
  253. ESP.Name = "BoxESP"
  254. ESP.Parent = parent
  255. ESP.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
  256. ESP.Active = true
  257. ESP.LightInfluence = 1
  258. ESP.Size = size
  259. ESP.AlwaysOnTop = true
  260. ESP.Adornee = ad
  261. ESP.Enabled = enabled
  262.  
  263. Frame.Parent = ESP
  264. Frame.BackgroundColor3 = Color3.new(1, 1, 1)
  265. Frame.BackgroundTransparency = 1
  266. Frame.BorderSizePixel = 0
  267. Frame.Size = UDim2.new(1, -2, 1, -2)
  268.  
  269. Frame_2.Parent = Frame
  270. Frame_2.BackgroundColor3 = startcolor
  271. Frame_2.BorderSizePixel = 0
  272. Frame_2.Size = UDim2.new(1, 0, 0, 1)
  273.  
  274. Frame_3.Parent = Frame
  275. Frame_3.BackgroundColor3 = startcolor
  276. Frame_3.BorderSizePixel = 0
  277. Frame_3.Position = UDim2.new(0, 0, 1, 0)
  278. Frame_3.Size = UDim2.new(1, 0, 0, 1)
  279.  
  280. Frame_4.Parent = Frame
  281. Frame_4.BackgroundColor3 = startcolor
  282. Frame_4.BorderSizePixel = 0
  283. Frame_4.Size = UDim2.new(0, 1, 1, 0)
  284.  
  285. Frame_5.Parent = Frame
  286. Frame_5.BackgroundColor3 = startcolor
  287. Frame_5.BorderSizePixel = 0
  288. Frame_5.Position = UDim2.new(1, 0, 0, 0)
  289. Frame_5.Size = UDim2.new(0, 1, 1, 0)
  290. if colorto ~= nil and colorfrom ~= nil then
  291. spawn(function()
  292. while wait(4) do
  293. if tween == true then
  294. local Info = TweenInfo.new(4,Enum.EasingStyle.Quad,Enum.EasingDirection.InOut)
  295. local Color1 = TS:Create(Frame_2,Info,{BackgroundColor3 = colorto})
  296. local Color2 = TS:Create(Frame_3,Info,{BackgroundColor3 = colorto})
  297. local Color3 = TS:Create(Frame_4,Info,{BackgroundColor3 = colorto})
  298. local Color4 = TS:Create(Frame_5,Info,{BackgroundColor3 = colorto})
  299. local Color5 = TS:Create(Frame_2,Info,{BackgroundColor3 = colorfrom})
  300. local Color6 = TS:Create(Frame_3,Info,{BackgroundColor3 = colorfrom})
  301. local Color7 = TS:Create(Frame_4,Info,{BackgroundColor3 = colorfrom})
  302. local Color8 = TS:Create(Frame_5,Info,{BackgroundColor3 = colorfrom})
  303. Color1:Play()
  304. Color2:Play()
  305. Color3:Play()
  306. Color4:Play()
  307. wait(4)
  308. Color5:Play()
  309. Color6:Play()
  310. Color7:Play()
  311. Color8:Play()
  312. end
  313. end
  314. end)
  315. end
  316. end
  317.  
  318. function functions:CreateDistNameESP(ad,pa,text,tween,dist,colorto,colorfrom,color,height,enabled)
  319. local BillboardGui = Instance.new("BillboardGui",pa)
  320. local TextLabel = Instance.new("TextLabel",BillboardGui)
  321. local Label = Instance.new("TextLabel",BillboardGui)
  322.  
  323. BillboardGui.Name = "NameESP"
  324. BillboardGui.Active = true
  325. BillboardGui.LightInfluence = 1
  326. BillboardGui.Size = UDim2.new(0, 200, 0, 50)
  327. BillboardGui.StudsOffset = Vector3.new(0, height, 0)
  328. BillboardGui.AlwaysOnTop = true
  329. BillboardGui.Adornee = ad
  330. BillboardGui.Enabled = enabled
  331.  
  332. TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
  333. TextLabel.BackgroundTransparency = 1
  334. TextLabel.Size = UDim2.new(0, 200, 0, 50)
  335. TextLabel.Font = Enum.Font.SourceSansBold
  336. TextLabel.Text = text
  337. TextLabel.TextColor3 = color
  338. TextLabel.TextSize = 14
  339.  
  340. if dist == true then
  341. Label.Name = "Dist"
  342. Label.BackgroundColor3 = Color3.new(1, 1, 1)
  343. Label.BackgroundTransparency = 1
  344. Label.Size = UDim2.new(0, 200, 0, 50)
  345. Label.Font = Enum.Font.SourceSansBold
  346. Label.Text = "[ERROR] Dist: = nil"
  347. Label.TextColor3 = color
  348. Label.TextSize = 14
  349. end
  350.  
  351. if colorfrom ~= nil and colorto ~= nil then
  352. spawn(function()
  353. while wait(3)do
  354. if tween == true then
  355. local Info = TweenInfo.new(3,Enum.EasingStyle.Quad,Enum.EasingDirection.InOut)
  356. local Colorto = TS:Create(TextLabel,Info,{BackgroundColor3 = colorto})
  357. local Colorfrom = TS:Create(TextLabel,Info,{BackgroundColor3 = colorfrom})
  358. Colorto:Play()
  359. wait(3)
  360. Colorfrom:Play()
  361. end
  362. end
  363. end)
  364. end
  365. end
  366.  
  367. function functions:deepcopy(y)
  368. local orig_type = type(y)
  369. local copy
  370. if orig_type == 'table' then
  371. copy = {}
  372. for orig_key, orig_value in next, y, nil do
  373. copy[functions:deepcopy(orig_key)] = functions:deepcopy(orig_value)
  374. end
  375. setmetatable(copy, functions:deepcopy(getmetatable(y)))
  376. else
  377. copy = y
  378. end
  379. return copy
  380. end
  381.  
  382. function functions:CreateLoop(name, func, waitt, canBeDestroyed, ...)
  383. if loops[name] ~= nil then return end
  384.  
  385. loops[name] = { }
  386. loops[name].Running = false
  387. loops[name].Destroy = false
  388. loops[name].CanBeDestroyed = canBeDestroyed
  389. loops[name].Loop = coroutine.create(function(...)
  390. while true do
  391. if loops[name].Running then
  392. func(...)
  393. end
  394.  
  395. if loops[name].Destroy then
  396. break
  397. end
  398.  
  399. if type(wait) == "userdata" then
  400. waitt:wait()
  401. else
  402. wait(waitt)
  403. end
  404. end
  405. end)
  406. end
  407.  
  408. function functions:LoopRunning(name)
  409. return loops[name].Running
  410. end
  411.  
  412. function functions:RunLoop(name, func, waitt, canBeDestroyed, ...)
  413. if loops[name] == nil then
  414. if func ~= nil then
  415. self:CreateLoop(name, func, waitt, canBeDestroyed, ...)
  416. end
  417. end
  418.  
  419. loops[name].Running = true
  420. local succ, out = coroutine.resume(loops[name].Loop)
  421. if not succ then
  422. warn("Loop: " .. tostring(name) .. " ERROR: " .. tostring(out))
  423. end
  424. end
  425.  
  426. function functions:StopLoop(name)
  427. if loops[name] == nil then return end
  428.  
  429. loops[name].Running = false
  430. end
  431.  
  432. function functions:DestroyLoop(name)
  433. if loops[name] == nil then return end
  434.  
  435. self:StopLoop(name)
  436. loops[name].Destroy = true
  437.  
  438. loops[name] = nil
  439. end
  440.  
  441. function functions:DestroyAllLoops()
  442. for i, v in next, loops do
  443. self:DestroyLoop(i)
  444. end
  445. end
  446.  
  447. function functions:giveitem(x)
  448. for i,v in pairs(Workspace.Givers:GetDescendants()) do
  449. if v:isA("StringValue") and v.Value == x then
  450. fireclickdetector(v.Parent.ClickDetector)
  451. end
  452. end
  453. end
  454.  
  455. end--functions
  456.  
  457. do--table
  458. z = {
  459. infammo = false,
  460. auto = false,
  461. recoil = false,
  462. spread = false,
  463. bulletspeed = false,
  464. rapid = false,
  465.  
  466. antiragdoll = false,
  467. god = false,
  468. autoheal = false,
  469. noclip = false,
  470. firetrail = false,
  471. hattrail = false,
  472. clicktp = false,
  473.  
  474. rainbow = false,
  475. roadjetski = false,
  476. infnitro = false,
  477. enginemulti = 1,
  478. brakemulti = 1,
  479. suspenmulti = 1,
  480. heliheight = 1,
  481. antidespawn = false,
  482. godveh = false,
  483.  
  484.  
  485.  
  486. antidetect = false,
  487. spamgates = false,
  488. instaction = false,
  489. autosmallstore = false,
  490.  
  491. killall = false,
  492. punchspam = false,
  493. triggerbot = false,
  494.  
  495. crateesp = false,
  496. cratechams = false,
  497. norain = false,
  498.  
  499.  
  500. args = {
  501.  
  502. fire = "dk30w864",
  503. rob = "lrkkfyc5",
  504. gun = "wwwlm6yl",
  505. heal = "k0ianpiq",
  506. paron = "jpy5k54g",
  507. paroff = "cjbxm2zh",
  508. car = "utjdvr92",
  509. museum = "cbvvhw8z",
  510. },
  511.  
  512. count = {
  513. rainbow = 0,
  514. },
  515. }
  516.  
  517. end--table
  518.  
  519. function main:Init()
  520.  
  521. repeat
  522. for i,v in pairs(functions:GetReplicatedScripts()) do
  523. if v.Name == "Museum" then
  524. if main.scripts.museum == nil then
  525. main.scripts.museum = v
  526. end
  527. elseif v.Name == "ItemSystem" then
  528. if main.scripts.itemconfig == nil then
  529. main.scripts.itemconfig = v
  530. end
  531. elseif v.Name == "TrainSystem" then
  532. if main.scripts.train == nil then
  533. main.scripts.train = v
  534. end
  535. elseif v.Name == "UI" then
  536. if main.scripts.ui == nil then
  537. main.scripts.ui = v
  538. end
  539.  
  540. end
  541. end
  542. if PS:FindFirstChild("LocalScript") then
  543. main.scripts.client = PS.LocalScript
  544. end
  545. r.RenderStepped:wait()
  546. until main.scripts.museum ~= nil and main.scripts.itemconfig ~= ni and main.scripts.client ~= nil
  547.  
  548. warn("Got Scripts")
  549. main.scripts.client = decompile(main.scripts.client)
  550. main.scripts.museum = decompile(main.scripts.museum)
  551. main.scripts.itemconfig = decompile(main.scripts.itemconfig)
  552. main.scripts.train = decompile(main.scripts.train)
  553.  
  554. main.strings.network = string.match(main.scripts.client, "(%w+):FireServer")
  555. main.strings.keyPress_func = string.match(main.scripts.client, "\"Punch\", (%w+),")
  556. main.strings.ui_table = string.match(main.scripts.client, "(%w+).UpdateUI")
  557. main.strings.item_functions = string.match(main.scripts.client, "local (%w+)\ndo\n%s+local function %w+%p+")
  558. main.strings.math_abs = string.match(main.scripts.client, "local %w+, (%w+), %w+, %w+ = math.floor, math.abs, math.log, math.max")
  559. main.strings.notify_table = string.match(main.scripts.client, "if %w+%pNitro %p+ %w+%pScalar%pNitroMax %p 25 then\n%s+(%w+)%p%w+%p+\n%s+Title = \"Rocket Fuel\",\n")
  560. main.strings.weapon_registry = string.match(main.scripts.client, "(%w+) = require%p%w+%pModule%pItemSystem%p+%w+, %w+, %pItemEquippedCallback")
  561. main.strings.velocity_func = string.match(main.scripts.client, "local (%w+), %w+, %w+\ndo\n%s+local %w+ = require%p%w+%pModule%pAlexRagdoll%p\n%s+%w+ = false")
  562. main.strings.heli_table = string.match(main.scripts.client, "(%w+) = require%p%w+%pModule%pHeli%p+%w+%p\n")
  563. main.strings.vehicle = string.match(main.scripts.client, "local (%w+) = {}\n%w+%pChassis = require%p%w+%pModule%pAlexChassis%p\n%w+%pChassis%pSetEvent%p%w+%p")
  564.  
  565. main.otherstuff.kick = string.match(main.scripts.client, "%w+%p\"(%w+)\", \"NoClip StrafingNoPhysics\", false%p\n")
  566. main.otherstuff.fire = string.match(main.scripts.client, "function (%w+)%p%w+, %p+\n%s+local (%w+) = %w+%p+\n%s+%w+%p%w+, %w+ and %w+%p%w+%p or %w+, %p+\n")
  567. main.otherstuff.walkspeedvar = string.match(main.scripts.client, "local (%w+) = %w+%pWalkSpeed\n%s+local %w+ = %w+%pHealth\n")
  568. main.otherstuff.keyupval = string.match(main.scripts.client, " - (%w+) < 0.5")
  569. main.otherstuff.notifyfunc = string.match(main.scripts.client, "if %w+%pNitro %p+ %w+%pScalar%pNitroMax %p 25 then\n%s+%w+%p(%w+)%p+\n%s+Title = \"Rocket Fuel\",\n")
  570.  
  571.  
  572. repeat
  573. local function xx()
  574. for i,v in pairs(main.strings) do
  575. if main.funcs[i] == nil then
  576. warn(i,"== nil")
  577. return false
  578. end
  579. end
  580. return true
  581. end
  582.  
  583. for i,v in pairs(getreg()) do
  584. if type(v) == "function" then
  585. local x = select(2, pcall(getupvals, v))
  586. if not x then return end
  587. for a,b in pairs(main.strings) do
  588. if x[b] and main.funcs[a] == nil then
  589. functions:CreateWarn("Got: "..a)
  590. if au ~= "fire_server" then
  591. main.funcs[a] = getupval(v, b)
  592. else
  593. main.funcs[a] = getupval(v, b)
  594. warn(v)
  595. end
  596. end
  597. end
  598. end
  599. end
  600. wait(1)
  601. until xx() == true
  602.  
  603. function functions:Console(x)
  604. main.funcs.notify_table[main.otherstuff.notifyfunc]({
  605. Title = "Aurora",
  606. Text = x
  607. })
  608. end
  609.  
  610.  
  611. function functions:Teleport(x,y,z)
  612. main.funcs.network:FireServer(z.args.paron)
  613. wait(0.5)
  614. client.Character.HumanoidRootPart.CFrame = CFrame.new(x,y,z)
  615. wait(0.5)
  616. main.funcs.network:FireServer(z.args.paroff)
  617. end
  618.  
  619. function functions:KillPlayer(name)
  620. for i = 1,20 do
  621. if Players:FindFirstChild(name) and name ~= client.Name then
  622. if Workspace[name]:FindFirstChild("HumanoidRootPart") then
  623. main.funcs.network:FireServer(z.args.fire,Workspace[name].HumanoidRootPart.Position)
  624. end
  625. end
  626. end
  627. end
  628.  
  629.  
  630. function functions:RobStores()
  631. for i,v in pairs(workspace.SmallStores:GetChildren()) do
  632. main.funcs.network:FireServer(z.args.rob,v)
  633. end
  634. end
  635.  
  636. function functions:MobileGarage(toggle)
  637. local old = gmt.__namecall
  638. local readonly = setreadonly or make_writeable
  639.  
  640. local MarketplaceService = game:GetService("MarketplaceService");
  641.  
  642. readonly(gmt, false);
  643.  
  644. gmt.__namecall = function(self, ...)
  645. local args = {...}
  646. local method = table.remove(args)
  647.  
  648. if (self == MarketplaceService and method:find("UserOwnsGamePassAsync")) then
  649. return toggle
  650. end
  651.  
  652. return old(self, ...)
  653. end
  654. end
  655.  
  656. do -- credits to the dude that made this
  657. local Functions = {}
  658. local script = game:GetService("Players").LocalPlayer.PlayerScripts.LocalScript
  659. for i, v in next, debug.getregistry() do
  660. if typeof(v) == "function" and getfenv(v).script == script then
  661. Functions[v] = debug.getupvalues(v)
  662. end
  663. end
  664. local Get = function(n)
  665. for i,v in next, Functions do
  666. if v[n] then
  667. return v[n], i
  668. end
  669. end
  670. end
  671. local Set = function(n, v)
  672. local o, f = Get(n)
  673. if f then
  674. debug.setupvalue(f, n, v)
  675. end
  676. return o
  677. end
  678. local All = (function()
  679. local t = {}
  680. for i,v in next, Functions do
  681. for k,l in next, v do
  682. t[k] = l
  683. end
  684. end
  685. return t
  686. end)()
  687. for i,v in next, All do
  688. if typeof(v) == "table" and v.LastVehicleExit then
  689. Set(i, setmetatable({}, {
  690. __index = function(self, index)
  691. if index == "Nitro" and z.infnitro then
  692. return 250
  693. elseif index == "LastVehicleExit" and z.antiragdoll then
  694. return tick()
  695. else
  696. return v[index]
  697. end
  698. end,
  699. __newindex = v
  700. }))
  701. break
  702. end
  703. end
  704.  
  705.  
  706. end--
  707.  
  708.  
  709. main.funcs.notify = main.funcs.notify_table[main.otherstuff.notifyfunc]
  710. main.funcs.enterveh = main.funcs.vehicle.Chassis.VehicleEnter
  711. main.funcs.enterhel = main.funcs.vehicle.Heli.VehicleEnter
  712. main.funcs.firee = getupval(main.funcs.network.FireServer, main.otherstuff.fire)
  713.  
  714. main.funcs.math_abs = function(...)
  715. local c2 = getupvals(2)
  716. if c2[main.otherstuff.walkspeedvar] then
  717. return 0
  718. end;
  719. return math.abs(...)
  720. end;
  721.  
  722. main.funcs.notify_table[main.otherstuff.notifyfunc] = function(x, ...)
  723. if string.sub(string.lower(x.Text), 1, 23) == "i don't have any money!" and z.autosmallstore then
  724. return
  725. end
  726. return main.funcs.notify(x,...)
  727. end
  728.  
  729. main.funcs.vehicle.Chassis.VehicleEnter = function(x)
  730. if x.Passenger == true then
  731. return main.funcs.enterveh(x)
  732. end
  733. x.TireHealth = z.godveh and math.huge or x.TireHealth
  734. x.DespawnTime = z.antidespawn and math.huge or x.DespawnTime
  735. if x.GarageEngineSpeed == 0 then x.GarageEngineSpeed = 1 end
  736. if x.GarageBrakes == 0 then x.GarageBrakes = 1 end
  737. if x.Height == 0 then x.Height = 1 end
  738.  
  739. x.GarageEngineSpeed = x.GarageEngineSpeed * z.enginemulti
  740. x.GarageBrakes = x.GarageBrakes * z.brakemulti
  741. x.Height = x.Height * z.suspenmulti
  742. return main.funcs.enterveh(x)
  743. end
  744.  
  745.  
  746. main.funcs.vehicle.Heli.VehicleEnter = function(x)
  747. x.MaxHeight = x.MaxHeight * z.heliheight
  748. return main.funcs.enterhel(x)
  749. end
  750.  
  751. setupval(main.funcs.network.FireServer, main.otherstuff.fire, newcclosure(function(x, ...)
  752. local y = {...}
  753.  
  754. if x == z.args.museum and z.antidetect then return end
  755. if x == main.otherstuff.kick then return end
  756.  
  757. return main.funcs.firee(x,...)
  758. end))
  759.  
  760.  
  761.  
  762.  
  763. do--loops
  764. functions:CreateLoop("Hat Trail",function()
  765. if z.hattrail and Workspace[client.Name] then
  766. functions:giveitem("HatPolice")
  767. for i,v in pairs(Workspace[client.Name]:GetChildren()) do
  768. if v:IsA("Accessory") then
  769. v.Parent = Workspace
  770. end
  771. end
  772. end
  773. end,0.1)
  774.  
  775. functions:CreateLoop("Fire Trail",function()
  776. if z.firetrail and Workspace[client.Name] then
  777. for i,v in pairs(Workspace[client.Name]:GetChildren()) do
  778. if v.Name == "HumanoidRootPart" then
  779. main.funcs.network:FireServer(z.args.fire,v.Position)
  780. end
  781. end
  782. end
  783. end,0.2)
  784.  
  785. functions:CreateLoop("No Rain",function()
  786. if z.norain then
  787. local x = Workspace:FindFirstChild("Rain")
  788. if x then
  789. x:Destroy()
  790. end
  791. end
  792. end,1)
  793.  
  794. functions:CreateLoop("Spam Punch",function()
  795. setupval(main.funcs.keyPress_func, main.otherstuff.keyupval, tick() - 999)
  796. main.funcs.keyPress_func({
  797. Name = "Punch"
  798. }, true)
  799. end,r.RenderStepped)
  800.  
  801. functions:CreateLoop("Auto Small Stores",function()
  802. functions:RobStores()
  803. end,5)
  804.  
  805.  
  806. functions:CreateLoop("Triggerbot",function()
  807. local x = Mouse.Target
  808. if x then
  809. local y = client.Parent:FindFirstChild(x.Parent.Name)
  810. if x.Parent and y~=nil and y~=LP then
  811. mouse1press() wait() mouse1release()
  812. end
  813. end
  814. end,r.Heartbeat)
  815.  
  816. functions:CreateLoop("Instant Action",function()
  817. if main.scripts.ui then
  818. local x = require(main.scripts.ui)
  819. for i,v in pairs(x.CircleAction.Specs) do
  820. v.Duration = 0;
  821. v.Timed = true;
  822. end
  823. end
  824. end,0.1)
  825.  
  826. functions:CreateLoop("Hide Parachute",function()
  827. local char = client.Character or client.CharacterAdded:wait()
  828. if char ~= nil then
  829. if char:FindFirstChild("Parachute") then
  830. char.Parachute:Destroy()
  831. end
  832. end
  833. end,r.RenderStepped)
  834. functions:RunLoop("Hide Parachute")
  835.  
  836. functions:CreateLoop("Infinite Health",function()
  837. main.funcs.network:FireServer(args.heal)
  838. end,0.1)
  839.  
  840.  
  841.  
  842. functions:CreateLoop("Spam Gates",function()
  843. for i,v in pairs(Workspace:GetChildren()) do
  844. if v.Name == "Button" then
  845. fireclickdetector(v.Click.ClickDetector)
  846. end
  847. end
  848. end,1)
  849.  
  850. functions:CreateLoop("Kill All",function()
  851. for i,v in pairs(Workspace:GetChildren()) do
  852. if v:FindFirstChild("HumanoidRootPart") then
  853. local x = Players:FindFirstChild(v.Name)
  854. if x and v.Name ~= client.Name then
  855. main.funcs.network:FireServer(z.args.fire,v.HumanoidRootPart.Position)
  856. end
  857. end
  858. end
  859. end,5)
  860.  
  861. functions:CreateLoop("Heal Low",function()
  862. local char = client.Character or client.CharacterAdded:wait()
  863. local hum = char:FindFirstChild("Humanoid") or char:WaitForChild("Humanoid")
  864. if char ~= nil and hum ~= nil then
  865. if um.Health <= 50 then
  866. main.funcs.network:FireServer(z.args.heal)
  867. end
  868. end
  869. end,1)
  870.  
  871. functions:CreateLoop("Rainbow Car",function()
  872. local x = {"Red","Orange","Yellow","Green","Blue","Purple","Pink","White"}
  873. z.count.rainbow = z.count.rainbow+1
  874. main.funcs.network:FireServer(z.args.car,"None","Texture")
  875. if z.count.rainbow <= #x then
  876. main.funcs.network:FireServer(z.args.car,x[z.count.rainbow],"BodyColor")
  877. else
  878. z.count.rainbow = 0
  879. end
  880. end,0.5)
  881.  
  882. functions:CreateLoop("No Clip",function()
  883. local char = client.Character or client.CharacterAdded:wait()
  884. if char then
  885. local h = char:FindFirstChildOfClass("Humanoid")
  886. if h then
  887. h:ChangeState(Enum.HumanoidStateType.StrafingNoPhysics)
  888. end
  889. end
  890. end,r.RenderStepped)
  891.  
  892.  
  893. end--loops
  894.  
  895.  
  896.  
  897. end--main
  898.  
  899. do--guns
  900.  
  901. function weapon:Backup()
  902. for i,v in pairs(getreg()) do
  903. if type(v) == "table" then
  904. if v.Pistol then
  905. weapon.Pistol = {}
  906. weapon.Pistol.ammo = v.Pistol.MagSize
  907. weapon.Pistol.firefreq = v.Pistol.FireFreq
  908. weapon.Pistol.bulletspeed = v.Pistol.BulletSpeed
  909. weapon.Pistol.recoil = v.Pistol.CamShakeMagnitude
  910. weapon.Pistol.auto = v.Pistol.FireAuto
  911. weapon.Pistol.spread = v.Pistol.BulletSpread
  912. end
  913. if v.Shotgun then
  914. weapon.Shotgun = {}
  915. weapon.Shotgun.ammo = v.Shotgun.MagSize
  916. weapon.Shotgun.firefreq = v.Shotgun.FireFreq
  917. weapon.Shotgun.bulletspeed = v.Shotgun.BulletSpeed
  918. weapon.Shotgun.recoil = v.Shotgun.CamShakeMagnitude
  919. weapon.Shotgun.auto = v.Shotgun.FireAuto
  920. weapon.Shotgun.spread = v.Shotgun.BulletSpread
  921. end
  922. if v.Rifle then
  923. weapon.Rifle = {}
  924. weapon.Rifle.ammo = v.Rifle.MagSize
  925. weapon.Rifle.firefreq = v.Rifle.FireFreq
  926. weapon.Rifle.bulletspeed = v.Rifle.BulletSpeed
  927. weapon.Rifle.recoil = v.Rifle.CamShakeMagnitude
  928. weapon.Rifle.auto = v.Rifle.FireAuto
  929. weapon.Rifle.spread = v.Rifle.BulletSpread
  930. end
  931. if v.AK47 then
  932. weapon.AK47 = {}
  933. weapon.AK47.ammo = v.AK47.MagSize
  934. weapon.AK47.firefreq = v.AK47.FireFreq
  935. weapon.AK47.bulletspeed = v.AK47.BulletSpeed
  936. weapon.AK47.recoil = v.AK47.CamShakeMagnitude
  937. weapon.AK47.auto = v.AK47.FireAuto
  938. weapon.AK47.spread = v.AK47.BulletSpread
  939. end
  940. if v.Uzi then
  941. weapon.Uzi = {}
  942. weapon.Uzi.ammo = v.Uzi.MagSize
  943. weapon.Uzi.firefreq = v.Uzi.FireFreq
  944. weapon.Uzi.bulletspeed = v.Uzi.BulletSpeed
  945. weapon.Uzi.recoil = v.Uzi.CamShakeMagnitude
  946. weapon.Uzi.auto = v.Uzi.FireAuto
  947. weapon.Uzi.spread = v.Uzi.BulletSpread
  948. end
  949. end
  950. end
  951. end
  952.  
  953. function weapon:Mod()
  954. for i,v in pairs(getreg()) do
  955. if type(v) == "table" then
  956.  
  957. if v.Pistol and weapon.Pistol ~= nil then
  958.  
  959. if z.infammo then
  960. v.Pistol.MagSize = math.huge
  961. end
  962. if z.rapid then
  963. v.Pistol.FireFreq = 5000
  964. end
  965. if z.bulletspeed then
  966. v.Pistol.BulletSpeed = 5000
  967. end
  968. if z.recoil then
  969. v.Pistol.CamShakeMagnitude = 0
  970. end
  971. if z.auto then
  972. v.Pistol.FireAuto = true
  973. end
  974. if z.spread then
  975. v.Pistol.BulletSpread = 0
  976. end
  977. end
  978. if v.Shotgun and weapon.Shotgun ~= nil then
  979. if z.infammo then
  980. v.Shotgun.MagSize = math.huge
  981. end
  982. if z.rapid then
  983. v.Shotgun.FireFreq = 5000
  984. end
  985. if z.bulletspeed then
  986. v.Shotgun.BulletSpeed = 5000
  987. end
  988. if z.recoil then
  989. v.Shotgun.CamShakeMagnitude = 0
  990. end
  991. if z.auto then
  992. v.Shotgun.FireAuto = true
  993. end
  994. if z.spread then
  995. v.Shotgun.BulletSpread = 0
  996. end
  997. end
  998. if v.Rifle and weapon.Rifle ~= nil then
  999. if z.infammo then
  1000. v.Rifle.MagSize = math.huge
  1001. end
  1002. if z.rapid then
  1003. v.Rifle.FireFreq = 5000
  1004. end
  1005. if z.bulletspeed then
  1006. v.Rifle.BulletSpeed = 5000
  1007. end
  1008. if z.recoil then
  1009. v.Rifle.CamShakeMagnitude = 0
  1010. end
  1011. if z.auto then
  1012. v.Rifle.FireAuto = true
  1013. end
  1014. if z.spread then
  1015. v.Rifle.BulletSpread = 0
  1016. end
  1017. end
  1018. if v.AK47 and weapon.AK47 ~= nil then
  1019. if z.infammo then
  1020. v.AK47.MagSize = math.huge
  1021. end
  1022. if z.rapid then
  1023. v.AK47.FireFreq = 5000
  1024. end
  1025. if z.bulletspeed then
  1026. v.AK47.BulletSpeed = 5000
  1027. end
  1028. if z.recoil then
  1029. v.AK47.CamShakeMagnitude = 0
  1030. end
  1031. if z.auto then
  1032. v.AK47.FireAuto = true
  1033. end
  1034. if z.spread then
  1035. v.AK47.BulletSpread = 0
  1036. end
  1037. end
  1038. if v.Uzi and weapon.Uzi ~= nil then
  1039. if z.infammo then
  1040. v.Uzi.MagSize = math.huge
  1041. end
  1042. if z.rapid then
  1043. v.Uzi.FireFreq = 5000
  1044. end
  1045. if z.bulletspeed then
  1046. v.Uzi.BulletSpeed = 5000
  1047. end
  1048. if z.recoil then
  1049. v.Uzi.CamShakeMagnitude = 0
  1050. end
  1051. if z.auto then
  1052. v.Uzi.FireAuto = true
  1053. end
  1054. if z.spread then
  1055. v.Uzi.BulletSpread = 0
  1056. end
  1057. end
  1058.  
  1059. end
  1060. end
  1061. end
  1062.  
  1063. function weapon:Restore()
  1064. for i,v in pairs(getreg()) do
  1065. if type(v) == "table" then
  1066. if v.Pistol and weapon.Pistol ~= nil then
  1067.  
  1068. if not z.infammo then
  1069. v.Pistol.MagSize = weapon.Pistol.ammo
  1070. end
  1071. if not z.rapid then
  1072. v.Pistol.FireFreq = weapon.Pistol.firefreq
  1073. end
  1074. if not z.bulletspeed then
  1075. v.Pistol.BulletSpeed = weapon.Pistol.bulletspeed
  1076. end
  1077. if not z.recoil then
  1078. v.Pistol.CamShakeMagnitude = weapon.Pistol.recoil
  1079. end
  1080. if not z.auto then
  1081. v.Pistol.FireAuto = weapon.Pistol.auto
  1082. end
  1083. if not z.spread then
  1084. v.Pistol.BulletSpread = weapon.Pistol.spread
  1085. end
  1086. end
  1087. if v.Shotgun and weapon.Shotgun ~= nil then
  1088. if not z.infammo then
  1089. v.Shotgun.MagSize = weapon.Shotgun.ammo
  1090. end
  1091. if not z.rapid then
  1092. v.Shotgun.FireFreq = weapon.Shotgun.firefreq
  1093. end
  1094. if not z.bulletspeed then
  1095. v.Shotgun.BulletSpeed = weapon.Shotgun.bulletspeed
  1096. end
  1097. if not z.recoil then
  1098. v.Shotgun.CamShakeMagnitude = weapon.Shotgun.recoil
  1099. end
  1100. if not z.auto then
  1101. v.Shotgun.FireAuto = weapon.Shotgun.auto
  1102. end
  1103. if not z.spread then
  1104. v.Shotgun.BulletSpread = weapon.Shotgun.spread
  1105. end
  1106. end
  1107. if v.Rifle and weapon.Rifle ~= nil then
  1108. if not z.infammo then
  1109. v.Rifle.MagSize = weapon.Rifle.ammo
  1110. end
  1111. if not z.rapid then
  1112. v.Rifle.FireFreq = weapon.Rifle.firefreq
  1113. end
  1114. if not z.bulletspeed then
  1115. v.Rifle.BulletSpeed = weapon.Rifle.bulletspeed
  1116. end
  1117. if not z.recoil then
  1118. v.Rifle.CamShakeMagnitude = weapon.Rifle.recoil
  1119. end
  1120. if not z.auto then
  1121. v.Rifle.FireAuto = weapon.Rifle.auto
  1122. end
  1123. if not z.spread then
  1124. v.Rifle.BulletSpread = weapon.Rifle.spread
  1125. end
  1126. end
  1127. if v.AK47 and weapon.AK47 ~= nil then
  1128. if not z.infammo then
  1129. v.AK47.MagSize = weapon.AK47.ammo
  1130. end
  1131. if not z.rapid then
  1132. v.AK47.FireFreq = weapon.AK47.firefreq
  1133. end
  1134. if not z.bulletspeed then
  1135. v.AK47.BulletSpeed = weapon.AK47.bulletspeed
  1136. end
  1137. if not z.recoil then
  1138. v.AK47.CamShakeMagnitude = weapon.AK47.recoil
  1139. end
  1140. if not z.auto then
  1141. v.AK47.FireAuto = weapon.AK47.auto
  1142. end
  1143. if not z.spread then
  1144. v.AK47.BulletSpread = weapon.AK47.spread
  1145. end
  1146. end
  1147. if v.Uzi and weapon.Uzi ~= nil then
  1148. if not z.infammo then
  1149. v.Uzi.MagSize = weapon.Uzi.ammo
  1150. end
  1151. if not z.rapid then
  1152. v.Uzi.FireFreq = weapon.Uzi.firefreq
  1153. end
  1154. if not z.bulletspeed then
  1155. v.Uzi.BulletSpeed = weapon.Uzi.bulletspeed
  1156. end
  1157. if not z.recoil then
  1158. v.Uzi.CamShakeMagnitude = weapon.Uzi.recoil
  1159. end
  1160. if not z.auto then
  1161. v.Uzi.FireAuto = weapon.Uzi.auto
  1162. end
  1163. if not z.spread then
  1164. v.Uzi.BulletSpread = weapon.Uzi.spread
  1165. end
  1166. end
  1167. end
  1168. end
  1169. end
  1170. end--guns
  1171.  
  1172.  
  1173.  
  1174.  
  1175. do--box esp
  1176. boxesp_shit = {
  1177. enabled = false,
  1178. }
  1179.  
  1180. function boxesp_shit:RemoveBox(plr)
  1181. local char = plr.Character or plr.CharacterAdded:wait()
  1182. local hrp = char:FindFirstChild("HumanoidRootPart") or char:WaitForChild("HumanoidRootPart")
  1183. if char ~= nil and hrp ~= nil then
  1184. if hrp:FindFirstChild("BoxESP") then
  1185. hrp.BoxESP:Destroy()
  1186. end
  1187. end
  1188. end
  1189.  
  1190. function boxesp_shit:CreateBox(plr)
  1191. local char = plr.Character or plr.CharacterAdded:wait()
  1192. local hrp = char:FindFirstChild("HumanoidRootPart") or char:WaitForChild("HumanoidRootPart")
  1193. local hu = char:FindFirstChild("Humanoid") or char:WaitForChild("Humanoid")
  1194. if char ~= nil and hrp ~= nil then
  1195. if not hrp:FindFirstChild("BoxESP") then
  1196. functions:CreateBoxESP(hrp,hrp,UDim2.new(4, 10, 6, 10),false,0,0,functions:GetTeamColor(plr),self.enabled)
  1197. end
  1198. hu.Died:connect(function()
  1199. self:RemoveBox(plr)
  1200. plr.CharacterAdded:wait()
  1201. self:CreateBox(plr)
  1202. end)
  1203.  
  1204. plr.CharacterRemoving:connect(function()
  1205. self:RemoveBox(plr)
  1206. plr.CharacterAdded:wait()
  1207. self:CreateBox(plr)
  1208. end)
  1209. end
  1210. end
  1211.  
  1212. function boxesp_shit:UpdateColor(plr)
  1213. local char = plr.Character or plr.CharacterAdded:wait()
  1214. local hrp = char:FindFirstChild("HumanoidRootPart") or char:WaitForChild("HumanoidRootPart")
  1215. if char ~= nil and hrp ~= nil then
  1216. if hrp:FindFirstChild("BoxESP") then
  1217. for i,v in pairs(hrp.BoxESP.Frame:GetChildren()) do
  1218. v.BackgroundColor3 = functions:GetTeamColor(plr)
  1219. end
  1220. end
  1221. end
  1222. end
  1223.  
  1224. function boxesp_shit:Disable()
  1225. for i,v in pairs(Workspace:GetChildren()) do
  1226. if v:FindFirstChild("HumanoidRootPart") and v.Name ~= client.Name then
  1227. if v.HumanoidRootPart:FindFirstChild("BoxESP") then
  1228. v.HumanoidRootPart.BoxESP.Enabled = false
  1229. end
  1230. end
  1231. end
  1232. end
  1233.  
  1234. function boxesp_shit:Enable()
  1235. for i,v in pairs(Workspace:GetChildren()) do
  1236. if v:FindFirstChild("HumanoidRootPart") and v.Name ~= client.Name then
  1237. if v.HumanoidRootPart:FindFirstChild("BoxESP") then
  1238. v.HumanoidRootPart.BoxESP.Enabled = true
  1239. end
  1240. end
  1241. end
  1242. end
  1243.  
  1244. function boxesp_shit:Init()
  1245. for i,v in pairs(Players:GetPlayers()) do
  1246. if v.Name ~= client.Name then
  1247. self:CreateBox(v)
  1248. v:GetPropertyChangedSignal("Team"):connect(function()
  1249. self:UpdateColor(v)
  1250. end)
  1251. end
  1252. end
  1253.  
  1254. Players.PlayerAdded:connect(function(x)
  1255. self:CreateBox(x)
  1256. x:GetPropertyChangedSignal("Team"):connect(function()
  1257. self:UpdateColor(x)
  1258. end)
  1259. end)
  1260. end
  1261. end--box esp
  1262.  
  1263.  
  1264.  
  1265.  
  1266. do--fullbright
  1267. fullbright_shit = {
  1268. enabled = false,
  1269. x = {},
  1270. }
  1271. function fullbright_shit:Init()
  1272. self.x["Ambient"] = Lighting.Ambient
  1273. self.x["Brightness"] = Lighting.Brightness
  1274. self.x["ColorShift_Bottom"] = Lighting.ColorShift_Bottom
  1275. self.x["ColorShift_Top"] = Lighting.ColorShift_Top
  1276. self.x["OutdoorAmbient"] = Lighting.OutdoorAmbient
  1277. end
  1278.  
  1279. function fullbright_shit:Enable()
  1280. Lighting.Ambient = Color3.new(1, 1, 1)
  1281. Lighting.Brightness = 2
  1282. Lighting.ColorShift_Bottom = Color3.new(1, 1, 1)
  1283. Lighting.ColorShift_Top = Color3.new(1, 1, 1)
  1284. Lighting.OutdoorAmbient = Color3.new(1, 1, 1)
  1285. end
  1286.  
  1287. function fullbright_shit:Disable()
  1288. for i,v in pairs(self.x) do
  1289. Lighting[i] = v
  1290. end
  1291. end
  1292. end--fullbright
  1293.  
  1294. function MainUI:Init()
  1295.  
  1296. local vc = self:AddWindow("Visual Cheats",9)
  1297. local fov = self:AddBox("","Change FOV",vc)
  1298. local esp,tesp = self:AddToggle("Box ESP",vc)
  1299. local name,tname = self:AddToggle("Name ESP",vc)
  1300. local chams,tchams = self:AddToggle("Chams",vc)
  1301. local airdropesp,tairdropesp = self:AddToggle("Airdrop ESP",vc)
  1302. local airdropchams,tairdropchams = self:AddToggle("Airdrop Chams",vc)
  1303. local walls,twalls = self:AddToggle("Asus Walls",vc)
  1304. local fullbright,tfullbright = self:AddToggle("Fullbright",vc)
  1305. local rain,train = self:AddToggle("No Rain",vc)
  1306.  
  1307.  
  1308. fov.FocusLost:connect(function()
  1309. local x = tonumber(fov) or 70
  1310. if x > 120 then x = 70 end
  1311. Camera.FieldOfView = x
  1312. end)
  1313.  
  1314. fullbright.MouseButton1Click:connect(function()
  1315. fullbright_shit.enabled = not fullbright_shit.enabled
  1316. tfullbright.Text = fullbright_shit.enabled and "ON" or "OFF"
  1317. tfullbright.TextColor3 = fullbright_shit.enabled and Color3.new(0,1,0) or Color3.new(1,0,0)
  1318. if fullbright_shit then
  1319. fullbright_shit:Enable()
  1320. else
  1321. fullbright_shit:Disable()
  1322. end
  1323. end)
  1324.  
  1325. airdropesp.MouseButton1Click:connect(function()
  1326. z.crateesp = not z.crateesp
  1327. tairdropesp.Text = z.crateesp and "ON" or "OFF"
  1328. tairdropesp.TextColor3 = z.crateesp and Color3.new(0,1,0) or Color3.new(1,0,0)
  1329. end)
  1330.  
  1331. rain.MouseButton1Click:connect(function()
  1332. z.norain = not z.norain
  1333. train.Text = z.norain and "ON" or "OFF"
  1334. train.TextColor3 = z.norain and Color3.new(0,1,0) or Color3.new(1,0,0)
  1335. if z.norain then
  1336. functions:RunLoop("No Rain")
  1337. else
  1338. functions:StopLoop("No Rain")
  1339. end
  1340. end)
  1341.  
  1342. esp.MouseButton1Click:connect(function()
  1343. boxesp_shit.enabled = not boxesp_shit.enabled
  1344. tesp.Text = boxesp_shit.enabled and "ON" or "OFF"
  1345. tesp.TextColor3 = boxesp_shit.enabled and Color3.new(0,1,0) or Color3.new(1,0,0)
  1346. if boxesp_shit.enabled then
  1347. boxesp_shit:Enable()
  1348. else
  1349. boxesp_shit:Disable()
  1350. end
  1351. end)
  1352.  
  1353. local gc = self:AddWindow("Gun Cheats",6)
  1354. local ammo,tammo = self:AddToggle("Infinite Ammo",gc)
  1355. local recoil,trecoil = self:AddToggle("No Recoil",gc)
  1356. local spread,tspread = self:AddToggle("No Spread",gc)
  1357. local auto,tauto = self:AddToggle("All Guns Automatic",gc)
  1358. local speed,tspeed = self:AddToggle("Increased Bullet Speed",gc)
  1359. local fire,tfire = self:AddToggle("Rapid Fire",gc)
  1360.  
  1361.  
  1362. ammo.MouseButton1Click:connect(function()
  1363. z.infammo = not z.infammo
  1364. tammo.Text = z.infammo and "ON" or "OFF"
  1365. tammo.TextColor3 = z.infammo and Color3.new(0,1,0) or Color3.new(1,0,0)
  1366. if z.infammo then
  1367. weapon:Mod()
  1368. else
  1369. weapon:Restore()
  1370. end
  1371. end)
  1372.  
  1373. auto.MouseButton1Click:connect(function()
  1374. z.auto = not z.auto
  1375. tauto.Text = z.auto and "ON" or "OFF"
  1376. tauto.TextColor3 = z.auto and Color3.new(0,1,0) or Color3.new(1,0,0)
  1377. if z.auto then
  1378. weapon:Mod()
  1379. else
  1380. weapon:Restore()
  1381. end
  1382. end)
  1383.  
  1384. speed.MouseButton1Click:connect(function()
  1385. z.bulletspeed = not z.bulletspeed
  1386. tspeed.Text = z.bulletspeed and "ON" or "OFF"
  1387. tspeed.TextColor3 = z.bulletspeed and Color3.new(0,1,0) or Color3.new(1,0,0)
  1388. if z.bulletspeed then
  1389. weapon:Mod()
  1390. else
  1391. weapon:Restore()
  1392. end
  1393. end)
  1394.  
  1395. recoil.MouseButton1Click:connect(function()
  1396. z.recoil = not z.recoil
  1397. trecoil.Text = z.recoil and "ON" or "OFF"
  1398. trecoil.TextColor3 = z.recoil and Color3.new(0,1,0) or Color3.new(1,0,0)
  1399. if z.recoil then
  1400. weapon:Mod()
  1401. else
  1402. weapon:Restore()
  1403. end
  1404. end)
  1405.  
  1406. spread.MouseButton1Click:connect(function()
  1407. z.spread = not z.spread
  1408. tspread.Text = z.spread and "ON" or "OFF"
  1409. tspread.TextColor3 = z.spread and Color3.new(0,1,0) or Color3.new(1,0,0)
  1410. if z.spread then
  1411. weapon:Mod()
  1412. else
  1413. weapon:Restore()
  1414. end
  1415. end)
  1416.  
  1417. fire.MouseButton1Click:connect(function()
  1418. z.rapid = not z.rapid
  1419. tfire.Text = z.rapid and "ON" or "OFF"
  1420. tfire.TextColor3 = z.rapid and Color3.new(0,1,0) or Color3.new(1,0,0)
  1421. if z.rapid then
  1422. weapon:Mod()
  1423. else
  1424. weapon:Restore()
  1425. end
  1426. end)
  1427.  
  1428.  
  1429. local cc = self:AddWindow("Character Cheats",11)
  1430. local ws = self:AddBox("","Walkspeed Multiplier",cc)
  1431. local jp = self:AddBox("","Jumppower Multiplier",cc)
  1432. local noclip,tnoclip = self:AddToggle("NoClip",cc)
  1433. local ragdoll,tragdoll = self:AddToggle("Anti Ragdoll",cc)
  1434. local ftrail,tftrail = self:AddToggle("Fire Trail",cc)
  1435. local htrail,thtrail = self:AddToggle("Hats Trail",cc)
  1436. local clicktp,tclicktp = self:AddToggle("Click Teleport",cc)
  1437. local infjump,tinfjump = self:AddToggle("Infinite Jump",cc)
  1438. local autoheal,tautoheal = self:AddToggle("Auto Heal When At Low HP",cc)
  1439. local god,tgod = self:AddToggle("Infinite Health",cc)
  1440. local hundredhp = self:AddButton("Give 100 Health",cc)
  1441.  
  1442.  
  1443. ws.FocusLost:connect(function()
  1444. local x = tonumber(ws.Text) or 16
  1445. local char = client.Character or client.CharacterAdded:wait()
  1446. if x and char and functions:LoopRunning("Hide Parachute") then
  1447. if x ~= 16 then
  1448. main.funcs.network:FireServer(z.args.paron)
  1449. if char:FindFirstChildOfClass("Humanoid") then
  1450. char:FindFirstChildOfClass("Humanoid").Name = ""
  1451. char:FindFirstChildOfClass("Humanoid").WalkSpeed = x
  1452. end
  1453. else
  1454. main.funcs.network:FireServer(z.args.paroff)
  1455. if char:FindFirstChildOfClass("Humanoid") then
  1456. char:FindFirstChildOfClass("Humanoid").Name = "Humanoid"
  1457. char:FindFirstChildOfClass("Humanoid").WalkSpeed = x
  1458. ws.Text = "Walkspeed Multipler"
  1459. end
  1460. end
  1461. end
  1462. end)
  1463.  
  1464. jp.FocusLost:connect(function()
  1465. local x = tonumber(jp.Text) or 50
  1466. local char = client.Character or client.CharacterAdded:wait()
  1467. if x and char and functions:LoopRunning("Hide Parachute") then
  1468. if x ~= 50 then
  1469. main.funcs.network:FireServer(z.args.paron)
  1470. if char:FindFirstChildOfClass("Humanoid") then
  1471. char:FindFirstChildOfClass("Humanoid").Name = ""
  1472. char:FindFirstChildOfClass("Humanoid").JumpPower = x
  1473. end
  1474. else
  1475. main.funcs.network:FireServer(z.args.paroff)
  1476. if char:FindFirstChildOfClass("Humanoid") then
  1477. char:FindFirstChildOfClass("Humanoid").Name = "Humanoid"
  1478. char:FindFirstChildOfClass("Humanoid").JumpPower = x
  1479. ws.Text = "Jumppower Multipler"
  1480. end
  1481. end
  1482. end
  1483. end)
  1484.  
  1485.  
  1486. noclip.MouseButton1Click:connect(function()
  1487. z.noclip = not z.noclip
  1488. tnoclip.Text = z.noclip and "ON" or "OFF"
  1489. tnoclip.TextColor3 = z.noclip and Color3.new(0,1,0) or Color3.new(1,0,0)
  1490. if z.noclip then
  1491. functions:RunLoop("No Clip")
  1492. else
  1493. functions:StopLoop("No Clip")
  1494. end
  1495. end)
  1496.  
  1497. ragdoll.MouseButton1Click:connect(function()
  1498. z.antiragdoll = not z.antiragdoll
  1499. tragdoll.Text = z.antiragdoll and "ON" or "OFF"
  1500. tragdoll.TextColor3 = z.antiragdoll and Color3.new(0,1,0) or Color3.new(1,0,0)
  1501. end)
  1502.  
  1503. hundredhp.MouseButton1Click:connect(function()
  1504. for i = 1,10 do
  1505. main.funcs.network:FireServer(z.args.heal)
  1506. end
  1507. end)
  1508.  
  1509. god.MouseButton1Click:connect(function()
  1510. z.god = not z.god
  1511. tgod.Text = z.god and "ON" or "OFF"
  1512. tgod.TextColor3 = z.god and Color3.new(0,1,0) or Color3.new(1,0,0)
  1513. if z.god then
  1514. functions:RunLoop("Infinite Health")
  1515. else
  1516. functions:StopLoop("Infinite Health")
  1517. end
  1518. end)
  1519.  
  1520. ftrail.MouseButton1Click:connect(function()
  1521. z.firetrail = not z.firetrail
  1522. tftrail.Text = z.firetrail and "ON" or "OFF"
  1523. tftrail.TextColor3 = z.firetrail and Color3.new(0,1,0) or Color3.new(1,0,0)
  1524. if z.firetrail then
  1525. functions:RunLoop("Fire Trail")
  1526. else
  1527. functions:StopLoop("Fire Trail")
  1528. end
  1529. end)
  1530.  
  1531. htrail.MouseButton1Click:connect(function()
  1532. z.hattrail = not z.hattrail
  1533. thtrail.Text = z.hattrail and "ON" or "OFF"
  1534. thtrail.TextColor3 = z.hattrail and Color3.new(0,1,0) or Color3.new(1,0,0)
  1535. if z.hattrail then
  1536. functions:RunLoop("Hat Trail")
  1537. else
  1538. functions:StopLoop("Hat Trail")
  1539. end
  1540. end)
  1541.  
  1542. autoheal.MouseButton1Click:connect(function()
  1543. z.autoheal = not z.autoheal
  1544. tautoheal.Text = z.autoheal and "ON" or "OFF"
  1545. tautoheal.TextColor3 = z.autoheal and Color3.new(0,1,0) or Color3.new(1,0,0)
  1546. if z.autoheal then
  1547. functions:RunLoop("Heal Low")
  1548. else
  1549. functions:StopLoop("Heal Low")
  1550. end
  1551. end)
  1552.  
  1553.  
  1554.  
  1555.  
  1556.  
  1557. local tc = self:AddWindow("Teleport Menu",21)
  1558. local playertp = self:AddBox("Teleport To Player","Player Name",tc)
  1559. local crim = self:AddButton("Criminal Base City",tc)
  1560. local crim2 = self:AddButton("Criminal Base Volcano",tc)
  1561. local crim3 = self:AddButton("Criminal Base Secret",tc)
  1562. local pol = self:AddButton("Police Base Prison",tc)
  1563. local pol2 = self:AddButton("Police Base Hills",tc)
  1564. local pol3 = self:AddButton("Police Base Secret",tc)
  1565. local gar = self:AddButton("Garage Small Town",tc)
  1566. local gar2 = self:AddButton("Garage City",tc)
  1567. local gun = self:AddButton("Weapon Store Small Town",tc)
  1568. local gun2 = self:AddButton("Weapon Store City",tc)
  1569. local bank = self:AddButton("Bank",tc)
  1570. local jew = self:AddButton("Jewelry",tc)
  1571. local mus = self:AddButton("Musueum",tc)
  1572. local power = self:AddButton("Power Plant",tc)
  1573. local train = self:AddButton("Train",tc)
  1574. local airport = self:AddButton("Airport",tc)
  1575. local donut = self:AddButton("Donut Shop",tc)
  1576. local gas = self:AddButton("Gas Station",tc)
  1577. local million = self:AddButton("1 Million Dealership",tc)
  1578. local prison = self:AddButton("Prison",tc)
  1579.  
  1580.  
  1581.  
  1582.  
  1583.  
  1584. local dc = self:AddWindow("World Editor",10)
  1585. local clickdestroy,tclickdestroy = self:AddToggle("Click Destroy",dc)
  1586. local fire,tfire = self:AddToggle("Click Fire",dc)
  1587. local btools,tbtools = self:AddToggle("Btools",dc)
  1588. local gravity,tgravity = self:AddToggle("Gravity",dc)
  1589. local vault = self:AddButton("Remove Vault Door",dc)
  1590. local doors = self:AddButton("Remove Doors",dc)
  1591. local lasers = self:AddButton("Remove Lasers",dc)
  1592. local cell = self:AddButton("Remove Cell Doors",dc)
  1593. local city = self:AddButton("Remove City Buildings",dc)
  1594. local pris = self:AddButton("Remove Prison",dc)
  1595.  
  1596.  
  1597. local ig = self:AddWindow("Item Givers",13)
  1598. local shotgun = self:AddButton("Shotgun",ig)
  1599. local pistol = self:AddButton("Pistol",ig)
  1600. local rocketlauncher = self:AddButton("Rocket Launcher",ig)
  1601. local uzi = self:AddButton("Uzi",ig)
  1602. local ak47 = self:AddButton("AK47",ig)
  1603. local m4a4 = self:AddButton("M4A4",ig)
  1604. local donut = self:AddButton("Donut",ig)
  1605. local jetpack = self:AddButton("Jetpack",ig)
  1606. local flash = self:AddButton("Flashlight",ig)
  1607. local bino = self:AddButton("Binoculars",ig)
  1608. local shield = self:AddButton("Shield",ig)
  1609. local glider = self:AddButton("Glider",ig)
  1610. local gren = self:AddButton("Grenade",ig)
  1611.  
  1612. shotgun.MouseButton1Click:connect(function()
  1613. functions:giveitem("Shotgun")
  1614. end)
  1615.  
  1616. glider.MouseButton1Click:connect(function()
  1617. functions:giveitem("Glider")
  1618. end)
  1619.  
  1620. jetpack.MouseButton1Click:connect(function()
  1621. local x = Workspace.TouchTrigger.JetPackGiver.Position
  1622. Workspace.TouchTrigger.JetPackGiver.Position = client.Character.HumanoidRootPart.Position
  1623. wait(1)
  1624. Workspace.TouchTrigger.JetPackGiver.Position = x
  1625. end)
  1626.  
  1627. donut.MouseButton1Click:connect(function()
  1628. local x = Workspace.TouchTrigger.Donut.Position
  1629. Workspace.TouchTrigger.Donut.Position = client.Character.HumanoidRootPart.Position
  1630. wait(1)
  1631. Workspace.TouchTrigger.Donut.Position = x
  1632. end)
  1633.  
  1634. pistol.MouseButton1Click:connect(function()
  1635. functions:giveitem("Pistol")
  1636. end)
  1637.  
  1638. rocketlauncher.MouseButton1Click:connect(function()
  1639. main.funcs.network:FireServer(z.args.gun,{["Name"] = "RocketLauncher"})
  1640. end)
  1641.  
  1642. gren.MouseButton1Click:connect(function()
  1643. main.funcs.network:FireServer(z.args.gun,{["Name"] = "Grenade"})
  1644. end)
  1645.  
  1646. uzi.MouseButton1Click:connect(function()
  1647. main.funcs.network:FireServer(z.args.gun,{["Name"] = "Uzi"})
  1648. end)
  1649.  
  1650. ak47.MouseButton1Click:connect(function()
  1651. main.funcs.network:FireServer(z.args.gun,{["Name"] = "AK47"})
  1652. end)
  1653.  
  1654. flash.MouseButton1Click:connect(function()
  1655. functions:giveitem("Flashlight")
  1656. end)
  1657.  
  1658. bino.MouseButton1Click:connect(function()
  1659. functions:giveitem("Binoculars")
  1660. end)
  1661.  
  1662. m4a4.MouseButton1Click:connect(function()
  1663. functions:giveitem("RifleSWAT")
  1664. end)
  1665.  
  1666. shield.MouseButton1Click:connect(function()
  1667. functions:giveitem("ShieldSWAT")
  1668. end)
  1669.  
  1670.  
  1671. local vhc = self:AddWindow("Vehicle Cheats",9)
  1672. local helmu = self:AddBox("Heli Height Multiplier","Set Value",vhc)
  1673. local eng = self:AddBox("Engine Multiplier","Set Value",vhc)
  1674. local sus = self:AddBox("Suspension Multiplier","Set Value",vhc)
  1675. local brake = self:AddBox("Brake Multiplier","Set Value",vhc)
  1676. local vehgod,tvehgod = self:AddToggle("Infinite Vehicle Health",vhc)
  1677. local despawn,tdespawn = self:AddToggle("No Despawn",vhc)
  1678. local nitro,tnitro = self:AddToggle("Infinite Nitro",vhc)
  1679. local road,troad = self:AddToggle("Jetski On Road",vhc)
  1680. local rrain,ttrain = self:AddToggle("Rainbow Vehicle",vhc)
  1681.  
  1682. despawn.MouseButton1Click:connect(function()
  1683. z.antidespawn = not z.antidespawn
  1684. tdespawn.Text = z.antidespawn and "ON" or "OFF"
  1685. tdespawntdespawn.TextColor3 = z.antidespawn and Color3.new(0,1,0) or Color3.new(1,0,0)
  1686. end)
  1687.  
  1688. nitro.MouseButton1Click:connect(function()
  1689. z.infnitro = not z.infnitro
  1690. tnitro.Text = z.infnitro and "ON" or "OFF"
  1691. tnitro.TextColor3 = z.infnitro and Color3.new(0,1,0) or Color3.new(1,0,0)
  1692. end)
  1693.  
  1694. vehgod.MouseButton1Click:connect(function()
  1695. z.vehgod = not z.vehgod
  1696. tvehgod.Text = z.vehgod and "ON" or "OFF"
  1697. tvehgod.TextColor3 = z.vehgod and Color3.new(0,1,0) or Color3.new(1,0,0)
  1698. end)
  1699.  
  1700. eng.FocusLost:connect(function()
  1701. local x = tonumber(eng.Text) or 1
  1702. if x <= 0 then
  1703. x = 1
  1704. end
  1705. z.enginemulti = x
  1706. end)
  1707.  
  1708. sus.FocusLost:connect(function()
  1709. local x = tonumber(sus.Text) or 1
  1710. if x <= 0 then
  1711. x = 1
  1712. end
  1713. z.suspenmulti = x
  1714. end)
  1715.  
  1716. helmu.FocusLost:connect(function()
  1717. local x = tonumber(helmu.Text) or 1
  1718. if x <= 0 then
  1719. x = 1
  1720. end
  1721. z.heliheight = x
  1722. end)
  1723.  
  1724. brake.FocusLost:connect(function()
  1725. local x = tonumber(brake.Text) or 1
  1726. if x <= 0 then
  1727. x = 1
  1728. end
  1729. z.brakemulti = x
  1730. end)
  1731.  
  1732.  
  1733.  
  1734. rrain.MouseButton1Click:connect(function()
  1735. z.rainbow = not z.rainbow
  1736. ttrain.Text = z.rainbow and "ON" or "OFF"
  1737. ttrain.TextColor3 = z.rainbow and Color3.new(0,1,0) or Color3.new(1,0,0)
  1738. if z.rainbow then
  1739. functions:RunLoop("Rainbow Car")
  1740. else
  1741. functions:StopLoop("Rainbow Car")
  1742. end
  1743. end)
  1744.  
  1745.  
  1746. local cbc = self:AddWindow("Combat Cheats",6)
  1747. local killplayer = self:AddBox("Kill Player","Player Name",cbc)
  1748. local loopkillplayer = self:AddBox("Loop Kill Player","Player Name",cbc)
  1749. local punch,tpunch = self:AddToggle("Spam Punch",cbc)
  1750. local kill,tkill = self:AddToggle("Kill All",cbc)
  1751. local aura,taura = self:AddToggle("Kill Aura",cbc)
  1752. local trigger,ttrigger = self:AddToggle("Triggerbot",cbc)
  1753.  
  1754.  
  1755.  
  1756.  
  1757. killplayer.FocusLost:connect(function()
  1758. if Players:FindFirstChild(killplayer.Text) then
  1759. functions:KillPlayer(killplayer.Text)
  1760. else
  1761. killplayer.Text = "No Player Found"
  1762. wait(2)
  1763. killplayer.Text = "Kill Player"
  1764. end
  1765. end)
  1766.  
  1767. kill.MouseButton1Click:connect(function()
  1768. z.killall = not z.killall
  1769. tkill.Text = z.killall and "ON" or "OFF"
  1770. tkill.TextColor3 = z.killall and Color3.new(0,1,0) or Color3.new(1,0,0)
  1771. if z.killall then
  1772. functions:RunLoop("Kill All")
  1773. else
  1774. functions:StopLoop("Kill All")
  1775.  
  1776. end
  1777. end)
  1778.  
  1779. punch.MouseButton1Click:connect(function()
  1780. z.punchspam = not z.punchspam
  1781. tpunch.Text = z.punchspam and "ON" or "OFF"
  1782. tpunch.TextColor3 = z.punchspam and Color3.new(0,1,0) or Color3.new(1,0,0)
  1783. if z.punchspam then
  1784. functions:RunLoop("Spam Punch")
  1785. else
  1786. functions:StopLoop("Spam Punch")
  1787. end
  1788. end)
  1789.  
  1790. trigger.MouseButton1Click:connect(function()
  1791. z.triggerbot = not z.triggerbot
  1792. ttrigger.Text = z.triggerbot and "ON" or "OFF"
  1793. ttrigger.TextColor3 = z.triggerbot and Color3.new(0,1,0) or Color3.new(1,0,0)
  1794. if z.triggerbot then
  1795. functions:RunLoop("Triggerbot")
  1796. else
  1797. functions:StopLoop("Triggerbot")
  1798. end
  1799. end)
  1800.  
  1801.  
  1802.  
  1803.  
  1804.  
  1805.  
  1806. local mc = self:AddWindow("Miscellaneous Cheats",9)
  1807. local action,taction = self:AddToggle("Instant Action",mc)
  1808. local gates,tgates = self:AddToggle("Spam Prison Gates",mc)
  1809. local mobile,tmobile = self:AddToggle("Unlock Mobile Garage",mc)
  1810. local detect,tdetect = self:AddToggle("Anti Museum Detection",mc)
  1811. local autostore,tautostore = self:AddToggle("Auto Rob Small Stores",mc)
  1812. local prisoncloth = self:AddButton("Remove Prisoner Clothing",mc)
  1813. local policecloth = self:AddButton("Give Police Clothing",mc)
  1814. local swatcloth = self:AddButton("Remove Swat Clothing",mc)
  1815. local smallstore = self:AddButton("Rob Small Stores",mc)
  1816.  
  1817.  
  1818.  
  1819. detect.MouseButton1Click:connect(function()
  1820. z.antidetect = not z.antidetect
  1821. tdetect.Text = z.antidetect and "ON" or "OFF"
  1822. tdetect.TextColor3 = z.antidetect and Color3.new(0,1,0) or Color3.new(1,0,0)
  1823. end)
  1824.  
  1825. prisoncloth.MouseButton1Click:connect(function()
  1826. if Workspace:FindFirstChild("ClothingRack") then
  1827. for i,v in pairs(workspace.ClothingRacks:GetDescendants()) do
  1828. if v:isA("ClickDetector") then fireclickdetector(v) end
  1829. end
  1830. end
  1831. end)
  1832.  
  1833. policecloth.MouseButton1Click:connect(function()
  1834. functions:giveitem("PantsPolice")
  1835. functions:giveitem("ShirtPolice")
  1836. end)
  1837.  
  1838. swatcloth.MouseButton1Click:connect(function()
  1839. functions:giveitem("PantsSWAT")
  1840. functions:giveitem("ShirtSWAT")
  1841. end)
  1842.  
  1843. smallstore.MouseButton1Click:connect(function()
  1844. functions:RobStores()
  1845. end)
  1846.  
  1847. mobile.MouseButton1Click:connect(function()
  1848. z.mobile = not z.mobile
  1849. tmobile.Text = z.mobile and "ON" or "OFF"
  1850. tmobile.TextColor3 = z.mobile and Color3.new(0,1,0) or Color3.new(1,0,0)
  1851. if z.mobile then
  1852. functions:MobileGarage(true)
  1853. else
  1854. functions:MobileGarage(false)
  1855. end
  1856. end)
  1857.  
  1858.  
  1859. gates.MouseButton1Click:connect(function()
  1860. z.spamgates = not z.spamgates
  1861. tgates.Text = z.spamgates and "ON" or "OFF"
  1862. tgates.TextColor3 = z.spamgates and Color3.new(0,1,0) or Color3.new(1,0,0)
  1863. if z.spamgates then
  1864. functions:RunLoop("Spam Gates")
  1865. else
  1866. functions:StopLoop("Spam Gates")
  1867. end
  1868. end)
  1869.  
  1870. autostore.MouseButton1Click:connect(function()
  1871. z.autosmallstore = not z.autosmallstore
  1872. tautostore.Text = z.autosmallstore and "ON" or "OFF"
  1873. tautostore.TextColor3 = z.autosmallstore and Color3.new(0,1,0) or Color3.new(1,0,0)
  1874. if z.autosmallstore then
  1875. functions:RunLoop("Auto Small Stores")
  1876. else
  1877. functions:StopLoop("Auto Small Stores")
  1878. end
  1879. end)
  1880.  
  1881. action.MouseButton1Click:connect(function()
  1882. z.instaction = not z.instaction
  1883. taction.Text = z.instaction and "ON" or "OFF"
  1884. taction.TextColor3 = z.instaction and Color3.new(0,1,0) or Color3.new(1,0,0)
  1885. if z.instaction then
  1886. functions:RunLoop("Instant Action")
  1887. else
  1888. functions:StopLoop("Instant Action")
  1889. end
  1890. end)
  1891.  
  1892.  
  1893.  
  1894.  
  1895. end
  1896.  
  1897.  
  1898.  
  1899. fullbright_shit:Init()
  1900. boxesp_shit:Init()
  1901. main:Init()
  1902. weapon:Backup()
  1903. MainUI:Init()
  1904. warn("Succes")
  1905. functions:Console("Loaded")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement