Guest User

Untitled

a guest
Sep 5th, 2017
172
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 391.34 KB | None | 0 0
  1. -- Some scripts in one
  2. -- Pegasus Edit #pastebin
  3.  
  4.  
  5. -----------------------------------------------------------------------
  6. -- made by clv, ray & avn have fun leeching
  7. -- Arnex
  8. local DevVersion = true;
  9. if DevVersion then
  10. local model = game:GetObjects("rbxassetid://889231903")[1];
  11. model:FindFirstChild('Arnex').Parent = game:service'CoreGui';
  12. model:FindFirstChild('ArnexLogin').Parent = game:service'Geometry';
  13. end;
  14.  
  15. print('beginning load with dev as',DevVersion);
  16. wait();
  17.  
  18. local Services = setmetatable({},{__index = function(self,req) return game:GetService(req) end});
  19. local Player = Services.Players.LocalPlayer;
  20. local Mouse = Player:GetMouse();
  21. local UIS = Services.UserInputService;
  22. local Arnex_Gui = Services.CoreGui:FindFirstChild('Arnex');
  23. local GuiData = {};
  24. local C = Arnex_Gui:FindFirstChild('Container');
  25. local Immune = {};
  26. local Messages = {};
  27. local Loops = {};
  28. local Noobs = {"keeganf", "yurps", "lqced", "stunnings", "InstantKarma", "Zealiance", "WWIIman1", "sergiu8957", "Narroby", "Blueice506", "bloody1", "Zladko", "Karterness", "Somberr", "WhosAstro", "SilentJoe2", "Estxban", "Sanbourne", "TaintedDreams", "TheForestWolf", "XrxshadowxX", "johanh2o", "anonymous12", "Milbert23", "Gusmanak", "matto323", "Narroby", "diseasterboy", "nilser2", "zamen40", "ipwnoobs5times", "TheRatchetHatchet", "DietWaWa", "Aueres", "pexf", "BioHazardous98", "Martin_Brodeur", "SpicyBuilderclub", "DorinTheBlackHammer", "Bobrules1111", "flamingsk8rdude", "MycarkeysJones", "OsmaniMiniMessi10", "alex25bossgoku", "natures_miracle", "JarlSoda", "XxDemonKingDiabloxX", "toothythedeer333", "MonsterGamerWar", "SkepticLemon", "kevin10222", "OddXman", "Lumism", "minibartmanthefirst", "ninjman123", "BeneficialBryan", "epicsarrowm djchickenwing0,FatherLogic", "Mandei", "SilasAnderson", "iReallyLegit", "FCEFEAR", "TheForestWolf", "Leyzor", "Axst", "XrxshadowxX", "claykillsu", "Sanbourne", "Gunmetry", "Shadingly", "Zolutions", "EvilCool", "deooon", "Jamie_Jr", "YouFoundRichard", "Slurpify", "opKSaint", "Cyptonite", "Re_try", "InternalTitan", "Recoilized", "fratels", "CunningBiscuit", "icyss", "concents", "SteffJonez", "flexai", "Neelan", "fentox", "laserpie"};
  29. local EspData = {};
  30. local Commands = {};
  31. local RemoteBase = {};
  32. local God = {};
  33. local Vitals = {};
  34.  
  35. wait();
  36.  
  37. GuiData.Bases = {};
  38. GuiData.Container = C;
  39. GuiData.GuiToggle = Arnex_Gui:FindFirstChild('OpenClose');
  40. GuiData.Header = C:FindFirstChild('Header');
  41. GuiData.Menu = C:FindFirstChild('LeftMenu');
  42. GuiData.Back = C:FindFirstChild('BackP');
  43. GuiData.Search = GuiData.Header:FindFirstChild('Search');
  44. GuiData.Exec = GuiData.Header:FindFirstChild('Go');
  45. GuiData.Buttons = GuiData.Back:FindFirstChild('Buttons');
  46. GuiData.Input = GuiData.Back:FindFirstChild('Input');
  47. GuiData.Login = Services.Geometry:FindFirstChild('ArnexLogin');
  48.  
  49. GuiData.Bases.Button = GuiData.Buttons:FindFirstChild('Button1'):Clone();
  50. GuiData.Bases.Arg = GuiData.Input:FindFirstChild('Input1'):Clone();
  51. GuiData.Bases.Submit = GuiData.Input:FindFirstChild('Input2'):Clone();
  52.  
  53. wait();
  54.  
  55. C.Active = true;
  56. C.Draggable = true;
  57.  
  58. GuiData.Buttons.Button1:Destroy();
  59. GuiData.Input.Input1:Destroy();
  60. GuiData.Input.Input2:Destroy();
  61. GuiData.Menu.Display.Credit.Text = "Made by Avn and Ray";
  62. GuiData.OrigPos = C.Position;
  63.  
  64. player = Player;
  65. print'Variables success';
  66. -- Init --
  67.  
  68.  
  69. function dump(data)
  70. local send = '\n[== ARNEX debug dump begin ==]\n'
  71. for i,v in next,data do
  72. send = send.."\ndebug key ["..tostring(i).."] => "..tostring(v);
  73. end;
  74. send = send..'\n\n[== ARNEX debug dump end ==]'
  75. warn(send);
  76. end;
  77.  
  78. if getrenv then
  79. _G = getrenv()._G;
  80. shared = getrenv().shared;
  81. elseif getgenv then
  82. _G = getgenv()._G;
  83. shared = getgenv().shared;
  84. else
  85. warn('[ARNEX] Unexpected error.. Some commands will be unavailable, report this dump to a dev and we will attempt to fix');
  86. dump({
  87. type = 'Launch error',
  88. gEnv = getgenv or 'nil',
  89. gREnv = getrenv or 'nil',
  90. Sh = shared,
  91. G = _G or 'nil',
  92. });
  93. _G = setmetatable(_G,{__index = function(s,r) return function() output('Command unavailable :( (Report F9 dump)') end end});
  94. shared = setmetatable(shared,{__index = function(s,r) return function() output('Command unavailable :( (Report F9 dump)') end end});
  95. end;
  96.  
  97. function exit(hard)
  98. if not hard then
  99. game:Shutdown();workspace.Gravity=0/0;error();
  100. else
  101. repeat spawn(error) until nil;
  102. end;
  103. end;
  104. function destroy(...)
  105. Services.Debris:AddItem(...,0)
  106. end;
  107. function checkReal(func)
  108. if not func then return false end;
  109. local p,_ = pcall(function() ("").dump(func) end);
  110. local y,_ = ypcall(function() ("").dump(func) end);
  111. local x,_ = xpcall(function() ("").dump(func) end,1);
  112. return not p and not y and not x
  113. end;
  114.  
  115. if not Arnex_Gui or not GuiData.Login then
  116. dump{
  117. type = 'Tampering',
  118. UI = Arnex_Gui,
  119. LGN = GuiData.Login,
  120. }
  121. exit();
  122. elseif not DevVersion then
  123. pcall(function()
  124. local User = GuiData.Login.Container.UBox.Text;
  125. local Pass = User.Parent.PBox.Text;
  126. local Test = Services.HttpService:JSONDecode(game:HttpPost("https://rvgserver.herokuapp.com/arnex/topkek", Services.HttpService:JSONEncode{username=User,password=Pass,rbxu=Player.Name},true,"application/json"));
  127.  
  128. if not Test.response then
  129. destroy(Arnex_Gui)
  130. destroy(GuiData.Login);
  131. exit(true);
  132. end
  133. end)
  134. end;
  135.  
  136. for i,v in next,{"A_lmaz","yassofi","DIAAMND", "TanqR","hex_kill","Liamelly",("2v\108\99"):reverse()} do
  137. Immune[i] = v;
  138. end;
  139. for i,v in next,{"ARNEX Apoc Gui","All, others, and me work in ARNEX!","There are constant updates and fixes!","Found a bug? Report it to Avn or Ray!","Need help? Message #support in our discord","Have a suggestion? Message Avn or Ray"} do
  140. Messages[i] = v;
  141. end;
  142.  
  143. indexLookup = function(s,r)
  144. for _,v in pairs(s) do
  145. if v == r then
  146. return v;
  147. end;
  148. end;
  149. end;
  150.  
  151. setmetatable(Immune,{__index=indexLookup});
  152. setmetatable(Noobs,{__index=indexLookup});
  153.  
  154. local EspBG = Instance.new("BillboardGui");EspBG.AlwaysOnTop = true;EspBG.Size = UDim2.new(0,100,0,20);EspBG.StudsOffset = Vector3.new(0,4,0);EspBG.Name = "ESP";
  155. local EspLBL = Instance.new("TextLabel",EspBG);EspLBL.BackgroundTransparency = 1;EspLBL.Size = UDim2.new(1,0,1,0);EspLBL.Text = "";EspLBL.TextColor3 = Color3.new(1,1,1);EspLBL.TextStrokeColor3 = Color3.new(0,0,0);EspLBL.TextStrokeTransparency = 0;EspLBL.TextSize = 10;
  156.  
  157. EspData.BG = EspBG;
  158. EspData.Label = EspLBL;
  159. ItemCodes={["AK-104"]=1037,["WindscreenGlass"]=184,["WaterBottle"]=209,["Watch"]=3001,["VehicleJack"]=3016,["Vegetables"]=214,["VS50"]=256,["Uzi"]=2015,["Ushanka"]=7014,["USP45Ammo"]=26,["USP45"]=2007,["Twinkies"]=212,["Tuna"]=4,["TrinityBeret"]=7015,["TomatoSoup"]=215,["TM46"]=257,["TEC9Ammo32"]=57,["TEC9Ammo20"]=56,["TEC9Ammo"]=20,["TEC-9"]=2005,["SurvivalPackTan"]=4009,["SurvivalPackGrey"]=4010,["SurvivalPackGreen"]=4011,["SurvivalPackBrown"]=4012,["Suppressor9"]=9007,["Suppressor762"]=9010,["Suppressor556"]=9009,["Suppressor545"]=9011,["Suppressor45"]=9008,["Spam"]=6,["SodaSprite"]=205,["SodaRoot"]=207,["SodaPepsi"]=7,["SodaPepper"]=9,["SodaMoxie"]=208,["SodaDew"]=202,["SodaCrush"]=201,["SodaCoke"]=8,["ShotgunAmmo"]=18,["Shotgun"]=1002,["ShadesGrey"]=8005,["ShadesBlack"]=8001,["ScrapMetal"]=183,["Sabre"]=3014,["SUSAT"]=9014,["STANAGAmmo50"]=52,["STANAGAmmo30"]=51,["STANAGAmmo100"]=53,["SKSAmmo"]=45,["SKS"]=1018,["SCAR-L"]=1022,["RoadFlare"]=251,["RevolverAmmo"]=25,["Revolver"]=2006,["ReinforcedWheel"]=189,["Reflex"]=9003,["RedChemlight"]=3020,["RedBeret"]=7013,["RawMeat"]=220,["Ranger"]=7003,["RamboClothingTop"]=5003,["RamboClothingBottom"]=6003,["Radio"]=3018,["RPK"]=1034,["Pringles"]=204,["PilotGreen"]=7010,["PilotBlack"]=7009,["Pasta"]=5,["Painkillers"]=12,["PaddedClothingTop"]=5002,["PaddedClothingBottom"]=6002,["PPSHAmmo"]=46,["PPSH"]=1019,["PP19Ammo64"]=58,["SmallCrate"]=38,["OmniLight"]=3015,["OTs-14"]=1036,["NagantAmmo"]=17,["Mosin-Nagant"]=1001,["Model459Ammo14"]=59,["Model459"]=2013,["Mk48Ammo"]=23,["Mk48"]=1005,["Mk23"]=2018,["Mk17"]=1031,["MilitaryPackGrime"]=4013,["MilitaryPackGrey"]=4015,["MilitaryPackGreen"]=4014,["MilitaryPackBlack"]=4016,["MaverickAmmo"]=27,["Maverick"]=1010,["Material6"]=36,["Material5"]=35,["Material4"]=34,["Material3"]=33,["Material2"]=32,["Material1"]=31,["Matches"]=3005,["MaskSpecOps"]=8009,["MaskPhantom"]=8013,["MaskMime"]=8008,["MaskMercenary"]=8007,["MaskHockey"]=8012,["Map"]=3003,["MakarovAmmo"]=16,["Makarov"]=2003,["MRE"]=10,["MP5Ammo"]=29,["MP5"]=1012,["M9Ammo32"]=55,["M9Ammo17"]=54,["M9Ammo"]=19,["M93R"]=2016,["M9"]=2004,["M870Ammo"]=28,["M870"]=1011,["M4A1"]=1004,["M3Ammo30"]=60,["M3"]=1028,["M249Ammo100"]=61,["M249"]=1024,["M1911Ammo"]=15,["M1911"]=2002,["M14"]=1016,["M1014"]=1027,["M14Ammo50"]=64,["M14Ammo30"]=63,["M14Ammo20"]=62,["M1Garand"]=1006,["Lemonade"]=206,["Laser"]=9006,["Kobra"]=9004,["Knife"]=3013,["KethArmorTop"]=5011,["KethArmorBottom"]=6011,["JerryCanEmpty"]=186,["JerryCan"]=185,["HornRimmed"]=8006,["Holo"]=9002,["HikingPackWhite"]=4006,["HikingPackOrange"]=4005,["HikingPackBrown"]=4008,["HikingPackBlue"]=4007,["Hatchet"]=3011,["HK417"]=1033,["HK21"]=1032,["GusArmorTop"]=5010,["GusArmorBottom"]=6010,["Grip"]=9005,["GreenChemlight"]=3021,["GarandAmmo"]=24,["GPS"]=3006,["G37"]=2017,["G36K"]=1023,["G3"]=1030,["G18"]=2011,["FuelTank"]=182,["Floodlight"]=37,["FlashlightSurvival"]=3009,["FlashlightOld"]=3008,["FlashlightMilitary"]=3010,["FlashlightAttachment"]=9012,["Firewood"]=250,["Firefighter"]=8004,["FedorovAmmo"]=44,["Fedorov"]=1017,["Fedora"]=7004,["FannyPackWhite"]=4002,["FannyPackTan"]=4001,["FannyPackPurple"]=4004,["FannyPackBlue"]=4003,["FAL"]=1029,["Eyepatch"]=8003,["Entrencher"]=3004,["EngineParts"]=181,["EnfieldAmmo"]=42,["Enfield"]=1015,["Detonator"]=3017,["Crowbar"]=3012,["CowlGreen"]=7002,["CowlBlack"]=7001,["Cowboy"]=7012,["CookedMeat"]=221,["Compass"]=3002,["ClothingTopFalse"]=5000,["ClothingBottomFalse"]=6000,["CivilianClothingTop"]=5001,["CivilianClothingBottom"]=6001,["ChocolateBar"]=211,["ChipsAhoy"]=213,["ChickenSoup"]=216,["CheezIts"]=203,["CarWheel"]=180,["CamoWoodlandsTop"]=5007,["CamoWoodlandsBottom"]=6007,["CamoUrbanTop"]=5005,["CamoUrbanBottom"]=6005,["CamoSpecialTop"]=5009,["CamoSpecialBottom"]=6009,["CamoSnowTop"]=5008,["CamoSnowBottom"]=6008,["CamoJungleTop"]=5006,["CamoJungleBottom"]=6006,["CamoDesertTop"]=5004,["CamoDesertBottom"]=6004,["CZ75Ammo"]=40,["CZ75"]=2010,["CCO"]=9001,["CBJ-MS"]=2014,["C4"]=255,["BrimmedBrown"]=7007,["BrimmedBlack"]=7008,["Bowler"]=7005,["BlueChemlight"]=3022,["BloodBag"]=11,["Binoculars"]=3007,["Biker"]=7006,["BeefStew"]=217,["BeefJerky"]=210,["Beans"]=3,["Beanie"]=7011,["BandanaSkull"]=8014,["BandanaRenegade"]=8011,["BandanaRed"]=8010,["BandanaBlack"]=8002,["BallisticUrban"]=7018,["BallisticSpecOps"]=7019,["BallisticJungle"]=7017,["BallisticGlass"]=187,["BallisticDesert"]=7016,["Auto-5"]=1025,["ArmorPlates"]=188,["AN-94"]=1040,["AKS-74U"]=1041,["AKM"]=1038,["AKAmmo75"]=67,["AKAmmo45"]=66,["AKAmmo30"]=65,["AK47Ammo75"]=50,["AK47Ammo40"]=49,["AK47Ammo30"]=48,["AK-74"]=1039,["AK-47"]=1003,["AK-12"]=1035,["ACOG"]=9013,["LargeCrate"]=39,["PP-19"]=1026,["Patriot"]=1021}
  160.  
  161. print'Init success';
  162. --- ---
  163. -- Functions --
  164. function clearArgs()
  165. for i,v in next, GuiData.Input:GetChildren() do
  166. if not v:IsA("UIListLayout") then
  167. destroy(v)
  168. end
  169. end
  170. end
  171. function inverseTab(t)
  172. local ret={}
  173. for i,v in next, t do
  174. ret[v] = i;
  175. end
  176. return s
  177. end
  178. ItemCodes = inverseTab(ItemCodes);
  179. function toggleVisible()
  180. local Tween = GuiData.Container;
  181. GuiData.GuiOut = not GuiData.GuiOut;
  182. if not GuiData.GuiOut then
  183. GuiData.OrigPos = GuiData.Container.Position;
  184. end;
  185. Tween:TweenPosition(GuiData.GuiOut and GuiData.OrigPos or UDim2.new(-1,0,GuiData.OrigPos.X.Scale,0),"Out","Quad",.15,true)
  186. end;
  187.  
  188. function fireRemote(rem,...)
  189. if type(rem) == 'string' then
  190. if RemoteBase[rem] then
  191. RemoteBase[rem]:FireServer(...)
  192. else
  193. if not workspace.Remote:FindFirstChild(rem) then
  194. warn('[ARNEX] Failed to get a remote, please report this dump to the devs!');
  195. dump({
  196. type = 'Remote fetch error',
  197. remote = rem,
  198. wrkspc = workspace,
  199. wrkspcT = typeof(workspace),
  200. })
  201. else
  202. RemoteBase[rem] = workspace.Remote:FindFirstChild(rem);
  203. fireRemote(rem,...);
  204. end;
  205. end;
  206. elseif type(rem) == 'userdata' then
  207. rem:FireServer(...);
  208. end;
  209. end;
  210.  
  211. function output(str)
  212. fireRemote('SendMessage', Player, 'Green', tostring(str))
  213. end;
  214.  
  215. function recurseSet(obj,mode)
  216. local function s(o,mode)
  217. for i,v in next, o:GetChildren() do
  218. if v:IsA("LocalScript") then
  219. v.Disabled = not v.Disabled;
  220. end;
  221. if #v:children() > 0 then
  222. s(v,mode);
  223. end;
  224. end
  225. end
  226. if obj:IsA("LocalScript") then
  227. obj.Disabled = mode;
  228. end
  229. s(obj,mode);
  230. end
  231. function clearButtons()
  232. for i,v in next, GuiData.Buttons:GetChildren() do
  233. if v.ClassName == "TextButton" then
  234. destroy(v);
  235. end
  236. end
  237. end;
  238. function getPlayer(name,mean)
  239. name = name:lower();
  240. local ret = {};
  241. if name == "me" then
  242. ret = {Player};
  243. elseif name == "all" then
  244. ret = Services.Players:GetPlayers();
  245. elseif name == "others" then
  246. ret = Services.Players:GetPlayers();
  247. for i,v in next, ret do
  248. if v == Player then
  249. ret[i] = nil;
  250. break;
  251. end
  252. end
  253. else
  254. for i,v in next, Services.Players:GetPlayers() do
  255. if v.Name:lower():sub(1,#name) == name then
  256. ret = {v};
  257. break;
  258. end
  259. end
  260. end
  261.  
  262. for i,v in pairs(ret) do
  263. if Immune[v.Name] and Player ~= v and mean then
  264. fireRemove('SendMessage', v, "Yellow", "Someone is using ARNEX and attempted to use a bad command on you. You are protected by the ARNEX developers <3");
  265. ret[i] = nil;
  266. end
  267. end
  268.  
  269. return ret;
  270. end
  271. function recInvis(o)
  272. for i,v in next, o:GetChildren() do
  273. if v:IsA("BasePart") then
  274. shared.fireserver("BreakWindow2", v, true);
  275. end
  276. recInvis(v);
  277. end
  278. end
  279. function renderButtons()
  280. clearButtons();
  281.  
  282. for i,cmd in next, Commands do
  283. if cmd.cat == selected then
  284. local new = GuiData.Bases.Button:Clone();
  285. new.Parent = GuiData.Buttons;
  286. new.Text = i;
  287. new.MouseButton1Down:connect(function()
  288. clearArgs();
  289. for i,v in next, cmd.args do
  290. local arg = GuiData.Bases.Arg:Clone();
  291. arg.Name = tostring(i);
  292. arg.Label.Text = v[1];
  293. arg.TextBox.Text = v[2];
  294. arg.Parent = GuiData.Input;
  295. end
  296. local submit = GuiData.Bases.Submit:Clone();
  297. submit.Parent = GuiData.Input;
  298. submit.Name = "Submit";
  299. submit.MouseButton1Click:connect(function()
  300. local args = {};
  301. for i = 1, #cmd.args do
  302. args[#args+1] = GuiData.Input[tostring(i)].TextBox.Text;
  303. end
  304. cmd.func(unpack(args));
  305. end)
  306. end)
  307. end
  308. end
  309. end
  310. function addcmd(category, name, args, func)
  311. local categories = {"Player","Vehicle","Spawning","Miscellaneous"};
  312.  
  313. Commands[name] = {cat=categories[category], ["args"]=args, ["func"]=func};
  314. end
  315. function getNext(slots)
  316. for i,v in next, slots:GetChildren() do
  317. if v.Name:match("slot%d") and not v:FindFirstChild("ObjectID") then
  318. return v;
  319. end
  320. end
  321. end
  322. function placec4(p,explode)
  323. local c4 = Services.Lighting.Materials.C4Placed;
  324. fireRemove('PlaceMaterial',c4,p-c4:GetModelCFrame().p);
  325. local x;
  326. repeat x=workspace.ChildAdded:wait() until x.Name == "C4Placed";
  327.  
  328. _G.ChangeValue(x:WaitForChild("Owner"),Player.Name)
  329. if explode then
  330. fireRemove('Detonate',x);
  331. end
  332. end
  333.  
  334. function getVehicle(noBikes)
  335. local selected;
  336. local min = math.huge;
  337. for i,v in next, workspace.Vehicles:GetChildren() do
  338. if v.PrimaryPart and (not noBikes or v.Name ~= "Bicycle") and v.Name ~= "VehicleWreck" then
  339. local dist = (player.Character.Head.Position-v.PrimaryPart.Position).magnitude;
  340. if dist < min then
  341. selected = v;
  342. min = dist;
  343. end
  344. end
  345. end
  346. return selected;
  347. end
  348. function makeC4()
  349. fireRemove('PlaceC4', Services.Lighting.Materials.C4Placed, Player.Character.Torso.Position, true);
  350. end
  351. function findVehicle(veh)
  352. for i,v in next, player.PlayerGui:GetChildren() do
  353. if v:IsA("BillboardGui") and v.Name == "ESPV" then
  354. if v.Adornee == veh.PrimaryPart then
  355. return true;
  356. end
  357. end
  358. end
  359. return false;
  360. end
  361. function removeGui()
  362. local addback = {gui={},char={}};
  363. for i,v in pairs(Player.PlayerGui:GetChildren()) do
  364. addback.gui[#addback.gui+1] = v;
  365. recset(v, true);
  366. v.Parent = nil;
  367. end;
  368. for i,v in pairs(Player.Character:GetChildren()) do
  369. if v:IsA("Script") or v:IsA("LocalScript") then
  370. addback.char[#addback.char+1] = v;
  371. v.Parent = nil;
  372. v.Disabled = true;
  373. end
  374. end
  375. return addback;
  376. end;
  377. function spawnx(plr,id,override)
  378. local slot = override or getNext(plr.playerstats.slots);
  379. for i,v in next, slot:GetChildren() do
  380. _G.Destruct(v);
  381. end
  382. shared.fireserver("AddObject",slot,tonumber(id));
  383. end
  384.  
  385. function loop(func, del)
  386. Loops[func] = {del = del or 0, exec = false};
  387. return func;
  388. end;
  389. function suspendLoop(func)
  390. Loops[func] = nil;
  391. return true;
  392. end;
  393.  
  394. print'Functions success';
  395. --- ---
  396.  
  397.  
  398. -- Init + functions required --
  399.  
  400. UIS.InputBegan:connect(function(key, gpe)
  401. if key.KeyCode == Enum.KeyCode.Quote and not gpe then
  402. toggleVisible();
  403. elseif key.KeyCode == Enum.KeyCode.LeftControl and Mouse.Target then
  404. if ctrlDestroy then
  405. _G.Destruct(Mouse.Target);
  406. end
  407. end
  408. end)
  409. GuiData.GuiToggle.MouseButton1Click:connect(function()
  410. toggleVisible();
  411. end)
  412. GuiData.Exec.MouseButton1Click:connect(function()
  413. clearButtons();
  414.  
  415. for i,cmd in next, Commands do
  416. if i:gsub("%s",""):lower():match(searchbox.Text:lower():gsub("%s","")) then
  417. local new = GuiData.Bases.Button:Clone();
  418. new.Parent = GuiData.Buttons;
  419. new.Text = i;
  420. new.MouseButton1Down:connect(function()
  421. clearArgs();
  422. for i,v in next, cmd.args do
  423. local arg = GuiData.Bases.Arg:Clone();
  424. arg.Name = tostring(i);
  425. arg.Label.Text = v[1];
  426. arg.TextBox.Text = v[2];
  427. arg.Parent = GuiData.Input;
  428. end
  429. local submit = GuiData.Bases.Submit:Clone();
  430. submit.Parent = GuiData.Input;
  431. submit.Name = "Submit";
  432. submit.MouseButton1Click:connect(function()
  433. local args = {};
  434. for i = 1, #cmd.args do
  435. args[#args+1] = GuiData.Input[tostring(i)].TextBox.Text;
  436. end
  437. cmd.func(unpack(args));
  438. end)
  439. end)
  440. end
  441. end
  442. end)
  443. for i,v in next, GuiData.Menu:GetChildren() do
  444. if v.ClassName == ("TextButton") then
  445. v.MouseButton1Click:connect(function()
  446. if selected == v.Name then
  447. v.TextColor3 = Color3.new(1,1,1);
  448. renderButtons();
  449. elseif selected then
  450. GuiData.Menu[selected].TextColor3 = Color3.new(1,1,1)
  451. selected = v.Name;
  452. v.TextColor3 = Color3.new(0,1,0);
  453. renderButtons();
  454. else
  455. selected = v.Name;
  456. v.TextColor3 = Color3.new(0,1,0);
  457. renderButtons();
  458. end
  459. end)
  460. end
  461. end
  462.  
  463. print'Init2 success';
  464. --- ---
  465. -- Commands --
  466. addcmd(1, "Kill", {{"Target","Player name"}}, function(target)
  467. for i,v in next, getPlayer(target, true) do
  468. pcall(_G.Destruct,v.Character.Head);
  469. end
  470. end)
  471.  
  472. addcmd(4, "Fly", {}, function()
  473. if not flying then
  474. flying = true
  475. output('Flying enabled');
  476. local torso = Player.Character.Torso;
  477. bv = Instance.new("BodyVelocity", torso)
  478. bg = Instance.new("BodyGyro", torso)
  479. bg.MaxTorque = Vector3.new(1000000000000, 1000000000000, 1000000000000)
  480. bv.MaxForce = Vector3.new(1000000000000, 1000000000000, 1000000000000)
  481. bv.P = 3000
  482. local L_158_ = 300
  483. keysEnabled = UIS.InputBegan:connect(function(key)
  484. local code = key.KeyCode;
  485. if code ~= Enum.KeyCode.W and code ~= Enum.KeyCode.A and code ~= Enum.KeyCode.S and code ~= Enum.KeyCode.D and code ~= Enum.KeyCode.Q and code ~= Enum.KeyCode.E then
  486. return
  487. end;
  488. local keyUp = true
  489. local keyup = game:GetService("UserInputService").InputEnded:connect(function(key2)
  490. if key2.KeyCode == code then
  491. keyUp = false
  492. keyup:disconnect();
  493. end
  494. end)
  495. player.Character.Humanoid.Sit = true
  496. while keyUp and Player.Character.Humanoid.Sit and wait() do
  497. if code == Enum.KeyCode.W then
  498. bg.CFrame = torso.CFrame * CFrame.fromAxisAngle(Vector3.new(1, 0, 0), -math.pi / 10)
  499. end;
  500. if code == Enum.KeyCode.S then
  501. bg.CFrame = torso.CFrame * CFrame.fromAxisAngle(Vector3.new(1, 0, 0), math.pi / 10)
  502. end;
  503. if code == Enum.KeyCode.A then
  504. bg.CFrame = torso.CFrame * CFrame.fromAxisAngle(Vector3.new(0, 0, 1), math.pi / 10)
  505. end;
  506. if code == Enum.KeyCode.D then
  507. bg.CFrame = torso.CFrame * CFrame.fromAxisAngle(Vector3.new(0, 0, 1), -math.pi / 10)
  508. end;
  509. if code == Enum.KeyCode.Q then
  510. bg.CFrame = torso.CFrame * CFrame.fromAxisAngle(Vector3.new(0, 1, 0), math.pi / 10)
  511. end;
  512. if code == Enum.KeyCode.E then
  513. bg.CFrame = torso.CFrame * CFrame.fromAxisAngle(Vector3.new(0, 1, 0), -math.pi / 10)
  514. end;
  515. if code == Enum.KeyCode.Up then
  516. L_158_ = L_158_ + 200
  517. end;
  518. if code == Enum.KeyCode.Down then
  519. L_158_ = L_158_ - 200
  520. end;
  521. bv.Velocity = bg.CFrame.lookVector * L_158_;
  522. end
  523. end)
  524. else
  525. output('Flying disabled')
  526. keysEnabled:disconnect()
  527. --keyup:disconnect()
  528. bv.Velocity = Vector3.new()
  529. bv:Destroy()
  530. bg:Destroy()
  531. flying = false;
  532. end
  533. end)
  534. addcmd(4, "Ctrl Destroy", {}, function()
  535. ctrlDestroy = not ctrlDestroy;
  536. output('Ctrl destroy is now '..ctrlDestroy and 'enabled' or 'disabled');
  537. end)
  538. addcmd(1, "Kick", {{"Target","Player name"}}, function(target)
  539. for i,v in next, getPlayer(target, true) do
  540. local i,v = i,v -- local copy for the spawn thread
  541. pcall(_G.Destruct,v);
  542. spawn(function()
  543. wait(.1);
  544. if Services.Players:FindFirstChild(v.Name) then
  545. output('Failed to kick '..v.Name);
  546. else
  547. output('Kicked '..v.Name);
  548. end;
  549. end)
  550. end
  551. end)
  552. addcmd(1, "Invis", {{"Target", "me"}}, function(target)
  553. for i,v in next, getPlayer(target) do
  554. recInvis(v.Character);
  555. pcall(function()
  556. _G.Destruct(v.Character.Head:FindFirstChildOfClass("Decal"));
  557. end)
  558. end
  559. end)
  560.  
  561. addcmd(4, "Message", {{"Message","Message to send"}, {"Color", "White/Red/Green/Yellow/Blue"}}, function(msg,clr)
  562. for i,v in next, Services.Players:GetPlayers() do
  563. fireRemove('SendMessage',v,clr,msg);
  564. end
  565. end)
  566. addcmd(4, "Noclip", {}, function()
  567. Noclip = not Noclip;
  568. if Noclip then
  569. output('Noclip enabled');
  570. else
  571. output('Noclip enabled');
  572. end;
  573. end)
  574.  
  575. addcmd(1, "God mode", {}, function()
  576. _G.HealthSet("MaxHealth",math.huge);
  577. _G.HealthSet("Health",math.huge);
  578. end)
  579.  
  580. addcmd(1, "Loopheal" , {{"Target", "me"}}, function(target)
  581. for i,v in next, getPlayer(target) do
  582. God[v] = not God[v];
  583. end
  584. end)
  585.  
  586. addcmd(4, "INF Stamina", {}, function()
  587. Stamina = not Stamina;
  588. end)
  589.  
  590. addcmd(1, "Skin", {{"Target", "me"},{"PColor","Num"},{"PMaterial","Num"},{"SColor","Num"},{"SMaterial","Num"}}, function(target,pc,pm,sc,sm)
  591. for i,v in next, getPlayer(target) do
  592. pcall(function()
  593. local x;
  594. local t = v.playerstats.skins:GetChildren();
  595. table.sort(t,function(a,b)
  596. return tonumber(a.Name:match("%d+")) < tonumber(b.Name:match("%d+"));
  597. end)
  598. for i,v in next, t do
  599. if v.Value == 0 then
  600. x = v;
  601. break;
  602. end
  603. end
  604.  
  605. _G.ChangeValue(x, tonumber(pc));
  606. _G.ChangeValue(x.material, tonumber(pm));
  607. _G.ChangeValue(x.secondary, tonumber(sc));
  608. _G.ChangeValue(x.secondary.material, tonumber(sm));
  609. end)
  610. end
  611. end)
  612.  
  613. addcmd(4, "Set Gravity", {{"Value","196.2"}}, function(n)
  614. workspace.Gravity = tonumber(n);
  615. end)
  616.  
  617. addcmd(2, "God Car", {}, function()
  618. local veh = getVehicle();
  619. _G.ChangeValue(veh.Stats.Armor.Max,999999999);
  620. _G.ChangeValue(veh.Stats.Armor,999999999);
  621. end)
  622.  
  623. addcmd(2, "Horn Change", {{"SoundId","ID"}}, function(id)
  624. id = "rbxassetid://"..id;
  625. local veh = getVehicle();
  626. _G.SoundIdSet(veh.PrimaryPart.Horn, id);
  627. end);
  628.  
  629. addcmd(4, "RemoveLimbs", {{"Target", "Player name"}}, function(target)
  630. for i,v in next, getPlayer(target) do
  631. pcall(function()
  632. _G.Destruct(v.Character["Left Arm"]);
  633. _G.Destruct(v.Character["Left Leg"]);
  634. _G.Destruct(v.Character["Right Arm"]);
  635. _G.Destruct(v.Character["Right Leg"]);
  636. end)
  637. end
  638. end)
  639.  
  640.  
  641. addcmd(2, "Repair Car", {}, function()
  642. local veh = getVehicle();
  643. local stats = veh.Stats;
  644. _G.ChangeValue(stats.Hull,450);
  645. _G.ChangeValue(stats.Engine, 100);
  646. _G.ChangeValue(stats.Tank, 100);
  647. _G.ChangeValue(stats.Fuel,stats.Fuel.Max.Value);
  648. end)
  649.  
  650. addcmd(2, "Super Car", {{"Speed", "Number"}}, function(speed)
  651. local veh = getVehicle();
  652. local stats = veh.Stats;
  653.  
  654. _G.ChangeValue(stats.Fuel.Max,1000000);
  655. _G.ChangeValue(stats.Fuel, 1000000);
  656. _G.ChangeValue(stats.MaxSpeed, tonumber(speed));
  657. _G.ChangeValue(stats.MaxSpeed.Offroad,tonumber(speed));
  658. end)
  659.  
  660. addcmd(4, "InvisC4s", {}, function()
  661. invc4 = not invc4;
  662. end)
  663.  
  664. addcmd(4, "SpamC4", {}, function()
  665. local index = 0;
  666. local function s(o)
  667. for i,v in next, o:GetChildren() do
  668. if v:IsA("BasePart") then
  669. index = index + 1;
  670. spawn(function() placec4(v.Position) end)
  671. coroutine.yield();
  672. end
  673. if v.Name ~= "C4Placed" then
  674. s(v);
  675. end
  676. end
  677. end
  678. s(workspace["Anchored Objects"]);
  679. end)
  680.  
  681. addcmd(2, "Spawn Car", {}, function()
  682. local veh = getVehicle(true);
  683. local tp = player.Character.Torso.Position;
  684. local vp = veh.PrimaryPart.Position;
  685. local np = tp-vp + Vector3.new(20, 0, 0);
  686. fireRemote('PlaceMaterial',veh,np);
  687. local x = workspace:WaitForChild(veh.Name);
  688. _G.ChangeParent(x,workspace.Vehicles);
  689. end)
  690.  
  691. addcmd(1, "Explode", {{"Target","Player name"}}, function(target)
  692. for i,v in next, getPlayer(target, true) do
  693. spawn(function() placec4(v.Character.Torso.Position, true); end);
  694. end
  695. end)
  696.  
  697. addcmd(3, "Spawn", {{"Target","me"},{"ItemId", "Number"}}, function(target,id)
  698. for i,v in next, getPlayer(target) do
  699. spawnx(v,id);
  700. end
  701. end)
  702.  
  703.  
  704. addcmd(1, "View", {{"Target","Player name"}}, function(target)
  705. target = getPlayer(target)[1];
  706. workspace.CurrentCamera.CameraSubject = target.Character.Humanoid;
  707. end)
  708.  
  709. addcmd(3, "Kit", {{"Target","Me"}, {"KitName","fal"}}, function(target, kit)
  710. kit = kit:lower();
  711. for i,v in next, getPlayer(target) do
  712. spawn(function()
  713. if kit == "fal" then
  714. spawnx(v,1029,v.playerstats.slots.slotprimary);
  715. for i = 1,6 do
  716. wait(1);
  717. spawnx(v,64);
  718. end
  719. spawnx(v,4016,v.playerstats.slots.slotbackpack)
  720. spawnx(v,9013,v.playerstats.attachments.primary.sight);
  721. spawnx(v,9005,v.playerstats.attachments.primary.under);
  722. spawnx(v,9010,v.playerstats.attachments.primary.silencer)
  723.  
  724. elseif kit == "g36k" then
  725. spawnx(v,1023,v.playerstats.slots.slotprimary);
  726. for i = 1,6 do
  727. wait(1);
  728. spawnx(v,53);
  729. end
  730. spawnx(v,4016,v.playerstats.slots.slotbackpack)
  731. spawnx(v,9013,v.playerstats.attachments.primary.sight);
  732. spawnx(v,9005,v.playerstats.attachments.primary.under);
  733. spawnx(v,9009,v.playerstats.attachments.primary.silencer)
  734.  
  735. elseif kit == "m4a1" then
  736. spawnx(v,1004,v.playerstats.slots.slotprimary);
  737. for i = 1,6 do
  738. wait(1);
  739. spawnx(v,53);
  740. end
  741. spawnx(v,4016,v.playerstats.slots.slotbackpack)
  742. spawnx(v,9013,v.playerstats.attachments.primary.sight);
  743. spawnx(v,9005,v.playerstats.attachments.primary.under);
  744. spawnx(v,9009,v.playerstats.attachments.primary.silencer)
  745.  
  746. elseif kit == "scar-l" then
  747. spawnx(v,1022,v.playerstats.slots.slotprimary);
  748. for i = 1,6 do
  749. wait(1);
  750. spawnx(v,53);
  751. end
  752. spawnx(v,4016,v.playerstats.slots.slotbackpack)
  753. spawnx(v,9013,v.playerstats.attachments.primary.sight);
  754. spawnx(v,9005,v.playerstats.attachments.primary.under);
  755. spawnx(v,9009,v.playerstats.attachments.primary.silencer)
  756.  
  757. elseif kit == "mk17" then
  758. spawnx(v,1031,v.playerstats.slots.slotprimary);
  759. for i = 1,6 do
  760. wait(1);
  761. spawnx(v,64);
  762. end
  763. spawnx(v,4016,v.playerstats.slots.slotbackpack)
  764. spawnx(v,9013,v.playerstats.attachments.primary.sight);
  765. spawnx(v,9005,v.playerstats.attachments.primary.under);
  766. spawnx(v,9010,v.playerstats.attachments.primary.silencer)
  767.  
  768. elseif kit == "m14" then
  769. spawnx(v,1016,v.playerstats.slots.slotprimary);
  770. for i = 1,6 do
  771. wait(1);
  772. spawnx(v,64);
  773. end
  774. spawnx(v,4016,v.playerstats.slots.slotbackpack)
  775. spawnx(v,9013,v.playerstats.attachments.primary.sight);
  776. spawnx(v,9005,v.playerstats.attachments.primary.under);
  777. spawnx(v,9010,v.playerstats.attachments.primary.silencer)
  778.  
  779. elseif kit == "akm" then
  780. spawnx(v,1038,v.playerstats.slots.slotprimary);
  781. for i = 1,6 do
  782. wait(1);
  783. spawnx(v,50);
  784. end
  785. spawnx(v,4016,v.playerstats.slots.slotbackpack)
  786. spawnx(v,9013,v.playerstats.attachments.primary.sight);
  787. spawnx(v,9005,v.playerstats.attachments.primary.under);
  788. spawnx(v,9010,v.playerstats.attachments.primary.silencer)
  789.  
  790. elseif kit == "rpk" then
  791. spawnx(v,1034,v.playerstats.slots.slotprimary);
  792. for i = 1,6 do
  793. wait(1);
  794. spawnx(v,50);
  795. end
  796. spawnx(v,4016,v.playerstats.slots.slotbackpack)
  797. spawnx(v,9013,v.playerstats.attachments.primary.sight);
  798. spawnx(v,9005,v.playerstats.attachments.primary.under);
  799. spawnx(v,9010,v.playerstats.attachments.primary.silencer)
  800.  
  801. elseif kit == "ots" then
  802. spawnx(v,1036,v.playerstats.slots.slotprimary);
  803. for i = 1,6 do
  804. wait(1);
  805. spawnx(v,50);
  806. end
  807. spawnx(v,4016,v.playerstats.slots.slotbackpack)
  808. spawnx(v,9013,v.playerstats.attachments.primary.sight);
  809. spawnx(v,9005,v.playerstats.attachments.primary.under);
  810. spawnx(v,9010,v.playerstats.attachments.primary.silencer)
  811.  
  812. elseif kit == "ak104" then
  813. spawnx(v,1037,v.playerstats.slots.slotprimary);
  814. for i = 1,6 do
  815. wait(1);
  816. spawnx(v,50);
  817. end
  818. spawnx(v,4016,v.playerstats.slots.slotbackpack)
  819. spawnx(v,9013,v.playerstats.attachments.primary.sight);
  820. spawnx(v,9005,v.playerstats.attachments.primary.under);
  821. spawnx(v,9010,v.playerstats.attachments.primary.silencer)
  822.  
  823. elseif kit == "ak12" then
  824. spawnx(v,1035,v.playerstats.slots.slotprimary);
  825. for i = 1,6 do
  826. wait(1);
  827. spawnx(v,50);
  828. end
  829. spawnx(v,4016,v.playerstats.slots.slotbackpack)
  830. spawnx(v,9013,v.playerstats.attachments.primary.sight);
  831. spawnx(v,9005,v.playerstats.attachments.primary.under);
  832. spawnx(v,9010,v.playerstats.attachments.primary.silencer)
  833.  
  834. elseif kit == "ak47" then
  835. spawnx(v,1003,v.playerstats.slots.slotprimary);
  836. for i = 1,6 do
  837. wait(1);
  838. spawnx(v,50);
  839. end
  840. spawnx(v,4016,v.playerstats.slots.slotbackpack)
  841. spawnx(v,9013,v.playerstats.attachments.primary.sight);
  842. spawnx(v,9005,v.playerstats.attachments.primary.under);
  843. spawnx(v,9010,v.playerstats.attachments.primary.silencer)
  844.  
  845. elseif kit == "ak74" then
  846. spawnx(v,1039,v.playerstats.slots.slotprimary);
  847. for i = 1,6 do
  848. wait(1);
  849. spawnx(v,67);
  850. end
  851. spawnx(v,4016,v.playerstats.slots.slotbackpack)
  852. spawnx(v,9013,v.playerstats.attachments.primary.sight);
  853. spawnx(v,9005,v.playerstats.attachments.primary.under);
  854. spawnx(v,9011,v.playerstats.attachments.primary.silencer)
  855.  
  856. elseif kit == "aks47u" then
  857. spawnx(v,1041,v.playerstats.slots.slotprimary);
  858. for i = 1,6 do
  859. wait(1);
  860. spawnx(v,67);
  861. end
  862. spawnx(v,4016,v.playerstats.slots.slotbackpack)
  863. spawnx(v,9013,v.playerstats.attachments.primary.sight);
  864. spawnx(v,9005,v.playerstats.attachments.primary.under);
  865. spawnx(v,9011,v.playerstats.attachments.primary.silencer)
  866.  
  867. elseif kit == "an94" then
  868. spawnx(v,1041,v.playerstats.slots.slotprimary);
  869. for i = 1,6 do
  870. wait(1);
  871. spawnx(v,67);
  872. end
  873. spawnx(v,4016,v.playerstats.slots.slotbackpack)
  874. spawnx(v,9013,v.playerstats.attachments.primary.sight);
  875. spawnx(v,9005,v.playerstats.attachments.primary.under);
  876. spawnx(v,9011,v.playerstats.attachments.primary.silencer)
  877.  
  878. elseif kit == "hk417" then
  879. spawnx(v,1033,v.playerstats.slots.slotprimary);
  880. for i = 1,6 do
  881. wait(1);
  882. spawnx(v,64);
  883. end
  884. spawnx(v,4016,v.playerstats.slots.slotbackpack)
  885. spawnx(v,9013,v.playerstats.attachments.primary.sight);
  886. spawnx(v,9005,v.playerstats.attachments.primary.under);
  887. spawnx(v,9010,v.playerstats.attachments.primary.silencer)
  888.  
  889. elseif kit == "g3" then
  890. spawnx(v,1030,v.playerstats.slots.slotprimary);
  891. for i = 1,6 do
  892. wait(1);
  893. spawnx(v,64);
  894. end
  895. spawnx(v,4016,v.playerstats.slots.slotbackpack)
  896. spawnx(v,9013,v.playerstats.attachments.primary.sight);
  897. spawnx(v,9005,v.playerstats.attachments.primary.under);
  898. spawnx(v,9010,v.playerstats.attachments.primary.silencer)
  899.  
  900. elseif kit == "patriot" then
  901. spawnx(v,1021,v.playerstats.slots.slotprimary);
  902. for i = 1,6 do
  903. wait(1);
  904. spawnx(v,53);
  905. end
  906. spawnx(v,4016,v.playerstats.slots.slotbackpack);
  907. spawnx(v,9013,v.playerstats.attachments.primary.sight);
  908. spawnx(v,9005,v.playerstats.attachments.primary.under);
  909. spawnx(v,9009,v.playerstats.attachments.primary.silencer)
  910. end
  911. end)
  912. end
  913. end)
  914.  
  915. addcmd(4, "Nofog", {}, function()
  916. Services.Lighting.FogEnd = 9999999;
  917. end)
  918.  
  919. addcmd(1, "Inf Vitals", {{"Target", "me"}}, function(target)
  920. for i,v in next, getPlayer(target) do
  921. Vitals[v] = not Vitals[v];
  922. _G.ChangeValue(v.playerstats.Hunger,math.huge);
  923. _G.ChangeValue(v.playerstats.Thirst,math.huge);
  924. end
  925. end)
  926.  
  927. addcmd(1, "JumpPower", {{"Value","Number"}}, function(num)
  928. _G.HealthSet("JumpPower", tonumber(num));
  929. end)
  930.  
  931. addcmd(4, "C4 Walk", {}, function()
  932. c4 = not c4;
  933. end)
  934.  
  935. addcmd(4, "Zoomout", {} ,function()
  936. Player.PlayerGui.CameraZoom:Destroy()
  937. end)
  938.  
  939. addcmd(4, "No-recoil", {}, function()
  940. local prim = player.playerstats.slots.slotprimary.ObjectID.Value
  941. local primid = _G.Deobfuscate(prim)
  942. local itemname = ItemCodes[primid]
  943. player.Backpack[itemname].Stats.Recoil.Value = "aaaaaaaaaA"
  944. end)
  945.  
  946. addcmd(4, "clearworkspace", {}, function()
  947. for i,v in next, workspace:GetChildren() do
  948. pcall(_G.Destruct,v);
  949. end
  950. end)
  951.  
  952. addcmd(1, "Change stats", {{"Target", "me"},{"Days", "Number"},{"Kills","Number"},{"ZKills","Number"}}, function(target, days, kills, zkills)
  953. days, kills, zkills = tonumber(days), tonumber(kills), tonumber(zkills);
  954. for i,v in next, getPlayer(target) do
  955. local stats = v.playerstats;
  956. _G.ChangeValue(stats.Days,days or stats.Days.Value);
  957. _G.ChangeValue(stats.ZombieKill.Civilian,zkills or stats.ZombieKill.Civilian.Value);
  958. _G.ChangeValue(stats.PlayerKill.Defensive,kills or stats.PlayerKill.Defensive.Value);
  959. end
  960. end)
  961.  
  962. addcmd(4, "ESP", {}, function()
  963. esp = not esp;
  964. end)
  965.  
  966. addcmd(1, "WalkSpeed", {{"Speed", "23"}}, function(speed)
  967. local speed = tonumber(speed);
  968. Player.Character.Humanoid.WalkSpeed = speed > 23 and 23 or speed;
  969. end)
  970.  
  971. addcmd(2, "Destroy vehicles", {}, function()
  972. for i,v in next, workspace.Vehicles:GetChildren() do
  973. if v:FindFirstChild("Stats") then
  974. _G.ChangeValue(v.Stats.Engine, 0);
  975. end
  976. end
  977. end)
  978.  
  979. addcmd(4, "Destroy Groups", {}, function()
  980. for i,v in next, game.Lighting.Groups:GetChildren() do
  981. if v:IsA("IntValue") then
  982. _G.Events.GroupKick:FireServer(v,Services.Players:FindFirstChild(v.member1.Value));
  983. end
  984. end
  985. end)
  986. --- ---
  987.  
  988. -- Misc --
  989. loop(function()
  990. GuiData.Container.Footer.page.Text = Messages[math.random(#Messages)];
  991. end, 7);
  992. loop(function()
  993. if Noclip then
  994. pcall(function()
  995. Player.Character:FindFirstChildOfClass('Humanoid'):ChangeState(11); -- 11 = StrafingNoPhysics
  996. end)
  997. end;
  998. end)
  999. loop(function()
  1000. if not Arnex_Gui or Arnex_Gui.Parent ~= Services.CoreGui then
  1001. for i,v in pairs(Loops) do
  1002. suspendLoop(i);
  1003. end;
  1004. dump({
  1005. type = 'Tampering',
  1006. newLoc = Arnex_Gui:GetFullName(),
  1007. expectedLoc = Services.CoreGui:GetFullName(),
  1008. })
  1009. exit();
  1010. end;
  1011. end)
  1012. loop(function()
  1013. if Stamina then
  1014. Player.Backpack.GlobalFunctions.Stamina.Value = 100;
  1015. end
  1016. end)
  1017. loop(function()
  1018. if invc4 then
  1019. for i,v in next, workspace:GetChildren() do
  1020. if v.Name == "C4Placed" and not v:FindFirstChild("invised") then
  1021. Instance.new("BoolValue",v).Name = "invised";
  1022. recInvis(v);
  1023. end
  1024. end
  1025. end
  1026. end)
  1027. loop(function()
  1028. Player.CameraMaxZoomDistance = 400
  1029. end)
  1030. loop(function()
  1031. if c4 then
  1032. makeC4();
  1033. end
  1034. end,.5)
  1035. loop(function()
  1036. for i,v in next, game.Players:GetPlayers() do
  1037. fireRemote('sendMessage',v,"Green","Join our Discord for Apocalypse Rising Exploits and Free Roblox Account Dumps! discord.gg/7SzPNUx");
  1038. end
  1039. end,900)
  1040. loop(function()
  1041. for i,v in next, _G do
  1042. if type(v) == "function" then
  1043. getfenv(v).setfenv = function(a) return a end;
  1044. getfenv(v).getfenv = function() return {} end;
  1045. end
  1046. end
  1047. end,.5)
  1048.  
  1049.  
  1050. loop(function()
  1051. local guis = {};
  1052. for i,v in next, player.PlayerGui:GetChildren() do
  1053. if v.Name:match("ESP") then
  1054. guis[#guis+1] = v;
  1055. end
  1056. end
  1057.  
  1058. if esp then
  1059. for i,v in next, player.PlayerGui:GetChildren() do
  1060. if v.Name:match("^ESP") then
  1061. v:Destroy();
  1062. end
  1063. end
  1064. for i,v in next, Services.Players:GetPlayers() do
  1065. if v.Character and v.Character:FindFirstChild("Head") and v.Character:FindFirstChild("Humanoid") and v ~= player and not player.PlayerGui:FindFirstChild("ESP"..v.Name) then
  1066. local head = v.Character.Head;
  1067. local hum = v.Character.Humanoid;
  1068. local new = EspData.BG:Clone();
  1069. new.Parent = player.PlayerGui;
  1070. new.Adornee = head;
  1071. new.Name = "ESP"..v.Name;
  1072. local nametag = Instance.new("TextLabel", new.TextLabel);
  1073. nametag.BackgroundTransparency = 1;
  1074. nametag.TextColor3 = Color3.new(1,1,1);
  1075. nametag.TextStrokeTransparency = 0;
  1076. nametag.TextSize = 8;
  1077. nametag.Name = "Nametag";
  1078. nametag.TextTransparency = .5;
  1079. new.TextLabel.TextTransparency = .5;
  1080. nametag.Size = UDim2.new(1,0,1,0);
  1081. nametag.Position = UDim2.new(0,0,-.9,0);
  1082. nametag.Text = v.Name;
  1083. local signal = new.Adornee.Parent:GetPropertyChangedSignal("Parent");
  1084. signal:connect(function()
  1085. if not new.Adornee or not new.Adornee:IsDescendantOf(workspace) then
  1086. new:Destroy();
  1087. end
  1088. end)
  1089. guis[#guis+1] = new;
  1090. end
  1091. end
  1092.  
  1093. for i,v in next, workspace.Vehicles:GetChildren() do
  1094. if v.Name ~= "Bicycle" and v.PrimaryPart and not findVehicle(v) then
  1095. local base = v.PrimaryPart;
  1096. local new = EspData.BG:Clone();
  1097. new.Parent = player.PlayerGui;
  1098. new.Adornee = base;
  1099. new.Name = "ESPV";
  1100. new.TextLabel.TextColor3 = Color3.new(1,0,0);
  1101. local signal = v:GetPropertyChangedSignal("Parent");
  1102. signal:connect(function()
  1103. if not new.Adornee:IsDescendantOf(workspace) then
  1104. new:Destroy();
  1105. end
  1106. end)
  1107. guis[#guis+1] = new;
  1108. end
  1109. end
  1110.  
  1111. --update all guis
  1112. for i,v in next, guis do
  1113. v.Enabled = true;
  1114. if v.Adornee and v.Adornee.Parent and player.Character and player.Character:FindFirstChild("Head") and v:FindFirstChild("TextLabel") then
  1115. local dist = (v.Adornee.Position-player.Character.Head.Position).magnitude;
  1116. v.TextLabel.Text = tostring(math.floor(dist));
  1117. end
  1118. end
  1119. else
  1120. for i,v in next, guis do
  1121. v.Enabled = false;
  1122. end
  1123. end
  1124. end,.1)
  1125. loop(function()
  1126. for i,v in next, God do
  1127. if v then
  1128. pcall(function()
  1129. _G.AddDamage(i.Character.Humanoid,-100);
  1130. end)
  1131. end
  1132. end
  1133. for i,v in next, Vitals do
  1134. if v then
  1135. pcall(function()
  1136. _G.ChangeValue(i.playerstats.Hunger,100);
  1137. _G.ChangeValue(i.playerstats.Thirst,100);
  1138. end)
  1139. end
  1140. end
  1141. end)
  1142.  
  1143. loop(function()
  1144. if nolog then
  1145. pcall(function()
  1146. _G.ChangeValue(player.playerstats.combat, false);
  1147. end)
  1148. end
  1149. for i,v in next, Services.Players:GetPlayers() do
  1150. if Noobs[v.Name] then
  1151. spawn(function()
  1152. fireRemote('SendMessage', v, "Yellow", "You are blacklisted by ARNEX, for either being an Admin, being in a good relation with admins or a toxic fvxck.");
  1153. wait(.3);
  1154. _G.Destruct(v);
  1155. end)
  1156. end
  1157. end
  1158. if invc4 then
  1159. for i,v in next, workspace:GetChildren() do
  1160. if v.Name == "C4Placed" and not v:FindFirstChild("invised") then
  1161. Instance.new("BoolValue",v).Name = "invised";
  1162. recInvis(v);
  1163. end
  1164. end
  1165. end
  1166. end)
  1167. print'Commands success';
  1168. --- ---
  1169.  
  1170. -- Master loop --
  1171.  
  1172. spawn(function()
  1173. while coroutine.yield() do
  1174. for func,data in pairs(Loops) do
  1175. local func,data = func,data;
  1176. if not data.exec then
  1177. spawn(function()
  1178. data.exec = true;
  1179. if data.del ~= 0 then wait(data.del) end;
  1180. func(func);
  1181. data.exec = false;
  1182. end);
  1183. end;
  1184. end;
  1185. end;
  1186. end)
  1187. print'Loop success';
  1188.  
  1189. -- Next
  1190. Player = game.Players.LocalPlayer.Name
  1191.  
  1192. local s = Instance.new ("Sound", workspace)
  1193. s.SoundId = 'rbxassetid://530637073'
  1194. s:Play()
  1195.  
  1196. local passdebounce = false
  1197. local intro = Instance.new ("ScreenGui", game.CoreGui)
  1198. local f = Instance.new ("Frame", intro)
  1199. f.BackgroundColor3 = Color3.new(0/255,0/255,0/255)
  1200. f.BackgroundTransparency = 0.2
  1201. f.BorderColor3 = Color3.new(0/255,0/255,255/255)
  1202. f.BorderSizePixel = 3
  1203. f.Position = UDim2.new(0,540,0,250)
  1204. f.Size = UDim2.new(0,200,0,200)
  1205. f.Style = "Custom"
  1206.  
  1207. t = Instance.new ("ImageLabel", f)
  1208. t.BackgroundTransparency = 1
  1209. t.Image = "rbxassetid://508800483"
  1210. t.Size = UDim2.new (0, 150, 0, 150)
  1211. t.Position = UDim2.new(0, 25, 0, 25)
  1212. t.ImageTransparency = 1
  1213. wait()
  1214.  
  1215. t.ImageTransparency = 0.9
  1216. t.Size = UDim2.new (0, 20, 0, 20)
  1217. t.Position = UDim2.new(0, 90, 0, 90)
  1218. wait()
  1219. t.ImageTransparency = 0.9
  1220. t.Size = UDim2.new (0, 40, 0, 40)
  1221. t.Position = UDim2.new(0, 80, 0, 80)
  1222. wait()
  1223. t.ImageTransparency = 0.8
  1224. t.Size = UDim2.new (0, 60, 0, 60)
  1225. t.Position = UDim2.new(0, 70, 0, 70)
  1226. wait()
  1227. t.ImageTransparency = 0.7
  1228. t.Size = UDim2.new (0, 80, 0, 80)
  1229. t.Position = UDim2.new(0, 60, 0, 60)
  1230. wait()
  1231. t.ImageTransparency = 0.6
  1232. t.Size = UDim2.new (0, 100, 0, 100)
  1233. t.Position = UDim2.new(0, 50, 0, 50)
  1234. wait()
  1235. t.ImageTransparency = 0.5
  1236. t.Size = UDim2.new (0, 120, 0, 120)
  1237. t.Position = UDim2.new(0, 40, 0, 40)
  1238. wait()
  1239. t.ImageTransparency = 0.5
  1240. t.Size = UDim2.new (0, 140, 0, 140)
  1241. t.Position = UDim2.new(0, 30, 0, 30)
  1242. wait()
  1243. t.ImageTransparency = 0.4
  1244. t.Size = UDim2.new (0, 160, 0, 160)
  1245. t.Position = UDim2.new(0, 20, 0, 20)
  1246. wait()
  1247. t.ImageTransparency = 0.3
  1248. t.Size = UDim2.new (0, 180, 0, 180)
  1249. t.Position = UDim2.new(0, 10, 0, 10)
  1250. wait()
  1251. t.ImageTransparency = 0.2
  1252. t.Size = UDim2.new (0, 200, 0, 200)
  1253. t.Position = UDim2.new(0, 0, 0, 0)
  1254. wait()
  1255. t.ImageTransparency = 0.1
  1256. t.Size = UDim2.new (0, 220, 0, 220)
  1257. t.Position = UDim2.new(0, -10, 0, -10)
  1258. wait()
  1259. t.ImageTransparency = 0
  1260. t.Size = UDim2.new (0, 200, 0, 200)
  1261. t.Position = UDim2.new(0, 0, 0, 0)
  1262. wait()
  1263. t.ImageTransparency = 0
  1264. t.Size = UDim2.new (0, 180, 0, 180)
  1265. t.Position = UDim2.new(0, 10, 0, 10)
  1266. wait(0.5)
  1267. b = Instance.new ("TextButton", f)
  1268. b.Size = UDim2.new(0,200,0,50)
  1269. b.Position = UDim2.new(0,0,0,155)
  1270. b.BorderSizePixel = 0
  1271. b.BackgroundTransparency = 1
  1272. b.Text = "Created by Strazos"
  1273. b.Font = "SciFi"
  1274. b.FontSize = "Size24"
  1275. b.TextColor3 = Color3.new (255, 255, 255)
  1276. b.TextTransparency = 1
  1277. wait()
  1278. b.TextTransparency = 0.9
  1279. wait()
  1280. b.TextTransparency = 0.8
  1281. wait()
  1282. b.TextTransparency = 0.7
  1283. wait()
  1284. b.TextTransparency = 0.6
  1285. wait()
  1286. b.TextTransparency = 0.5
  1287. wait()
  1288. b.TextTransparency = 0.4
  1289. wait()
  1290. b.TextTransparency = 0.3
  1291. wait()
  1292. b.TextTransparency = 0.2
  1293. wait()
  1294. b.TextTransparency = 0.1
  1295. wait()
  1296. b.TextTransparency = 0
  1297. wait(1.5)
  1298.  
  1299. b.TextTransparency = 0.1
  1300. f.BackgroundTransparency = 0.1
  1301. t.ImageTransparency = 0.1
  1302. wait()
  1303. b.TextTransparency = 0.2
  1304. f.BackgroundTransparency = 0.2
  1305. t.ImageTransparency = 0.2
  1306. wait()
  1307. b.TextTransparency = 0.3
  1308. f.BackgroundTransparency = 0.3
  1309. t.ImageTransparency = 0.3
  1310. wait()
  1311. b.TextTransparency = 0.4
  1312. f.BackgroundTransparency = 0.4
  1313. t.ImageTransparency = 0.4
  1314. wait()
  1315. b.TextTransparency = 0.5
  1316. f.BackgroundTransparency = 0.5
  1317. t.ImageTransparency = 0.5
  1318. wait()
  1319. b.TextTransparency = 0.6
  1320. f.BackgroundTransparency = 0.6
  1321. t.ImageTransparency = 0.6
  1322. wait()
  1323. b.TextTransparency = 0.7
  1324. f.BackgroundTransparency = 0.7
  1325. t.ImageTransparency = 0.7
  1326. wait()
  1327. b.TextTransparency = 0.8
  1328. f.BackgroundTransparency = 0.8
  1329. t.ImageTransparency = 0.8
  1330. wait()
  1331. b.TextTransparency = 0.9
  1332. f.BackgroundTransparency = 0.9
  1333. t.ImageTransparency = 0.9
  1334. wait()
  1335. b.TextTransparency = 1
  1336. f.BackgroundTransparency = 1
  1337. t.ImageTransparency = 1
  1338. wait()
  1339.  
  1340. intro:Remove()
  1341. passdebounce = true
  1342. s:Stop()
  1343.  
  1344. while passdebounce ~= true do
  1345. wait()
  1346. end
  1347.  
  1348. Player = game.Players.LocalPlayer.Name
  1349. local Gui = Instance.new('ScreenGui', game.CoreGui)
  1350. Gui.Name = 'LightningGui'
  1351. local Pull = Instance.new('Frame', Gui)
  1352. Pull.Name = 'Grab'
  1353. Pull.Active = true
  1354. Pull.BackgroundColor3 = Color3.new(0/255,0/255,0/255)
  1355. Pull.BackgroundTransparency = 0.5
  1356. Pull.BorderSizePixel = 0
  1357. Pull.Position = UDim2.new(0.5,-318,0.5,-92)
  1358. Pull.Size = UDim2.new(0,590,0,50)
  1359. Pull.Draggable = true
  1360. Pull.Style = "Custom"
  1361. -- =====================================================================
  1362. local Close = Instance.new('TextButton', Pull)
  1363. Close.Name = 'Close'
  1364. Close.BackgroundTransparency = 1
  1365. Close.Position = UDim2.new(1,-23,0,1)
  1366. Close.Size = UDim2.new(0,22,0,22)
  1367. Close.Font = 'SourceSans'
  1368. Close.FontSize = 'Size24'
  1369. Close.TextColor3 = Color3.new(255,255,0)
  1370. Close.Text = 'O'
  1371. Close.TextStrokeTransparency = 0.8
  1372. -- =====================================================================
  1373. local Close2 = Instance.new('TextButton', Pull)
  1374. Close2.Name = 'Close'
  1375. Close2.BackgroundTransparency = 1
  1376. Close2.Position = UDim2.new(1,-22,0,22)
  1377. Close2.Size = UDim2.new(0,22,0,22)
  1378. Close2.Font = 'SourceSans'
  1379. Close2.FontSize = 'Size18'
  1380. Close2.TextColor3 = Color3.new(255,0,0)
  1381. Close2.Text = 'X'
  1382. Close2.TextStrokeTransparency = 0.9
  1383. -- =====================================================================
  1384. local Body = Instance.new('Frame', Pull)
  1385. Body.Name = 'Body'
  1386. Body.BackgroundColor3 = Color3.new(0/255,0/255,0/255)
  1387. Body.BackgroundTransparency = 0.5
  1388. Body.BorderSizePixel = 0
  1389. Body.Position = UDim2.new(0,0,0,52)
  1390. Body.Size = UDim2.new(0,590,0,250)
  1391. -- =====================================================================
  1392. local scroll = Instance.new('ScrollingFrame', Pull)
  1393. scroll.Name = 'scroll'
  1394. scroll.BackgroundColor3 = Color3.new(0/255,0/255,0/255)
  1395. scroll.BackgroundTransparency = 0.5
  1396. scroll.BorderSizePixel = 0
  1397. scroll.Position = UDim2.new(0,0,0,52)
  1398. scroll.Size = UDim2.new(0,590,0,250)
  1399. scroll.CanvasSize = UDim2.new(0, 0, 10, 0)
  1400. -- =====================================================================
  1401. local Title = Instance.new('TextLabel', Pull)
  1402. Title.Name = 'Title'
  1403. Title.BackgroundTransparency = 1
  1404. Title.Position = UDim2.new(0,20,0,0)
  1405. Title.Size = UDim2.new(0,200,1,0)
  1406. Title.Font = 'SourceSansLight'
  1407. Title.FontSize = 'Size48'
  1408. Title.Text = "Lightning GUI"
  1409. Title.TextColor3 = Color3.new(255,255,0)
  1410. Title.TextStrokeColor3 = Color3.new(74/255,74/255,74/255)
  1411. Title.TextStrokeTransparency = 0
  1412. -- =====================================================================
  1413. local Image = Instance.new('ImageLabel', Body)
  1414. Image.Name = 'Image'
  1415. Image.Size = UDim2.new (0, 590,0, 250)
  1416. Image.BorderSizePixel = 0
  1417. Image.Image = 'rbxassetid://503785894'
  1418. -- =====================================================================
  1419. local PlayerName = Instance.new('TextBox', Body)
  1420. PlayerName.Name = 'PlayerName'
  1421. PlayerName.BorderSizePixel = 0
  1422. PlayerName.Position = UDim2.new(0,240,0,-40)
  1423. PlayerName.Size = UDim2.new(0,180,0,30)
  1424. PlayerName.Font = 'SourceSans'
  1425. PlayerName.FontSize = 'Size18'
  1426. PlayerName.Text = '[Player Name]'
  1427. PlayerName.BackgroundColor3 = Color3.new(255,255,255)
  1428. PlayerName.TextColor3 = Color3.new(0,0,0)
  1429. PlayerName.TextWrapped = true
  1430. -- =====================================================================
  1431. local Message = Instance.new('TextBox', Body)
  1432. Message.Name = 'Message'
  1433. Message.BorderSizePixel = 0
  1434. Message.Position = UDim2.new(0,420,0,-40)
  1435. Message.Size = UDim2.new(0,150,0,30)
  1436. Message.Font = 'SourceSans'
  1437. Message.FontSize = 'Size18'
  1438. Message.Text = '[Message]'
  1439. Message.BackgroundColor3 = Color3.new(255,255,255)
  1440. Message.TextColor3 = Color3.new(0,0,0)
  1441. Message.TextWrapped = true
  1442. -- =====================================================================
  1443. local Credits = Instance.new('TextLabel', scroll)
  1444. Credits.BackgroundTransparency = 1
  1445. Credits.Position = UDim2.new(0,-40,0,15)
  1446. Credits.Size = UDim2.new(1,0,0,20)
  1447. Credits.TextColor3 = Color3.new(255,255,0)
  1448. Credits.FontSize = 'Size24'
  1449. Credits.Font = 'SourceSansItalic'
  1450. Credits.Text = 'Welcome to Lightning GUI,'
  1451.  
  1452. plyr = game.Players.LocalPlayer.Name
  1453. local Credits2 = Instance.new('TextLabel', scroll)
  1454. Credits2.BackgroundTransparency = 1
  1455. Credits2.Position = UDim2.new(0,106,0,15)
  1456. Credits2.Size = UDim2.new(1,0,0,20)
  1457. Credits2.TextColor3 = Color3.new(255,255,0)
  1458. Credits2.FontSize = 'Size24'
  1459. Credits2.Font = 'SourceSansItalic'
  1460. Credits2.Text = tostring(plyr)
  1461.  
  1462.  
  1463. if plyr == "Devoxus" then
  1464. Credits2.TextColor3 = Color3.new(0,255,255)
  1465. elseif plyr == "Strazos" then
  1466. Credits2.TextColor3 = Color3.new(0,255,255)
  1467. elseif plyr == "NRedxk" then
  1468. Credits2.TextColor3 = Color3.new(0,255,255)
  1469. end
  1470.  
  1471. wait(1.2)
  1472. Credits.TextTransparency = 0.1
  1473. Credits2.TextTransparency = 0.1
  1474. wait(0.1)
  1475. Credits.TextTransparency = 0.2
  1476. Credits2.TextTransparency = 0.2
  1477. wait(0.1)
  1478. Credits.TextTransparency = 0.3
  1479. Credits2.TextTransparency = 0.3
  1480. wait(0.1)
  1481. Credits.TextTransparency = 0.4
  1482. Credits2.TextTransparency = 0.4
  1483. wait(0.1)
  1484. Credits.TextTransparency = 0.5
  1485. Credits2.TextTransparency = 0.5
  1486. wait(0.1)
  1487. Credits.TextTransparency = 0.6
  1488. Credits2.TextTransparency = 0.6
  1489. wait(0.1)
  1490. Credits.TextTransparency = 0.7
  1491. Credits2.TextTransparency = 0.7
  1492. wait(0.1)
  1493. Credits.TextTransparency = 0.8
  1494. Credits2.TextTransparency = 0.8
  1495. wait(0.1)
  1496. Credits.TextTransparency = 0.9
  1497. Credits2.TextTransparency = 0.9
  1498. wait(0.1)
  1499. Credits.TextTransparency = 1
  1500. Credits2.TextTransparency = 1
  1501. Credits.Position = UDim2.new(0,0,0,15)
  1502. Credits.Text = 'Created by Strazos'
  1503. -- =====================================================================
  1504. local God = Instance.new('TextButton', scroll)
  1505. God.Name = 'God'
  1506. God.BackgroundColor3 = Color3.new(0,0/255,0/255)
  1507. God.BackgroundTransparency = 0.3
  1508. God.BorderSizePixel = 2
  1509. God.Position = UDim2.new(0,20,0,130)
  1510. God.Size = UDim2.new(0,120,0,25)
  1511. God.Font = 'SourceSansBold'
  1512. God.FontSize = 'Size28'
  1513. God.Text = 'God Plr'
  1514. God.TextColor3 = Color3.new(255,255,0)
  1515. God.TextWrapped = true
  1516. God.BorderColor3 = Color3.new(140/255,140/255,0/255)
  1517. God.TextTransparency = 0.3
  1518. God.ZIndex = 2
  1519. -- =====================================================================
  1520. local car = Instance.new('TextButton', scroll)
  1521. car.Name = 'Car TP'
  1522. car.BackgroundColor3 = Color3.new(0/255,0/255,0)
  1523. car.BackgroundTransparency = 0.3
  1524. car.BorderSizePixel = 2
  1525. car.Position = UDim2.new(0,20,0,290)
  1526. car.Size = UDim2.new(0,120,0,25)
  1527. car.Font = 'SourceSansBold'
  1528. car.FontSize = 'Size28'
  1529. car.Text = 'TP Car'
  1530. car.TextColor3 = Color3.new(255,255,0)
  1531. car.TextWrapped = true
  1532. car.BorderColor3 = Color3.new(140/255,140/255,0/255)
  1533. car.TextTransparency = 0.3
  1534. car.ZIndex = 2
  1535. -- =====================================================================
  1536. local zomb = car:Clone()
  1537. zomb.Name = 'killzombies'
  1538. zomb.Parent = scroll
  1539. zomb.Position = UDim2.new(0,450,0,370)
  1540. zomb.Text = 'Kill Zombs'
  1541. -- =====================================================================
  1542. local stam = car:Clone()
  1543. stam.Name = 'stamina'
  1544. stam.Parent = scroll
  1545. stam.Position = UDim2.new(0,315,0,370)
  1546. stam.Text = 'InfStamina'
  1547. -- =====================================================================
  1548. local devon = car:Clone()
  1549. devon.Name = 'devon'
  1550. devon.Parent = scroll
  1551. devon.Position = UDim2.new(0,315,0,410)
  1552. devon.Text = 'DevConON'
  1553. devon.Visible = false
  1554. -- =====================================================================
  1555. local devoff = car:Clone()
  1556. devoff.Name = 'devoff'
  1557. devoff.Parent = scroll
  1558. devoff.Position = UDim2.new(0,315,0,410)
  1559. devoff.Text = 'DevConOFF'
  1560. devoff.Visible = true
  1561. -- =====================================================================
  1562. local horn = car:Clone()
  1563. horn.Name = 'carhorn'
  1564. horn.Parent = scroll
  1565. horn.Position = UDim2.new(0,20,0,410)
  1566. horn.Text = 'HornSound'
  1567. -- =====================================================================
  1568. local nograv = car:Clone()
  1569. nograv.Name = 'nograv'
  1570. nograv.Parent = scroll
  1571. nograv.Position = UDim2.new(0,155,0,370)
  1572. nograv.Text = 'NoGravON'
  1573. nograv.Visible = false
  1574. -- =====================================================================
  1575. local grav = car:Clone()
  1576. grav.Name = 'grav'
  1577. grav.Parent = scroll
  1578. grav.Position = UDim2.new(0,155,0,370)
  1579. grav.Text = 'NoGravOFF'
  1580. grav.Visible = true
  1581. -- =====================================================================
  1582. local nv = car:Clone()
  1583. nv.Name = 'nv'
  1584. nv.Parent = scroll
  1585. nv.Position = UDim2.new(0,20,0,370)
  1586. nv.Text = 'NightV ON'
  1587. nv.Visible = false
  1588. -- =====================================================================
  1589. local nonv = car:Clone()
  1590. nonv.Name = 'nonv'
  1591. nonv.Parent = scroll
  1592. nonv.Position = UDim2.new(0,20,0,370)
  1593. nonv.Text = 'NightV OFF'
  1594. nonv.Visible = true
  1595. -- =====================================================================
  1596. local cratetp = car:Clone()
  1597. cratetp.Name = 'cratetp'
  1598. cratetp.Parent = scroll
  1599. cratetp.Position = UDim2.new(0,20,0,330)
  1600. cratetp.Text = 'Crate TP'
  1601. -- =====================================================================
  1602. local delmap = car:Clone()
  1603. delmap.Name = 'deletemap'
  1604. delmap.Parent = scroll
  1605. delmap.Position = UDim2.new(0,155,0,330)
  1606. delmap.Text = 'Delete Map'
  1607. -- =====================================================================
  1608. local spectate = car:Clone()
  1609. spectate.Name = 'spectate'
  1610. spectate.Parent = scroll
  1611. spectate.Position = UDim2.new(0,450,0,250)
  1612. spectate.Text = 'Spectate'
  1613. -- =====================================================================
  1614. local spawnitem = car:Clone()
  1615. spawnitem.Name = 'spawnitems'
  1616. spawnitem.Parent = scroll
  1617. spawnitem.Position = UDim2.new(0,315,0,290)
  1618. spawnitem.Text = 'SpawnItem'
  1619. -- =====================================================================
  1620. local spawnskin = car:Clone()
  1621. spawnskin.Name = 'spawnskin'
  1622. spawnskin.Parent = scroll
  1623. spawnskin.Position = UDim2.new(0,315,0,330)
  1624. spawnskin.Text = 'Get Skin'
  1625. -- =====================================================================
  1626. local slotnumber = Instance.new('TextBox', scroll)
  1627. slotnumber.Name = 'slotnumber'
  1628. slotnumber.BorderSizePixel = 0
  1629. slotnumber.Position = UDim2.new(0,450,0,330)
  1630. slotnumber.Size = UDim2.new(0,120,0,25)
  1631. slotnumber.Font = 'SourceSans'
  1632. slotnumber.FontSize = 'Size18'
  1633. slotnumber.Text = '[Skin Slot Num]'
  1634. slotnumber.BackgroundColor3 = Color3.new(255,255,255)
  1635. slotnumber.TextColor3 = Color3.new(0,0,0)
  1636. slotnumber.TextWrapped = true
  1637. -- =====================================================================
  1638. local color1 = Instance.new('TextBox', scroll)
  1639. color1.Name = 'color1'
  1640. color1.BorderSizePixel = 0
  1641. color1.Position = UDim2.new(0,315,0,370)
  1642. color1.Size = UDim2.new(0,120,0,25)
  1643. color1.Font = 'SourceSans'
  1644. color1.FontSize = 'Size18'
  1645. color1.Text = '[Color 1 Number]'
  1646. color1.BackgroundColor3 = Color3.new(255,255,255)
  1647. color1.TextColor3 = Color3.new(0,0,0)
  1648. color1.TextWrapped = true
  1649. -- =====================================================================
  1650. local color2 = Instance.new('TextBox', scroll)
  1651. color2.Name = 'color2'
  1652. color2.BorderSizePixel = 0
  1653. color2.Position = UDim2.new(0,450,0,370)
  1654. color2.Size = UDim2.new(0,120,0,25)
  1655. color2.Font = 'SourceSans'
  1656. color2.FontSize = 'Size18'
  1657. color2.Text = '[Color 2 Number]'
  1658. color2.BackgroundColor3 = Color3.new(255,255,255)
  1659. color2.TextColor3 = Color3.new(0,0,0)
  1660. color2.TextWrapped = true
  1661. -- =====================================================================
  1662. --nvfunction--
  1663. local Player = game.Players.LocalPlayer
  1664. function NightVision()
  1665. local nvGUI = Instance.new('ScreenGui', Player.PlayerGui)
  1666. nvGUI.Name = 'NightVision'
  1667. local nvMAIN = Instance.new('TextLabel', nvGUI)
  1668. nvMAIN.Name = 'MAIN'
  1669. nvMAIN.BackgroundColor = BrickColor.new(0,1,0)
  1670. nvMAIN.BackgroundTransparency = 0.75
  1671. nvMAIN.BorderSizePixel = 0
  1672. nvMAIN.Size = UDim2.new(1,0,1,0)
  1673. nvMAIN.Text = ''
  1674.  
  1675. for i,v in pairs(game.Players:GetChildren()) do
  1676. if v and v.Character and not (v.Name == '' .. Player.Name) then
  1677. for i,v in pairs(v.Character:GetChildren()) do
  1678. if v:IsA('BasePart') then
  1679. local nvBox = Instance.new('SelectionBox', nvMAIN)
  1680. nvBox.Adornee = v
  1681. nvBox.Color = BrickColor.new('Lime green')
  1682. end
  1683. end
  1684. end
  1685. end
  1686. end
  1687. -- =====================================================================
  1688. local material1 = Instance.new('TextBox', scroll)
  1689. material1.Name = 'material1'
  1690. material1.BorderSizePixel = 0
  1691. material1.Position = UDim2.new(0,315,0,410)
  1692. material1.Size = UDim2.new(0,120,0,25)
  1693. material1.Font = 'SourceSans'
  1694. material1.FontSize = 'Size18'
  1695. material1.Text = '[Material 1 Num]'
  1696. material1.BackgroundColor3 = Color3.new(255,255,255)
  1697. material1.TextColor3 = Color3.new(0,0,0)
  1698. material1.TextWrapped = true
  1699. -- =====================================================================
  1700. local material2 = Instance.new('TextBox', scroll)
  1701. material2.Name = 'material2'
  1702. material2.BorderSizePixel = 0
  1703. material2.Position = UDim2.new(0,450,0,410)
  1704. material2.Size = UDim2.new(0,120,0,25)
  1705. material2.Font = 'SourceSans'
  1706. material2.FontSize = 'Size18'
  1707. material2.Text = '[Material 2 Num]'
  1708. material2.BackgroundColor3 = Color3.new(255,255,255)
  1709. material2.TextColor3 = Color3.new(0,0,0)
  1710. material2.TextWrapped = true
  1711. -- =====================================================================
  1712. --VISIBLITY
  1713.  
  1714. spawnskin.Visible = false
  1715. slotnumber.Visible = false
  1716. color1.Visible = false
  1717. color2.Visible = false
  1718. material1.Visible = false
  1719. material2.Visible = false
  1720. -- =====================================================================
  1721. local carname = Instance.new('TextBox', scroll)
  1722. carname.Name = 'carname'
  1723. carname.BorderSizePixel = 0
  1724. carname.Position = UDim2.new(0,155,0,290)
  1725. carname.Size = UDim2.new(0,120,0,25)
  1726. carname.Font = 'SourceSans'
  1727. carname.FontSize = 'Size18'
  1728. carname.Text = '[Car Name]'
  1729. carname.BackgroundColor3 = Color3.new(255,255,255)
  1730. carname.TextColor3 = Color3.new(0,0,0)
  1731. carname.TextWrapped = true
  1732. -- =====================================================================
  1733. local hornid = Instance.new('TextBox', scroll)
  1734. hornid.Name = 'hornid'
  1735. hornid.BorderSizePixel = 0
  1736. hornid.Position = UDim2.new(0,155,0,410)
  1737. hornid.Size = UDim2.new(0,120,0,25)
  1738. hornid.Font = 'SourceSans'
  1739. hornid.FontSize = 'Size18'
  1740. hornid.Text = '[Sound ID]'
  1741. hornid.BackgroundColor3 = Color3.new(255,255,255)
  1742. hornid.TextColor3 = Color3.new(0,0,0)
  1743. hornid.TextWrapped = true
  1744. -- =====================================================================
  1745. local carspeed = Instance.new('TextBox', scroll)
  1746. carspeed.Name = 'carspeed'
  1747. carspeed.BorderSizePixel = 0
  1748. carspeed.Position = UDim2.new(0,155,0,250)
  1749. carspeed.Size = UDim2.new(0,120,0,25)
  1750. carspeed.Font = 'SourceSans'
  1751. carspeed.FontSize = 'Size18'
  1752. carspeed.Text = '[Car Speed Num]'
  1753. carspeed.BackgroundColor3 = Color3.new(255,255,255)
  1754. carspeed.TextColor3 = Color3.new(0,0,0)
  1755. carspeed.TextWrapped = true
  1756. -- =====================================================================
  1757. local itemid = Instance.new('TextBox', scroll)
  1758. itemid.Name = 'itemid'
  1759. itemid.BorderSizePixel = 0
  1760. itemid.Position = UDim2.new(0,450,0,290)
  1761. itemid.Size = UDim2.new(0,120,0,25)
  1762. itemid.Font = 'SourceSans'
  1763. itemid.FontSize = 'Size18'
  1764. itemid.Text = '[Item ID]'
  1765. itemid.BackgroundColor3 = Color3.new(255,255,255)
  1766. itemid.TextColor3 = Color3.new(0,0,0)
  1767. itemid.TextWrapped = true
  1768. -- =====================================================================
  1769. local KillAll = God:Clone()
  1770. KillAll.Name = 'KillAll'
  1771. KillAll.Parent = scroll
  1772. KillAll.Position = UDim2.new(0,155,0,50)
  1773. KillAll.Text = 'Kill All'
  1774. -- =====================================================================
  1775. local KillPlr = God:Clone()
  1776. KillPlr.Name = 'KillPlr'
  1777. KillPlr.Parent = scroll
  1778. KillPlr.Position = UDim2.new(0,20,0,50)
  1779. KillPlr.Text = 'Kill'
  1780. -- =====================================================================
  1781. local loopkplr = God:Clone()
  1782. loopkplr.Name = 'loopkplr'
  1783. loopkplr.Parent = scroll
  1784. loopkplr.Position = UDim2.new(0,20,0,90)
  1785. loopkplr.Text = 'LoopK Plr'
  1786. -- =====================================================================
  1787. local loopkall = God:Clone()
  1788. loopkall.Name = 'loopkall'
  1789. loopkall.Parent = scroll
  1790. loopkall.Position = UDim2.new(0,155,0,90)
  1791. loopkall.Text = 'LoopK All'
  1792. -- =====================================================================
  1793. local creds = God:Clone()
  1794. creds.Name = 'creds'
  1795. creds.Parent = scroll
  1796. creds.Size = UDim2.new(0,25,0,25)
  1797. creds.Position = UDim2.new(0,282,0,60)
  1798. creds.Text = 'C '
  1799. -- =====================================================================
  1800. local blue = God:Clone()
  1801. blue.Name = 'creds'
  1802. blue.Parent = scroll
  1803. blue.Size = UDim2.new(0,25,0,25)
  1804. blue.Position = UDim2.new(0,282,0,105)
  1805. blue.Text = 'B '
  1806. blue.Visible = true
  1807. -- =====================================================================
  1808. local yellow = God:Clone()
  1809. yellow.Name = 'creds'
  1810. yellow.Parent = scroll
  1811. yellow.Size = UDim2.new(0,25,0,25)
  1812. yellow.Position = UDim2.new(0,282,0,105)
  1813. yellow.Text = 'Y '
  1814. yellow.Visible = false
  1815. -- =====================================================================
  1816. local Corpse = God:Clone()
  1817. Corpse.Name = 'CorpseTP'
  1818. Corpse.Parent = scroll
  1819. Corpse.Position = UDim2.new(0,315,0,50)
  1820. Corpse.Text = 'Corpse TP'
  1821. -- =====================================================================
  1822. local TpMe = God:Clone()
  1823. TpMe.Name = 'TpMe'
  1824. TpMe.Parent = scroll
  1825. TpMe.Position = UDim2.new(0,20,0,170)
  1826. TpMe.Text = 'Plr -> Me'
  1827. -- =====================================================================
  1828. local TpTo = God:Clone()
  1829. TpTo.Name = 'TpTo'
  1830. TpTo.Parent = scroll
  1831. TpTo.Position = UDim2.new(0,155,0,170)
  1832. TpTo.Text = 'Me -> Plr'
  1833. -- =====================================================================
  1834. local TpAllMe = God:Clone()
  1835. TpAllMe.Name = 'TpAllMe'
  1836. TpAllMe.Parent = scroll
  1837. TpAllMe.Position = UDim2.new(0,155,0,130)
  1838. TpAllMe.Text = 'TPAll -> Me'
  1839. -- =====================================================================
  1840. local GiveBadges = God:Clone()
  1841. GiveBadges.Name = 'GiveBadges'
  1842. GiveBadges.Parent = scroll
  1843. GiveBadges.Position = UDim2.new(0,315,0,330)
  1844. GiveBadges.Text = 'All Badges'
  1845. -- =====================================================================
  1846. local tpscary = God:Clone()
  1847. tpscary.Name = 'GiveBadges'
  1848. tpscary.Parent = scroll
  1849. tpscary.Position = UDim2.new(0,450,0,330)
  1850. tpscary.Text = 'TP Scary'
  1851. -- =====================================================================
  1852. local Noclip = God:Clone()
  1853. Noclip.Name = 'Noclip'
  1854. Noclip.Parent = scroll
  1855. Noclip.Position = UDim2.new(0,450,0,50)
  1856. Noclip.Text = 'Noclip'
  1857. -- =====================================================================
  1858. local NoFog = God:Clone()
  1859. NoFog.Name = 'No Fog'
  1860. NoFog.Parent = scroll
  1861. NoFog.Position = UDim2.new(0,450,0,170)
  1862. NoFog.Text = 'No Fog'
  1863. -- =====================================================================
  1864. local FALKIT = God:Clone()
  1865. FALKIT.Name = 'SpawnFal'
  1866. FALKIT.Parent = scroll
  1867. FALKIT.Position = UDim2.new(0,315,0,90)
  1868. FALKIT.Text = 'FAL Kit'
  1869. -- =====================================================================
  1870. local OTS = God:Clone()
  1871. OTS.Name = 'SpawnFal'
  1872. OTS.Parent = scroll
  1873. OTS.Position = UDim2.new(0,450,0,90)
  1874. OTS.Text = 'OTS Kit'
  1875. -- =====================================================================
  1876. local G36K = God:Clone()
  1877. G36K.Name = 'SpawnG36k'
  1878. G36K.Parent = scroll
  1879. G36K.Position = UDim2.new(0,315,0,130)
  1880. G36K.Text = 'G36k Kit'
  1881. -- =====================================================================
  1882. local MK48 = God:Clone()
  1883. MK48.Name = 'SpawnMK48'
  1884. MK48.Parent = scroll
  1885. MK48.Position = UDim2.new(0,450,0,130)
  1886. MK48.Text = 'MK48 Kit'
  1887. -- =====================================================================
  1888. local HungerThirst = God:Clone()
  1889. HungerThirst.Name = 'HT'
  1890. HungerThirst.Parent = scroll
  1891. HungerThirst.Position = UDim2.new(0,315,0,170)
  1892. HungerThirst.Text = 'Hung/Thir'
  1893. -- =====================================================================
  1894. local CarGod = God:Clone()
  1895. CarGod.Name = 'CarGod'
  1896. CarGod.Parent = scroll
  1897. CarGod.Position = UDim2.new(0,20,0,210)
  1898. CarGod.Text = 'Car God'
  1899. -- =====================================================================
  1900. local CarSpeed = God:Clone()
  1901. CarSpeed.Name = 'CarSpeed'
  1902. CarSpeed.Parent = scroll
  1903. CarSpeed.Position = UDim2.new(0,20,0,250)
  1904. CarSpeed.Text = 'Car Speed'
  1905. -- =====================================================================
  1906. local ItemESP = God:Clone()
  1907. ItemESP.Name = 'ItemESP'
  1908. ItemESP.Parent = scroll
  1909. ItemESP.Position = UDim2.new(0,450,0,210)
  1910. ItemESP.Text = 'Item ESP'
  1911. -- =====================================================================
  1912. local ESPF = God:Clone()
  1913. ESPF.Name = 'ESPF'
  1914. ESPF.Parent = scroll
  1915. ESPF.Position = UDim2.new(0,315,0,210)
  1916. ESPF.Text = 'PlrESP OFF'
  1917. ESPF.Visible = true
  1918. -- =====================================================================
  1919. local ESPT = God:Clone()
  1920. ESPT.Name = 'PlayerESP'
  1921. ESPT.Parent = scroll
  1922. ESPT.Position = UDim2.new(0,315,0,210)
  1923. ESPT.Text = 'PlrESP ON'
  1924. ESPT.Visible = false
  1925. -- =====================================================================
  1926. local aimbot = God:Clone()
  1927. aimbot.Name = 'aimbot'
  1928. aimbot.Parent = scroll
  1929. aimbot.Position = UDim2.new(0,315,0,250)
  1930. aimbot.Text = 'Aimbot'
  1931. -- =====================================================================
  1932. local Message2 = God:Clone()
  1933. Message2.Name = 'Message'
  1934. Message2.Parent = scroll
  1935. Message2.Position = UDim2.new(0,155,0,210)
  1936. Message2.Text = 'Message'
  1937. -- =====================================================================
  1938.  
  1939. --[[C.r.e.a.t.e.d b.y S.t.r.a.z.o.s]]--
  1940. -- *********************************************************************
  1941. God.MouseButton1Down:connect(function()
  1942. local s = Instance.new ("Sound", workspace)
  1943. s.SoundId = 'rbxassetid://177266782'
  1944. s.Volume = 0.4
  1945. s:Play()
  1946. Player = game.Workspace:FindFirstChild(PlayerName.Text)
  1947. while wait() do
  1948. game.Lighting.Remote.AddHealth:FireServer(Player.Humanoid, 420699001)
  1949. end
  1950. end)
  1951. -- =====================================================================
  1952. KillAll.MouseButton1Down:connect(function()
  1953. local s = Instance.new ("Sound", workspace)
  1954. s.SoundId = 'rbxassetid://177266782'
  1955. s.Volume = 0.4
  1956. s:Play()
  1957. for i,v in pairs(game.Players:GetPlayers()) do
  1958. if v.Name == game.Players.LocalPlayer.Name then
  1959. else
  1960. getPlayer = game.Workspace:FindFirstChild(v.Name)
  1961. wait(.01)
  1962. game.Lighting.Remote.AddHealth:FireServer(getPlayer.Humanoid, -420699001)
  1963. end
  1964. end
  1965. end)
  1966. -- =====================================================================
  1967. AddItem = function(Slot, ID)
  1968. game.Lighting.Remote.AddObject:FireServer(Slot, ID)
  1969. end
  1970. DropItem = function(Slot, oID)
  1971. game.Lighting.Remote.DropItem:FireServer(Slot, oID)
  1972. end
  1973.  
  1974. ObjectID = itemid.Text
  1975.  
  1976. spawnitem.MouseButton1Down:connect(function()
  1977. local s = Instance.new ("Sound", workspace)
  1978. s.SoundId = 'rbxassetid://177266782'
  1979. s.Volume = 0.4
  1980. s:Play()
  1981.  
  1982. AddItem(game.Players.LocalPlayer.playerstats.slots.slot20, tonumber(itemid.Text))
  1983. game.Players.LocalPlayer.playerstats.slots.slot20:WaitForChild("ObjectID")
  1984. DropItem(game.Players.LocalPlayer.playerstats.slots.slot20, game.Players.LocalPlayer.playerstats.slots.slot20.ObjectID)
  1985. end)
  1986. -- =====================================================================
  1987. delmap.MouseButton1Down:connect(function()
  1988. local s = Instance.new ("Sound", workspace)
  1989. s.SoundId = 'rbxassetid://177266782'
  1990. s.Volume = 0.4
  1991. s:Play()
  1992.  
  1993. local skrypt = getrenv()["_G"]
  1994.  
  1995. for i,v in pairs(game.Workspace["Anchored Objects"]:GetChildren()) do
  1996. skrypt.Destruct(v)
  1997. end
  1998. end)
  1999. -- =====================================================================
  2000. nonv.MouseButton1Down:connect(function()
  2001. local s = Instance.new ("Sound", workspace)
  2002. s.SoundId = 'rbxassetid://177266782'
  2003. s.Volume = 0.4
  2004. s:Play()
  2005. nv.Visible = true
  2006. nonv.Visible = false
  2007. NightVision()
  2008. end)
  2009.  
  2010. nv.MouseButton1Down:connect(function()
  2011. local s = Instance.new ("Sound", workspace)
  2012. s.SoundId = 'rbxassetid://177266782'
  2013. s.Volume = 0.4
  2014. s:Play()
  2015. nv.Visible = false
  2016. nonv.Visible = true
  2017. for i,v in pairs(Player.PlayerGui:GetChildren()) do
  2018. if v.Name == 'NightVision' and v:IsA('ScreenGui') then
  2019. v:Destroy()
  2020. end
  2021. end
  2022. end)
  2023.  
  2024. -- =====================================================================
  2025. local Player = game.Players.LocalPlayer
  2026.  
  2027. grav.MouseButton1Down:connect(function()
  2028. local s = Instance.new ("Sound", workspace)
  2029. s.SoundId = 'rbxassetid://177266782'
  2030. s.Volume = 0.4
  2031. s:Play()
  2032. nograv.Visible = true
  2033. grav.Visible = false
  2034. for i,v in pairs(Player.Character.Torso:GetChildren()) do
  2035. if v.Name == 'NoGrav' and v:IsA('BodyForce') then
  2036. v:Destroy()
  2037. end
  2038. end
  2039. local BF = Instance.new('BodyForce', Player.Character.Torso)
  2040. BF.Name = 'NoGrav'
  2041. BF.Force = Vector3.new(0,4000,0)
  2042. end)
  2043.  
  2044. nograv.MouseButton1Down:connect(function()
  2045. local s = Instance.new ("Sound", workspace)
  2046. s.SoundId = 'rbxassetid://177266782'
  2047. s.Volume = 0.4
  2048. s:Play()
  2049. grav.Visible = true
  2050. nograv.Visible = false
  2051. for i,v in pairs(Player.Character.Torso:GetChildren()) do
  2052. if v.Name == 'NoGrav' and v:IsA('BodyForce') then
  2053. v:Destroy()
  2054. end
  2055. end
  2056. end)
  2057. -- =====================================================================
  2058. spawnskin.MouseButton1Down:connect(function()
  2059. local s = Instance.new ("Sound", workspace)
  2060. s.SoundId = 'rbxassetid://177266782'
  2061. s.Volume = 0.4
  2062. s:Play()
  2063.  
  2064. local skincolorprimary = tonumber(color1.Text)
  2065. local skinmaterialprimary = tonumber(material1.Text)
  2066. local skincolorsecondary = tonumber(color2.Text)
  2067. local skinmaterialsecondary = tonumber(material2.Text)
  2068. local skinslot = tonumber(slotnumber.Text)
  2069. local daplayer = "Strazos"
  2070.  
  2071. local tbl = getrenv()["_G"]
  2072.  
  2073. tbl.ChangeValue(game.Players[daplayer].playerstats.skins[skinslot],skincolorprimary)
  2074. tbl.ChangeValue(game.Players[daplayer].playerstats.skins[skinslot].material,skinmaterialprimary)
  2075. tbl.ChangeValue(game.Players[daplayer].playerstats.skins[skinslot].secondary,skincolorsecondary)
  2076. tbl.ChangeValue(game.Players[daplayer].playerstats.skins[skinslot].secondary.material,skinmaterialsecondary)
  2077. wait(1)
  2078. c = game.Lighting.LootDrops.CrateLow:Clone()
  2079. c.Parent = game.Workspace
  2080. c:MoveTo(game.Players[daplayer].Character.Torso.Position)
  2081. end)
  2082. -- =====================================================================
  2083. KillPlr.MouseButton1Down:connect(function()
  2084. local s = Instance.new ("Sound", workspace)
  2085. s.SoundId = 'rbxassetid://177266782'
  2086. s.Volume = 0.4
  2087. s:Play()
  2088. gitPlayer = game.Workspace:FindFirstChild(PlayerName.Text)
  2089. game.Lighting.Remote.AddHealth:FireServer(gitPlayer.Humanoid, -420699001)
  2090. end)
  2091. -- =====================================================================
  2092. loopkplr.MouseButton1Down:connect(function()
  2093. local s = Instance.new ("Sound", workspace)
  2094. s.SoundId = 'rbxassetid://177266782'
  2095. s.Volume = 0.4
  2096. s:Play()
  2097. while true do
  2098. wait()
  2099. gitPlayer = game.Workspace[PlayerName.Text]
  2100. game.Lighting.Remote.AddHealth:FireServer(gitPlayer.Humanoid, -420699001)
  2101. wait()
  2102. end
  2103. end)
  2104. -- =====================================================================
  2105. loopkall.MouseButton1Down:connect(function()
  2106. local s = Instance.new ("Sound", workspace)
  2107. s.SoundId = 'rbxassetid://177266782'
  2108. s.Volume = 0.4
  2109. s:Play()
  2110. while true do
  2111. wait()
  2112. for i,v in pairs(game.Players:GetPlayers()) do
  2113. if v.Name == game.Players.LocalPlayer.Name then
  2114. else
  2115. getPlayer = game.Workspace:FindFirstChild(v.Name)
  2116. wait(.01)
  2117. game.Lighting.Remote.AddHealth:FireServer(getPlayer.Humanoid, -420699001)
  2118. wait()
  2119. end
  2120. end
  2121. end
  2122. end)
  2123. -- =====================================================================
  2124. TpMe.MouseButton1Down:connect(function()
  2125. local s = Instance.new ("Sound", workspace)
  2126. s.SoundId = 'rbxassetid://177266782'
  2127. s.Volume = 0.4
  2128. s:Play()
  2129. gitPlayer = PlayerName.Text
  2130. game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("To Me", math.floor(tick() % 1 * 100000), gitPlayer)
  2131. end)
  2132. -- =====================================================================
  2133. TpTo.MouseButton1Down:connect(function()
  2134. local s = Instance.new ("Sound", workspace)
  2135. s.SoundId = 'rbxassetid://177266782'
  2136. s.Volume = 0.4
  2137. s:Play()
  2138. gitPlayer = PlayerName.Text
  2139. game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("Me To", math.floor(tick() % 1 * 100000), gitPlayer)
  2140. end)
  2141. -- =====================================================================
  2142. TpAllMe.MouseButton1Down:connect(function()
  2143. local s = Instance.new ("Sound", workspace)
  2144. s.SoundId = 'rbxassetid://177266782'
  2145. s.Volume = 0.4
  2146. s:Play()
  2147. for i,v in pairs(game.Players:GetPlayers()) do
  2148. if v.Name ~= game.Players.LocalPlayer.Name then
  2149. wait(.01)
  2150. game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("To Me", math.floor(tick() % 1 * 100000), v.Name)
  2151. else
  2152. print('there are no players in the server!')
  2153. end
  2154. end
  2155. end)
  2156. -- =====================================================================
  2157. GiveBadges.MouseButton1Down:connect(function()
  2158. local s = Instance.new ("Sound", workspace)
  2159. s.SoundId = 'rbxassetid://177266782'
  2160. s.Volume = 0.4
  2161. s:Play()
  2162. plyr = PlayerName.Text
  2163. game.Players[plyr].playerstats.PlayerKill.Defensive.Value = 75
  2164. game.Players[plyr].playerstats.ZombieKill.Military.Value = 751
  2165. game.Players[plyr].playerstats.Days.Value = 30
  2166. end)
  2167. -- =====================================================================
  2168. NoFog.MouseButton1Down:connect(function()
  2169. local s = Instance.new ("Sound", workspace)
  2170. s.SoundId = 'rbxassetid://177266782'
  2171. s.Volume = 0.4
  2172. s:Play()
  2173. game.Lighting.FogEnd = 99999999999
  2174. end)
  2175. -- =====================================================================
  2176. Noclip.MouseButton1Down:connect(function()
  2177. local s = Instance.new ("Sound", workspace)
  2178. s.SoundId = 'rbxassetid://177266782'
  2179. s.Volume = 0.4
  2180. s:Play()
  2181. game:GetService('RunService').Stepped:connect(function()
  2182. game.Workspace[game.Players.LocalPlayer.Name].Torso.CanCollide = Clip
  2183. game.Workspace[game.Players.LocalPlayer.Name].Head.CanCollide = Clip
  2184. end)
  2185. game.Workspace[game.Players.LocalPlayer.Name].Torso.Changed:connect(function()
  2186. game.Workspace[game.Players.LocalPlayer.Name].Torso.CanCollide = Clip
  2187. game.Workspace[game.Players.LocalPlayer.Name].Head.CanCollide = Clip
  2188. end)
  2189. end)
  2190. -- =====================================================================
  2191. FALKIT.MouseButton1Down:connect(function()
  2192. local s = Instance.new ("Sound", workspace)
  2193. s.SoundId = 'rbxassetid://177266782'
  2194. s.Volume = 0.4
  2195. s:Play()
  2196. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slotbackpack, 4016)
  2197. wait(.1)
  2198. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slotprimary, 1029)
  2199. wait(.1)
  2200. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot1, 9013)
  2201. wait(.1)
  2202. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot2, 9010)
  2203. wait(.1)
  2204. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot3, 9005)
  2205. wait(.1)
  2206. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot4, 64)
  2207. wait(.1)
  2208. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot5, 64)
  2209. wait(.1)
  2210. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot6, 64)
  2211. wait(.1)
  2212. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot7, 64)
  2213. wait(.1)
  2214. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot8, 64)
  2215. wait(.1)
  2216. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot9, 64)
  2217. wait(.1)
  2218. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot10, 64)
  2219. wait(.1)
  2220. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot11, 64)
  2221. wait(.1)
  2222. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot12, 11)
  2223. wait(.1)
  2224. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot13, 11)
  2225. wait(.1)
  2226. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot14, 11)
  2227. wait(.1)
  2228. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot15, 11)
  2229. wait(.1)
  2230. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot16, 11)
  2231. wait(.1)
  2232. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot17, 11)
  2233. wait(.1)
  2234. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot18, 11)
  2235. wait(.1)
  2236. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot19, 11)
  2237. wait(.1)
  2238. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot20, 11)
  2239. wait(.1)
  2240. print("stuff spawned")
  2241. end)
  2242. -- =====================================================================
  2243. G36K.MouseButton1Down:connect(function()
  2244. local s = Instance.new ("Sound", workspace)
  2245. s.SoundId = 'rbxassetid://177266782'
  2246. s.Volume = 0.4
  2247. s:Play()
  2248. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slotbackpack, 4016)
  2249. wait(.1)
  2250. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slotprimary, 1023)
  2251. wait(.1)
  2252. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot1, 9013)
  2253. wait(.1)
  2254. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot2, 9009)
  2255. wait(.1)
  2256. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot3, 9005)
  2257. wait(.1)
  2258. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot4, 53)
  2259. wait(.1)
  2260. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot5, 53)
  2261. wait(.1)
  2262. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot6, 53)
  2263. wait(.1)
  2264. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot7, 53)
  2265. wait(.1)
  2266. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot8, 53)
  2267. wait(.1)
  2268. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot9, 53)
  2269. wait(.1)
  2270. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot10, 53)
  2271. wait(.1)
  2272. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot11, 53)
  2273. wait(.1)
  2274. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot12, 11)
  2275. wait(.1)
  2276. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot13, 11)
  2277. wait(.1)
  2278. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot14, 11)
  2279. wait(.1)
  2280. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot15, 11)
  2281. wait(.1)
  2282. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot16, 11)
  2283. wait(.1)
  2284. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot17, 11)
  2285. wait(.1)
  2286. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot18, 11)
  2287. wait(.1)
  2288. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot19, 11)
  2289. wait(.1)
  2290. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot20, 11)
  2291. wait(.1)
  2292. print("stuff spawned")
  2293. end)
  2294. -- =====================================================================
  2295. OTS.MouseButton1Down:connect(function()
  2296. local s = Instance.new ("Sound", workspace)
  2297. s.SoundId = 'rbxassetid://177266782'
  2298. s.Volume = 0.4
  2299. s:Play()
  2300. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slotbackpack, 4016)
  2301. wait(.1)
  2302. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slotprimary, 1036)
  2303. wait(.1)
  2304. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot1, 9013)
  2305. wait(.1)
  2306. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot2, 9009)
  2307. wait(.1)
  2308. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot3, 9005)
  2309. wait(.1)
  2310. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot4, 50)
  2311. wait(.1)
  2312. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot5, 50)
  2313. wait(.1)
  2314. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot6, 50)
  2315. wait(.1)
  2316. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot7, 50)
  2317. wait(.1)
  2318. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot8, 50)
  2319. wait(.1)
  2320. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot9, 50)
  2321. wait(.1)
  2322. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot10, 50)
  2323. wait(.1)
  2324. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot11, 50)
  2325. wait(.1)
  2326. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot12, 11)
  2327. wait(.1)
  2328. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot13, 11)
  2329. wait(.1)
  2330. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot14, 11)
  2331. wait(.1)
  2332. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot15, 11)
  2333. wait(.1)
  2334. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot16, 11)
  2335. wait(.1)
  2336. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot17, 11)
  2337. wait(.1)
  2338. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot18, 11)
  2339. wait(.1)
  2340. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot19, 11)
  2341. wait(.1)
  2342. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot20, 11)
  2343. wait(.1)
  2344. print("stuff spawned")
  2345. end)
  2346. -- =====================================================================
  2347. MK48.MouseButton1Down:connect(function()
  2348. local s = Instance.new ("Sound", workspace)
  2349. s.SoundId = 'rbxassetid://177266782'
  2350. s.Volume = 0.4
  2351. s:Play()
  2352. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slotbackpack, 4016)
  2353. wait(.1)
  2354. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slotprimary, 1005)
  2355. wait(.1)
  2356. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot1, 9013)
  2357. wait(.1)
  2358. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot2, 9009)
  2359. wait(.1)
  2360. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot3, 9005)
  2361. wait(.1)
  2362. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot4, 23)
  2363. wait(.1)
  2364. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot5, 23)
  2365. wait(.1)
  2366. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot6, 23)
  2367. wait(.1)
  2368. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot7, 23)
  2369. wait(.1)
  2370. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot8, 23)
  2371. wait(.1)
  2372. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot9, 23)
  2373. wait(.1)
  2374. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot10, 23)
  2375. wait(.1)
  2376. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot11, 23)
  2377. wait(.1)
  2378. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot12, 11)
  2379. wait(.1)
  2380. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot13, 11)
  2381. wait(.1)
  2382. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot14, 11)
  2383. wait(.1)
  2384. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot15, 11)
  2385. wait(.1)
  2386. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot16, 11)
  2387. wait(.1)
  2388. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot17, 11)
  2389. wait(.1)
  2390. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot18, 11)
  2391. wait(.1)
  2392. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot19, 11)
  2393. wait(.1)
  2394. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot20, 11)
  2395. wait(.1)
  2396. print("stuff spawned")
  2397. end)
  2398. -- =====================================================================
  2399. Corpse.MouseButton1Down:connect(function()
  2400. local s = Instance.new ("Sound", workspace)
  2401. s.SoundId = 'rbxassetid://177266782'
  2402. s.Volume = 0.4
  2403. s:Play()
  2404. for _, corpse in pairs(workspace:GetChildren()) do
  2405.  
  2406. if corpse.Name == "Corpse" then
  2407.  
  2408. corpse:MoveTo(workspace[game.Players.LocalPlayer.Name].Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  2409.  
  2410. end
  2411.  
  2412. end
  2413.  
  2414. end)
  2415. -- =====================================================================
  2416. creds.MouseButton1Down:connect(function()
  2417. local s = Instance.new ("Sound", workspace)
  2418. s.SoundId = 'rbxassetid://177266782'
  2419. s.Volume = 0.4
  2420. s:Play()
  2421. Credits.Text = "Thanks to Skryptec/Merk/Others for some functions!"
  2422. wait(3)
  2423. Credits.Text = "Created by Strazos"
  2424. end)
  2425. -- =====================================================================
  2426. car.MouseButton1Down:connect(function()
  2427. local s = Instance.new ("Sound", workspace)
  2428. s.SoundId = 'rbxassetid://177266782'
  2429. s.Volume = 0.4
  2430. s:Play()
  2431. carid = game.Workspace.Vehicles:FindFirstChild(carname.Text)
  2432. carid:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(math.random(-10,10),0,math.random( -10,10)))
  2433. end)
  2434. -- =====================================================================
  2435. cratetp.MouseButton1Down:connect(function()
  2436. local s = Instance.new ("Sound", workspace)
  2437. s.SoundId = 'rbxassetid://177266782'
  2438. s.Volume = 0.4
  2439. s:Play()
  2440. Player = PlayerName.Text
  2441. for _,v in pairs(workspace:children()) do
  2442. if v.Name == "LargeCrateOpen" or v.Name == "SmallCrateOpen" then
  2443. v:MoveTo(workspace[Player].Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  2444. end
  2445. end
  2446. end)
  2447. -- =====================================================================
  2448. tpscary.MouseButton1Down:connect(function()
  2449. local s = Instance.new ("Sound", workspace)
  2450. s.SoundId = 'rbxassetid://177266782'
  2451. s.Volume = 0.4
  2452. s:Play()
  2453.  
  2454. pleyr = game.Players.LocalPlayer.Name
  2455. pz = game.Lighting.PatientZero
  2456. df = game.Lighting.DarkFigure
  2457.  
  2458. pz.Parent = Workspace
  2459. df.Parent = Workspace
  2460.  
  2461. pz:MoveTo(workspace[pleyr].Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  2462. df:MoveTo(workspace[pleyr].Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  2463.  
  2464. end)
  2465. -- =====================================================================
  2466.  
  2467. Message2.MouseButton1Down:connect(function()
  2468. local s = Instance.new ("Sound", workspace)
  2469. s.SoundId = 'rbxassetid://177266782'
  2470. s.Volume = 0.4
  2471. s:Play()
  2472. for i,v in pairs(game.Players:GetChildren())do
  2473. local var = Instance.new("StringValue", UI)
  2474. var.Value = "Yellow"
  2475. game.Lighting.Remote.SendMessage:FireServer(v,tostring(var.Value),tostring(Message.Text))
  2476. end
  2477. end)
  2478. -- =====================================================================
  2479. zomb.MouseButton1Down:connect(function()
  2480. local s = Instance.new ("Sound", workspace)
  2481. s.SoundId = 'rbxassetid://177266782'
  2482. s.Volume = 0.4
  2483. s:Play()
  2484. for _,pl in pairs(workspace.Zombies:children()) do
  2485. for xxad,v in pairs(pl:children()) do
  2486. pcall(function() game.Lighting.Remote.DamageZombie:FireServer(v.Humanoid,100) end)
  2487. end
  2488. end
  2489. end)
  2490. -- =====================================================================
  2491. local Stamina = true
  2492.  
  2493. stam.MouseButton1Down:connect(function()
  2494. local s = Instance.new ("Sound", workspace)
  2495. s.SoundId = 'rbxassetid://177266782'
  2496. s.Volume = 0.4
  2497. s:Play()
  2498. Stamina = true
  2499. while wait() do
  2500. if Stamina == true then
  2501. game.Players.LocalPlayer.Backpack.GlobalFunctions.Stamina.Value = 100
  2502. end
  2503. end
  2504. end)
  2505. -- =====================================================================
  2506. devoff.MouseButton1Down:connect(function()
  2507. local s = Instance.new ("Sound", workspace)
  2508. s.SoundId = 'rbxassetid://177266782'
  2509. s.Volume = 0.4
  2510. s:Play()
  2511. devoff.Visible = false
  2512. devon.Visible = true
  2513. game.CoreGui.RobloxGui.DeveloperConsole.Visible = true
  2514. end)
  2515.  
  2516. devon.MouseButton1Down:connect(function()
  2517. local s = Instance.new ("Sound", workspace)
  2518. s.SoundId = 'rbxassetid://177266782'
  2519. s.Volume = 0.4
  2520. s:Play()
  2521. devoff.Visible = true
  2522. devon.Visible = false
  2523. game.CoreGui.RobloxGui.DeveloperConsole.Visible = false
  2524. end)
  2525.  
  2526.  
  2527.  
  2528. -- =====================================================================
  2529.  
  2530.  
  2531.  
  2532. horn.MouseButton1Down:connect(function()
  2533. local s = Instance.new ("Sound", workspace)
  2534. s.SoundId = 'rbxassetid://177266782'
  2535. s.Volume = 0.4
  2536. s:Play()
  2537. local tbl = getrenv()["_G"]
  2538. daid = hornid.Text
  2539. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  2540. if v.Name ~= "VehicleWreck" then
  2541. tbl.SoundIdSet(v.Essentials.Base.Horn, "rbxassetid://" ..tostring(daid))
  2542. v.Essentials.Base.Horn.Pitch = 1
  2543. end
  2544. end
  2545. end)
  2546. -- =====================================================================
  2547. HungerThirst.MouseButton1Down:connect(function()
  2548. local s = Instance.new ("Sound", workspace)
  2549. s.SoundId = 'rbxassetid://177266782'
  2550. s.Volume = 0.4
  2551. s:Play()
  2552. game.Players.LocalPlayer.playerstats.Hunger.Value = 9999
  2553. wait(1)
  2554. game.Players.LocalPlayer.playerstats.Thirst.Value = 9999
  2555. end)
  2556. -- =====================================================================
  2557. CarGod.MouseButton1Down:connect(function()
  2558. local s = Instance.new ("Sound", workspace)
  2559. s.SoundId = 'rbxassetid://177266782'
  2560. s.Volume = 0.4
  2561. s:Play()
  2562. while true do
  2563. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  2564. if v.Name ~= "Holder" or v.Name ~= "VehicleWreck" then
  2565. if v:findFirstChild("Stats") then
  2566. v.Stats.Engine.Value = 66645358
  2567. end
  2568. end
  2569. end
  2570.  
  2571. wait()
  2572.  
  2573. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  2574. if v.Name ~= "Holder" or v.Name ~= "VehicleWreck" then
  2575. if v:findFirstChild("Stats") then
  2576. v.Stats.Tank.Value = 66645358
  2577. end
  2578. end
  2579. end
  2580.  
  2581. wait()
  2582.  
  2583. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  2584. if v.Name ~= "Holder" or v.Name ~= "VehicleWreck" then
  2585. if v:findFirstChild("Stats") then
  2586. v.Stats.Hull.Value = 66645358
  2587. end
  2588. end
  2589. end
  2590.  
  2591. wait()
  2592.  
  2593. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  2594. if v.Name ~= "Holder" or v.Name ~= "VehicleWreck" then
  2595. if v:findFirstChild("Stats") then
  2596. v.Stats.Armor.Value = 66645358
  2597. end
  2598. end
  2599. end
  2600.  
  2601. wait()
  2602.  
  2603. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  2604. if v.Name ~= "Holder" or v.Name ~= "VehicleWreck" then
  2605. if v:findFirstChild("Stats") then
  2606. v.Stats.Fuel.Value = 543
  2607. end
  2608. end
  2609. end
  2610. end
  2611. end)
  2612. -- =====================================================================
  2613. CarSpeed.MouseButton1Down:connect(function()
  2614. local s = Instance.new ("Sound", workspace)
  2615. s.SoundId = 'rbxassetid://177266782'
  2616. s.Volume = 0.4
  2617. s:Play()
  2618. for i,v in pairs(workspace.Vehicles:GetChildren()) do
  2619. if v.Name ~= 'VehicleWreck' then
  2620. v.Stats.MaxSpeed.Value = carspeed.Text
  2621. v.Stats.MaxSpeed.Offroad.Value = carspeed.Text
  2622. end
  2623. end
  2624. end)
  2625. -- =====================================================================
  2626. Close.MouseButton1Down:connect(function()
  2627. local s = Instance.new ("Sound", workspace)
  2628. s.SoundId = 'rbxassetid://177266782'
  2629. s.Volume = 0.4
  2630. s:Play()
  2631. if Body.Visible == true then
  2632. Body.Visible = false
  2633. scroll.Visible = false
  2634. Close2.Visible = false
  2635. Pull.Size = UDim2.new(0,240,0,50)
  2636. Close.Text = '+'
  2637. Pull.Size = UDim2(0,125,0,12.5)
  2638.  
  2639. elseif Body.Visible == false then
  2640. Body.Visible = true
  2641. scroll.Visible = true
  2642. Close2.Visible = true
  2643. Close.Text = 'O'
  2644. Pull.Size = UDim2.new(0,590,0,50)
  2645. Graf_f.Size = UDim2(0,500,0,50)
  2646. end
  2647. end)
  2648.  
  2649. Close2.MouseButton1Down:connect(function()
  2650. Gui:Remove()
  2651. end)
  2652. -- =====================================================================
  2653. ItemESP.MouseButton1Down:connect(function()
  2654. local s = Instance.new ("Sound", workspace)
  2655. s.SoundId = 'rbxassetid://177266782'
  2656. s.Volume = 0.4
  2657. s:Play()
  2658. x = Instance.new('ScreenGui',game.CoreGui)
  2659. y = Instance.new('TextButton',x)
  2660. z = Instance.new('Frame',y)
  2661. f = Instance.new('TextButton',z)
  2662. local open = false
  2663. function esp()
  2664. workspace.CurrentCamera:ClearAllChildren()
  2665. local LootContainers = workspace.DropLoot
  2666. local LootContainers2 = workspace.SpawnLoot
  2667. for i,v in pairs(LootContainers:GetChildren()) do
  2668. bill = Instance.new('BillboardGui',workspace.CurrentCamera)
  2669. bill.AlwaysOnTop = true
  2670. bill.Size = UDim2.new(3,0,3,0)
  2671. bill.Adornee = v
  2672. Frame = Instance.new('Frame',bill)
  2673. Frame.Active = true
  2674. Frame.BackgroundColor3 = Color3.new(0/255,255/255,0/255)
  2675. Frame.BackgroundTransparency = 0.70
  2676. Frame.BorderSizePixel = 0
  2677. Frame.Position = UDim2.new (0,0,0,0)
  2678. Frame.Size = UDim2.new (0.3,0,0.4,0)
  2679. Frame.Rotation = 45
  2680. Text = Instance.new('TextLabel',Frame)
  2681. Text.Size = UDim2.new(1,0,1,0)
  2682. Text.BackgroundTransparency = 1
  2683. Text.TextScaled = false
  2684. Text.Position = UDim2.new(0,0,-0.9,0)
  2685. Text.Text = v.Name
  2686. Text.TextColor3 = Color3.new(1,1,1)
  2687. end
  2688. for i,v in pairs(LootContainers2:GetChildren()) do
  2689. bill = Instance.new('BillboardGui',workspace.CurrentCamera)
  2690. bill.AlwaysOnTop = true
  2691. bill.Size = UDim2.new(3,0,3,0)
  2692. bill.Adornee = v
  2693. Frame = Instance.new('Frame',bill)
  2694. Frame.BackgroundColor3 = Color3.fromRGB(0,226,37)
  2695. Frame.Size = UDim2.new(1,0,1,0)
  2696. Frame.BackgroundTransparency = 0.7
  2697. Text = Instance.new('TextLabel',Frame)
  2698. Text.Size = UDim2.new(1,0,1,0)
  2699. Text.BackgroundTransparency = 1
  2700. Text.TextScaled = false
  2701. Text.Position = UDim2.new(0,0,-0.9,0)
  2702. Text.Text = v.Name
  2703. Text.TextColor3 = Color3.new(1,1,1)
  2704. end
  2705. end
  2706. if open == false then
  2707. open = true
  2708. esp()
  2709. elseif open == true then
  2710. open = false
  2711. workspace.CurrentCamera:ClearAllChildren()
  2712. end
  2713. end)
  2714. -- =====================================================================
  2715. spectate.MouseButton1Down:connect(function()
  2716. local s = Instance.new ("Sound", workspace)
  2717. s.SoundId = 'rbxassetid://177266782'
  2718. s.Volume = 0.4
  2719. s:Play()
  2720. local getplayer = (PlayerName.Text)
  2721. game.Workspace.CurrentCamera.CameraSubject = game.Players[getplayer].Character.Humanoid
  2722. end)
  2723. -- =====================================================================
  2724. aimbot.MouseButton1Down:connect(function()
  2725. local s = Instance.new ("Sound", workspace)
  2726. s.SoundId = 'rbxassetid://177266782'
  2727. s.Volume = 0.4
  2728. s:Play()
  2729. ENABLED = false
  2730. PLAYER = game.Players.LocalPlayer
  2731. MOUSE = PLAYER:GetMouse()
  2732. CC = game.Workspace.CurrentCamera
  2733. _G.FREE_FOR_ALL = true
  2734. _G.BIND = 118
  2735. _G.AIM_AT = 'Head'
  2736. local player = game.Players.LocalPlayer
  2737. local esp = false
  2738. local track = false
  2739.  
  2740. --aimbot
  2741.  
  2742.  
  2743. function GetNearestPlayerToMouse()
  2744. local PLAYERS = {}
  2745. local PLAYER_HOLD = {}
  2746. local DISTANCES = {}
  2747. for i, v in pairs(game.Players:GetPlayers()) do
  2748. if v ~= PLAYER then
  2749. table.insert(PLAYERS, v)
  2750. end
  2751. end
  2752. for i, v in pairs(PLAYERS) do
  2753. if _G.FREE_FOR_ALL == false then
  2754. if v and (v.Character) ~= nil and v.TeamColor ~= PLAYER.TeamColor then
  2755. local AIM = v.Character:FindFirstChild(_G.AIM_AT)
  2756. if AIM ~= nil then
  2757. local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
  2758. local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
  2759. local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
  2760. local DIFF = math.floor((POS - AIM.Position).magnitude)
  2761. PLAYER_HOLD[v.Name .. i] = {}
  2762. PLAYER_HOLD[v.Name .. i].dist = DISTANCE
  2763. PLAYER_HOLD[v.Name .. i].plr = v
  2764. PLAYER_HOLD[v.Name .. i].diff = DIFF
  2765. table.insert(DISTANCES, DIFF)
  2766. end
  2767. end
  2768. elseif _G.FREE_FOR_ALL == true then
  2769. local AIM = v.Character:FindFirstChild(_G.AIM_AT)
  2770. if AIM ~= nil then
  2771. local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
  2772. local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
  2773. local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
  2774. local DIFF = math.floor((POS - AIM.Position).magnitude)
  2775. PLAYER_HOLD[v.Name .. i] = {}
  2776. PLAYER_HOLD[v.Name .. i].dist = DISTANCE
  2777. PLAYER_HOLD[v.Name .. i].plr = v
  2778. PLAYER_HOLD[v.Name .. i].diff = DIFF
  2779. table.insert(DISTANCES, DIFF)
  2780. end
  2781. end
  2782. end
  2783.  
  2784. if unpack(DISTANCES) == nil then
  2785. return false
  2786. end
  2787.  
  2788. local L_DISTANCE = math.floor(math.min(unpack(DISTANCES)))
  2789. if L_DISTANCE > 20 then
  2790. return false
  2791. end
  2792.  
  2793. for i, v in pairs(PLAYER_HOLD) do
  2794. if v.diff == L_DISTANCE then
  2795. return v.plr
  2796. end
  2797. end
  2798. return false
  2799. end
  2800.  
  2801. local TRACK = false
  2802.  
  2803.  
  2804. MOUSE.KeyDown:connect(function(KEY)
  2805. KEY = KEY:lower():byte()
  2806. if KEY == _G.BIND then
  2807. ENABLED = true
  2808. end
  2809. end)
  2810. MOUSE.KeyUp:connect(function(KEY)
  2811. KEY = KEY:lower():byte()
  2812. if KEY == _G.BIND then
  2813. ENABLED = false
  2814. end
  2815. end)
  2816.  
  2817. game:GetService('RunService').RenderStepped:connect(function()
  2818. if ENABLED then
  2819. local TARGET = GetNearestPlayerToMouse()
  2820. if TARGET.Name == "Whitelist kid here" or TARGET.Name == "second whitelist kid here" then
  2821. else
  2822.  
  2823. if (TARGET ~= false) then
  2824. local AIM = TARGET.Character:FindFirstChild(_G.AIM_AT)
  2825. if AIM then
  2826. CC.CoordinateFrame = CFrame.new(CC.CoordinateFrame.p, AIM.CFrame.p)
  2827. end
  2828. end
  2829. end
  2830. end
  2831. end)
  2832. v = game.Players.LocalPlayer
  2833. game.Lighting.Remote.SendMessage:FireServer(v, 'Yellow', "[LOCAL MSG] Aimbot loaded, press q to use!")
  2834. end)
  2835. -- =====================================================================
  2836. local ESP = Instance.new("BillboardGui")
  2837. local DOT = Instance.new("Frame")
  2838.  
  2839. ESP.Name = "ESP"
  2840. ESP.Parent = Gui
  2841. ESP.AlwaysOnTop = true
  2842. ESP.ExtentsOffset = Vector3.new(0, 1, 0)
  2843. ESP.Size = UDim2.new(0, 5, 0, 5)
  2844. ESP.StudsOffset = Vector3.new(0, 1, 0)
  2845.  
  2846. DOT.Name = "DOT"
  2847. DOT.Parent = ESP
  2848. DOT.BackgroundColor3 = Color3.new(1, 1, 0)
  2849. DOT.BackgroundTransparency = 0.30000001192093
  2850. DOT.BorderSizePixel = 0
  2851. DOT.Position = UDim2.new(-0.5, 0, -0.5, 0)
  2852. DOT.Size = UDim2.new(2, 0, 2, 0)
  2853. DOT.Visible = false
  2854. DOT.ZIndex = 10
  2855.  
  2856.  
  2857.  
  2858.  
  2859.  
  2860.  
  2861. local ESP = false
  2862. local track = false
  2863.  
  2864.  
  2865. local apocGUI = game.CoreGui.LightningGui
  2866. local MAIN = apocGUI.Grab.Body
  2867.  
  2868. function Create(base, team)
  2869. local espMAIN = apocGUI.ESP:Clone()
  2870. local F = apocGUI.ESP.DOT
  2871.  
  2872. espMAIN.Parent = Player.PlayerGui
  2873. espMAIN.Adornee = base
  2874.  
  2875. F.Visible = true
  2876. end
  2877.  
  2878. function Clear()
  2879. for _,v in pairs(Player.PlayerGui:children()) do
  2880. if v.Name == "ESP" and v:IsA("BillboardGui") then
  2881. v:Destroy()
  2882. end
  2883. end
  2884. end
  2885.  
  2886. function Find()
  2887. Clear()
  2888. track = true
  2889. spawn(function()
  2890. while wait() do
  2891. if track then
  2892. Clear()
  2893. for i,v in pairs(game.Players:players()) do
  2894. if v.Character and v.Character.Head then
  2895. Create(v.Character.Head, true)
  2896. end
  2897. end
  2898. end
  2899. wait(1)
  2900. end
  2901. end)
  2902. end
  2903.  
  2904.  
  2905.  
  2906.  
  2907.  
  2908.  
  2909. ESPF.MouseButton1Down:connect(function()
  2910. local s = Instance.new ("Sound", workspace)
  2911. s.SoundId = 'rbxassetid://177266782'
  2912. s.Volume = 0.4
  2913. s:Play()
  2914. ESPF.Visible = false
  2915. ESPT.Visible = true
  2916. Find()
  2917. ESP = true
  2918. end)
  2919.  
  2920. ESPT.MouseButton1Down:connect(function()
  2921. local s = Instance.new ("Sound", workspace)
  2922. s.SoundId = 'rbxassetid://177266782'
  2923. s.Volume = 0.4
  2924. s:Play()
  2925. ESPF.Visible = true
  2926. ESPT.Visible = false
  2927. Clear()
  2928. track = false
  2929. ESP = false
  2930. end)
  2931. -- =====================================================================
  2932. --blue theme BETA--
  2933.  
  2934. blue.MouseButton1Down:connect(function()
  2935.  
  2936. blue.Visible = false
  2937. yellow.Visible = true
  2938.  
  2939. local s = Instance.new ("Sound", workspace)
  2940. s.SoundId = 'rbxassetid://530637073'
  2941. s:Play()
  2942.  
  2943. Image.Image = 'rbxassetid://531722719'
  2944.  
  2945. Close.TextColor3 = Color3.new(0,255,255)
  2946. Title.TextColor3 = Color3.new(0,255,255)
  2947. Credits.TextColor3 = Color3.new(0,255,255)
  2948.  
  2949. devoff.TextColor3 = Color3.new(0,255,255)
  2950. devoff.BorderColor3 = Color3.new(0/255,255/255,255/255)
  2951.  
  2952. devon.TextColor3 = Color3.new(0,255,255)
  2953. devon.BorderColor3 = Color3.new(0/255,255/255,255/255)
  2954.  
  2955. horn.TextColor3 = Color3.new(0,255,255)
  2956. horn.BorderColor3 = Color3.new(0/255,255/255,255/255)
  2957.  
  2958. zomb.TextColor3 = Color3.new(0,255,255)
  2959. zomb.BorderColor3 = Color3.new(0/255,255/255,255/255)
  2960.  
  2961. stam.TextColor3 = Color3.new(0,255,255)
  2962. stam.BorderColor3 = Color3.new(0/255,255/255,255/255)
  2963.  
  2964. nograv.TextColor3 = Color3.new(0,255,255)
  2965. nograv.BorderColor3 = Color3.new(0/255,255/255,255/255)
  2966.  
  2967. grav.TextColor3 = Color3.new(0,255,255)
  2968. grav.BorderColor3 = Color3.new(0/255,255/255,255/255)
  2969.  
  2970. nonv.TextColor3 = Color3.new(0,255,255)
  2971. nonv.BorderColor3 = Color3.new(0/255,255/255,255/255)
  2972.  
  2973. nv.TextColor3 = Color3.new(0,255,255)
  2974. nv.BorderColor3 = Color3.new(0/255,255/255,255/255)
  2975.  
  2976. delmap.TextColor3 = Color3.new(0,255,255)
  2977. delmap.BorderColor3 = Color3.new(0/255,255/255,255/255)
  2978.  
  2979. cratetp.TextColor3 = Color3.new(0,255,255)
  2980. cratetp.BorderColor3 = Color3.new(0/255,255/255,255/255)
  2981.  
  2982. spawnitem.TextColor3 = Color3.new(0,255,255)
  2983. spawnitem.BorderColor3 = Color3.new(0/255,255/255,255/255)
  2984.  
  2985. car.TextColor3 = Color3.new(0,255,255)
  2986. car.BorderColor3 = Color3.new(0/255,255/255,255/255)
  2987.  
  2988. yellow.TextColor3 = Color3.new(0,255,255)
  2989. yellow.BorderColor3 = Color3.new(0/255,255/255,255/255)
  2990.  
  2991. spectate.TextColor3 = Color3.new(0,255,255)
  2992. spectate.BorderColor3 = Color3.new(0/255,255/255,255/255)
  2993.  
  2994. creds.TextColor3 = Color3.new(0,255,255)
  2995. creds.BorderColor3 = Color3.new(0/255,255/255,255/255)
  2996.  
  2997. blue.TextColor3 = Color3.new(0,255,255)
  2998. blue.BorderColor3 = Color3.new(0/255,255/255,255/255)
  2999.  
  3000. G36K.TextColor3 = Color3.new(0,255,255)
  3001. G36K.BorderColor3 = Color3.new(0/255,255/255,255/255)
  3002.  
  3003. Corpse.TextColor3 = Color3.new(0,255,255)
  3004. Corpse.BorderColor3 = Color3.new(0/255,255/255,255/255)
  3005.  
  3006. TpMe.TextColor3 = Color3.new(0,255,255)
  3007. TpMe.BorderColor3 = Color3.new(0/255,255/255,255/255)
  3008.  
  3009. TpTo.TextColor3 = Color3.new(0,255,255)
  3010. TpTo.BorderColor3 = Color3.new(0/255,255/255,255/255)
  3011.  
  3012. TpAllMe.TextColor3 = Color3.new(0,255,255)
  3013. TpAllMe.BorderColor3 = Color3.new(0/255,255/255,255/255)
  3014.  
  3015. GiveBadges.TextColor3 = Color3.new(0,255,255)
  3016. GiveBadges.BorderColor3 = Color3.new(0/255,255/255,255/255)
  3017.  
  3018. tpscary.TextColor3 = Color3.new(0,255,255)
  3019. tpscary.BorderColor3 = Color3.new(0/255,255/255,255/255)
  3020.  
  3021. Noclip.TextColor3 = Color3.new(0,255,255)
  3022. Noclip.BorderColor3 = Color3.new(0/255,255/255,255/255)
  3023.  
  3024. NoFog.TextColor3 = Color3.new(0,255,255)
  3025. NoFog.BorderColor3 = Color3.new(0/255,255/255,255/255)
  3026.  
  3027. FALKIT.TextColor3 = Color3.new(0,255,255)
  3028. FALKIT.BorderColor3 = Color3.new(0/255,255/255,255/255)
  3029.  
  3030. OTS.TextColor3 = Color3.new(0,255,255)
  3031. OTS.BorderColor3 = Color3.new(0/255,255/255,255/255)
  3032.  
  3033. MK48.TextColor3 = Color3.new(0,255,255)
  3034. MK48.BorderColor3 = Color3.new(0/255,255/255,255/255)
  3035.  
  3036. HungerThirst.TextColor3 = Color3.new(0,255,255)
  3037. HungerThirst.BorderColor3 = Color3.new(0/255,255/255,255/255)
  3038.  
  3039. CarGod.TextColor3 = Color3.new(0,255,255)
  3040. CarGod.BorderColor3 = Color3.new(0/255,255/255,255/255)
  3041.  
  3042. CarSpeed.TextColor3 = Color3.new(0,255,255)
  3043. CarSpeed.BorderColor3 = Color3.new(0/255,255/255,255/255)
  3044.  
  3045. God.TextColor3 = Color3.new(0,255,255)
  3046. God.BorderColor3 = Color3.new(0/255,255/255,255/255)
  3047.  
  3048. KillPlr.TextColor3 = Color3.new(0,255,255)
  3049. KillPlr.BorderColor3 = Color3.new(0/255,255/255,255/255)
  3050.  
  3051. KillAll.TextColor3 = Color3.new(0,255,255)
  3052. KillAll.BorderColor3 = Color3.new(0/255,255/255,255/255)
  3053.  
  3054. loopkplr.TextColor3 = Color3.new(0,255,255)
  3055. loopkplr.BorderColor3 = Color3.new(0/255,255/255,255/255)
  3056.  
  3057. loopkall.TextColor3 = Color3.new(0,255,255)
  3058. loopkall.BorderColor3 = Color3.new(0/255,255/255,255/255)
  3059.  
  3060. Message2.TextColor3 = Color3.new(0,255,255)
  3061. Message2.BorderColor3 = Color3.new(0/255,255/255,255/255)
  3062.  
  3063. aimbot.TextColor3 = Color3.new(0,255,255)
  3064. aimbot.BorderColor3 = Color3.new(0/255,255/255,255/255)
  3065.  
  3066. aimbot.TextColor3 = Color3.new(0,255,255)
  3067. aimbot.BorderColor3 = Color3.new(0/255,255/255,255/255)
  3068.  
  3069. ESPT.TextColor3 = Color3.new(0,255,255)
  3070. ESPT.BorderColor3 = Color3.new(0/255,255/255,255/255)
  3071.  
  3072. ESPF.TextColor3 = Color3.new(0,255,255)
  3073. ESPF.BorderColor3 = Color3.new(0/255,255/255,255/255)
  3074.  
  3075. ItemESP.TextColor3 = Color3.new(0,255,255)
  3076. ItemESP.BorderColor3 = Color3.new(0/255,255/255,255/255)
  3077. end)
  3078.  
  3079. --default yellow theme--
  3080.  
  3081. yellow.MouseButton1Down:connect(function()
  3082.  
  3083. blue.Visible = true
  3084. yellow.Visible = false
  3085.  
  3086. local s = Instance.new ("Sound", workspace)
  3087. s.SoundId = 'rbxassetid://530637073'
  3088. s:Play()
  3089.  
  3090. Image.Image = 'rbxassetid://503785894'
  3091.  
  3092. Close.TextColor3 = Color3.new(255,255,0)
  3093. Title.TextColor3 = Color3.new(255,255,0)
  3094. Credits.TextColor3 = Color3.new(255,255,0)
  3095.  
  3096. devoff.TextColor3 = Color3.new(255,255,0)
  3097. devoff.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3098.  
  3099. devon.TextColor3 = Color3.new(255,255,0)
  3100. devon.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3101.  
  3102. horn.TextColor3 = Color3.new(255,255,0)
  3103. horn.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3104.  
  3105. zomb.TextColor3 = Color3.new(255,255,0)
  3106. zomb.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3107.  
  3108. stam.TextColor3 = Color3.new(255,255,0)
  3109. stam.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3110.  
  3111. nograv.TextColor3 = Color3.new(255,255,0)
  3112. nograv.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3113.  
  3114. grav.TextColor3 = Color3.new(255,255,0)
  3115. grav.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3116.  
  3117. nonv.TextColor3 = Color3.new(255,255,0)
  3118. nonv.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3119.  
  3120. nv.TextColor3 = Color3.new(255,255,0)
  3121. nv.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3122.  
  3123. delmap.TextColor3 = Color3.new(255,255,0)
  3124. delmap.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3125.  
  3126. cratetp.TextColor3 = Color3.new(255,255,0)
  3127. cratetp.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3128.  
  3129. spawnitem.TextColor3 = Color3.new(255,255,0)
  3130. spawnitem.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3131.  
  3132. car.TextColor3 = Color3.new(255,255,0)
  3133. car.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3134.  
  3135. yellow.TextColor3 = Color3.new(255,255,0)
  3136. yellow.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3137.  
  3138. spectate.TextColor3 = Color3.new(255,255,0)
  3139. spectate.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3140.  
  3141. creds.TextColor3 = Color3.new(255,255,0)
  3142. creds.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3143.  
  3144. blue.TextColor3 = Color3.new(255,255,0)
  3145. blue.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3146.  
  3147. G36K.TextColor3 = Color3.new(255,255,0)
  3148. G36K.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3149.  
  3150. Corpse.TextColor3 = Color3.new(255,255,0)
  3151. Corpse.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3152.  
  3153. TpMe.TextColor3 = Color3.new(255,255,0)
  3154. TpMe.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3155.  
  3156. TpTo.TextColor3 = Color3.new(255,255,0)
  3157. TpTo.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3158.  
  3159. TpAllMe.TextColor3 = Color3.new(255,255,0)
  3160. TpAllMe.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3161.  
  3162. GiveBadges.TextColor3 = Color3.new(255,255,0)
  3163. GiveBadges.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3164.  
  3165. tpscary.TextColor3 = Color3.new(255,255,0)
  3166. tpscary.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3167.  
  3168. Noclip.TextColor3 = Color3.new(255,255,0)
  3169. Noclip.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3170.  
  3171. NoFog.TextColor3 = Color3.new(255,255,0)
  3172. NoFog.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3173.  
  3174. FALKIT.TextColor3 = Color3.new(255,255,0)
  3175. FALKIT.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3176.  
  3177. OTS.TextColor3 = Color3.new(255,255,0)
  3178. OTS.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3179.  
  3180. MK48.TextColor3 = Color3.new(255,255,0)
  3181. MK48.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3182.  
  3183. HungerThirst.TextColor3 = Color3.new(255,255,0)
  3184. HungerThirst.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3185.  
  3186. CarGod.TextColor3 = Color3.new(255,255,0)
  3187. CarGod.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3188.  
  3189. CarSpeed.TextColor3 = Color3.new(255,255,0)
  3190. CarSpeed.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3191.  
  3192. God.TextColor3 = Color3.new(255,255,0)
  3193. God.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3194.  
  3195. KillPlr.TextColor3 = Color3.new(255,255,0)
  3196. KillPlr.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3197.  
  3198. KillAll.TextColor3 = Color3.new(255,255,0)
  3199. KillAll.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3200.  
  3201. loopkplr.TextColor3 = Color3.new(255,255,0)
  3202. loopkplr.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3203.  
  3204. loopkall.TextColor3 = Color3.new(255,255,0)
  3205. loopkall.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3206.  
  3207. Message2.TextColor3 = Color3.new(255,255,0)
  3208. Message2.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3209.  
  3210. aimbot.TextColor3 = Color3.new(255,255,0)
  3211. aimbot.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3212.  
  3213. aimbot.TextColor3 = Color3.new(255,255,0)
  3214. aimbot.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3215.  
  3216. ESPT.TextColor3 = Color3.new(255,255,0)
  3217. ESPT.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3218.  
  3219. ESPF.TextColor3 = Color3.new(255,255,0)
  3220. ESPF.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3221.  
  3222. ItemESP.TextColor3 = Color3.new(255,255,0)
  3223. ItemESP.BorderColor3 = Color3.new(140/255,140/255,0/255)
  3224. end)
  3225.  
  3226. --[[C.r.e.a.t.e.d b.y S.t.r.a.z.o.s]]--
  3227. -- =====================================================================
  3228. while true do
  3229. Title.TextTransparency = 0
  3230. Credits.TextTransparency = 0
  3231. Close.TextTransparency = 0
  3232. Close2.TextTransparency = 0
  3233. wait(0.1)
  3234. Title.TextTransparency = 0.1
  3235. Credits.TextTransparency = 0.1
  3236. Close.TextTransparency = 0.1
  3237. Close2.TextTransparency = 0.1
  3238. wait(0.1)
  3239. Title.TextTransparency = 0.2
  3240. Credits.TextTransparency = 0.2
  3241. Close.TextTransparency = 0.2
  3242. Close2.TextTransparency = 0.2
  3243. wait(0.1)
  3244. Title.TextTransparency = 0.3
  3245. Credits.TextTransparency = 0.3
  3246. Close.TextTransparency = 0.3
  3247. Close2.TextTransparency = 0.3
  3248. wait(0.1)
  3249. Title.TextTransparency = 0.4
  3250. Credits.TextTransparency = 0.4
  3251. Close.TextTransparency = 0.4
  3252. Close2.TextTransparency = 0.4
  3253. wait(0.1)
  3254. Title.TextTransparency = 0.5
  3255. Credits.TextTransparency = 0.5
  3256. Close.TextTransparency = 0.5
  3257. Close2.TextTransparency = 0.5
  3258. wait(0.1)
  3259. Title.TextTransparency = 0.6
  3260. Credits.TextTransparency = 0.6
  3261. Close.TextTransparency = 0.6
  3262. Close2.TextTransparency = 0.6
  3263. wait(0.1)
  3264. Title.TextTransparency = 0.7
  3265. Credits.TextTransparency = 0.7
  3266. Close.TextTransparency = 0.7
  3267. Close2.TextTransparency = 0.7
  3268. wait(0.1)
  3269. Title.TextTransparency = 0.6
  3270. Credits.TextTransparency = 0.6
  3271. Close.TextTransparency = 0.6
  3272. Close2.TextTransparency = 0.6
  3273. wait(0.1)
  3274. Title.TextTransparency = 0.5
  3275. Credits.TextTransparency = 0.5
  3276. Close.TextTransparency = 0.5
  3277. Close2.TextTransparency = 0.5
  3278. wait(0.1)
  3279. Title.TextTransparency = 0.4
  3280. Credits.TextTransparency = 0.4
  3281. Close.TextTransparency = 0.4
  3282. Close2.TextTransparency = 0.4
  3283. wait(0.1)
  3284. Title.TextTransparency = 0.3
  3285. Credits.TextTransparency = 0.3
  3286. Close.TextTransparency = 0.3
  3287. Close2.TextTransparency = 0.3
  3288. wait(0.1)
  3289. Title.TextTransparency = 0.2
  3290. Credits.TextTransparency = 0.2
  3291. Close.TextTransparency = 0.2
  3292. Close2.TextTransparency = 0.2
  3293. wait(0.1)
  3294. Title.TextTransparency = 0.1
  3295. Credits.TextTransparency = 0.1
  3296. Close.TextTransparency = 0.1
  3297. Close2.TextTransparency = 0.1
  3298. wait(0.1)
  3299. Title.TextTransparency = 0
  3300. Credits.TextTransparency = 0
  3301. Close.TextTransparency = 0
  3302. Close2.TextTransparency = 0
  3303. wait(0.1)
  3304. end
  3305.  
  3306. --Next
  3307.  
  3308. --RR Apoc Gui V2.3 Made by RelentlessRaptor/!!!RelentlessRaptor on discord
  3309. --Some Spawnable Items list: https://pastebin.com/DpyMe7TQ
  3310. --GuiInstances
  3311. --[[V2.3 Updates:
  3312.  
  3313. 1. More message colors
  3314. 2. Kill and Kill all
  3315.  
  3316. ]]
  3317.  
  3318. wait(0.3)
  3319. sg = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui)
  3320. sg.Name = ("ApocGui")
  3321.  
  3322. tab = Instance.new("Frame",sg)
  3323. tab.Name = ("Tab")
  3324.  
  3325. credits = Instance.new("TextLabel",tab)
  3326. credits.Name = ("Credits")
  3327.  
  3328. frame = Instance.new("Frame",tab)
  3329. frame.Name = ("Main")
  3330.  
  3331. xout = Instance.new("TextButton",tab)
  3332. xout.Name = ("xout")
  3333.  
  3334. tpbody = Instance.new("TextButton",frame)
  3335. tpbody.Name = ("tpbody")
  3336.  
  3337. movequick = Instance.new("TextButton",frame)
  3338. movequick.Name = ("movequick")
  3339.  
  3340. spec = Instance.new("TextButton",frame)
  3341. spec.Name = ("Spectate")
  3342.  
  3343. pname = Instance.new("TextBox",frame)
  3344. pname.Name = ("PName")
  3345.  
  3346. esp = Instance.new("TextButton",frame)
  3347. esp.Name = ("Esp")
  3348.  
  3349. spawngui = Instance.new("TextButton",frame)
  3350. spawngui.Name = ("spawner")
  3351.  
  3352. frame2 = Instance.new("Frame",tab)
  3353. frame2.Name = ("SpawnGui")
  3354.  
  3355. closesg = Instance.new("TextButton",frame2)
  3356. closesg.Name = ("closesg")
  3357.  
  3358. spawnitem = Instance.new("TextBox",frame2)
  3359. spawnitem.Name = ("SpawnItem")
  3360.  
  3361. amount = Instance.new("TextBox",frame2)
  3362. amount.Name = ("Amount")
  3363.  
  3364. spawn1 = Instance.new("TextButton",frame2)
  3365. spawn1.Name = ("spawn1")
  3366.  
  3367. patriotkit = Instance.new("TextButton",frame2)
  3368. spawn1.Name = ("spawn1")
  3369.  
  3370. bloodkit = Instance.new("TextButton",frame2)
  3371. spawn1.Name = ("spawn1")
  3372.  
  3373. carkit = Instance.new("TextButton",frame2)
  3374. spawn1.Name = ("spawn1")
  3375.  
  3376. basekit = Instance.new("TextButton",frame2)
  3377. spawn1.Name = ("spawn1")
  3378.  
  3379. tpcrate = Instance.new("TextButton",frame)
  3380. tpcrate.Name = ("CrateTp")
  3381.  
  3382. frame3 = Instance.new("Frame",frame)
  3383. frame3.Name = ("frame3")
  3384.  
  3385. god = Instance.new("TextButton",frame)
  3386. god.Name = ("god")
  3387.  
  3388. messagebox = Instance.new("TextBox",frame3)
  3389. messagebox.Name = ("message")
  3390.  
  3391. redm = Instance.new("TextButton",frame3)
  3392. redm.Name = ("redm")
  3393.  
  3394. bluem = Instance.new("TextButton",frame3)
  3395. bluem.Name = ("bluem")
  3396.  
  3397. yellowm = Instance.new("TextButton",frame3)
  3398. yellowm.Name = ("yellowm")
  3399.  
  3400. killp = Instance.new("TextButton",frame3)
  3401. killp.Name = ("killp")
  3402.  
  3403. killall = Instance.new("TextButton",frame3)
  3404. killall.Name = ("Killall")
  3405.  
  3406. spectating = false
  3407.  
  3408. page1 = true
  3409.  
  3410. --GuiAppearance
  3411. frame.Size = UDim2.new(0,365,0,200)
  3412. frame.Position = UDim2.new(0,0,0,30)
  3413. frame.BorderSizePixel = 0
  3414. frame.BackgroundColor3 = Color3.new(255/255,127/255,0/255)
  3415.  
  3416. frame2.Size = UDim2.new(0,365,0,200)
  3417. frame2.Position = UDim2.new(20,0,0,30)
  3418. frame2.BorderSizePixel = 0
  3419. frame2.BackgroundColor3 = Color3.new(255/255,127/255,0/255)
  3420.  
  3421. tab.Size = UDim2.new(0,365,0,30)
  3422. tab.Position = UDim2.new(0.3,0,0.3,0)
  3423. tab.Active = true
  3424. tab.Draggable = true
  3425. tab.BorderSizePixel = 0
  3426. tab.BackgroundColor3 = Color3.new(1,1,1)
  3427.  
  3428. credits.Position = UDim2.new(0,117,0,10)
  3429. credits.Text = ("RR Apoc Gui V2.3 by RelentlessRaptor")
  3430. credits.Font = ("SciFi")
  3431. credits.TextSize = 15
  3432.  
  3433. xout.Position = UDim2.new(0,335,0,0)
  3434. xout.Size = UDim2.new(0,30,0,30)
  3435. xout.BackgroundColor3 = Color3.new(255,0,0)
  3436. xout.Text = ("X")
  3437. xout.TextColor3 = Color3.new(0,0,0)
  3438. xout.TextSize = 17
  3439. xout.Font = ("Arial")
  3440. xout.BorderSizePixel = 0
  3441.  
  3442.  
  3443. tpbody.Size = UDim2.new(0,95,0,50)
  3444. tpbody.Position = UDim2.new(0,135,0,125)
  3445. tpbody.BackgroundColor3 = Color3.new(1,1,1)
  3446. tpbody.BorderSizePixel = 0
  3447. tpbody.Text = ("Teleport Bodies")
  3448. tpbody.TextScaled = true
  3449. tpbody.Font = ("Arial")
  3450.  
  3451. movequick.Size = UDim2.new(0,95,0,50)
  3452. movequick.Position = UDim2.new(0,135,0,50)
  3453. movequick.BackgroundColor3 = Color3.new(1,1,1)
  3454. movequick.BorderSizePixel = 0
  3455. movequick.Text = ("Body Launch Forward")
  3456. movequick.TextScaled = true
  3457. movequick.Font = ("Arial")
  3458.  
  3459. spec.Size = UDim2.new(0,95,0,50)
  3460. spec.Position = UDim2.new(0,250,0,50)
  3461. spec.BackgroundColor3 = Color3.new(1,1,1)
  3462. spec.BorderSizePixel = 0
  3463. spec.Text = ("Spectate player")
  3464. spec.TextScaled = true
  3465. spec.Font = ("Arial")
  3466.  
  3467. pname.Size = UDim2.new(0,100,0,30)
  3468. pname.Position = UDim2.new(0,10,0,10)
  3469. pname.BackgroundColor3 = Color3.new(1,1,1)
  3470. pname.BorderSizePixel = 0
  3471. pname.Text = ("Player(cApS)")
  3472. pname.TextScaled = true
  3473. pname.Font = ("Arial")
  3474.  
  3475.  
  3476. esp.Size = UDim2.new(0,95,0,50)
  3477. esp.Position = UDim2.new(0,20,0,125)
  3478. esp.BackgroundColor3 = Color3.new(1,1,1)
  3479. esp.BorderSizePixel = 0
  3480. esp.Text = ("Mustardfoot ESP")
  3481. esp.TextScaled = true
  3482. esp.Font = ("Arial")
  3483.  
  3484. spect = Instance.new("TextButton")
  3485. spect.Position = UDim2.new(0.4,0,5,20)
  3486. spect.Text = ("Stop Spectating")
  3487. spect.Size = UDim2.new(0,60,0,30)
  3488. spect.BackgroundColor3 = Color3.new(1,1,1)
  3489. spect.Font = ("Arial")
  3490. spect.TextSize = 15
  3491.  
  3492. spawngui.Size = UDim2.new(0,95,0,50)
  3493. spawngui.Position = UDim2.new(0,20,0,50)
  3494. spawngui.BackgroundColor3 = Color3.new(1,1,1)
  3495. spawngui.BorderSizePixel = 0
  3496. spawngui.Text = ("Open Spawning Gui")
  3497. spawngui.TextScaled = true
  3498. spawngui.Font = ("Arial")
  3499.  
  3500. closesg.Size = UDim2.new(0,95,0,50)
  3501. closesg.Position = UDim2.new(0,20,0,50)
  3502. closesg.BackgroundColor3 = Color3.new(1,1,1)
  3503. closesg.BorderSizePixel = 0
  3504. closesg.Text = ("Open Regular Gui")
  3505. closesg.TextScaled = true
  3506. closesg.Font = ("Arial")
  3507.  
  3508. tpcrate.Size = UDim2.new(0,95,0,50)
  3509. tpcrate.Position = UDim2.new(0,250,0,125)
  3510. tpcrate.BackgroundColor3 = Color3.new(1,1,1)
  3511. tpcrate.BorderSizePixel = 0
  3512. tpcrate.Text = ("Teleport Crates")
  3513. tpcrate.TextScaled = true
  3514. tpcrate.Font = ("Arial")
  3515.  
  3516. spawnitem.Size = UDim2.new(0,100,0,30)
  3517. spawnitem.Position = UDim2.new(0,10,0,10)
  3518. spawnitem.BackgroundColor3 = Color3.new(1,1,1)
  3519. spawnitem.BorderSizePixel = 0
  3520. spawnitem.Text = ("Item (cApS)")
  3521. spawnitem.TextScaled = true
  3522. spawnitem.Font = ("Arial")
  3523.  
  3524. amount.Size = UDim2.new(0,50,0,30)
  3525. amount.Position = UDim2.new(0,120,0,10)
  3526. amount.BackgroundColor3 = Color3.new(1,1,1)
  3527. amount.BorderSizePixel = 0
  3528. amount.Text = ("Amount(5 max)")
  3529. amount.TextScaled = true
  3530. amount.Font = ("Arial")
  3531.  
  3532. spawn1.Size = UDim2.new(0,95,0,50)
  3533. spawn1.Position = UDim2.new(0,135,0,50)
  3534. spawn1.BackgroundColor3 = Color3.new(1,1,1)
  3535. spawn1.BorderSizePixel = 0
  3536. spawn1.Text = ("Spawn Item")
  3537. spawn1.TextScaled = true
  3538. spawn1.Font = ("Arial")
  3539.  
  3540. patriotkit.Size = UDim2.new(0,95,0,50)
  3541. patriotkit.Position = UDim2.new(0,250,0,50)
  3542. patriotkit.BackgroundColor3 = Color3.new(1,1,1)
  3543. patriotkit.BorderSizePixel = 0
  3544. patriotkit.Text = ("Patriot Kit")
  3545. patriotkit.TextScaled = true
  3546. patriotkit.Font = ("Arial")
  3547.  
  3548. bloodkit.Size = UDim2.new(0,95,0,50)
  3549. bloodkit.Position = UDim2.new(0,20,0,125)
  3550. bloodkit.BackgroundColor3 = Color3.new(1,1,1)
  3551. bloodkit.BorderSizePixel = 0
  3552. bloodkit.Text = ("Health Kit")
  3553. bloodkit.TextScaled = true
  3554. bloodkit.Font = ("Arial")
  3555.  
  3556. carkit.Size = UDim2.new(0,95,0,50)
  3557. carkit.Position = UDim2.new(0,135,0,125)
  3558. carkit.BackgroundColor3 = Color3.new(1,1,1)
  3559. carkit.BorderSizePixel = 0
  3560. carkit.Text = ("Car Kit")
  3561. carkit.TextScaled = true
  3562. carkit.Font = ("Arial")
  3563.  
  3564. basekit.Size = UDim2.new(0,95,0,50)
  3565. basekit.Position = UDim2.new(0,250,0,125)
  3566. basekit.BackgroundColor3 = Color3.new(1,1,1)
  3567. basekit.BorderSizePixel = 0
  3568. basekit.Text = ("Base Kit")
  3569. basekit.TextScaled = true
  3570. basekit.Font = ("Arial")
  3571.  
  3572. frame3.Size = UDim2.new(0,365,0,150)
  3573. frame3.Position = UDim2.new(0,0,0,200)
  3574. frame3.BorderSizePixel = 0
  3575. frame3.BackgroundColor3 = Color3.new(255/255,127/255,0/255)
  3576.  
  3577. god.Size = UDim2.new(0,95,0,50)
  3578. god.Position = UDim2.new(0,20,0,200)
  3579. god.BackgroundColor3 = Color3.new(1,1,1)
  3580. god.BorderSizePixel = 0
  3581. god.Text = ("God Mode")
  3582. god.TextScaled = true
  3583. god.Font = ("Arial")
  3584.  
  3585. messagebox.Size = UDim2.new(0,95,0,30)
  3586. messagebox.Position = UDim2.new(0,135,0,10)
  3587. messagebox.BackgroundColor3 = Color3.new(1,1,1)
  3588. messagebox.BorderSizePixel = 0
  3589. messagebox.Text = ("Server Message")
  3590. messagebox.TextScaled = true
  3591. messagebox.Font = ("Arial")
  3592.  
  3593. redm.Size = UDim2.new(0,31,0,30)
  3594. redm.Position = UDim2.new(0,250,0,10)
  3595. redm.BackgroundColor3 = Color3.new(255,0,0)
  3596. redm.BorderSizePixel = 0
  3597. redm.Text = ("")
  3598. redm.TextScaled = true
  3599. redm.Font = ("Arial")
  3600.  
  3601. bluem.Size = UDim2.new(0,31,0,30)
  3602. bluem.Position = UDim2.new(0,281,0,10)
  3603. bluem.BackgroundColor3 = Color3.new(0,0,255)
  3604. bluem.BorderSizePixel = 0
  3605. bluem.Text = ("")
  3606. bluem.TextScaled = true
  3607. bluem.Font = ("Arial")
  3608. bluem.TextColor3 = Color3.new(1,1,1)
  3609.  
  3610. yellowm.Size = UDim2.new(0,31,0,30)
  3611. yellowm.Position = UDim2.new(0,312,0,10)
  3612. yellowm.BackgroundColor3 = Color3.new(255,255,0)
  3613. yellowm.BorderSizePixel = 0
  3614. yellowm.Text = ("")
  3615. yellowm.TextSize = UDim2.new(20)
  3616. yellowm.Font = ("Arial")
  3617.  
  3618. killp.Size = UDim2.new(0,95,0,50)
  3619. killp.Position = UDim2.new(0,20,0,75)
  3620. killp.BackgroundColor3 = Color3.new(1,1,1)
  3621. killp.BorderSizePixel = 0
  3622. killp.Text = ("Kill Player")
  3623. killp.TextScaled = true
  3624. killp.Font = ("Arial")
  3625.  
  3626. killall.Size = UDim2.new(0,95,0,50)
  3627. killall.Position = UDim2.new(0,135,0,75)
  3628. killall.BackgroundColor3 = Color3.new(1,1,1)
  3629. killall.BorderSizePixel = 0
  3630. killall.Text = ("Kill Others")
  3631. killall.TextScaled = true
  3632. killall.Font = ("Arial")
  3633.  
  3634.  
  3635.  
  3636. --ButtonActions
  3637.  
  3638. xout.MouseEnter:connect(function()
  3639. xout.BackgroundColor3 = Color3.new(255/255,50/255,50/255)
  3640. end)
  3641. xout.MouseLeave:connect(function()
  3642. xout.BackgroundColor3 = Color3.new(255,0,0)
  3643. end)
  3644. xout.MouseButton1Up:connect(function()
  3645. sg:Remove()
  3646. end)
  3647.  
  3648.  
  3649. pname.InputEnded:connect(function()
  3650. if pname.Text == ("") then
  3651. pname.Text = ("Player(cApS)")
  3652. end
  3653. end)
  3654.  
  3655. spawnitem.InputEnded:connect(function()
  3656. if spawnitem.Text == ("") then
  3657. spawnitem.Text = ("Item (cApS)")
  3658. end
  3659. end)
  3660.  
  3661.  
  3662. tpbody.MouseButton1Up:connect(function()
  3663.  
  3664. for i,v in pairs(workspace:GetChildren()) do
  3665. if v.Name == "Corpse" then
  3666. v:MoveTo(workspace[game.Players.LocalPlayer.Name].Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  3667. end
  3668. end
  3669.  
  3670. end)
  3671. cooldown = false
  3672. movequick.MouseButton1Up:connect(function()
  3673. if cooldown == false then
  3674. cooldown = true
  3675. local v = Instance.new("BodyVelocity",game.Players.LocalPlayer.Character.Torso)
  3676. v.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*50
  3677. v.maxForce = Vector3.new(5000,5000,5000)
  3678. game.Debris:AddItem(v,2)
  3679. wait(2)
  3680. --RR Apoc Gui Made by RelentlessRaptor/!!!RelentlessRaptor on discord
  3681.  
  3682. movequick.Text = ("5")
  3683. wait(1)
  3684. movequick.Text = ("4")
  3685. wait(1)
  3686. movequick.Text = ("3")
  3687. wait(1)
  3688. movequick.Text = ("2")
  3689. wait(1)
  3690. movequick.Text = ("1")
  3691. wait(1)
  3692. movequick.Text = ("Body Launch Forward (Don't sprint)")
  3693. cooldown = false
  3694. end
  3695. end)
  3696.  
  3697. ---
  3698.  
  3699. spec.MouseButton1Up:connect(function()
  3700. if spectating == false then
  3701. spectating = true
  3702. wait(0.1)
  3703. spect.Position = UDim2.new(0,300,0,20)
  3704. game.Workspace.CurrentCamera.CameraSubject = game.Players[pname.Text].Character.Humanoid
  3705. end
  3706. if spectating == true then
  3707. wait(0.1)
  3708. spectating = false
  3709. spect.Position = UDim2.new(0,0,5,0)
  3710. end
  3711.  
  3712. end)
  3713.  
  3714.  
  3715.  
  3716.  
  3717. ---
  3718.  
  3719.  
  3720. esp.MouseButton1Up:connect(function()
  3721. crashy = false -- CHANGE THIS TO TRUE IF IT CRASHES THIS GAME
  3722. on = false
  3723. if game.CoreGui:FindFirstChild('ESP') then
  3724. game.CoreGui.ESP:Destroy()
  3725. elseif game.Players.LocalPlayer.PlayerGui:FindFirstChild('ESP') then
  3726. game.Players.LocalPlayer.PlayerGui.ESP:Destroy()
  3727. end
  3728.  
  3729. function doit(hey)
  3730. local t1 = Instance.new('SurfaceGui',hey)
  3731. t1.AlwaysOnTop = true
  3732. local t1g = Instance.new('Frame',t1)
  3733. t1g.Size = UDim2.new(1,0,1,0)
  3734. t1g.BackgroundColor3 = t1.Parent.BrickColor.Color
  3735. local t2 = Instance.new('SurfaceGui',hey)
  3736. t2.AlwaysOnTop = true
  3737. t2.Face = Enum.NormalId.Right
  3738. local t2g = Instance.new('Frame',t2)
  3739. t2g.Size = UDim2.new(1,0,1,0)
  3740. t2g.BackgroundColor3 = t2.Parent.BrickColor.Color
  3741. local t3 = Instance.new('SurfaceGui',hey)
  3742. t3.AlwaysOnTop = true
  3743. t3.Face = Enum.NormalId.Left
  3744. local t3g = Instance.new('Frame',t3)
  3745. t3g.Size = UDim2.new(1,0,1,0)
  3746. t3g.BackgroundColor3 = t3.Parent.BrickColor.Color
  3747. local t4 = Instance.new('SurfaceGui',hey)
  3748. t4.AlwaysOnTop = true
  3749. t4.Face = Enum.NormalId.Back
  3750. local t4g = Instance.new('Frame',t4)
  3751. t4g.Size = UDim2.new(1,0,1,0)
  3752. t4g.BackgroundColor3 = t4.Parent.BrickColor.Color
  3753. local t5 = Instance.new('SurfaceGui',hey)
  3754. t5.AlwaysOnTop = true
  3755. t5.Face = Enum.NormalId.Top
  3756. local t5g = Instance.new('Frame',t5)
  3757. t5g.Size = UDim2.new(1,0,1,0)
  3758. t5g.BackgroundColor3 = t5.Parent.BrickColor.Color
  3759. local t6 = Instance.new('SurfaceGui',hey)
  3760. t6.AlwaysOnTop = true
  3761. t6.Face = Enum.NormalId.Bottom
  3762. local t6g = Instance.new('Frame',t6)
  3763. t6g.Size = UDim2.new(1,0,1,0)
  3764. t6g.BackgroundColor3 = t6.Parent.BrickColor.Color
  3765. end
  3766. function undo(chr)
  3767. for i,v in pairs(chr:GetChildren()) do
  3768. if v.ClassName == "Part" or v.ClassName == "MeshPart" then
  3769. for a,c in pairs(v:GetChildren()) do
  3770. if c.ClassName == "SurfaceGui" then
  3771. c:Destroy()
  3772. end
  3773. if c.ClassName == "BillboardGui" and c.Name == "thingyye" then
  3774. c:Destroy()
  3775. end
  3776. end
  3777. end
  3778. end
  3779. end
  3780.  
  3781. local gui = Instance.new('ScreenGui')
  3782. if crashy == false then
  3783. gui.Parent = game.CoreGui
  3784. else
  3785. gui.Parent = game.Players.LocalPlayer.PlayerGui
  3786. end
  3787. gui.Name = "ESP"
  3788. gui.ResetOnSpawn = false
  3789. local frame = Instance.new('Frame',gui)
  3790. frame.Size = UDim2.new(0.2,0,0.3,0)
  3791. frame.Position = UDim2.new(0,0,0.9,0)
  3792. frame.BackgroundTransparency = 0.5
  3793. frame.BackgroundColor3 = Color3.fromRGB(131,182,239)
  3794. frame.BorderSizePixel = 4
  3795. frame.BorderColor3 = Color3.fromRGB(66,134,244)
  3796. frame.Active = true
  3797. frame.Draggable = true
  3798. local txt = Instance.new('TextLabel',frame)
  3799. txt.Text = "Mustardfoot's ESP Gui"
  3800. txt.TextColor3 = Color3.fromRGB(255,255,255)
  3801. txt.Size = UDim2.new(1,0,0.3,0)
  3802. txt.TextScaled = true
  3803. txt.BackgroundTransparency = 1
  3804. local but = Instance.new('TextButton',frame)
  3805. but.Text = "ESP On"
  3806. but.TextColor3 = Color3.fromRGB(255,255,255)
  3807. but.Size = UDim2.new(0.7,0,0.3,0)
  3808. but.Position = UDim2.new(0.15,0,0.5,0)
  3809. but.BorderSizePixel = 0
  3810. but.TextScaled = true
  3811. but.BackgroundColor3 = Color3.fromRGB(66,134,244)
  3812. but.BackgroundTransparency = 0.4
  3813. for i,v in pairs(game.Players:GetChildren()) do
  3814. if v.Character ~= nil then
  3815. undo(v.Character)
  3816. end
  3817. end
  3818.  
  3819. but.MouseButton1Down:connect(function()
  3820. if but.Text == "ESP On" then
  3821. but.Text = "ESP Off"
  3822. on = true
  3823. for i,v in pairs(game.Players:GetChildren()) do
  3824. if v.Character ~= game.Players.LocalPlayer.Character and v.Character.Head:FindFirstChild('ScreenGui') == nil then
  3825. if v.Character:FindFirstChild('Head') then
  3826. local bill = Instance.new('BillboardGui',v.Character.Head)
  3827. bill.Name = "thingyye"
  3828. bill.AlwaysOnTop = true
  3829. bill.Size = UDim2.new(2,1,2)
  3830. bill.Adornee = v.Character.Head
  3831. local txt = Instance.new('TextLabel',bill)
  3832. txt.Text = v.Name
  3833. txt.BackgroundTransparency = 1
  3834. txt.Size = UDim2.new(1,0,1,0)
  3835. txt.TextColor3 = v.TeamColor.Color
  3836. end
  3837. for a,c in pairs(v.Character:GetChildren()) do
  3838. if c.ClassName == "MeshPart" and c.Transparency ~= 1 then
  3839. doit(c)
  3840. elseif c.ClassName == "Part" and c.Transparency ~= 1 then
  3841. doit(c)
  3842. end
  3843. end
  3844. end
  3845. end
  3846. else
  3847. but.Text = "ESP On"
  3848. on = false
  3849. for i,v in pairs(game.Players:GetChildren()) do
  3850. undo(v.Character)
  3851. end
  3852. end
  3853. end)
  3854.  
  3855. for i,v in pairs(game.Players:GetChildren()) do
  3856. v.CharacterAdded:connect(function()
  3857. v.Character:WaitForChild('Head')
  3858. wait(1)
  3859. if on == true then
  3860. if v.Character ~= game.Players.LocalPlayer.Character and v.Character.Head:FindFirstChild('ScreenGui') == nil then
  3861. if v.Character:FindFirstChild('Head') then
  3862. local bill = Instance.new('BillboardGui',v.Character.Head)
  3863. bill.Name = "thingyye"
  3864. bill.AlwaysOnTop = true
  3865. bill.Size = UDim2.new(2,1,2)
  3866. bill.Adornee = v.Character.Head
  3867. local txt = Instance.new('TextLabel',bill)
  3868. txt.Text = v.Name
  3869. txt.BackgroundTransparency = 1
  3870. txt.Size = UDim2.new(1,0,1,0)
  3871. txt.TextColor3 = v.TeamColor.Color
  3872. end
  3873. for a,c in pairs(v.Character:GetChildren()) do
  3874. if c.ClassName == "MeshPart" and c.Transparency ~= 1 then
  3875. doit(c)
  3876. elseif c.ClassName == "Part" and c.Transparency ~= 1 then
  3877. doit(c)
  3878. end
  3879. end
  3880. end
  3881. end
  3882. end)
  3883. end
  3884.  
  3885. game.Players.PlayerAdded:connect(function(v)
  3886. v.CharacterAdded:connect(function()
  3887. v.Character:WaitForChild('Head')
  3888. wait(1)
  3889. if on == true then
  3890. if v.Character ~= game.Players.LocalPlayer.Character and v.Character.Head:FindFirstChild('ScreenGui') == nil then
  3891. if v.Character:FindFirstChild('Head') then
  3892. local bill = Instance.new('BillboardGui',v.Character.Head)
  3893. bill.Name = "thingyye"
  3894. bill.AlwaysOnTop = true
  3895. bill.Size = UDim2.new(2,1,2)
  3896. bill.Adornee = v.Character.Head
  3897. local txt = Instance.new('TextLabel',bill)
  3898. txt.Text = v.Name
  3899. txt.BackgroundTransparency = 1
  3900. txt.Size = UDim2.new(1,0,1,0)
  3901. txt.TextColor3 = v.TeamColor.Color
  3902. end
  3903. for a,c in pairs(v.Character:GetChildren()) do
  3904. if c.ClassName == "MeshPart" and c.Transparency ~= 1 then
  3905. doit(c)
  3906. elseif c.ClassName == "Part" and c.Transparency ~= 1 then
  3907. doit(c)
  3908. end
  3909. end
  3910. end
  3911. end
  3912. end)
  3913. end)
  3914. end)
  3915.  
  3916.  
  3917.  
  3918. spawngui.MouseButton1Down:connect(function()
  3919. frame.Position = UDim2.new(20,0,0,0)
  3920. frame2.Position = UDim2.new(0,0,0,30)
  3921.  
  3922.  
  3923.  
  3924. end)
  3925.  
  3926.  
  3927. closesg.MouseButton1Down:connect(function()
  3928. page1 = true
  3929. frame.Position = UDim2.new(0,0,0,30)
  3930. frame2.Position = UDim2.new(20,0,0,0)
  3931.  
  3932. end)
  3933.  
  3934. spawn1.MouseButton1Down:connect(function()
  3935.  
  3936. local function s(n)
  3937. local new = game.Lighting.LootDrops[n]:Clone()
  3938. new.Parent = workspace
  3939. new:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  3940. end
  3941. if amount.Text == ("2") then
  3942. spawner ={spawnitem.Text, spawnitem.Text}
  3943. elseif amount.Text == ("3") then
  3944. spawner ={spawnitem.Text, spawnitem.Text, spawnitem.Text}
  3945. elseif amount.Text == ("4") then
  3946. spawner ={spawnitem.Text, spawnitem.Text, spawnitem.Text, spawnitem.Text}
  3947. elseif amount.Text == ("5") then
  3948. spawner ={spawnitem.Text, spawnitem.Text, spawnitem.Text, spawnitem.Text, spawnitem.Text}
  3949. else
  3950. spawner ={spawnitem.Text}
  3951. end
  3952.  
  3953.  
  3954.  
  3955. for sp = 1, #spawner do
  3956. s(spawner[sp])
  3957.  
  3958. end
  3959. end)
  3960.  
  3961. patriotkit.MouseButton1Down:connect(function()
  3962. local function s(n)
  3963. local new = game.Lighting.LootDrops[n]:Clone()
  3964. new.Parent = workspace
  3965. new:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  3966. end
  3967. spawner ={"Patriot","STANAGAmmo100","STANAGAmmo100","STANAGAmmo100","STANAGAmmo100","STANAGAmmo100","ACOG","Laser"}
  3968.  
  3969. for sp = 1, #spawner do
  3970. s(spawner[sp])
  3971. end
  3972. end)
  3973.  
  3974. bloodkit.MouseButton1Down:connect(function()
  3975. local function s(n)
  3976. local new = game.Lighting.LootDrops[n]:Clone()
  3977. new.Parent = workspace
  3978. new:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  3979. end
  3980. spawner ={"BloodBag","BloodBag","BloodBag","BloodBag","Painkillers","Painkillers"}
  3981.  
  3982. for sp = 1, #spawner do
  3983. s(spawner[sp])
  3984. end
  3985. end)
  3986.  
  3987. carkit.MouseButton1Down:connect(function()
  3988. local function s(n)
  3989. local new = game.Lighting.LootDrops[n]:Clone()
  3990. new.Parent = workspace
  3991. new:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  3992. end
  3993. spawner ={"ReinforcedWheel","ReinforcedWheel","ReinforcedWheel","ReinforcedWheel","ScrapMetal","EngineParts","FuelTank","BallisticGlass","ArmorPlates","JerryCan","JerryCan"}
  3994.  
  3995. for sp = 1, #spawner do
  3996. s(spawner[sp])
  3997. end
  3998. end)
  3999.  
  4000. basekit.MouseButton1Down:connect(function()
  4001. local function s(n)
  4002. local new = game.Lighting.LootDrops[n]:Clone()
  4003. new.Parent = workspace
  4004. new:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  4005. end
  4006. spawner ={"Material5","Material5","Material5","Material3","Material4","LargeCrate","LargeCrate"}
  4007.  
  4008. for sp = 1, #spawner do
  4009. s(spawner[sp])
  4010. end
  4011. end)
  4012.  
  4013. tpcrate.MouseButton1Down:connect(function()
  4014.  
  4015. for _,v in pairs(workspace:children()) do
  4016. if v.Name == "LargeCrateOpen" or v.Name == "SmallCrateOpen" then
  4017. v:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  4018. end
  4019. end
  4020. end)
  4021.  
  4022. god.MouseButton1Down:connect(function()
  4023. while true do
  4024. wait(0.01)
  4025. if game.Players.LocalPlayer.Character.Humanoid.Health < 100 then
  4026.  
  4027. game.Workspace.Remote.AddDamageSelf:FireServer(game.Players.LocalPlayer.Character.Humanoid.Health,game.Players.LocalPlayer.Character.Humanoid.Health- 100)
  4028. --Don't take my god script and take credit for it. Just give me credit and you can.
  4029. end
  4030. end
  4031. end)
  4032.  
  4033. messagebox.InputEnded:connect(function()
  4034.  
  4035. if messagebox.Text == ("") then
  4036. messagebox.Text = ("Server Message")
  4037. end
  4038. end)
  4039. redm.MouseButton1Down:connect(function()
  4040. for i,v in pairs(game.Players:GetChildren())do
  4041. local var = Instance.new("StringValue")
  4042. var.Value = "Red"
  4043. game.Workspace.Remote.SendMessage:FireServer(v,tostring(var.Value),tostring(messagebox.Text))
  4044. end
  4045. end)
  4046.  
  4047. bluem.MouseButton1Down:connect(function()
  4048. for i,v in pairs(game.Players:GetChildren())do
  4049. local var = Instance.new("StringValue")
  4050. var.Value = "Blue"
  4051. game.Workspace.Remote.SendMessage:FireServer(v,tostring(var.Value),tostring(messagebox.Text))
  4052. end
  4053. end)
  4054.  
  4055. yellowm.MouseButton1Down:connect(function()
  4056. for i,v in pairs(game.Players:GetChildren())do
  4057. local var = Instance.new("StringValue")
  4058. var.Value = "Yellow"
  4059. game.Workspace.Remote.SendMessage:FireServer(v,tostring(var.Value),tostring(messagebox.Text))
  4060. end
  4061. end)
  4062.  
  4063. killp.MouseButton1Down:connect(function()
  4064.  
  4065. player = game.Players.LocalPlayer
  4066.  
  4067. function findergun()
  4068. local back = player.Backpack:GetChildren()
  4069. for a = 1, #back do
  4070. if back[a]:IsA("Model") and back[a]:FindFirstChild("Shooter") then return back[a] end
  4071. end
  4072. return nil
  4073. end
  4074.  
  4075. local findgun = findergun()
  4076.  
  4077. for i, v in ipairs(game.Players:GetChildren()) do
  4078. if findgun and v.Character and v ~= player then
  4079. if v.Name == pname.Text then
  4080. for i = 1, 6 do game.Workspace.Remote.DoHitLogic:FireServer(findgun, v.Character.Head) end
  4081. end
  4082.  
  4083. end
  4084. end
  4085.  
  4086.  
  4087. end)
  4088.  
  4089. killall.MouseButton1Down:connect(function()
  4090.  
  4091. player = game.Players.LocalPlayer
  4092.  
  4093. function findergun()
  4094. local back = player.Backpack:GetChildren()
  4095. for a = 1, #back do
  4096. if back[a]:IsA("Model") and back[a]:FindFirstChild("Shooter") then return back[a] end
  4097. end
  4098. return nil
  4099. end
  4100.  
  4101. local findgun = findergun()
  4102.  
  4103. for i, v in ipairs(game.Players:GetChildren()) do
  4104. if findgun and v.Character and v ~= player then
  4105. for i = 1, 6 do game.Workspace.Remote.DoHitLogic:FireServer(findgun, v.Character.Head) end
  4106. end
  4107. end
  4108.  
  4109. end)
  4110.  
  4111. -- Next
  4112.  
  4113. --RR Apoc Gui by RelentlessRaptor (!!!RelentlessRaptor on discord)
  4114.  
  4115.  
  4116. --GuiInstances
  4117.  
  4118. wait(0.3)
  4119. sg = Instance.new("ScreenGui",game.Players.LocalPlayer.PlayerGui)
  4120. sg.Name = ("ApocGui")
  4121.  
  4122. tab = Instance.new("Frame",sg)
  4123. tab.Name = ("Tab")
  4124.  
  4125. credits = Instance.new("TextLabel",tab)
  4126. credits.Name = ("Credits")
  4127.  
  4128. frame = Instance.new("Frame",tab)
  4129. frame.Name = ("Main")
  4130.  
  4131. xout = Instance.new("TextButton",tab)
  4132. xout.Name = ("xout")
  4133.  
  4134. tpbody = Instance.new("TextButton",frame)
  4135. tpbody.Name = ("tpbody")
  4136.  
  4137. movequick = Instance.new("TextButton",frame)
  4138. movequick.Name = ("movequick")
  4139.  
  4140. spec = Instance.new("TextButton",frame)
  4141. spec.Name = ("Spectate")
  4142.  
  4143. pname = Instance.new("TextBox",frame)
  4144. pname.Name = ("PName")
  4145.  
  4146. frame2 = Instance.new("Frame",frame)
  4147. frame2.Name = ("Frame2")
  4148.  
  4149. esp = Instance.new("TextButton",frame2)
  4150. esp.Name = ("Esp")
  4151.  
  4152. spectating = false
  4153.  
  4154.  
  4155. --GuiAppearance
  4156. frame.Size = UDim2.new(0,365,0,125)
  4157. frame.Position = UDim2.new(0,0,0,30)
  4158. frame.BorderSizePixel = 0
  4159. frame.BackgroundColor3 = Color3.new(255/255,127/255,0/255)
  4160.  
  4161. tab.Size = UDim2.new(0,365,0,30)
  4162. tab.Position = UDim2.new(0.3,0,0.3,0)
  4163. tab.Active = true
  4164. tab.Draggable = true
  4165. tab.BorderSizePixel = 0
  4166. tab.BackgroundColor3 = Color3.new(1,1,1)
  4167.  
  4168. credits.Position = UDim2.new(0,100,0,10)
  4169. credits.Text = ("RR Apoc Gui by RelentlessRaptor")
  4170. credits.Font = ("SciFi")
  4171. credits.TextSize = 15
  4172.  
  4173. xout.Position = UDim2.new(0,335,0,0)
  4174. xout.Size = UDim2.new(0,30,0,30)
  4175. xout.BackgroundColor3 = Color3.new(255,0,0)
  4176. xout.Text = ("X")
  4177. xout.TextColor3 = Color3.new(0,0,0)
  4178. xout.TextSize = 17
  4179. xout.Font = ("Arial")
  4180. xout.BorderSizePixel = 0
  4181.  
  4182.  
  4183. tpbody.Size = UDim2.new(0,95,0,50)
  4184. tpbody.Position = UDim2.new(0,20,0,50)
  4185. tpbody.BackgroundColor3 = Color3.new(1,1,1)
  4186. tpbody.BorderSizePixel = 0
  4187. tpbody.Text = ("Teleport Bodies")
  4188. tpbody.TextScaled = true
  4189. tpbody.Font = ("Arial")
  4190.  
  4191. movequick.Size = UDim2.new(0,95,0,50)
  4192. movequick.Position = UDim2.new(0,135,0,50)
  4193. movequick.BackgroundColor3 = Color3.new(1,1,1)
  4194. movequick.BorderSizePixel = 0
  4195. movequick.Text = ("Body Launch Forward (don't sprint)")
  4196. movequick.TextScaled = true
  4197. movequick.Font = ("Arial")
  4198. --RR Apoc Gui by RelentlessRaptor (!!!RelentlessRaptor on discord)
  4199. spec.Size = UDim2.new(0,95,0,50)
  4200. spec.Position = UDim2.new(0,250,0,50)
  4201. spec.BackgroundColor3 = Color3.new(1,1,1)
  4202. spec.BorderSizePixel = 0
  4203. spec.Text = ("Spectate player")
  4204. spec.TextScaled = true
  4205. spec.Font = ("Arial")
  4206.  
  4207. pname.Size = UDim2.new(0,100,0,30)
  4208. pname.Position = UDim2.new(0,10,0,10)
  4209. pname.BackgroundColor3 = Color3.new(1,1,1)
  4210. pname.BorderSizePixel = 0
  4211. pname.Text = ("Player(cApS)")
  4212. pname.TextScaled = true
  4213. pname.Font = ("Arial")
  4214.  
  4215. frame2.Size = UDim2.new(0,135,0,75)
  4216. frame2.Position = UDim2.new(0,0,0,125)
  4217. frame2.BorderSizePixel = 0
  4218. frame2.BackgroundColor3 = Color3.new(255/255,127/255,0/255)
  4219.  
  4220. esp.Size = UDim2.new(0,95,0,50)
  4221. esp.Position = UDim2.new(0,20,0,0)
  4222. esp.BackgroundColor3 = Color3.new(1,1,1)
  4223. esp.BorderSizePixel = 0
  4224. esp.Text = ("Mustardfoot ESP")
  4225. esp.TextScaled = true
  4226. esp.Font = ("Arial")
  4227.  
  4228.  
  4229.  
  4230.  
  4231. --ButtonActions
  4232.  
  4233. xout.MouseEnter:connect(function()
  4234. xout.BackgroundColor3 = Color3.new(255/255,50/255,50/255)
  4235. end)
  4236. xout.MouseLeave:connect(function()
  4237. xout.BackgroundColor3 = Color3.new(255,0,0)
  4238. end)
  4239. xout.MouseButton1Up:connect(function()
  4240. sg:Remove()
  4241. end)
  4242.  
  4243.  
  4244. pname.InputEnded:connect(function()
  4245. if pname.Text == ("") then
  4246. pname.Text = ("Player(cApS)")
  4247. end
  4248. end)
  4249.  
  4250.  
  4251. tpbody.MouseButton1Up:connect(function()
  4252.  
  4253. for i,v in pairs(workspace:GetChildren()) do
  4254. if v.Name == "Corpse" then
  4255. v:MoveTo(workspace[game.Players.LocalPlayer.Name].Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  4256. end
  4257. end
  4258.  
  4259. end)
  4260.  
  4261. movequick.MouseButton1Up:connect(function()
  4262. local cooldown = false
  4263. if cooldown == false then
  4264.  
  4265. cooldown = true
  4266. local v = Instance.new("BodyVelocity",game.Players.LocalPlayer.Character.Torso)
  4267. v.Velocity = game.Players.LocalPlayer.Character.Torso.CFrame.lookVector*50
  4268. v.maxForce = Vector3.new(5000,5000,5000)
  4269. game.Debris:AddItem(v,2.5)
  4270. end
  4271. if cooldown == true then
  4272. wait(3)
  4273. movequick.Text = ("5")
  4274. wait(1)
  4275. movequick.Text = ("4")
  4276. wait(1)
  4277. movequick.Text = ("3")
  4278. wait(1)
  4279. movequick.Text = ("2")
  4280. wait(1)
  4281. movequick.Text = ("1")
  4282. wait(1)
  4283. movequick.Text = ("Body Launch Forward (don't sprint)")
  4284. cooldown = false
  4285. end
  4286.  
  4287. end)
  4288. --If you are reading this, what are you doing here? trying to read my code? trying to claim this for your own? jk lol
  4289. ---
  4290.  
  4291. spec.MouseButton1Up:connect(function()
  4292.  
  4293.  
  4294. game.Workspace.CurrentCamera.CameraSubject = game.Players[pname.Text].Character.Humanoid
  4295. pname.Text = (game.Players.LocalPlayer.Name)
  4296.  
  4297. end)
  4298.  
  4299.  
  4300.  
  4301.  
  4302. ---
  4303.  
  4304.  
  4305. esp.MouseButton1Up:connect(function()
  4306. on = false
  4307. if game.CoreGui:FindFirstChild('ESP') then
  4308. game.CoreGui.ESP:Destroy()
  4309. elseif game.Players.LocalPlayer.PlayerGui:FindFirstChild('ESP') then
  4310. game.Players.LocalPlayer.PlayerGui.ESP:Destroy()
  4311. end
  4312. --RR Apoc Gui by RelentlessRaptor (!!!RelentlessRaptor on discord)
  4313.  
  4314. function doit(hey)
  4315. local t1 = Instance.new('SurfaceGui',hey)
  4316. t1.AlwaysOnTop = true
  4317. local t1g = Instance.new('Frame',t1)
  4318. t1g.Size = UDim2.new(1,0,1,0)
  4319. t1g.BackgroundColor3 = t1.Parent.BrickColor.Color
  4320. local t2 = Instance.new('SurfaceGui',hey)
  4321. t2.AlwaysOnTop = true
  4322. t2.Face = Enum.NormalId.Right
  4323. local t2g = Instance.new('Frame',t2)
  4324. t2g.Size = UDim2.new(1,0,1,0)
  4325. t2g.BackgroundColor3 = t2.Parent.BrickColor.Color
  4326. local t3 = Instance.new('SurfaceGui',hey)
  4327. t3.AlwaysOnTop = true
  4328. t3.Face = Enum.NormalId.Left
  4329. local t3g = Instance.new('Frame',t3)
  4330. t3g.Size = UDim2.new(1,0,1,0)
  4331. t3g.BackgroundColor3 = t3.Parent.BrickColor.Color
  4332. local t4 = Instance.new('SurfaceGui',hey)
  4333. t4.AlwaysOnTop = true
  4334. t4.Face = Enum.NormalId.Back
  4335. local t4g = Instance.new('Frame',t4)
  4336. t4g.Size = UDim2.new(1,0,1,0)
  4337. t4g.BackgroundColor3 = t4.Parent.BrickColor.Color
  4338. local t5 = Instance.new('SurfaceGui',hey)
  4339. t5.AlwaysOnTop = true
  4340. t5.Face = Enum.NormalId.Top
  4341. local t5g = Instance.new('Frame',t5)
  4342. t5g.Size = UDim2.new(1,0,1,0)
  4343. t5g.BackgroundColor3 = t5.Parent.BrickColor.Color
  4344. local t6 = Instance.new('SurfaceGui',hey)
  4345. t6.AlwaysOnTop = true
  4346. t6.Face = Enum.NormalId.Bottom
  4347. local t6g = Instance.new('Frame',t6)
  4348. t6g.Size = UDim2.new(1,0,1,0)
  4349. t6g.BackgroundColor3 = t6.Parent.BrickColor.Color
  4350. end
  4351. function undo(chr)
  4352. for i,v in pairs(chr:GetChildren()) do
  4353. if v.ClassName == "Part" or v.ClassName == "MeshPart" then
  4354. for a,c in pairs(v:GetChildren()) do
  4355. if c.ClassName == "SurfaceGui" then
  4356. c:Destroy()
  4357. end
  4358. if c.ClassName == "BillboardGui" and c.Name == "thingyye" then
  4359. c:Destroy()
  4360. end
  4361. end
  4362. end
  4363. end
  4364. end
  4365.  
  4366. local gui = Instance.new('ScreenGui')
  4367. gui.Parent = game.Players.LocalPlayer.PlayerGui
  4368. gui.Name = "ESP"
  4369. gui.ResetOnSpawn = false
  4370. local frame = Instance.new('Frame',gui)
  4371. frame.Size = UDim2.new(0.2,0,0.3,0)
  4372. frame.Position = UDim2.new(0,0,0.9,0)
  4373. frame.BackgroundTransparency = 0.5
  4374. frame.BackgroundColor3 = Color3.fromRGB(131,182,239)
  4375. frame.BorderSizePixel = 4
  4376. frame.BorderColor3 = Color3.fromRGB(66,134,244)
  4377. frame.Active = true
  4378. frame.Draggable = true
  4379. local txt = Instance.new('TextLabel',frame)
  4380. txt.Text = "Mustardfoot's ESP Gui"
  4381. txt.TextColor3 = Color3.fromRGB(255,255,255)
  4382. txt.Size = UDim2.new(1,0,0.3,0)
  4383. txt.TextScaled = true
  4384. txt.BackgroundTransparency = 1
  4385. local but = Instance.new('TextButton',frame)
  4386. but.Text = "ESP On"
  4387. but.TextColor3 = Color3.fromRGB(255,255,255)
  4388. but.Size = UDim2.new(0.7,0,0.3,0)
  4389. but.Position = UDim2.new(0.15,0,0.5,0)
  4390. but.BorderSizePixel = 0
  4391. but.TextScaled = true
  4392. but.BackgroundColor3 = Color3.fromRGB(66,134,244)
  4393. but.BackgroundTransparency = 0.4
  4394. for i,v in pairs(game.Players:GetChildren()) do
  4395. if v.Character ~= nil then
  4396. undo(v.Character)
  4397. end
  4398. end
  4399.  
  4400. but.MouseButton1Down:connect(function()
  4401. if but.Text == "ESP On" then
  4402. but.Text = "ESP Off"
  4403. on = true
  4404. for i,v in pairs(game.Players:GetChildren()) do
  4405. if v.Character ~= game.Players.LocalPlayer.Character and v.Character.Head:FindFirstChild('ScreenGui') == nil then
  4406. if v.Character:FindFirstChild('Head') then
  4407. local bill = Instance.new('BillboardGui',v.Character.Head)
  4408. bill.Name = "thingyye"
  4409. bill.AlwaysOnTop = true
  4410. bill.Size = UDim2.new(2,1,2)
  4411. bill.Adornee = v.Character.Head
  4412. local txt = Instance.new('TextLabel',bill)
  4413. txt.Text = v.Name
  4414. txt.BackgroundTransparency = 1
  4415. txt.Size = UDim2.new(1,0,1,0)
  4416. txt.TextColor3 = v.TeamColor.Color
  4417. end
  4418. for a,c in pairs(v.Character:GetChildren()) do
  4419. if c.ClassName == "MeshPart" and c.Transparency ~= 1 then
  4420. doit(c)
  4421. elseif c.ClassName == "Part" and c.Transparency ~= 1 then
  4422. doit(c)
  4423. end
  4424. end
  4425. end
  4426. end
  4427. else
  4428. but.Text = "ESP On"
  4429. on = false
  4430. for i,v in pairs(game.Players:GetChildren()) do
  4431. undo(v.Character)
  4432. end
  4433. end
  4434. end)
  4435.  
  4436. for i,v in pairs(game.Players:GetChildren()) do
  4437. v.CharacterAdded:connect(function()
  4438. v.Character:WaitForChild('Head')
  4439. wait(1)
  4440. if on == true then
  4441. if v.Character ~= game.Players.LocalPlayer.Character and v.Character.Head:FindFirstChild('ScreenGui') == nil then
  4442. if v.Character:FindFirstChild('Head') then
  4443. local bill = Instance.new('BillboardGui',v.Character.Head)
  4444. bill.Name = "thingyye"
  4445. bill.AlwaysOnTop = true
  4446. bill.Size = UDim2.new(2,1,2)
  4447. bill.Adornee = v.Character.Head
  4448. local txt = Instance.new('TextLabel',bill)
  4449. txt.Text = v.Name
  4450. txt.BackgroundTransparency = 1
  4451. txt.Size = UDim2.new(1,0,1,0)
  4452. txt.TextColor3 = v.TeamColor.Color
  4453. end
  4454. for a,c in pairs(v.Character:GetChildren()) do
  4455. if c.ClassName == "MeshPart" and c.Transparency ~= 1 then
  4456. doit(c)
  4457. elseif c.ClassName == "Part" and c.Transparency ~= 1 then
  4458. doit(c)
  4459. end
  4460. end
  4461. end
  4462. end
  4463. end)
  4464. end
  4465.  
  4466. game.Players.PlayerAdded:connect(function(v)
  4467. v.CharacterAdded:connect(function()
  4468. v.Character:WaitForChild('Head')
  4469. wait(1)
  4470. if on == true then
  4471. if v.Character ~= game.Players.LocalPlayer.Character and v.Character.Head:FindFirstChild('ScreenGui') == nil then
  4472. if v.Character:FindFirstChild('Head') then
  4473. local bill = Instance.new('BillboardGui',v.Character.Head)
  4474. bill.Name = "thingyye"
  4475. bill.AlwaysOnTop = true
  4476. bill.Size = UDim2.new(2,1,2)
  4477. bill.Adornee = v.Character.Head
  4478. local txt = Instance.new('TextLabel',bill)
  4479. txt.Text = v.Name
  4480. txt.BackgroundTransparency = 1
  4481. txt.Size = UDim2.new(1,0,1,0)
  4482. txt.TextColor3 = v.TeamColor.Color
  4483. end
  4484. for a,c in pairs(v.Character:GetChildren()) do
  4485. if c.ClassName == "MeshPart" and c.Transparency ~= 1 then
  4486. doit(c)
  4487. elseif c.ClassName == "Part" and c.Transparency ~= 1 then
  4488. doit(c)
  4489. end
  4490. end
  4491. end
  4492. end
  4493. end)
  4494. end)
  4495. end)
  4496.  
  4497. --[[ Reasons for certain things in the Gui:
  4498. (Body Launch timer: If you used it and didn't wait the timer, you would be kicked
  4499.  
  4500. (Limited Abilites for the gui: I didn't add things like Teleport all players and Teleport to player
  4501. because they are basically impossible to do with the TeleportRequest thing patched, and just regular
  4502. teleporting gets you kicked. I didn't add item spawning because I (think) thats patched too, the
  4503. best I could do is Teleport Bodies, because if you wait long enough someone with lots of gear will
  4504. die.
  4505.  
  4506. (Mustardfoot's ESP gui instead of my own: Well, to be honest I'm lazy, and it would be ugly if I made
  4507. my own ESP gui.
  4508.  
  4509. (Extra Note: If you use the ESP, you can see where players are, then use the Body Launch to get to them
  4510. quick, instead of walking all the way.
  4511. --]]
  4512.  
  4513. -- Next
  4514.  
  4515. if _G.DisableApocRapingGUI then
  4516. _G.DisableApocRapingGUI()
  4517. end
  4518. local g = game:GetObjects("rbxassetid://724775050")[1]
  4519. g.Name = "ApocRapingGUI"
  4520. g.Parent = game.CoreGui
  4521. local Disabled = false
  4522. function _G.DisableApocRapingGUI()
  4523. Disabled=true
  4524. g:destroy()
  4525. end
  4526. -- Credit to whoever found this
  4527. local agaghe = function(str)
  4528. local out = {}
  4529. local z = ""
  4530. for word in string.gmatch(str, "%w%w%w%w") do
  4531. for i,c in pairs({string.byte(word, 1, 4)}) do
  4532. c = c - 48
  4533. for place = 1, 6 do
  4534. out[(i - 1) * 6 + place] = (out[(i - 1) * 6 + place] or 0) + (c) % 2
  4535. c = math.floor((c) / 2)
  4536. end
  4537. end
  4538. end
  4539. for i = 2, #out, 2 do
  4540. z = string.reverse(z) .. string.char(97 + out[i] + out[i - 1] * 2)
  4541. end
  4542. local stack = #str
  4543. local out = ""
  4544. for word in string.gmatch(str, "%w%w%w%w") do
  4545. out = out .. string.char(48 + tonumber(table.concat({string.byte(word, 1, 4)})) % 74)
  4546. end
  4547. return out
  4548. end
  4549. local getkey = function()
  4550. return agaghe(game:GetService("Geometry"):FindFirstChild("nonononononono").Value)
  4551. end
  4552. local head = g:WaitForChild"Header"
  4553. local main = head:WaitForChild"Main"
  4554. local tabs = main:WaitForChild"Tabs"
  4555. local maindisp = main:WaitForChild"MainDisplay"
  4556.  
  4557. table.foreach(tabs:children(),function(i,v)
  4558. if v:IsA"TextButton" then
  4559. v.MouseButton1Down:connect(function()
  4560. if maindisp:FindFirstChild(v.Name) then
  4561. for _,md in next, maindisp:children() do md.Visible = false end
  4562. maindisp[v.Name].Visible = true
  4563. for _,md in next, tabs:children() do md.BackgroundColor3 = Color3.new(255/255,0/255,0/255) md.BorderColor3 = Color3.new(136/255,0/255,0/255) end
  4564. v.BackgroundColor3 = Color3.new(0/255,255/255,0/255)
  4565. v.BorderColor3 = Color3.new(0/255,136/255,0/255)
  4566. end
  4567. end)
  4568. end
  4569. end)
  4570. local Apoc
  4571. Apoc = setmetatable({},{__index = function(s,i)
  4572. if i == "Kill" then
  4573. return function(plr)
  4574. if plr and plr.Character then
  4575. for _,v in next, plr.Character:children() do
  4576. if v:IsA"Humanoid" then
  4577. game.Lighting.Remote.AddHealth:FireServer(getkey(),v,-v.MaxHealth)
  4578. end
  4579. end
  4580. end
  4581. end
  4582. elseif i == "Heal" then
  4583. return function(plr)
  4584. if plr and plr.Character then
  4585. for _,v in next, plr.Character:children() do
  4586. if v:IsA"Humanoid" then
  4587. game.Lighting.Remote.AddHealth:FireServer(getkey(),v,v.MaxHealth)
  4588. end
  4589. end
  4590. end
  4591. end
  4592. elseif i == "ChangeParent" then
  4593. return function(obj,new_parent)
  4594. game.Lighting.Remote.ChangeParent:FireServer(getkey(),obj,new_parent)
  4595. end
  4596. elseif i == "HealthSet" then
  4597. return function(prop,new_val)
  4598. game.Lighting.Remote.HealthSet:FireServer(getkey(),prop,new_val)
  4599. end
  4600. elseif i == "ChangeValue" then
  4601. return function(obj,prop,new_val)
  4602. game.Lighting.Remote.ChangeValue:FireServer(getkey(),obj,prop,new_val)
  4603. end
  4604. elseif i == "God" then
  4605. return function(plr)
  4606. if plr and plr.Character then
  4607. for _,v in next, plr.Character:children() do
  4608. if v:IsA"Humanoid" then
  4609. if v.MaxHealth ~= math.huge then
  4610. local abc = game.Players.LocalPlayer.Character.Humanoid
  4611. Apoc.ChangeParent(abc, plr.Character)
  4612. Apoc.ChangeParent(v, game.Players.LocalPlayer.Character)
  4613. wait()
  4614. Apoc.HealthSet("MaxHealth",math.huge)
  4615. Apoc.HealthSet("Health",math.huge)
  4616. wait()
  4617. Apoc.ChangeParent(abc, game.Players.LocalPlayer.Character)
  4618. Apoc.ChangeParent(v, plr.Character)
  4619. wait()
  4620. Apoc.ChangeValue(plr.playerstats.Hunger, 10000)
  4621. Apoc.ChangeValue(plr.playerstats.Thirst, 10000)
  4622. end
  4623. end
  4624. end
  4625. end
  4626. end
  4627. elseif i == "ResetHP" then
  4628. return function(plr)
  4629. if plr and plr.Character then
  4630. for _,v in next, plr.Character:children() do
  4631. if v:IsA"Humanoid" then
  4632. local abc = game.Players.LocalPlayer.Character.Humanoid
  4633. Apoc.ChangeParent(abc, plr.Character)
  4634. Apoc.ChangeParent(v, game.Players.LocalPlayer.Character)
  4635. wait()
  4636. Apoc.HealthSet("MaxHealth",100)
  4637. Apoc.HealthSet("Health",100)
  4638. wait()
  4639. Apoc.ChangeParent(abc, game.Players.LocalPlayer.Character)
  4640. Apoc.ChangeParent(v, plr.Character)
  4641. wait()
  4642. Apoc.ChangeValue(plr.playerstats.Hunger, 100)
  4643. Apoc.ChangeValue(plr.playerstats.Thirst, 100)
  4644. end
  4645. end
  4646. end
  4647. end
  4648. elseif i == "Message" then
  4649. return function(plr,clr,msg)
  4650. game.Lighting.Remote.SendMessage:FireServer(plr, clr, msg)
  4651. end
  4652. end
  4653. end})
  4654. local Real = setmetatable({},{__index = function(s,i) return getfenv()[i] end})
  4655. -- PLAYER COMMANDS
  4656. local SelectedPlayers = {
  4657. PLAYER = {},
  4658. SKIN = {},
  4659. SPAWNING = {}
  4660. }
  4661. local SelectedColor = "Red"
  4662. table.foreach(maindisp.PLAYER.COLOR:children(),function(i,v)
  4663. if v:IsA"TextButton" then
  4664. v.MouseButton1Down:connect(function()
  4665. for _,md in next, maindisp.PLAYER.COLOR:children() do md.BackgroundColor3 = Color3.new(1,0,0) end
  4666. v.BackgroundColor3 = Color3.new(0,1,0)
  4667. SelectedColor = v.Text
  4668. end)
  4669. end
  4670. end)
  4671.  
  4672. function UPDATEPLRLIST(p,tab)
  4673. local last = 0
  4674. local t = p.Template
  4675. for i,v in next, p:children() do
  4676. if v.Name ~= "Template" then v:destroy() end
  4677. end
  4678. for i,v in next, game.Players:players() do
  4679. local obj = v
  4680. local b = t:Clone()
  4681. b.Parent = p
  4682. b.Position = UDim2.new(0,0,0,last)
  4683. last=last+25
  4684. p.CanvasSize = UDim2.new(0,0,0,last)
  4685. b.Text = v.Name
  4686. b.Visible = true
  4687. b.Name = v.Name
  4688. if tab[v] then
  4689. b.BackgroundColor3 = Color3.new(0,1,0)
  4690. else
  4691. b.BackgroundColor3 = Color3.new(1,0,0)
  4692. end
  4693. b.MouseButton1Down:connect(function()
  4694. if tab[v] then
  4695. tab[v]=nil
  4696. else
  4697. tab[v]=true
  4698. end
  4699. end)
  4700. end
  4701. end
  4702.  
  4703. maindisp.PLAYER.SELECTALL.MouseButton1Down:connect(function()
  4704. for i,v in next, game.Players:players() do
  4705. SelectedPlayers.PLAYER[v]=true
  4706. end
  4707. end)
  4708.  
  4709. maindisp.PLAYER.DESELECTALL.MouseButton1Down:connect(function()
  4710. SelectedPlayers.PLAYER={}
  4711. end)
  4712.  
  4713. maindisp.PLAYER.SELECTOTHER.MouseButton1Down:connect(function()
  4714. SelectedPlayers.PLAYER={}
  4715. for i,v in next, game.Players:players() do
  4716. if v ~= game.Players.LocalPlayer then SelectedPlayers.PLAYER[v]=true end
  4717. end
  4718. end)
  4719.  
  4720. maindisp.PLAYER.SELECTLP.MouseButton1Down:connect(function()
  4721. SelectedPlayers.PLAYER[game.Players.LocalPlayer]=true
  4722. end)
  4723.  
  4724. maindisp.PLAYER.SELECTGRP.MouseButton1Down:connect(function()
  4725. maindisp.PLAYER.SELECTGRP.Text = "Not finished yet!"
  4726. wait(4)
  4727. maindisp.PLAYER.SELECTGRP.Text = "SELECT GROUP"
  4728. end)
  4729.  
  4730. maindisp.PLAYER.KILL.MouseButton1Down:connect(function()
  4731. for v,i in next, SelectedPlayers.PLAYER do
  4732. if v ~= nil and v.Parent ~= nil then
  4733. Apoc.Kill(v)
  4734. end
  4735. end
  4736. end)
  4737.  
  4738. maindisp.PLAYER.HEAL.MouseButton1Down:connect(function()
  4739. for v,i in next, SelectedPlayers.PLAYER do
  4740. if v ~= nil and v.Parent ~= nil then
  4741. Apoc.Heal(v)
  4742. end
  4743. end
  4744. end)
  4745.  
  4746. maindisp.PLAYER.GOD.MouseButton1Down:connect(function()
  4747. for v,i in next, SelectedPlayers.PLAYER do
  4748. if v ~= nil and v.Parent ~= nil then
  4749. Apoc.God(v)
  4750. wait(.2)
  4751. end
  4752. end
  4753. end)
  4754.  
  4755. maindisp.PLAYER.UNGOD.MouseButton1Down:connect(function()
  4756. for v,i in next, SelectedPlayers.PLAYER do
  4757. if v ~= nil and v.Parent ~= nil then
  4758. Apoc.ResetHP(v)
  4759. wait(.2)
  4760. end
  4761. end
  4762. end)
  4763.  
  4764. maindisp.PLAYER.KICK.MouseButton1Down:connect(function()
  4765. for v,i in next, SelectedPlayers.PLAYER do
  4766. if v ~= nil and v.Parent ~= nil and v ~= game.Players.LocalPlayer then
  4767. Real._G.Destruct(v)
  4768. end
  4769. end
  4770. end)
  4771.  
  4772. maindisp.PLAYER.GOTO.MouseButton1Down:connect(function()
  4773. for v,i in next, SelectedPlayers.PLAYER do
  4774. if v ~= nil and v.Parent ~= nil then
  4775. game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("Me To", math.floor(tick() % 1 * 100000), v.Name)
  4776. end
  4777. end
  4778. end)
  4779.  
  4780. maindisp.PLAYER.BRING.MouseButton1Down:connect(function()
  4781. for v,i in next, SelectedPlayers.PLAYER do
  4782. if v ~= nil and v.Parent ~= nil then
  4783. game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("To Me", math.floor(tick() % 1 * 100000), v.Name)
  4784. end
  4785. end
  4786. end)
  4787.  
  4788. maindisp.PLAYER.MESSAGE.MouseButton1Down:connect(function()
  4789. for v,i in next, SelectedPlayers.PLAYER do
  4790. if v ~= nil and v.Parent ~= nil then
  4791. local msg = maindisp.PLAYER.MSGTEXT.Text
  4792. local clr = SelectedColor
  4793. Apoc.Message(v,clr,msg)
  4794. end
  4795. end
  4796. end)
  4797.  
  4798. -- VEHICLE COMMANDS
  4799. local SelectedVeh = ""
  4800. local GoddedVeh = {}
  4801. function UPDATEVEHLIST()
  4802. local p = maindisp:WaitForChild"VEHICLE".VEHICLES
  4803. local last = 0
  4804. local t = p.Template
  4805. for i,v in next, p:children() do
  4806. if v.Name ~= "Template" then v:destroy() end
  4807. end
  4808. for i,v in next, workspace.Vehicles:children() do
  4809. if v.Name ~= "Dead" and v.Name ~= "VehicleWreck" and v:FindFirstChild"Stats" then
  4810. local obj = v
  4811. local b = t:Clone()
  4812. b.Parent = p
  4813. b.Position = UDim2.new(0,0,0,last)
  4814. last=last+25
  4815. p.CanvasSize = UDim2.new(0,0,0,last)
  4816. b.Text = v.Name
  4817. b.Visible = true
  4818. b.Name = v.Name
  4819. if SelectedVeh == v then
  4820. b.BackgroundColor3 = Color3.new(0,1,0)
  4821. else
  4822. b.BackgroundColor3 = Color3.new(1,0,0)
  4823. end
  4824. b.MouseButton1Down:connect(function()
  4825. SelectedVeh = v
  4826. end)
  4827. end
  4828. end
  4829. end
  4830. maindisp.VEHICLE.GOD.MouseButton1Down:connect(function()
  4831. for i,v in next, workspace.Vehicles:children() do
  4832. if v:FindFirstChild"Stats" and v.Name ~= "Dead" and v.Name ~= "VehicleWreck" and v == SelectedVeh then
  4833. GoddedVeh[v.Name]=true
  4834. end
  4835. end
  4836. end)
  4837.  
  4838. maindisp.VEHICLE.UNGOD.MouseButton1Down:connect(function()
  4839. if GoddedVeh[SelectedVeh] then
  4840. GoddedVeh[SelectedVeh]=nil
  4841. end
  4842. end)
  4843.  
  4844. maindisp.VEHICLE.KILL.MouseButton1Down:connect(function()
  4845. if GoddedVeh[SelectedVeh] then
  4846. GoddedVeh[SelectedVeh]=nil
  4847. end
  4848. for i,v in next, workspace.Vehicles:children() do
  4849. if v:FindFirstChild"Stats" and v.Name ~= "Dead" and v.Name ~= "VehicleWreck" and v == SelectedVeh then
  4850. Apoc.ChangeValue(v.Stats.Engine, 0)
  4851. Apoc.ChangeValue(v.Stats.Hull, 0)
  4852. Apoc.ChangeValue(v.Stats.Tank, 0)
  4853. Apoc.ChangeValue(v.Stats.Armor, 0)
  4854. Apoc.ChangeValue(v.Stats.Fuel, 0)
  4855. end
  4856. end
  4857. end)
  4858.  
  4859. maindisp.VEHICLE.SPEED.MouseButton1Down:connect(function()
  4860. for i,v in next, workspace.Vehicles:children() do
  4861. if v:FindFirstChild"Stats" and v.Name ~= "Dead" and v.Name ~= "VehicleWreck" and v == SelectedVeh then
  4862. if v.Stats:FindFirstChild"MaxSpeed" then
  4863. Apoc.ChangeValue(v.Stats.MaxSpeed.Offroad, 200)
  4864. Apoc.ChangeValue(v.Stats.MaxSpeed, 200)
  4865. end
  4866. end
  4867. end
  4868. end)
  4869.  
  4870. maindisp.VEHICLE.TELEPORT.MouseButton1Down:connect(function()
  4871. for i,v in next, workspace.Vehicles:children() do
  4872. if v == SelectedVeh then
  4873. game.Lighting.Remote.SetCFrame:FireServer(v, game.Players.LocalPlayer.Character.Torso.CFrame * CFrame.new(-20, 0, 0))
  4874. end
  4875. end
  4876. end)
  4877.  
  4878. -- SPAWNING COMMANDS
  4879. ItemCodes = {
  4880. ["AK104"] = 1037, ["WindscreenGlass"] = 184, ["WaterBottle"] = 209, ["Watch"] = 3001, ["VehicleJack"] = 3016,
  4881. ["Vegetables"] = 214, ["VS50"] = 256, ["Uzi"] = 2015, ["Ushanka"] = 7014, ["USP45Ammo"] = 26, ["USP45"] = 2007,
  4882. ["Twinkies"] = 212, ["Tuna"] = 4, ["TrinityBeret"] = 7015, ["TomatoSoup"] = 215, ["TM46"] = 257,
  4883. ["TEC9Ammo32"] = 57, ["TEC9Ammo20"] = 56, ["TEC9Ammo"] = 20, ["TEC-9"] = 2005, ["SurvivalPackTan"] = 4009,
  4884. ["SurvivalPackGrey"] = 4010, ["SurvivalPackGreen"] = 4011, ["SurvivalPackBrown"] = 4012, ["G18Suppressor"] = 9007,
  4885. ["M14Suppressor"] = 9010, ["M4A1Suppressor"] = 9009, ["AKSuppressor"] = 9011, ["M1911Suppressor"] = 9008,
  4886. ["Spam"] = 6, ["SodaSprite"] = 205, ["SodaRoot"] = 207, ["SodaPepsi"] = 7, ["SodaPepper"] = 9,
  4887. ["SodaMoxie"] = 208, ["SodaDew"] = 202, ["SodaCrush"] = 201, ["SodaCoke"] = 8, ["ShotgunAmmo"] = 18,
  4888. ["Shotgun"] = 1002, ["ShadesGrey"] = 8005, ["ShadesBlack"] = 8001, ["ScrapMetal"] = 183, ["Sabre"] = 3014,
  4889. ["SUSAT"] = 9014, ["STANAGAmmo50"] = 52, ["STANAGAmmo30"] = 51, ["STANAGAmmo100"] = 53, ["SKSAmmo"] = 45,
  4890. ["SKS"] = 1018, ["SCAR-L"] = 1022, ["RoadFlare"] = 251, ["RevolverAmmo"] = 25, ["Revolver"] = 2006,
  4891. ["ReinforcedWheel"] = 189, ["Reflex"] = 9003, ["RedChemlight"] = 3020, ["RedBeret"] = 7013, ["RawMeat"] = 220,
  4892. ["Ranger"] = 7003, ["RamboClothingTop"] = 5003, ["RamboClothingBottom"] = 6003, ["Radio"] = 3018,
  4893. ["RPK"] = 1034, ["Pringles"] = 204, ["SSBeret"] = 7020, ["PilotGreen"] = 7010, ["PilotBlack"] = 7009, ["Pasta"] = 5,
  4894. ["Painkillers"] = 12, ["PaddedClothingTop"] = 5002, ["PaddedClothingBottom"] = 6002, ["PPSHAmmo"] = 46,
  4895. ["PPSH"] = 1019, ["PP19Ammo64"] = 58, ["SmallCrate"] = 38, ["OmniLight"] = 3015, ["OTs-14"] = 1036,
  4896. ["NagantAmmo"] = 17, ["Mosin-Nagant"] = 1001, ["Model459Ammo14"] = 59, ["Model 459"] = 2013, ["Mk48Ammo"] = 23,
  4897. ["Mk 48"] = 1005, ["Mk23"] = 2018, ["Mk17"] = 1031, ["MilitaryPackGrime"] = 4013, ["MilitaryPackGrey"] = 4015,
  4898. ["MilitaryPackGreen"] = 4014, ["MilitaryPackBlack"] = 4016, ["MaverickAmmo"] = 27, ["Maverick"] = 1010,
  4899. ["Material6"] = 36, ["Material5"] = 35, ["Material4"] = 34, ["Material3"] = 33, ["Material2"] = 32,
  4900. ["Material1"] = 31, ["Matches"] = 3005, ["MaskSpecOps"] = 8009, ["MaskPhantom"] = 8013, ["MaskMime"] = 8008,
  4901. ["MaskMercenary"] = 8007, ["MaskHockey"] = 8012, ["Map"] = 3003, ["MakarovAmmo"] = 16, ["Makarov"] = 2003,
  4902. ["MRE"] = 10, ["MP5Ammo"] = 29, ["MP5"] = 1012, ["M9Ammo32"] = 55, ["M9Ammo17"] = 54, ["M9Ammo"] = 19,
  4903. ["M93R"] = 2016, ["M9"] = 2004, ["M870Ammo"] = 28, ["M870"] = 1011, ["M4A1"] = 1004, -- ["M4A1Ammo"] = 22,
  4904. ["M3Ammo30"] = 60, ["M3"] = 1028, ["M249Ammo100"] = 61, ["M249"] = 1024, ["M1911Ammo"] = 15, ["M1911"] = 2002,
  4905. ["M14"] = 1016, ["M1014"] = 1027, ["M14Ammo50"] = 64, ["M14Ammo30"] = 63, ["M14Ammo20"] = 62,
  4906. ["M1 Garand"] = 1006, ["Lemonade"] = 206, ["Laser"] = 9006, ["Kobra"] = 9004, ["Knife"] = 3013,
  4907. ["KethArmorTop"] = 5011, ["KethArmorBottom"] = 6011, ["JerryCanEmpty"] = 186, ["JerryCan"] = 185,
  4908. ["HornRimmed"] = 8006, ["Holo"] = 9002, ["HikingPackWhite"] = 4006, ["HikingPackOrange"] = 4005,
  4909. ["HikingPackBrown"] = 4008, ["HikingPackBlue"] = 4007, ["Hatchet"] = 3011, ["HK417"] = 1033, ["HK21"] = 1032,
  4910. ["GusArmorTop"] = 5010, ["GusArmorBottom"] = 6010, ["Grip"] = 9005, ["GreenChemlight"] = 3021,
  4911. ["GarandAmmo"] = 24, ["GPS"] = 3006, ["G37"] = 2017, ["G36K"] = 1023, ["G3"] = 1030, -- ["G18Ammo"] = 41,
  4912. ["G18"] = 2011, ["FuelTank"] = 182, ["Floodlight"] = 37, ["FlashlightSurvival"] = 3009,
  4913. ["FlashlightOld"] = 3008, ["FlashlightMilitary"] = 3010, ["FlashlightAttachment"] = 9012, ["Firewood"] = 250,
  4914. ["Firefighter"] = 8004, ["FedorovAmmo"] = 44, ["Fedorov"] = 1017, ["Fedora"] = 7004, ["FannyPackWhite"] = 4002,
  4915. ["FannyPackTan"] = 4001, ["FannyPackPurple"] = 4004, ["FannyPackBlue"] = 4003, ["TheFal"] = 1029,
  4916. ["Eyepatch"] = 8003, ["Entrencher"] = 3004, ["EngineParts"] = 181, ["EnfieldAmmo"] = 42, ["Enfield"] = 1015,
  4917. ["Detonator"] = 3017, ["Crowbar"] = 3012, ["CowlGreen"] = 7002, ["CowlBlack"] = 7001, ["Cowboy"] = 7012,
  4918. ["CookedMeat"] = 221, ["Compass"] = 3002, ["ClothingTopFalse"] = 5000, ["ClothingBottomFalse"] = 6000,
  4919. ["CivilianClothingTop"] = 5001, ["CivilianClothingBottom"] = 6001, ["ChocolateBar"] = 211, ["ChipsAhoy"] = 213,
  4920. ["ChickenSoup"] = 216, ["CheezIts"] = 203, ["CarWheel"] = 180, ["CamoWoodlandsTop"] = 5007,
  4921. ["CamoWoodlandsBottom"] = 6007, ["CamoUrbanTop"] = 5005, ["CamoUrbanBottom"] = 6005, ["CamoSpecialTop"] = 5009,
  4922. ["CamoSpecialBottom"] = 6009, ["CamoSnowTop"] = 5008, ["CamoSnowBottom"] = 6008, ["CamoJungleTop"] = 5006,
  4923. ["CamoJungleBottom"] = 6006, ["CamoDesertTop"] = 5004, ["CamoDesertBottom"] = 6004, ["CZ75Ammo"] = 40,
  4924. ["CZ75"] = 2010, ["CCO"] = 9001, ["CBJ-MS"] = 2014, ["C4"] = 255, ["BrimmedBrown"] = 7007,
  4925. ["BrimmedBlack"] = 7008, ["Bowler"] = 7005, ["BlueChemlight"] = 3022, ["BloodBag"] = 11, ["Binoculars"] = 3007,
  4926. ["Biker"] = 7006, ["BeefStew"] = 217, ["BeefJerky"] = 210, ["Beans"] = 3, ["Beanie"] = 7011,
  4927. ["BandanaSkull"] = 8014, ["BandanaRenegade"] = 8011, ["BandanaRed"] = 8010, ["BandanaBlack"] = 8002,
  4928. ["BallisticUrban"] = 7018, ["BallisticSpecOps"] = 7019, ["BallisticJungle"] = 7017, ["BallisticGlass"] = 187,
  4929. ["BallisticDesert"] = 7016, ["Auto-5"] = 1025, ["ArmorPlates"] = 188, ["AN-94"] = 1040, ["AKS74U"] = 1041,
  4930. ["AKM"] = 1038, ["AKAmmo75"] = 67, ["AKAmmo45"] = 66, ["AKAmmo30"] = 65, ["AK47Ammo75"] = 50,
  4931. ["AK47Ammo40"] = 49, ["AK47Ammo30"] = 48, ["AK74"] = 1039, ["AK-47"] = 1003, ["AK12"] = 1035,
  4932. ["ACOG"] = 9013, ["LargeCrate"] = 39, ["PP19"] = 1026, ["Patriot"] = 1021
  4933. }
  4934.  
  4935. maindisp.SPAWNING.SELECTALL.MouseButton1Down:connect(function()
  4936. for i,v in next, game.Players:players() do
  4937. SelectedPlayers.SPAWNING[v]=true
  4938. end
  4939. end)
  4940.  
  4941. maindisp.SPAWNING.DESELECTALL.MouseButton1Down:connect(function()
  4942. SelectedPlayers.SPAWNING={}
  4943. end)
  4944.  
  4945. maindisp.SPAWNING.SELECTOTHER.MouseButton1Down:connect(function()
  4946. SelectedPlayers.SPAWNING={}
  4947. for i,v in next, game.Players:players() do
  4948. if v ~= game.Players.LocalPlayer then SelectedPlayers.SPAWNING[v]=true end
  4949. end
  4950. end)
  4951.  
  4952. maindisp.SPAWNING.SELECTLP.MouseButton1Down:connect(function()
  4953. SelectedPlayers.SPAWNING[game.Players.LocalPlayer]=true
  4954. end)
  4955.  
  4956. maindisp.SPAWNING.SELECTGRP.MouseButton1Down:connect(function()
  4957. maindisp.SPAWNING.SELECTGRP.Text = "Not finished yet!"
  4958. wait(4)
  4959. maindisp.SPAWNING.SELECTGRP.Text = "SELECT GROUP"
  4960. end)
  4961.  
  4962. local SelectedSlot = "slot1"
  4963. table.foreach(maindisp.SPAWNING.SLOTS:children(),function(i,v)
  4964. if v:IsA"TextButton" then
  4965. v.MouseButton1Down:connect(function()
  4966. for _,md in next, maindisp.SPAWNING.SLOTS:children() do md.BackgroundColor3 = Color3.new(1,0,0) end
  4967. v.BackgroundColor3 = Color3.new(0,1,0)
  4968. SelectedSlot = v.Text:lower()
  4969. end)
  4970. end
  4971. end)
  4972.  
  4973. maindisp.SPAWNING.LOCALSPAWN.MouseButton1Down:connect(function()
  4974. if game.Lighting.LootDrops:FindFirstChild(maindisp.SPAWNING.ITEM.Text) then
  4975. local new = game.Lighting.LootDrops[maindisp.SPAWNING.ITEM.Text]:Clone()
  4976. new.Parent = workspace
  4977. new:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  4978. end
  4979. end)
  4980.  
  4981. maindisp.SPAWNING.SERVERSPAWN.MouseButton1Down:connect(function()
  4982. function GetItem(Name)
  4983. for lootName, lootid in pairs(ItemCodes) do
  4984. if string.lower(lootName) == string.lower(Name) then
  4985. local RealName = lootName
  4986. local RealId = lootid
  4987. return(RealId)
  4988. end
  4989. end
  4990. return tonumber(Name)
  4991. end
  4992. for v,i in next, SelectedPlayers.SPAWNING do
  4993. if v ~= nil and v.Parent ~= nil and v:FindFirstChild"playerstats" and v.playerstats:FindFirstChild"slots" then
  4994. game.Lighting.Remote.AddObject:FireServer(v.playerstats.slots[SelectedSlot:lower()],tonumber(GetItem(maindisp.SPAWNING.ITEM.Text)))
  4995. end
  4996. end
  4997. end)
  4998.  
  4999. -- SKIN CREATOR
  5000. maindisp.SKINCREATOR.DESELECTALL.MouseButton1Down:connect(function()
  5001. SelectedPlayers.SKIN={}
  5002. end)
  5003.  
  5004.  
  5005. maindisp.SKINCREATOR.SELECTLP.MouseButton1Down:connect(function()
  5006. SelectedPlayers.SKIN[game.Players.LocalPlayer]=true
  5007. end)
  5008.  
  5009. local SelectedSkin = {1,1,1,1}
  5010. maindisp:WaitForChild"SKINCREATOR"
  5011.  
  5012. table.foreach(maindisp.SKINCREATOR.COLORONE:children(), function(i,v)
  5013. if v:IsA"TextButton" then
  5014. v.MouseButton1Down:connect(function()
  5015. for _,md in next, maindisp.SKINCREATOR.COLORONE:children() do md.BackgroundColor3 = Color3.new(1,0,0) end
  5016. v.BackgroundColor3 = Color3.new(0,1,0)
  5017. SelectedSkin[1] = v.Id.Value
  5018. end)
  5019. end
  5020. end)
  5021.  
  5022.  
  5023. table.foreach(maindisp.SKINCREATOR.COLORTWO:children(), function(i,v)
  5024. if v:IsA"TextButton" then
  5025. v.MouseButton1Down:connect(function()
  5026. for _,md in next, maindisp.SKINCREATOR.COLORTWO:children() do md.BackgroundColor3 = Color3.new(1,0,0) end
  5027. v.BackgroundColor3 = Color3.new(0,1,0)
  5028. SelectedSkin[2] = v.Id.Value
  5029. end)
  5030. end
  5031. end)
  5032.  
  5033. table.foreach(maindisp.SKINCREATOR.COLORONE:children(), function(i,v)
  5034. for _, z in next, v:children() do
  5035. if z.Name:lower() == "id" and z.Name ~= "Red" and z.Value == 1 then
  5036. z:destroy()
  5037. end
  5038. end
  5039. end)
  5040.  
  5041.  
  5042. table.foreach(maindisp.SKINCREATOR.COLORTWO:children(), function(i,v)
  5043. for _, z in next, v:children() do
  5044. if z.Name:lower() == "id" and z.Name ~= "Red" and z.Value == 1 then
  5045. z:destroy()
  5046. end
  5047. end
  5048. end)
  5049.  
  5050.  
  5051. table.foreach(maindisp.SKINCREATOR.MATERIALONE:children(), function(i,v)
  5052. if v:IsA"TextButton" then
  5053. v.MouseButton1Down:connect(function()
  5054. for _,md in next, maindisp.SKINCREATOR.MATERIALONE:children() do md.BackgroundColor3 = Color3.new(1,0,0) end
  5055. v.BackgroundColor3 = Color3.new(0,1,0)
  5056. SelectedSkin[3] = v.Id.Value
  5057. end)
  5058. end
  5059. end)
  5060.  
  5061. table.foreach(maindisp.SKINCREATOR.MATERIALTWO:children(), function(i,v)
  5062. if v:IsA"TextButton" then
  5063. v.MouseButton1Down:connect(function()
  5064. for _,md in next, maindisp.SKINCREATOR.MATERIALTWO:children() do md.BackgroundColor3 = Color3.new(1,0,0) end
  5065. v.BackgroundColor3 = Color3.new(0,1,0)
  5066. SelectedSkin[4] = v.Id.Value
  5067. end)
  5068. end
  5069. end)
  5070.  
  5071. maindisp.SKINCREATOR.GIVESKIN.MouseButton1Down:connect(function()
  5072. for v,i in next, SelectedPlayers.SKIN do
  5073. local function GetNextOpenSkinSlot()
  5074. for i = 1, #v.playerstats.skins:GetChildren() do
  5075. print(i)
  5076. local s = v.playerstats.skins:FindFirstChild("skin"..i)
  5077. print(s)
  5078. if s.Value == 0 then
  5079. return s
  5080. end
  5081. end
  5082. end
  5083. local slot = tostring(GetNextOpenSkinSlot())
  5084. game.Lighting.Remote.ChangeValue:FireServer(getkey(),v.playerstats.skins[slot], SelectedSkin[1])
  5085. game.Lighting.Remote.ChangeValue:FireServer(getkey(),v.playerstats.skins[slot].material, SelectedSkin[3])
  5086. game.Lighting.Remote.ChangeValue:FireServer(getkey(),v.playerstats.skins[slot].secondary, SelectedSkin[2])
  5087. game.Lighting.Remote.ChangeValue:FireServer(getkey(),v.playerstats.skins[slot].secondary.material, SelectedSkin[4])
  5088. end
  5089. end)
  5090.  
  5091. maindisp.SKINCREATOR.SAVESKINS.MouseButton1Down:connect(function()
  5092. local tab = {}
  5093. for i,v in next, game.Players.LocalPlayer.playerstats.skins:children() do
  5094. if v.Value ~= 0 then
  5095. table.insert(tab,{v.Value,v.material.Value,v.secondary.Value,v.secondary.material.Value})
  5096. end
  5097. end
  5098. local json = game:service'HttpService':JSONEncode(tab)
  5099. game:service'CookiesService':SetCookieValue("RapingSkins",json)
  5100. end)
  5101.  
  5102. -- MINIMIZE
  5103. head.Minimize.Draggable = false
  5104. head.Minimize.MouseButton1Down:connect(function()
  5105. maindisp.Visible = not maindisp.Visible
  5106. tabs.Visible = not tabs.Visible
  5107. end)
  5108.  
  5109. -- LOAD SAVED SKINS
  5110. local err,suc = pcall(function()
  5111. if game:service'CookiesService':GetCookieValue("RapingSkins") ~= nil then
  5112. local json = game:service'HttpService':JSONDecode(game:service'CookiesService':GetCookieValue("RapingSkins"))
  5113. for i,v in next, game.Players.LocalPlayer.playerstats.skins:children() do -- Clear Skins
  5114. game.Lighting.Remote.ChangeValue:FireServer(getkey(),v, 0)
  5115. game.Lighting.Remote.ChangeValue:FireServer(getkey(),v.material, 0)
  5116. game.Lighting.Remote.ChangeValue:FireServer(getkey(),v.secondary, 0)
  5117. game.Lighting.Remote.ChangeValue:FireServer(getkey(),v.secondary.material, 0)
  5118. end
  5119. for i,v in next, json do
  5120. local function GetNextOpenSkinSlot()
  5121. return "skin"..i
  5122. end
  5123. local slot = tostring(GetNextOpenSkinSlot())
  5124. game.Lighting.Remote.ChangeValue:FireServer(getkey(),game.Players.LocalPlayer.playerstats.skins[slot], v[1])
  5125. game.Lighting.Remote.ChangeValue:FireServer(getkey(),game.Players.LocalPlayer.playerstats.skins[slot].material, v[2])
  5126. game.Lighting.Remote.ChangeValue:FireServer(getkey(),game.Players.LocalPlayer.playerstats.skins[slot].secondary, v[3])
  5127. game.Lighting.Remote.ChangeValue:FireServer(getkey(),game.Players.LocalPlayer.playerstats.skins[slot].secondary.material, v[4])
  5128. end
  5129. end
  5130. end) if not suc then game:service'CookiesService':SetCookieValue("RapingSkins",game:service'HttpService':JSONEncode({})) end
  5131. -- RENDERSTEPPED
  5132. game:service'RunService'.RenderStepped:connect(function()
  5133. UPDATEVEHLIST()
  5134. UPDATEPLRLIST(maindisp:WaitForChild"PLAYER".PLAYERS,SelectedPlayers.PLAYER)
  5135. UPDATEPLRLIST(maindisp:WaitForChild"SKINCREATOR".PLAYERS,SelectedPlayers.SKIN)
  5136. UPDATEPLRLIST(maindisp:WaitForChild"SPAWNING".PLAYERS,SelectedPlayers.SPAWNING)
  5137. for i,v in next, workspace.Vehicles:children() do
  5138. if GoddedVeh[v.Name] and v:FindFirstChild"Stats" then
  5139. Apoc.ChangeValue(v.Stats.Engine, 10000)
  5140. Apoc.ChangeValue(v.Stats.Hull, 10000)
  5141. Apoc.ChangeValue(v.Stats.Tank, 10000)
  5142. Apoc.ChangeValue(v.Stats.Armor, 10000)
  5143. Apoc.ChangeValue(v.Stats.Fuel, 543)
  5144. end
  5145. end
  5146. end)
  5147.  
  5148. -- Next
  5149.  
  5150. --[[ Created by ___ ___
  5151. ___ |***| |***| ___
  5152. \**\ |***| |***| /**/
  5153. \**\|***| |***|/**/
  5154. \*******\/*******/
  5155. \**************/
  5156. |****/\****|
  5157. |***| |***|
  5158. /*****| |*****\
  5159. /******| |******\
  5160. /**/|***| |***|\**\
  5161. /**/ |***\__/***| \**\
  5162. --- \**********/ ---
  5163. ---------- aka UrbxnSxuls ]]--
  5164. print("Thanks for using UrbxnSxuls' Gui! Please don't be a dick and take credit when you didn't even make this, that's all I ask. Thanks!")
  5165. wait(0.5)
  5166. -- ============================================================================
  5167. local ScreenGui = Instance.new("ScreenGui", game.Players.LocalPlayer.PlayerGui)
  5168. ScreenGui.Name = "Urbxn's Raindrop Gui"
  5169. ScreenGui.ResetOnSpawn = false
  5170. local MoveGui = Instance.new("Frame")
  5171. MoveGui.Active = true
  5172. MoveGui.BackgroundColor3 = Color3.new(2/255,137/255,255/255)
  5173. MoveGui.BackgroundTransparency = 0.3
  5174. MoveGui.BorderColor3 = Color3.new(0/255,86/255,129/255)
  5175. MoveGui.BorderSizePixel = 1
  5176. MoveGui.Size = UDim2.new(0, 495, 0, 30)
  5177. MoveGui.Parent = ScreenGui
  5178. MoveGui.Draggable = true
  5179. MoveGui.Position = UDim2.new(0, 0, 0, 0)
  5180. MoveGui.Name = "MoveGui"
  5181. -- ============================================================================
  5182. local Body = Instance.new("ScrollingFrame")
  5183. Body.Active = true
  5184. Body.CanvasSize = UDim2.new(0, 450, 0, 1200)
  5185. Body.Parent = MoveGui
  5186. Body.BackgroundColor3 = Color3.new(0/255,170/255,255/255)
  5187. Body.BackgroundTransparency = 0.7
  5188. Body.BorderColor3 = Color3.new(0/255,86/255,129/255)
  5189. Body.BorderSizePixel = 1
  5190. Body.Size = UDim2.new(0, 495, 0, 250)
  5191. Body.Position = UDim2.new(0, 0, 0, 31)
  5192. Body.Name = "Body"
  5193. -- ============================================================================
  5194. local Close = Instance.new("TextButton")
  5195. Close.Name = "Close"
  5196. Close.Size = UDim2.new(0, 25, 0, 15)
  5197. Close.Position = UDim2.new(0, 460, 0, 5)
  5198. Close.Text = "+/-"
  5199. Close.BorderSizePixel = 0
  5200. Close.BackgroundTransparency = 1
  5201. Close.Parent = MoveGui
  5202. Close.Font = "SourceSansLight"
  5203. Close.TextSize = 18
  5204. Close.MouseButton1Click:connect(function()
  5205. if Body.Visible == false then
  5206. Body.Visible = true
  5207. elseif Body.Visible == true then
  5208. Body.Visible = false
  5209. end
  5210. end)
  5211. -- ============================================================================
  5212. local Title = Instance.new("TextLabel")
  5213. Title.Name = "Title"
  5214. Title.Active = true
  5215. Title.Parent = MoveGui
  5216. Title.BackgroundTransparency = 1
  5217. Title.BorderSizePixel = 0
  5218. Title.Size = UDim2.new(0, 100, 0, 25)
  5219. Title.Position = UDim2.new(0, 0, 0, 0)
  5220. Title.TextSize = 20
  5221. Title.Font = "SourceSansLight"
  5222. Title.TextColor3 = Color3.new(255/255,255/255,255/255)
  5223. Title.Text = "Aqua - v1.0.0"
  5224. -- ============================================================================
  5225. local Player = Instance.new("TextBox")
  5226. Player.Name = "Player"
  5227. Player.Parent = Body
  5228. Player.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  5229. Player.BorderSizePixel = 1
  5230. Player.BorderColor3 = Color3.new(24/255, 42/255, 53/255)
  5231. Player.Position = UDim2.new(0, 140, 0, 10)
  5232. Player.Size = UDim2.new(0, 200, 0, 45)
  5233. Player.TextSize = 24
  5234. Player.Font = "SourceSansLight"
  5235. Player.Text = "PLAYER NAME"
  5236. Player.TextWrapped = true
  5237. -- ============================================================================
  5238. local Credits = Instance.new("TextLabel")
  5239. Credits.Name = "Credits"
  5240. Credits.Parent = MoveGui
  5241. Credits.BackgroundTransparency = 1
  5242. Credits.BorderSizePixel = 0
  5243. Credits.Position = UDim2.new(0, 145, 0, 0)
  5244. Credits.Size = UDim2.new(0, 200, 0, 25)
  5245. Credits.Text = "Created by UrbxnSxuls" -- I know one of you pathetic  are gonna claim this as your own.
  5246. Credits.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  5247. Credits.Font = "SourceSansItalic"
  5248. Credits.TextSize = 20
  5249. -- ============================================================================
  5250. local CommandLabel1 = Instance.new("TextLabel")
  5251. CommandLabel1.Name = "CommandLabel1"
  5252. CommandLabel1.Parent = Body
  5253. CommandLabel1.BackgroundTransparency = 1
  5254. CommandLabel1.BorderSizePixel = 0
  5255. CommandLabel1.Position = UDim2.new(0, 140, 0, 60)
  5256. CommandLabel1.Size = UDim2.new(0, 200, 0, 30)
  5257. CommandLabel1.Text = "Player Commands"
  5258. CommandLabel1.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  5259. CommandLabel1.Font = "SourceSans"
  5260. CommandLabel1.TextSize = 24
  5261. -- ============================================================================
  5262. local TpMe = Instance.new("TextButton")
  5263. TpMe.Name = "TpMe"
  5264. TpMe.Size = UDim2.new(0, 150, 0, 35)
  5265. TpMe.Position = UDim2.new(0, 10, 0, 140)
  5266. TpMe.Text = "Bring To Me"
  5267. TpMe.BorderSizePixel = 1
  5268. TpMe.BackgroundTransparency = 0.5
  5269. TpMe.TextColor3 = Color3.new(255/255,255/255,255/255)
  5270. TpMe.Parent = Body
  5271. TpMe.BackgroundColor3 = Color3.new(27, 42, 53)
  5272. TpMe.Font = "SourceSansLight"
  5273. TpMe.TextSize = 24
  5274. TpMe.MouseButton1Click:connect(function()
  5275. playername = Player.Text
  5276. game.Lighting.Remote.TeleportRequest:InvokeServer("To Me", math.floor(tick() % 1 * 100000), playername)
  5277. end)
  5278. -- ============================================================================
  5279. local TpTo = Instance.new("TextButton")
  5280. TpTo.Name = "TpTo"
  5281. TpTo.Size = UDim2.new(0, 150, 0, 35)
  5282. TpTo.Position = UDim2.new(0, 10, 0, 100)
  5283. TpTo.Text = "Teleport To"
  5284. TpTo.BorderSizePixel = 1
  5285. TpTo.BackgroundTransparency = 0.5
  5286. TpTo.TextColor3 = Color3.new(255/255,255/255,255/255)
  5287. TpTo.Parent = Body
  5288. TpTo.BackgroundColor3 = Color3.new(27, 42, 53)
  5289. TpTo.Font = "SourceSansLight"
  5290. TpTo.TextSize = 24
  5291. TpTo.MouseButton1Click:connect(function()
  5292. playername = Player.Text
  5293. game.Lighting.Remote.TeleportRequest:InvokeServer("Me To", math.floor(tick() % 1 * 100000), playername)
  5294. end)
  5295. -- ============================================================================
  5296. local TpBody = Instance.new("TextButton")
  5297. TpBody.Name = "TpBody"
  5298. TpBody.Size = UDim2.new(0, 150, 0, 35)
  5299. TpBody.Position = UDim2.new(0, 10, 0, 180)
  5300. TpBody.Text = "Teleport Bodies"
  5301. TpBody.BorderSizePixel = 1
  5302. TpBody.BackgroundTransparency = 0.5
  5303. TpBody.TextColor3 = Color3.new(255/255,255/255,255/255)
  5304. TpBody.Parent = Body
  5305. TpBody.BackgroundColor3 = Color3.new(27, 42, 53)
  5306. TpBody.Font = "SourceSansLight"
  5307. TpBody.TextSize = 24
  5308. TpBody.MouseButton1Click:connect(function()
  5309. for i,v in pairs(workspace:GetChildren()) do
  5310. if v.Name == "Corpse" then
  5311. v:MoveTo(workspace[game.Players.LocalPlayer.Name].Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  5312. end
  5313. end
  5314. end)
  5315. -- ============================================================================
  5316. local Spectate = Instance.new("TextButton")
  5317. Spectate.Name = "Spectate"
  5318. Spectate.Size = UDim2.new(0, 150, 0, 35)
  5319. Spectate.Position = UDim2.new(0, 10, 0, 220)
  5320. Spectate.Text = "Spectate Player"
  5321. Spectate.BorderSizePixel = 1
  5322. Spectate.BackgroundTransparency = 0.5
  5323. Spectate.TextColor3 = Color3.new(255/255,255/255,255/255)
  5324. Spectate.Parent = Body
  5325. Spectate.BackgroundColor3 = Color3.new(27, 42, 53)
  5326. Spectate.Font = "SourceSansLight"
  5327. Spectate.TextSize = 24
  5328. Spectate.MouseButton1Down:connect(function()
  5329. local getplayer = Player.Text
  5330. game.Workspace.CurrentCamera.CameraSubject = game.Players[getplayer].Character.Humanoid
  5331. end)
  5332. -- =============================================================================
  5333. local M14Kit = Instance.new("TextButton")
  5334. M14Kit.Name = "M14Kit"
  5335. M14Kit.Size = UDim2.new(0, 150, 0, 35)
  5336. M14Kit.Position = UDim2.new(0, 165, 0, 220)
  5337. M14Kit.Text = "Give M14 Kit"
  5338. M14Kit.BorderSizePixel = 1
  5339. M14Kit.BackgroundTransparency = 0.5
  5340. M14Kit.TextColor3 = Color3.new(255/255,255/255,255/255)
  5341. M14Kit.Parent = Body
  5342. M14Kit.BackgroundColor3 = Color3.new(27, 42, 53)
  5343. M14Kit.Font = "SourceSansLight"
  5344. M14Kit.TextSize = 24
  5345. M14Kit.MouseButton1Down:connect(function()
  5346. local getplayer = Player.Text
  5347. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slotbackpack, 4016)
  5348. wait(.1)
  5349. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slotprimary, 1016)
  5350. wait(.1)
  5351. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot1, 9013)
  5352. wait(.1)
  5353. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot2, 9010)
  5354. wait(.1)
  5355. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot3, 9005)
  5356. wait(.1)
  5357. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot4, 64)
  5358. wait(.1)
  5359. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot5, 64)
  5360. wait(.1)
  5361. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot6, 64)
  5362. wait(.1)
  5363. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot7, 64)
  5364. wait(.1)
  5365. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot8, 64)
  5366. wait(.1)
  5367. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot9, 64)
  5368. wait(.1)
  5369. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot10, 64)
  5370. wait(.1)
  5371. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot11, 64)
  5372. wait(.1)
  5373. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot12, 11)
  5374. wait(.1)
  5375. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot13, 11)
  5376. wait(.1)
  5377. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot14, 11)
  5378. wait(.1)
  5379. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot15, 11)
  5380. wait(.1)
  5381. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot16, 11)
  5382. wait(.1)
  5383. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot17, 11)
  5384. wait(.1)
  5385. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot18, 11)
  5386. wait(.1)
  5387. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot19, 11)
  5388. wait(.1)
  5389. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot20, 11)
  5390. end)
  5391. -- =========================================================================
  5392. local PatriotKit = Instance.new("TextButton")
  5393. PatriotKit.Name = "PatriotKit"
  5394. PatriotKit.Size = UDim2.new(0, 150, 0, 35)
  5395. PatriotKit.Position = UDim2.new(0, 165, 0, 180)
  5396. PatriotKit.Text = "Give Patriot Kit"
  5397. PatriotKit.BorderSizePixel = 1
  5398. PatriotKit.BackgroundTransparency = 0.5
  5399. PatriotKit.TextColor3 = Color3.new(255/255,255/255,255/255)
  5400. PatriotKit.Parent = Body
  5401. PatriotKit.BackgroundColor3 = Color3.new(27, 42, 53)
  5402. PatriotKit.Font = "SourceSansLight"
  5403. PatriotKit.TextSize = 24
  5404. PatriotKit.MouseButton1Down:connect(function()
  5405. local getplayer = Player.Text
  5406. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slotbackpack, 4016)
  5407. wait(.1)
  5408. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slotprimary, 1021)
  5409. wait(.1)
  5410. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot1, 9013)
  5411. wait(.1)
  5412. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot2, 9009)
  5413. wait(.1)
  5414. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot3, 9005)
  5415. wait(.1)
  5416. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot4, 53)
  5417. wait(.1)
  5418. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot5, 53)
  5419. wait(.1)
  5420. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot6, 53)
  5421. wait(.1)
  5422. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot7, 53)
  5423. wait(.1)
  5424. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot8, 53)
  5425. wait(.1)
  5426. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot9, 53)
  5427. wait(.1)
  5428. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot10, 53)
  5429. wait(.1)
  5430. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot11, 53)
  5431. wait(.1)
  5432. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot12, 11)
  5433. wait(.1)
  5434. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot13, 11)
  5435. wait(.1)
  5436. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot14, 11)
  5437. wait(.1)
  5438. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot15, 11)
  5439. wait(.1)
  5440. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot16, 11)
  5441. wait(.1)
  5442. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot17, 11)
  5443. wait(.1)
  5444. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot18, 11)
  5445. wait(.1)
  5446. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot19, 11)
  5447. wait(.1)
  5448. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot20, 11)
  5449. end)
  5450. -- =========================================================================
  5451. local OTSKit = Instance.new("TextButton")
  5452. OTSKit.Name = "OTSKit"
  5453. OTSKit.Size = UDim2.new(0, 150, 0, 35)
  5454. OTSKit.Position = UDim2.new(0, 165, 0, 140)
  5455. OTSKit.Text = "Give OTs-14 Kit"
  5456. OTSKit.BorderSizePixel = 1
  5457. OTSKit.BackgroundTransparency = 0.5
  5458. OTSKit.TextColor3 = Color3.new(255/255,255/255,255/255)
  5459. OTSKit.Parent = Body
  5460. OTSKit.BackgroundColor3 = Color3.new(27, 42, 53)
  5461. OTSKit.Font = "SourceSansLight"
  5462. OTSKit.TextSize = 24
  5463. OTSKit.MouseButton1Down:connect(function()
  5464. local getplayer = Player.Text
  5465. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slotbackpack, 4016)
  5466. wait(.1)
  5467. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slotprimary, 1036)
  5468. wait(.1)
  5469. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot1, 9013)
  5470. wait(.1)
  5471. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot2, 9010)
  5472. wait(.1)
  5473. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot3, 50)
  5474. wait(.1)
  5475. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot4, 50)
  5476. wait(.1)
  5477. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot5, 50)
  5478. wait(.1)
  5479. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot6, 50)
  5480. wait(.1)
  5481. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot7, 50)
  5482. wait(.1)
  5483. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot8, 50)
  5484. wait(.1)
  5485. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot9, 50)
  5486. wait(.1)
  5487. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot10, 50)
  5488. wait(.1)
  5489. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot11, 50)
  5490. wait(.1)
  5491. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot12, 11)
  5492. wait(.1)
  5493. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot13, 11)
  5494. wait(.1)
  5495. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot14, 11)
  5496. wait(.1)
  5497. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot15, 11)
  5498. wait(.1)
  5499. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot16, 11)
  5500. wait(.1)
  5501. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot17, 11)
  5502. wait(.1)
  5503. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot18, 11)
  5504. wait(.1)
  5505. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot19, 11)
  5506. wait(.1)
  5507. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot20, 11)
  5508. end)
  5509. -- =========================================================================
  5510. local AK74Kit = Instance.new("TextButton")
  5511. AK74Kit.Name = "AK74Kit"
  5512. AK74Kit.Size = UDim2.new(0, 150, 0, 35)
  5513. AK74Kit.Position = UDim2.new(0, 165, 0, 100)
  5514. AK74Kit.Text = "Give AK-74 Kit"
  5515. AK74Kit.BorderSizePixel = 1
  5516. AK74Kit.BackgroundTransparency = 0.5
  5517. AK74Kit.TextColor3 = Color3.new(255/255,255/255,255/255)
  5518. AK74Kit.Parent = Body
  5519. AK74Kit.BackgroundColor3 = Color3.new(27, 42, 53)
  5520. AK74Kit.Font = "SourceSansLight"
  5521. AK74Kit.TextSize = 24
  5522. AK74Kit.MouseButton1Down:connect(function()
  5523. local getplayer = Player.Text
  5524. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slotbackpack, 4016)
  5525. wait(.1)
  5526. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slotprimary, 1039)
  5527. wait(.1)
  5528. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot1, 9013)
  5529. wait(.1)
  5530. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot2, 9011)
  5531. wait(.1)
  5532. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot3, 67)
  5533. wait(.1)
  5534. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot4, 67)
  5535. wait(.1)
  5536. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot5, 67)
  5537. wait(.1)
  5538. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot6, 67)
  5539. wait(.1)
  5540. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot7, 67)
  5541. wait(.1)
  5542. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot8, 67)
  5543. wait(.1)
  5544. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot9, 67)
  5545. wait(.1)
  5546. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot10, 67)
  5547. wait(.1)
  5548. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot11, 67)
  5549. wait(.1)
  5550. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot12, 11)
  5551. wait(.1)
  5552. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot13, 11)
  5553. wait(.1)
  5554. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot14, 11)
  5555. wait(.1)
  5556. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot15, 11)
  5557. wait(.1)
  5558. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot16, 11)
  5559. wait(.1)
  5560. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot17, 11)
  5561. wait(.1)
  5562. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot18, 11)
  5563. wait(.1)
  5564. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot19, 11)
  5565. wait(.1)
  5566. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot20, 11)
  5567. end)
  5568. local BlackMiliKit = Instance.new("TextButton")
  5569. BlackMiliKit.Name = "BlackMiliKit"
  5570. BlackMiliKit.Size = UDim2.new(0, 150, 0, 35)
  5571. BlackMiliKit.Position = UDim2.new(0, 320, 0, 220)
  5572. BlackMiliKit.Text = "Give Black Mili"
  5573. BlackMiliKit.BorderSizePixel = 1
  5574. BlackMiliKit.BackgroundTransparency = 0.5
  5575. BlackMiliKit.TextColor3 = Color3.new(255/255,255/255,255/255)
  5576. BlackMiliKit.Parent = Body
  5577. BlackMiliKit.BackgroundColor3 = Color3.new(27, 42, 53)
  5578. BlackMiliKit.Font = "SourceSansLight"
  5579. BlackMiliKit.TextSize = 24
  5580. BlackMiliKit.MouseButton1Down:connect(function()
  5581. local getplayer = Player.Text
  5582. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slotbackpack, 4016)
  5583. end)
  5584. -- ==========================================================================
  5585. local GreyMiliKit = Instance.new("TextButton")
  5586. GreyMiliKit.Name = "GreyMiliKit"
  5587. GreyMiliKit.Size = UDim2.new(0, 150, 0, 35)
  5588. GreyMiliKit.Position = UDim2.new(0, 320, 0, 180)
  5589. GreyMiliKit.Text = "Give Grey Mili"
  5590. GreyMiliKit.BorderSizePixel = 1
  5591. GreyMiliKit.BackgroundTransparency = 0.5
  5592. GreyMiliKit.TextColor3 = Color3.new(255/255,255/255,255/255)
  5593. GreyMiliKit.Parent = Body
  5594. GreyMiliKit.BackgroundColor3 = Color3.new(27, 42, 53)
  5595. GreyMiliKit.Font = "SourceSansLight"
  5596. GreyMiliKit.TextSize = 24
  5597. GreyMiliKit.MouseButton1Down:connect(function()
  5598. local getplayer = Player.Text
  5599. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slotbackpack, 4015)
  5600. end)
  5601. -- ==========================================================================
  5602. local BarfMiliKit = Instance.new("TextButton")
  5603. BarfMiliKit.Name = "BarfMiliKit"
  5604. BarfMiliKit.Size = UDim2.new(0, 150, 0, 35)
  5605. BarfMiliKit.Position = UDim2.new(0, 320, 0, 140)
  5606. BarfMiliKit.Text = "Give Green Mili"
  5607. BarfMiliKit.BorderSizePixel = 1
  5608. BarfMiliKit.BackgroundTransparency = 0.5
  5609. BarfMiliKit.TextColor3 = Color3.new(255/255,255/255,255/255)
  5610. BarfMiliKit.Parent = Body
  5611. BarfMiliKit.BackgroundColor3 = Color3.new(27, 42, 53)
  5612. BarfMiliKit.Font = "SourceSansLight"
  5613. BarfMiliKit.TextSize = 24
  5614. BarfMiliKit.MouseButton1Down:connect(function()
  5615. local getplayer = Player.Text
  5616. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slotbackpack, 4014)
  5617. end)
  5618. -- ============================================================================
  5619. local SSBeretKit = Instance.new("TextButton")
  5620. SSBeretKit.Name = "SSBeretKit"
  5621. SSBeretKit.Size = UDim2.new(0, 150, 0, 35)
  5622. SSBeretKit.Position = UDim2.new(0, 320, 0, 100)
  5623. SSBeretKit.Text = "Give SS Beret"
  5624. SSBeretKit.BorderSizePixel = 1
  5625. SSBeretKit.BackgroundTransparency = 0.5
  5626. SSBeretKit.TextColor3 = Color3.new(255/255,255/255,255/255)
  5627. SSBeretKit.Parent = Body
  5628. SSBeretKit.BackgroundColor3 = Color3.new(27, 42, 53)
  5629. SSBeretKit.Font = "SourceSansLight"
  5630. SSBeretKit.TextSize = 24
  5631. SSBeretKit.MouseButton1Down:connect(function()
  5632. local getplayer = Player.Text
  5633. game.Lighting.Remote.AddObject:FireServer(game.Players[getplayer].playerstats.slots.slot20, 7020)
  5634. end)
  5635. -- ============================================================================
  5636. local MessageGui = Instance.new("TextBox")
  5637. MessageGui.Name = "MessageGui"
  5638. MessageGui.Parent = Body
  5639. MessageGui.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  5640. MessageGui.BorderSizePixel = 1
  5641. MessageGui.BorderColor3 = Color3.new(24/255, 42/255, 53/255)
  5642. MessageGui.Position = UDim2.new(0, 140, 0, 300)
  5643. MessageGui.Size = UDim2.new(0, 200, 0, 50)
  5644. MessageGui.TextSize = 24
  5645. MessageGui.Font = "SourceSansLight"
  5646. MessageGui.Text = "MESSAGE HERE"
  5647. MessageGui.TextWrapped = true
  5648. -- ============================================================================
  5649. local CommandLabel2 = Instance.new("TextLabel")
  5650. CommandLabel2.Name = "CommandLabel2"
  5651. CommandLabel2.Parent = Body
  5652. CommandLabel2.BackgroundTransparency = 1
  5653. CommandLabel2.BorderSizePixel = 0
  5654. CommandLabel2.Position = UDim2.new(0, 140, 0, 262)
  5655. CommandLabel2.Size = UDim2.new(0, 200, 0, 30)
  5656. CommandLabel2.Text = "Server Messaging"
  5657. CommandLabel2.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  5658. CommandLabel2.Font = "SourceSans"
  5659. CommandLabel2.TextSize = 24
  5660. -- ============================================================================
  5661. local MessageClick = Instance.new("TextButton")
  5662. MessageClick.Name = "MessageClick"
  5663. MessageClick.Size = UDim2.new(0, 150, 0, 35)
  5664. MessageClick.Position = UDim2.new(0, 25, 0, 130)
  5665. MessageClick.Text = "Send"
  5666. MessageClick.BorderSizePixel = 1
  5667. MessageClick.BackgroundTransparency = 0.5
  5668. MessageClick.TextColor3 = Color3.new(255/255,255/255,255/255)
  5669. MessageClick.Parent = MessageGui
  5670. MessageClick.BackgroundColor3 = Color3.new(27, 42, 53)
  5671. MessageClick.Font = "SourceSansLight"
  5672. MessageClick.TextSize = 24
  5673. MessageClick.MouseButton1Down:connect(function()
  5674. for i,v in pairs(game.Players:GetChildren())do
  5675. local var = Instance.new("StringValue", UI)
  5676. var.Value = "Green"
  5677. game.Lighting.Remote.SendMessage:FireServer(v,tostring(var.Value),tostring(MessageGui.Text))
  5678. end
  5679. end)
  5680. -- ============================================================================
  5681. local CommandLabel3 = Instance.new("TextLabel")
  5682. CommandLabel3.Name = "CommandLabel3"
  5683. CommandLabel3.Parent = Body
  5684. CommandLabel3.BackgroundTransparency = 1
  5685. CommandLabel3.BorderSizePixel = 0
  5686. CommandLabel3.Position = UDim2.new(0, 140, 0, 475)
  5687. CommandLabel3.Size = UDim2.new(0, 200, 0, 30)
  5688. CommandLabel3.Text = "Car Commands"
  5689. CommandLabel3.TextColor3 = Color3.new(255/255, 255/255, 255/255)
  5690. CommandLabel3.Font = "SourceSans"
  5691. CommandLabel3.TextSize = 24
  5692. -- ============================================================================
  5693. local SetSpeedVal = Instance.new("TextBox")
  5694. SetSpeedVal.Name = "SetSpeedVal"
  5695. SetSpeedVal.Parent = Body
  5696. SetSpeedVal.BackgroundColor3 = Color3.new(255/255,255/255,255/255)
  5697. SetSpeedVal.BorderSizePixel = 1
  5698. SetSpeedVal.BorderColor3 = Color3.new(24/255, 42/255, 53/255)
  5699. SetSpeedVal.Position = UDim2.new(0, 140, 0, 510)
  5700. SetSpeedVal.Size = UDim2.new(0, 200, 0, 45)
  5701. SetSpeedVal.TextSize = 24
  5702. SetSpeedVal.Font = "SourceSansLight"
  5703. SetSpeedVal.Text = "CAR SPEED VALUE"
  5704. SetSpeedVal.TextWrapped = true
  5705. -- ============================================================================
  5706. local SetSpeed = Instance.new("TextButton")
  5707. SetSpeed.Name = "SetSpeed"
  5708. SetSpeed.Size = UDim2.new(0, 150, 0, 35)
  5709. SetSpeed.Position = UDim2.new(0, 165, 0, 565)
  5710. SetSpeed.Text = "Set Car Speed"
  5711. SetSpeed.BorderSizePixel = 1
  5712. SetSpeed.BackgroundTransparency = 0.5
  5713. SetSpeed.TextColor3 = Color3.new(255/255,255/255,255/255)
  5714. SetSpeed.Parent = Body
  5715. SetSpeed.BackgroundColor3 = Color3.new(27, 42, 53)
  5716. SetSpeed.Font = "SourceSansLight"
  5717. SetSpeed.TextSize = 24
  5718. SetSpeed.MouseButton1Down:connect(function()
  5719. for i,v in pairs(workspace.Vehicles:GetChildren()) do
  5720. if v.Name ~= 'VehicleWreck' then
  5721. v.Stats.MaxSpeed.Value = SetSpeedVal.Text
  5722. v.Stats.MaxSpeed.Offroad.Value = SetSpeedVal.Text
  5723. end
  5724. end
  5725. end)
  5726. -- ============================================================================
  5727.  
  5728. -- next
  5729.  
  5730. wait()
  5731. local PLAYER = game.Players.LocalPlayer
  5732. function startUp()
  5733. local _UI = game:GetObjects('rbxassetid://935096779')[1]
  5734. _UI.Parent = game.CoreGui
  5735.  
  5736. --_UI = script.Parent
  5737.  
  5738. local VERSION = 0.7
  5739. warn('Niobium - Version ', 'v'..VERSION)
  5740.  
  5741. local _FEATURE_STATE = 'Hidden'
  5742. local MAIN_FRAME = _UI.MAIN_FRAME
  5743. local PLAYER = game.Players.LocalPlayer
  5744. local gui = _UI
  5745.  
  5746. local CHANGELOG_MESSAGES = {
  5747. ' - New User Interface | By RaulByte and iSxxn',
  5748. ' - Please send all UI bugs to iSxxn#4779',
  5749. ' - Please send all functional bugs to EpicShilohDog#5810',
  5750. ' - Added a tweening between page transitions @RaulByte'
  5751. }
  5752.  
  5753.  
  5754.  
  5755. -- Form Instances
  5756. local function formInstance(class, properties)
  5757. local _TEMP = Instance.new(class)
  5758. for i,v in pairs(properties) do
  5759. _TEMP[i] = v
  5760. end
  5761. return _TEMP
  5762. end
  5763.  
  5764. -- User Interface Features Tweening
  5765. _UI.MAIN_FRAME.FEATURES.MouseEnter:connect(function()
  5766. if _FEATURE_STATE == 'Hidden' then
  5767. _FEATURE_STATE = 'Visible'
  5768. _UI.MAIN_FRAME.FEATURES:TweenPosition(UDim2.new(0,0,0.152,0),'Out','Quad',.2)
  5769. _UI.MAIN_FRAME.CONTENT_HOLDER:TweenSizeAndPosition(UDim2.new(0.75,0,0.85,0),UDim2.new(0.25,0,0.15,0),'Out','Quad',.2)
  5770. end
  5771. end)
  5772.  
  5773. _UI.MAIN_FRAME.FEATURES.MouseLeave:connect(function()
  5774. if _FEATURE_STATE == 'Visible' then
  5775. _FEATURE_STATE = 'Hidden'
  5776. _UI.MAIN_FRAME.FEATURES:TweenPosition(UDim2.new(-0.225,0,0.152,0),'Out','Quad',.25)
  5777. _UI.MAIN_FRAME.CONTENT_HOLDER:TweenSizeAndPosition(UDim2.new(0.95,0,0.85,0),UDim2.new(0.05,0,0.15,0),'Out','Quad',.2)
  5778.  
  5779. end
  5780. end)
  5781.  
  5782.  
  5783.  
  5784. --[[Home
  5785. local CONTENT_HOME = script.Parent.CONTENT:WaitForChild('CONTENT_HOME'):Clone()
  5786. CONTENT_HOME.Visible = true
  5787. CONTENT_HOME.Parent = script.parent.MAIN_FRAME.CONTENT_HOLDER
  5788.  
  5789. --Universal
  5790.  
  5791. local CONTENT_UNIVERSAL = script.Parent.CONTENT:WaitForChild('CONTENT_UNIVERSAL'):Clone()
  5792. CONTENT_UNIVERSAL.Visible = false
  5793. CONTENT_UNIVERSAL.Parent = script.parent.MAIN_FRAME.CONTENT_HOLDER
  5794.  
  5795. --Local Player
  5796.  
  5797. local CONTENT_LOCALPLAYER = script.Parent.CONTENT:WaitForChild('CONTENT_LOCALPLAYER'):Clone()
  5798. CONTENT_LOCALPLAYER.Visible = false
  5799. CONTENT_LOCALPLAYER.Parent = script.parent.MAIN_FRAME.CONTENT_HOLDER
  5800.  
  5801. --Player
  5802. local CONTENT_PLAYER = script.Parent.CONTENT:WaitForChild('CONTENT_PLAYER'):Clone()
  5803. CONTENT_PLAYER.Visible = false
  5804. CONTENT_PLAYER.Parent = script.parent.MAIN_FRAME.CONTENT_HOLDER
  5805. ]]
  5806.  
  5807. for _,v in pairs(_UI.CONTENT:GetChildren()) do -- Move all the content to the mainframe
  5808. local _temp = v:Clone()
  5809. if _temp.Name ~= 'CONTENT_HOME' then
  5810. _temp.Position=UDim2.new(-1.2,0,0,0)
  5811. _temp.Visible = false
  5812. else
  5813. _temp.Visible = true
  5814. end
  5815. _temp.Parent = _UI.MAIN_FRAME.CONTENT_HOLDER
  5816. end
  5817.  
  5818. local CONTENT_HOME = _UI.MAIN_FRAME.CONTENT_HOLDER:WaitForChild("CONTENT_HOME")
  5819. local CONTENT_LOCALPLAYER = _UI.MAIN_FRAME.CONTENT_HOLDER:WaitForChild("CONTENT_LOCALPLAYER")
  5820. local CONTENT_PLAYER = _UI.MAIN_FRAME.CONTENT_HOLDER:WaitForChild("CONTENT_PLAYER")
  5821. local CONTENT_UNIVERSAL = _UI.MAIN_FRAME.CONTENT_HOLDER:WaitForChild("CONTENT_UNIVERSAL")
  5822. local CONTENT_VEHICLE = _UI.MAIN_FRAME.CONTENT_HOLDER:WaitForChild("CONTENT_VEHICLE")
  5823. local CONTENT_SETTINGS = _UI.MAIN_FRAME.CONTENT_HOLDER:WaitForChild("CONTENT_SETTINGS")
  5824.  
  5825. local selplr = Instance.new("ObjectValue", _UI)
  5826. selplr.Name = "SelectedPlayer"
  5827.  
  5828. local function formPlayerList()
  5829. CONTENT_PLAYER.PlayerList:ClearAllChildren()
  5830. wait()
  5831. local curPlayerPosition = UDim2.new(0,0,0,0)
  5832. for _,v in pairs(game.Players:GetPlayers()) do
  5833. local playerButton = formInstance('TextButton', {BackgroundColor3=Color3.fromRGB(62,175,255),BorderSizePixel=2,BorderColor3=Color3.fromRGB(255,255,255),
  5834. Position=curPlayerPosition,Size=UDim2.new(1,0,0,25),ZIndex=2,TextSize=14,Font=Enum.Font.SourceSansBold,Text=v.Name,TextColor3=Color3.fromRGB(255,255,255),TextWrapped=true,Parent=CONTENT_PLAYER.PlayerList})
  5835. curPlayerPosition = curPlayerPosition + UDim2.new(0,0,0,25)
  5836. CONTENT_PLAYER.PlayerList.CanvasSize = UDim2.new(0,0,0,(30*#game.Players:GetPlayers()))
  5837.  
  5838. playerButton.MouseButton1Click:connect(function()
  5839. CONTENT_PLAYER.SELECTED.Text = "Selected: "..v.Name
  5840. selplr.Value = v
  5841. end)
  5842. end
  5843. end
  5844.  
  5845.  
  5846.  
  5847.  
  5848. game.Players.PlayerRemoving:connect(formPlayerList)
  5849. game.Players.PlayerAdded:connect(formPlayerList)
  5850. formPlayerList()
  5851.  
  5852. CONTENT_HOME.Visible = true
  5853.  
  5854. local _CHANGELOG_STATE = 'Hidden'; local _CHANGELOG_CHANGING_STATE = false
  5855.  
  5856. --
  5857. CONTENT_HOME.BT_CHANGELOG.MouseButton1Click:connect(function()
  5858. if _CHANGELOG_CHANGING_STATE then return end
  5859. _CHANGELOG_CHANGING_STATE = true
  5860. if _CHANGELOG_STATE == 'Hidden' then
  5861. _CHANGELOG_STATE = 'Visible'
  5862. _UI.LBL_CHANGELOG.Text = ' CHANGELOG'
  5863. _UI.LBL_CHANGELOG:TweenSize(UDim2.new(0.25,0,.05,0),'Out','Quad',1)
  5864. else
  5865. _CHANGELOG_STATE = 'Hidden'
  5866. _UI.LBL_CHANGELOG.Text = ''
  5867. _UI.LBL_CHANGELOG:TweenSize(UDim2.new(0,0,.05,0),'Out','Quad',1)
  5868. end
  5869. wait(1)
  5870. _CHANGELOG_CHANGING_STATE = false
  5871. end)
  5872.  
  5873. -- Create Changelog Messages
  5874. local function form_Messages()
  5875. local MSG_POSITION = UDim2.new(0,0,0,3)
  5876. for i = 1,#CHANGELOG_MESSAGES do
  5877. local v = CHANGELOG_MESSAGES[i]
  5878. print(i,v)
  5879. formInstance('TextLabel',{BackgroundTransparency=1,Position=MSG_POSITION,Size=UDim2.new(1,0,0,30),ZIndex=2,Font=Enum.Font.SourceSansBold,Text=v,TextSize=15,
  5880. TextColor3=Color3.fromRGB(0,50,76),TextWrapped=true,TextXAlignment=Enum.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Top,Parent=_UI.LBL_CHANGELOG.SF_CHANGELOG})
  5881. MSG_POSITION = MSG_POSITION + UDim2.new(0,0,0,30)
  5882. end
  5883. end
  5884.  
  5885. _UI.LBL_CHANGELOG.SF_CHANGELOG:ClearAllChildren()
  5886. wait()
  5887. form_Messages()
  5888.  
  5889. local switching_State = false; previous_tab = CONTENT_HOME; new_tab = nil
  5890.  
  5891. local function switch_tab(activeButton)
  5892. if switching_State or 'CONTENT_'..activeButton == previous_tab.Name then return end
  5893. switching_State = true
  5894. for _,v in pairs(_UI.MAIN_FRAME.CONTENT_HOLDER:GetChildren()) do
  5895. if previous_tab ~= nil then -- Slide the last tab to the right
  5896. previous_tab:TweenPosition(UDim2.new(1.2,0,0,0),'Out','Quad',.5)
  5897. end
  5898.  
  5899. if v.Name ~= 'CONTENT_'..activeButton then
  5900. if previous_tab ~= nil and previous_tab ~= v then
  5901. v.Visible = false
  5902. v.Position = UDim2.new(-1.2,0,0,0)
  5903. end
  5904. else
  5905. v.Visible = true
  5906. v:TweenPosition(UDim2.new(0,0,0,0),'Out','Quad',.5)
  5907.  
  5908. new_tab = v
  5909. end
  5910. end
  5911. wait(.5)
  5912. previous_tab.Position = UDim2.new(-1.2,0,0,0)
  5913. previous_tab = new_tab
  5914. switching_State = false
  5915. end
  5916.  
  5917.  
  5918. --Universal
  5919. _UI.MAIN_FRAME.FEATURES.BT_UNIVERSAL.MouseButton1Down:connect(function(a)
  5920. switch_tab('UNIVERSAL')
  5921. end)
  5922.  
  5923. --Home
  5924.  
  5925. _UI.MAIN_FRAME.FEATURES.BT_HOME.MouseButton1Down:connect(function(a)
  5926. switch_tab('HOME')
  5927. end)
  5928.  
  5929. --Local Player
  5930.  
  5931. _UI.MAIN_FRAME.FEATURES.BT_LOCALPLAYER.MouseButton1Down:connect(function(a)
  5932. switch_tab('LOCALPLAYER')
  5933. end)
  5934.  
  5935. --Player
  5936. _UI.MAIN_FRAME.FEATURES.BT_PLAYERS.MouseButton1Down:connect(function(a)
  5937. switch_tab('PLAYER')
  5938. end)
  5939.  
  5940. _UI.MAIN_FRAME.FEATURES.BT_VEHICLE.MouseButton1Down:connect(function(a)
  5941. switch_tab('VEHICLE')
  5942. end)
  5943.  
  5944. _UI.MAIN_FRAME.FEATURES.BT_SETTINGS.MouseButton1Down:connect(function(a)
  5945. switch_tab('SETTINGS')
  5946. end)
  5947.  
  5948.  
  5949.  
  5950.  
  5951.  
  5952.  
  5953. --Server Message Button
  5954.  
  5955. MSG_CHANGEING_STATE = false
  5956. local _MSG_STATE = 'Hidden'
  5957. CONTENT_UNIVERSAL.BT_MESSAGE.MouseButton1Click:connect(function()
  5958. if MSG_CHANGEING_STATE then return end
  5959. MSG_CHANGEING_STATE = true
  5960. if _MSG_STATE == 'Hidden' then
  5961. _MSG_STATE = 'Visible'
  5962. _UI.LBL_MSG.SF_MSG.BT_SEND.Visible = true
  5963. _UI.LBL_MSG.SF_MSG.TB_MSG.Visible = true
  5964. _UI.LBL_MSG.SF_MSG.TB_COLOR.Visible = true
  5965.  
  5966. _UI.LBL_MSG.Text = 'SERVER MESSAGE'
  5967. _UI.LBL_MSG:TweenSize(UDim2.new(0.25,0,.05,0),'Out','Quad',1)
  5968. else
  5969. _UI.LBL_MSG.SF_MSG.BT_SEND.Visible = false
  5970. _UI.LBL_MSG.SF_MSG.TB_MSG.Visible = false
  5971. _UI.LBL_MSG.SF_MSG.TB_COLOR.Visible = false
  5972. _MSG_STATE = 'Hidden'
  5973. _UI.LBL_MSG.Text = ''
  5974. _UI.LBL_MSG:TweenSize(UDim2.new(0,0,.05,0),'Out','Quad',1)
  5975. end
  5976. MSG_CHANGEING_STATE = false
  5977. end)
  5978.  
  5979. --Spawning tab Button
  5980.  
  5981. SPWN_CHANGEING_STATE = false
  5982. local _SPWN_STATE = 'Hidden'
  5983. CONTENT_LOCALPLAYER.BT_SPAWN.MouseButton1Click:connect(function()
  5984. if SPWN_CHANGEING_STATE then return end
  5985. SPWN_CHANGEING_STATE = true
  5986. if _SPWN_STATE == 'Hidden' then
  5987. _SPWN_STATE = 'Visible'
  5988. _UI.LBL_SPAWN.Text = 'Spawning'
  5989. _UI.LBL_SPAWN:TweenSize(UDim2.new(0.25,0,.05,0),'Out','Quad',1)
  5990. else
  5991. _SPWN_STATE = 'Hidden'
  5992. _UI.LBL_SPAWN.Text = ''
  5993. _UI.LBL_SPAWN:TweenSize(UDim2.new(0,0,.05,0),'Out','Quad',1)
  5994. end
  5995. SPWN_CHANGEING_STATE = false
  5996. end)
  5997.  
  5998.  
  5999. --/ Button Declarations \--
  6000.  
  6001. --Universal
  6002. local btnKillAll = CONTENT_UNIVERSAL.BT_KALL
  6003. local btnKillZ = CONTENT_UNIVERSAL.KZOMBIES
  6004. local btnStealAllU = CONTENT_UNIVERSAL.BT_SALL
  6005. local btnSendMsg = _UI.LBL_MSG.SF_MSG.BT_SEND
  6006.  
  6007. --Spawning
  6008. local sfrmResults = _UI.LBL_SPAWN.SF_SPAWN.SF_SPAWNING -- PLEASE ADD A SPWANING TAB
  6009. local search = _UI.LBL_SPAWN.SF_SPAWN.TB_COLOR
  6010. local btnSpawn = _UI.LBL_SPAWN.SF_SPAWN.BT_SPAWN
  6011.  
  6012. --Player
  6013. local sfrmPlayers = CONTENT_PLAYER.PlayerList
  6014. local btnKill = CONTENT_PLAYER.BT_KILL
  6015. local btnStealAll = CONTENT_PLAYER.BT_SALL
  6016. local btnGotoP = CONTENT_PLAYER.BT_GOTO
  6017. local lblSelected = CONTENT_PLAYER.SELECTED
  6018.  
  6019. --LocalPlayer
  6020. local btnC4Walk = CONTENT_LOCALPLAYER.BT_C4
  6021. local btnESP = CONTENT_LOCALPLAYER.BT_ESP
  6022. local btnFly = CONTENT_LOCALPLAYER.BT_FLY
  6023. local btnGod = CONTENT_LOCALPLAYER.BT_GOD
  6024. local btnHunger = CONTENT_LOCALPLAYER.BT_HUNGER
  6025. local btnThirst = CONTENT_LOCALPLAYER.BT_THIRST
  6026. local btnNoRecoil = CONTENT_LOCALPLAYER.BT_NORECOIL
  6027.  
  6028. --Vehicles
  6029. local btnCarSpawn = CONTENT_VEHICLE.BT_SPAWN
  6030. local btnGotoV = CONTENT_VEHICLE.BT_GOTO
  6031. local btnSetSpeed = CONTENT_VEHICLE.BT_SPEED
  6032. local speed = CONTENT_VEHICLE.TB_SPEED
  6033.  
  6034. --/ End Button Declarations \--
  6035.  
  6036.  
  6037. --Variables
  6038. local sfrmAvailable = CONTENT_VEHICLE.ScrollingFrame
  6039. local lblSelV = CONTENT_VEHICLE.SELECTED
  6040. local player = game.Players.LocalPlayer
  6041.  
  6042. --/ Values \--
  6043.  
  6044. local gmode = Instance.new("BoolValue", _UI)
  6045. gmode.Name = "GodMode"
  6046. local floatmode = Instance.new("BoolValue", _UI)
  6047. floatmode.Name = "FloatMode"
  6048. local ncmode = Instance.new("BoolValue", _UI)
  6049. ncmode.Name = "NCMode"
  6050. local c4walkon = Instance.new("BoolValue", _UI)
  6051. c4walkon.Name = "C4WalkOn"
  6052. c4walkon.Value = false
  6053. local espon = Instance.new("BoolValue", _UI)
  6054. espon.Name = "ESPOn"
  6055. espon.Value = false
  6056. local flyon = Instance.new("BoolValue", _UI)
  6057. flyon.Name = "FlyOn"
  6058. flyon.Value = false
  6059.  
  6060.  
  6061.  
  6062. --
  6063.  
  6064. function alphabetize(p1, p2) --takes two player names and returns true when p1 < p2 alphabetically
  6065. local name1 = p1.Name:lower()
  6066. local n1 = name1:sub(1, 1):byte()
  6067.  
  6068. local name2 = p2.Name:lower()
  6069. local n2 = name2:sub(1, 1):byte()
  6070.  
  6071. if n1 < n2 then return true else return false end
  6072. end
  6073.  
  6074. --spawn stuff
  6075.  
  6076. local loot = game.Lighting.LootDrops:GetChildren()
  6077. local names = {}
  6078.  
  6079. for i = 1, #loot do if loot[i]:IsA("Model") then table.insert(names, loot[i].Name) end end
  6080.  
  6081. function getMatches(text)
  6082. local matches = {}
  6083. for i = 1, #loot do
  6084. local name = loot[i].Name:lower()
  6085. if name:find(text:lower()) then table.insert(matches, loot[i]) end
  6086. end
  6087. table.sort(matches, alphabetize)
  6088. return matches
  6089. end
  6090.  
  6091. search.Changed:connect(function()
  6092.  
  6093. for i, v in ipairs(sfrmResults:GetChildren()) do v:Destroy() end
  6094.  
  6095. local text = search.Text
  6096. local matches = getMatches(text)
  6097.  
  6098. if matches then
  6099.  
  6100. sfrmResults.Visible = true
  6101. sfrmResults.CanvasSize = UDim2.new(0, 225, 0, (#matches*25) - 25)
  6102.  
  6103. for i = 1, #matches do
  6104. local item = matches[i].Name
  6105. local btn = Instance.new("TextButton", sfrmResults)
  6106. btn.Font = Enum.Font.SourceSansBold
  6107. btn.FontSize = Enum.FontSize.Size14
  6108. btn.Style = Enum.ButtonStyle.Custom
  6109. btn.BackgroundColor3 = Color3.new(56/255, 136/255, 255.255)
  6110. btn.Text = item
  6111. btn.TextColor3 = Color3.new(255, 255, 255)
  6112. btn.TextXAlignment = Enum.TextXAlignment.Left
  6113. btn.Name = item
  6114. btn.Position = UDim2.new(0, 0, 0, (i*25) - 25)
  6115. btn.Size = UDim2.new(0, 210, 0, 25)
  6116.  
  6117. btn.MouseButton1Click:connect(function() search.Text = btn.Text end)
  6118.  
  6119. end
  6120.  
  6121. end
  6122.  
  6123. if not matches then sfrmResults.Visible = false end
  6124.  
  6125. end)
  6126. --check()
  6127. function getNextOpenSlot()
  6128. for i = 1, 20 do
  6129. if not player.playerstats.slots["slot"..i]:FindFirstChild("ObjectID") then return i end
  6130. end
  6131. end
  6132.  
  6133. function getItemID(text) --takes text name of item and returns object id
  6134. if game.Lighting:FindFirstChild(text) then
  6135. local id = game.Lighting:FindFirstChild(text).ObjectID.Value
  6136. return id
  6137. else return nil
  6138. end
  6139. end
  6140.  
  6141. function findItemFromPlayer(text) --returns slot of item if player has it, else nil
  6142.  
  6143. if getItemID(text) then
  6144.  
  6145. for i, plr in pairs(game.Players:GetPlayers()) do
  6146.  
  6147. for i = 1, 20 do
  6148. local slot = plr.playerstats.slots["slot"..i]
  6149. if slot:FindFirstChild("ObjectID") then if slot.ObjectID.Value == getItemID(text) then return slot end
  6150. end
  6151.  
  6152. local slotp = player.playerstats.slots.slotprimary
  6153. local slots = player.playerstats.slots.slotsecondary
  6154. if slotp:FindFirstChild("ObjectID") and slotp.ObjectID == getItemID(text) then return slotp
  6155. elseif slots:FindFirstChild("ObjectID") and slots.ObjectID == getItemID(text) then return slots
  6156. else return nil
  6157. end
  6158. end
  6159. end
  6160. end
  6161. end
  6162.  
  6163.  
  6164. --
  6165. btnSpawn.MouseButton1Click:connect(function()
  6166. local text = search.Text
  6167. if workspace.SpawnLoot:FindFirstChild(text) then --if item is spawned somewhere in the world, will grab
  6168. workspace.Remote.GrabItem:FireServer(player.playerstats.slots["slot"..getNextOpenSlot()], workspace.SpawnLoot:FindFirstChild(text), workspace.SpawnLoot:FindFirstChild(text).ObjectID)
  6169. elseif workspace.DropLoot:FindFirstChild(text) then
  6170. workspace.Remote.GrabItem:FireServer(player.playerstats.slots["slot"..getNextOpenSlot()], workspace.DropLoot:FindFirstChild(text), workspace.DropLoot:FindFirstChild(text).ObjectID)
  6171. elseif findItemFromPlayer(text) then
  6172. local slot = findItemFromPlayer(text)
  6173. workspace.Remote.DropItem(slot, slot.ObjectID.Value)
  6174. else
  6175. local item = game.Lighting.LootDrops:FindFirstChild(text)
  6176. if not item then btnSpawn.Text = "Error"; wait(2); btnSpawn.Text = "Spawn"; return end
  6177. local spawnloot = item:Clone()
  6178. spawnloot.Parent = workspace
  6179. spawnloot:SetPrimaryPartCFrame(CFrame.new(player.Character.Head.Position + Vector3.new(math.random(-5, 5), 0, math.random(-5, 5))))
  6180. end
  6181. end)
  6182. --
  6183. function getGun()
  6184. local bp = player.Backpack:GetChildren()
  6185. for i = 1, #bp do
  6186. if bp[i]:IsA("Model") and bp[i]:FindFirstChild("Shooter") then return bp[i] end
  6187. end
  6188. return nil
  6189. end
  6190.  
  6191. btnKillAll.MouseButton1Click:connect(function()
  6192.  
  6193. local gun = getGun()
  6194.  
  6195. if not gun then
  6196. btnKillAll.Text = "Error"
  6197. wait()
  6198. btnKillAll.Text = "Kill All"
  6199. return
  6200. end
  6201.  
  6202. for i, plr in ipairs(game.Players:GetPlayers()) do
  6203. if gun and plr.Character and plr ~= player then
  6204. for i = 1, 6 do workspace.Remote.DoHitLogic:FireServer(gun, plr.Character.Head) end
  6205. end
  6206. end
  6207.  
  6208. end)
  6209.  
  6210. btnSendMsg.MouseButton1Click:connect(function()
  6211. for i, v in pairs(game.Players:GetPlayers()) do
  6212. workspace.Remote.SendMessage:FireServer(v, _UI.LBL_MSG.SF_MSG.TB_COLOR.Text, ''.._UI.LBL_MSG.SF_MSG.TB_MSG.Text..'')
  6213. end
  6214. end)
  6215.  
  6216. btnStealAllU.MouseButton1Click:connect(function()
  6217.  
  6218. local plrs = game.Players:GetPlayers()
  6219. for i = 1, #plrs do
  6220.  
  6221. local plr = plrs[i]
  6222.  
  6223. if plr ~= player then
  6224.  
  6225. for i = 1, 20 do --steals all items in inv
  6226. if plr.playerstats.slots:FindFirstChild("slot"..i):FindFirstChild("ObjectID") then
  6227. workspace.Remote.DropItem:FireServer(plr.playerstats.slots:FindFirstChild("slot"..i), plr.playerstats.slots:FindFirstChild("slot"..i).ObjectID)
  6228. end
  6229. end
  6230.  
  6231. if plr.playerstats.slots.slotprimary:FindFirstChild("ObjectID") then --steals primary
  6232. workspace.Remote.DropItem:FireServer(plr.playerstats.slots.slotprimary, plr.playerstats.slots.slotprimary.ObjectID)
  6233. end
  6234.  
  6235. if plr.playerstats.slots.slotsecondary:FindFirstChild("ObjectID") then --steals secondary
  6236. workspace.Remote.DropItem:FireServer(plr.playerstats.slots.slotsecondary, plr.playerstats.slots.slotsecondary.ObjectID)
  6237. end
  6238.  
  6239. for i = 1, 7 do
  6240. if plr.playerstats.utilityslots["slot"..i]:FindFirstChild("ObjectID") then
  6241. workspace.Remote.DropItem:FireServer(plr.playerstats.utilityslots["slot"..i], plr.playerstats.utilityslots["slot"..i].ObjectID)
  6242. end
  6243. end
  6244.  
  6245. end
  6246.  
  6247. end
  6248.  
  6249. end)
  6250.  
  6251. btnKill.MouseButton1Click:connect(function()
  6252. local gun = getGun()
  6253. if not gun or not selplr.Value then btnKill.Text = "Error"; wait(2); btnKill.Text = "Kill"; return end
  6254. for i = 1, 10 do workspace.Remote.DoHitLogic:FireServer(gun, selplr.Value.Character.Head) end
  6255. end)
  6256.  
  6257. btnStealAll.MouseButton1Click:connect(function()
  6258. local plr = selplr.Value
  6259. if not selplr.Value then btnKill.Text = "Error"; wait(2); btnKill.Text = "Kill"; return end
  6260. for i = 1, 20 do --steals all items in inv
  6261. if plr.playerstats.slots:FindFirstChild("slot"..i):FindFirstChild("ObjectID") then
  6262. workspace.Remote.DropItem:FireServer(plr.playerstats.slots:FindFirstChild("slot"..i), plr.playerstats.slots:FindFirstChild("slot"..i).ObjectID)
  6263. end
  6264.  
  6265. if plr.playerstats.slots.slotprimary:FindFirstChild("ObjectID") then --steals primary
  6266. workspace.Remote.DropItem:FireServer(plr.playerstats.slots.slotprimary, plr.Litats.slots.slotprimary.ObjectID)
  6267. end
  6268.  
  6269. if plr.playerstats.slots.slotsecondary:FindFirstChild("ObjectID") then --steals secondary
  6270. workspace.Remote.DropItem:FireServer(plr.playerstats.slots.slotsecondary, plr.playerstats.slots.slotsecondary.ObjectID)
  6271. end
  6272. end
  6273.  
  6274. for i = 1, 7 do --steals utilities
  6275. if plr.playerstats.utilityslots["slot"..i]:FindFirstChild("ObjectID") then
  6276. workspace.Remote.DropItem:FireServer(plr.playerstats.utilityslots["slot"..i], plr.playerstats.utilityslots["slot"..i].ObjectID)
  6277. end
  6278. end
  6279. end)
  6280.  
  6281. btnKillZ.MouseButton1Click:connect(function()
  6282. for i, town in ipairs(workspace.Zombies:GetChildren()) do
  6283. for i, z in pairs(town:GetChildren()) do
  6284. if z:IsA("Model") then workspace.Remote.DamageZombie:FireServer(z:FindFirstChild("Humanoid"), 1000) end
  6285. end
  6286. end
  6287. end)
  6288.  
  6289. local function noclip()
  6290. for i, v in pairs(player.Character:GetChildren()) do
  6291. if v:IsA("Part") then v.CanCollide = false end
  6292. end
  6293. end
  6294.  
  6295. btnGotoP.MouseButton1Click:connect(function()
  6296. local plr = selplr.Value
  6297. local o = plr.Name
  6298. player.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players[o].Character.HumanoidRootPart.Position)
  6299. end)
  6300.  
  6301. --LocalPlayer
  6302. btnGod.MouseButton1Click:connect(function()
  6303. game.Workspace.Remote.AddDamageSelf:FireServer(game.Players.LocalPlayer.Character.Humanoid, math.huge)
  6304. end)
  6305.  
  6306. btnHunger.MouseButton1Click:connect(function() player.playerstats.Hunger.Value = 1000 end)
  6307. btnThirst.MouseButton1Click:connect(function() player.playerstats.Thirst.Value = 1000 end)
  6308. --check()
  6309. btnC4Walk.MouseButton1Click:connect(function()
  6310. if not c4walkon.Value then
  6311. c4walkon.Value = true
  6312. btnC4Walk.Text = "C4Walk: ON"
  6313. spawn(function()
  6314. while true do
  6315. workspace.Remote.PlaceC4:FireServer(game.Lighting.Materials.C4Placed, player.Character.Torso.Position - Vector3.new(1, 3, 1), true)
  6316. wait(.5)
  6317. if (not c4walkon.Value) or player.playerstats.Health == 0 then break end
  6318. end
  6319. end)
  6320.  
  6321. else c4walkon.Value = false; btnC4Walk.Text = "C4Walk: OFF" end
  6322.  
  6323. end)
  6324.  
  6325. btnESP.MouseButton1Click:connect(function()
  6326. if not espon.Value then
  6327. espon.Value = true
  6328. btnESP.Text = "ESP: ON"
  6329.  
  6330. local function creategui(plr)
  6331.  
  6332. if plr.Character then
  6333. local dot = Instance.new("BillboardGui", player.PlayerGui)
  6334. dot.Adornee = plr.Character.Head
  6335. dot.AlwaysOnTop = true
  6336. dot.Enabled = true
  6337. dot.Active = false
  6338. dot.Size = UDim2.new(0, 25, 0, 12.5)
  6339.  
  6340. local lbl = Instance.new("TextLabel", dot)
  6341. lbl.Size = UDim2.new(0, 25, 0, 12.5)
  6342. lbl.BackgroundColor3 = Color3.new(56/255, 136/255, 255.255)
  6343. lbl.BackgroundTransparency = 0.7
  6344. lbl.TextColor3 = Color3.new(255, 255, 255)
  6345.  
  6346. spawn(function() --updates distance and name
  6347. while true do
  6348. for i = 1, 30 do wait(.1) lbl.Text = math.floor((player.Character.Head.Position - plr.Character.Head.Position).magnitude).." m" end --keeps distance updating while displayed
  6349. lbl.TextScaled = false
  6350. lbl.Text = plr.Name
  6351. wait(3)
  6352. if not espon.Value then break end
  6353. end
  6354. end)
  6355. end
  6356.  
  6357. end
  6358.  
  6359. local function vehiclegui(veh)
  6360. local dot = Instance.new("BillboardGui", player.PlayerGui)
  6361. dot.Adornee = veh.PrimaryPart
  6362. dot.AlwaysOnTop = true
  6363. dot.Enabled = true
  6364. dot.Active = false
  6365. dot.Size = UDim2.new(0, 25, 0, 12.5)
  6366.  
  6367. local lbl = Instance.new("TextLabel", dot)
  6368. lbl.Size = UDim2.new(0, 25, 0, 12.5)
  6369. lbl.BackgroundColor3 = Color3.new(0, 255, 0)
  6370. lbl.BackgroundTransparency = 0.7
  6371. lbl.TextColor3 = Color3.new(255, 255, 255)
  6372.  
  6373. spawn(function() --updates distance and name
  6374. while true do
  6375. for i = 1, 30 do wait(.1) lbl.Text = math.floor((player.Character.Head.Position - veh.PrimaryPart.Position).magnitude).." m" end --keeps distance updating while displayed
  6376. lbl.Text = veh.Name
  6377. wait(3)
  6378. if not espon.Value then break end
  6379. end
  6380. end)
  6381. end
  6382.  
  6383.  
  6384. for i, plr in pairs(game.Players:GetPlayers()) do
  6385. if workspace:FindFirstChild(plr.Name) and plr.Character and plr ~= player and espon.Value then
  6386. creategui(plr)
  6387. end
  6388. end
  6389.  
  6390. for i, v in pairs(getVehicles()) do
  6391. if v then vehiclegui(v) end
  6392. end
  6393.  
  6394. game.Players.PlayerAdded:connect(function(plr)
  6395. workspace:WaitForChild(plr.Name)
  6396. if espon.Value then
  6397. creategui(plr)
  6398. end
  6399. end)
  6400.  
  6401.  
  6402.  
  6403. else
  6404. for i, handle in ipairs(player.PlayerGui:GetChildren()) do
  6405. if handle:IsA("BillboardGui") then handle:Destroy() end
  6406. end
  6407.  
  6408. espon.Value = false
  6409. btnESP.Text = "ESP: OFF"
  6410.  
  6411. end
  6412. end)
  6413.  
  6414. btnFly.MouseButton1Click:connect(function()
  6415. if not flyon.Value then
  6416.  
  6417. flyon.Value = true
  6418. btnFly.Text = "Fly: ON"
  6419.  
  6420. local t = player.Character.Torso
  6421. bv = Instance.new("BodyVelocity", t)
  6422. bg = Instance.new("BodyGyro", t)
  6423. bg.MaxTorque = Vector3.new(1E12, 1E12, 1E12)
  6424. bv.MaxForce = Vector3.new(1E12, 1E12, 1E12)
  6425. bv.P = 3000
  6426.  
  6427. local spd = 300
  6428.  
  6429. keysEnabled = game:GetService("UserInputService").InputBegan:connect(function(iobj)
  6430.  
  6431. local keycode = iobj.KeyCode
  6432. if keycode ~= Enum.KeyCode.W and keycode ~= Enum.KeyCode.A and keycode ~= Enum.KeyCode.S and keycode ~= Enum.KeyCode.D
  6433. and keycode ~= Enum.KeyCode.Q and keycode ~= Enum.KeyCode.E then return end--prevents lag
  6434.  
  6435. local deb = true
  6436.  
  6437. while true do
  6438. if deb then
  6439. wait()
  6440. if not deb then break end
  6441. keyup = game:GetService("UserInputService").InputEnded:connect(function(iobj2) if iobj2.KeyCode == keycode then deb = false end end)
  6442.  
  6443. if keycode == Enum.KeyCode.W then bg.CFrame = t.CFrame * CFrame.fromAxisAngle(Vector3.new(1, 0, 0), -math.pi/10) end
  6444. if keycode == Enum.KeyCode.S then bg.CFrame = t.CFrame * CFrame.fromAxisAngle(Vector3.new(1, 0, 0), math.pi/10) end
  6445. if keycode == Enum.KeyCode.A then bg.CFrame = t.CFrame * CFrame.fromAxisAngle(Vector3.new(0, 0, 1), math.pi/10) end
  6446. if keycode == Enum.KeyCode.D then bg.CFrame = t.CFrame * CFrame.fromAxisAngle(Vector3.new(0, 0, 1), -math.pi/10) end
  6447. if keycode == Enum.KeyCode.Q then bg.CFrame = t.CFrame * CFrame.fromAxisAngle(Vector3.new(0, 1, 0), math.pi/10) end
  6448. if keycode == Enum.KeyCode.E then bg.CFrame = t.CFrame * CFrame.fromAxisAngle(Vector3.new(0, 1, 0), -math.pi/10) end
  6449.  
  6450. if keycode == Enum.KeyCode.Up then spd = spd + 200 end
  6451. if keycode == Enum.KeyCode.Down then spd = spd - 200 end
  6452.  
  6453. bv.Velocity = bg.CFrame.lookVector*spd
  6454. player.Character.Humanoid.Sit = true
  6455. if not player.Character.Humanoid.Sit then break end
  6456. if not deb then break end
  6457. else break end
  6458. end
  6459. end)
  6460.  
  6461. else keysEnabled:disconnect(); keyup:disconnect(); bv.Velocity = Vector3.new(); bv:Destroy(); bg:Destroy(); flyon.Value = false end
  6462.  
  6463. end)
  6464.  
  6465. function getGuns() --returns both primary and secondary if available
  6466. local tab = {}
  6467. for i, v in pairs(player.Backpack:GetChildren()) do
  6468. if v:FindFirstChild("Shooter") then table.insert(tab, v) end
  6469. end
  6470. if #tab > 1 then return tab[1], tab[2]
  6471. else return tab[1] end
  6472. end
  6473.  
  6474. btnNoRecoil.MouseButton1Click:connect(function()
  6475. local primary, secondary = getGuns()
  6476. if primary and secondary then
  6477. local primary, secondary = getGuns()
  6478. primary.Stats.Recoil.Value = "aBiPYSaIBA"
  6479. secondary.Stats.Recoil.Value = "aBiPYSaIBA"
  6480. elseif not secondary then
  6481. primary.Stats.Recoil.Value = "aBiPYSaIBA"
  6482. else btnNoRecoil.Text = "Error"; wait(1.5); btnNoRecoil.Text = "No Recoil"
  6483. end
  6484. end)
  6485.  
  6486. --Vehicles
  6487. local selv = Instance.new("ObjectValue", _UI)
  6488. selv.Name = "SelectedVehicle"
  6489. function getVehicles()
  6490. local vs = game.Workspace.Vehicles:GetChildren()
  6491. local vehicles = {}
  6492. for i = 1, #vs do
  6493. if vs[i].Name ~= "Holder" and vs[i].Name ~= "VehicleWreck" then table.insert(vehicles, vs[i]) end
  6494. end
  6495. table.sort(vehicles, alphabetize)
  6496. return vehicles
  6497. end
  6498. --[[
  6499. local vehicles = getVehicles()
  6500. for i = 1, #vehicles do
  6501. local veh = vehicles[i]
  6502. local btn = Instance.new("TextButton", sfrmAvailable)
  6503. btn.Name = veh.Name
  6504. btn.Text = veh.Name
  6505. btn.Size = UDim2.new(0, 210, 0, 25)
  6506. btn.Font = Enum.Font.SourceSansBold
  6507. btn.FontSize = Enum.FontSize.Size14
  6508. btn.TextColor3 = Color3.new(255, 255, 255)
  6509. btn.Style = Enum.ButtonStyle.Custom
  6510. btn.BackgroundColor3 = Color3.new(56/255, 136/255, 255.255)
  6511. btn.Position = UDim2.new(0, 0, 0, (i * 25) - 25)
  6512. btn.Visible = true
  6513.  
  6514. btn.MouseButton1Click:connect(function()
  6515. selv.Value = veh --To be handled by action buttons, cuz this bit is messy
  6516. lblSelV.Text = "Selected: "..veh.Name
  6517. end)
  6518. end
  6519. ]]
  6520. local function formVehicleList()
  6521. CONTENT_VEHICLE.ScrollingFrame:ClearAllChildren()
  6522. wait()
  6523. local curVehiclePosition = UDim2.new(0,0,0,0)
  6524. for _,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  6525. local VehicleButton = formInstance('TextButton', {BackgroundColor3=Color3.fromRGB(62,175,255),BorderSizePixel=2,BorderColor3=Color3.fromRGB(255,255,255),
  6526. Position=curVehiclePosition,Size=UDim2.new(1,0,0,25),ZIndex=2,TextSize=14,Font=Enum.Font.SourceSansBold,Text=v.Name,TextColor3=Color3.fromRGB(255,255,255),TextWrapped=true,Parent=CONTENT_VEHICLE.ScrollingFrame})
  6527. curVehiclePosition = curVehiclePosition + UDim2.new(0,0,0,25)
  6528. CONTENT_VEHICLE.ScrollingFrame.CanvasSize = UDim2.new(0,0,0,(30*#game.Workspace.Vehicles:GetChildren()))
  6529. VehicleButton.MouseButton1Click:connect(function()
  6530.  
  6531.  
  6532. CONTENT_VEHICLE.SELECTED.Text = 'SELECTED: '..v.Name
  6533. selv.Value = v
  6534. end)
  6535.  
  6536.  
  6537. end
  6538. end
  6539.  
  6540. formVehicleList()
  6541. --[[function updateV()
  6542. for i, v in pairs(sfrmAvailable:GetChildren()) do v:Destroy() end
  6543. local vehicles = getVehicles()
  6544. for i = 1, #vehicles do
  6545. local veh = vehicles[i]
  6546. local btn = Instance.new("TextButton", sfrmAvailable)
  6547. btn.Name = veh.Name
  6548. btn.Text = veh.Name
  6549. btn.Size = UDim2.new(0, 210, 0, 25)
  6550. btn.Font = Enum.Font.SourceSansBold
  6551. btn.FontSize = Enum.FontSize.Size14
  6552. btn.TextColor3 = Color3.new(255, 255, 255)
  6553. btn.Style = Enum.ButtonStyle.Custom
  6554. btn.BackgroundColor3 = Color3.new(56/255, 136/255, 255.255)
  6555. btn.Position = UDim2.new(0, 0, 0, (i * 25) - 25)
  6556.  
  6557. sfrmAvailable.CanvasSize = UDim2.new(0, 0, 0, (#vehicles * 25))
  6558.  
  6559. btn.MouseButton1Click:connect(function()
  6560. selv.Value = veh --To be handled by action buttons, cuz this bit is messy
  6561. lblSelV.Text = "Selected: "..veh.Name
  6562. end)
  6563. end
  6564. end
  6565.  
  6566.  
  6567. spawn(function() while true do updateV(); wait(1); end end)]]
  6568.  
  6569.  
  6570. btnSetSpeed.MouseButton1Click:connect(function()
  6571. local veh = selv.Value
  6572. if veh and veh:FindFirstChild("Stats") and tonumber(speed.Text) then
  6573. veh.Stats.MaxSpeed.Value = speed.Text
  6574. veh.Stats.MaxSpeed.Offroad.Value = speed.Text
  6575. else btnSetSpeed.Text = "Error"; wait(2); btnSetSpeed.Text = "SetSpeed" end
  6576. end)
  6577.  
  6578. btnCarSpawn.MouseButton1Click:connect(function()
  6579. local activeveh = ""
  6580. local vehname = activeveh
  6581. local veh = selv.Value
  6582. local torsopos = game.Players.LocalPlayer.Character.Torso.Position
  6583. local vehpos = veh.PrimaryPart.Position
  6584. local newpos = Vector3.new(torsopos.x - vehpos.x, torsopos.y - vehpos.y, torsopos.z - vehpos.z) + Vector3.new(20, 0, 0)
  6585. game.Workspace.Remote.PlaceMaterial:FireServer(veh, newpos)
  6586. local workspacecar = game.Workspace:FindFirstChild(vehname)
  6587. workspacecar.Parent = game.Lighting
  6588. end)
  6589.  
  6590. btnGotoV.MouseButton1Click:connect(function()
  6591. if selv.Value then
  6592. local veh = selv.Value
  6593. player.Character.HumanoidRootPart.CFrame = CFrame.new(veh.PrimaryPart.Position + Vector3.new(0, 7, 0))
  6594. end
  6595. end)
  6596.  
  6597. player.PlayerGui.SkyboxRenderMode:Destroy()
  6598. player.PlayerGui.HitEqualsYouDie.JumpLimiter:Destroy()
  6599.  
  6600. --End Of Function
  6601.  
  6602. end
  6603.  
  6604. startUp()
  6605.  
  6606. -- Next
  6607.  
  6608. local NewGuiPart1 = Instance.new("ScreenGui",game.CoreGui)
  6609. -------
  6610. local NewGuiPart2 = Instance.new("Frame")
  6611. NewGuiPart2.Active = true
  6612. NewGuiPart2.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  6613. NewGuiPart2.BorderColor3 = Color3.new(1, 1, 1)
  6614. NewGuiPart2.Position = UDim2.new(0, 937, 0, 307)
  6615. NewGuiPart2.Selectable = true
  6616. NewGuiPart2.Size = UDim2.new(0, 300, 0, 25)
  6617. NewGuiPart2.Draggable = true
  6618. NewGuiPart2.Parent = NewGuiPart1
  6619. -------
  6620. local NewGuiPart3 = Instance.new("Frame")
  6621. NewGuiPart3.BackgroundColor3 = Color3.new(0.411765, 0.411765, 0.411765)
  6622. NewGuiPart3.BorderColor3 = Color3.new(1, 1, 1)
  6623. NewGuiPart3.Position = UDim2.new(0, 0, 0, 25)
  6624. NewGuiPart3.Size = UDim2.new(0, 300, 0, 175)
  6625. NewGuiPart3.Parent = NewGuiPart2
  6626. -------
  6627. local NewGuiPart4 = Instance.new("TextBox")
  6628. NewGuiPart4.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  6629. NewGuiPart4.BorderColor3 = Color3.new(1, 1, 1)
  6630. NewGuiPart4.Position = UDim2.new(0, 50, 0, 25)
  6631. NewGuiPart4.Size = UDim2.new(0, 200, 0, 75)
  6632. NewGuiPart4.Font = Enum.Font.SourceSansLight
  6633. NewGuiPart4.FontSize = Enum.FontSize.Size14
  6634. NewGuiPart4.Text = ""
  6635. NewGuiPart4.TextColor3 = Color3.new(1, 1, 1)
  6636. NewGuiPart4.TextScaled = true
  6637. NewGuiPart4.TextStrokeTransparency = 0
  6638. NewGuiPart4.TextWrapped = true
  6639. NewGuiPart4.Parent = NewGuiPart3
  6640. -------
  6641. local NewGuiPart5 = Instance.new("TextButton")
  6642. NewGuiPart5.Active = true
  6643. NewGuiPart5.BackgroundColor3 = Color3.new(0.686275, 0.686275, 0.686275)
  6644. NewGuiPart5.BorderColor3 = Color3.new(1, 1, 1)
  6645. NewGuiPart5.Position = UDim2.new(0, 60, 0, 120)
  6646. NewGuiPart5.Selectable = true
  6647. NewGuiPart5.Size = UDim2.new(0, 180, 0, 35)
  6648. NewGuiPart5.Style = Enum.ButtonStyle.Custom
  6649. NewGuiPart5.Font = Enum.Font.SourceSansLight
  6650. NewGuiPart5.FontSize = Enum.FontSize.Size14
  6651. NewGuiPart5.Text = "Off"
  6652. NewGuiPart5.TextColor3 = Color3.new(1, 1, 1)
  6653. NewGuiPart5.TextScaled = true
  6654. NewGuiPart5.TextStrokeTransparency = 0
  6655. NewGuiPart5.TextWrapped = true
  6656. NewGuiPart5.Parent = NewGuiPart3
  6657. intChatSpam = false
  6658. NewGuiPart5.MouseButton1Down:connect(function()
  6659. if intChatSpam == false then
  6660. intChatSpam = true
  6661. NewGuiPart5.Text = "On"
  6662. words = {tostring(NewGuiPart4.Text), NewGuiPart4.Text..'.'}
  6663. while intChatSpam do
  6664. wait()
  6665. game.workspace.Remote.Chat:FireServer("Global", words[math.random(#words)])
  6666. end
  6667. else
  6668. intChatSpam = false
  6669. NewGuiPart5.Text = "Off"
  6670. end
  6671. end)
  6672. -------
  6673. local NewGuiPart6 = Instance.new("TextLabel")
  6674. NewGuiPart6.BackgroundTransparency = 1
  6675. NewGuiPart6.Size = UDim2.new(0, 300, 0, 25)
  6676. NewGuiPart6.FontSize = Enum.FontSize.Size14
  6677. NewGuiPart6.Text = "integer's Chat Spam GUI"
  6678. NewGuiPart6.TextColor3 = Color3.new(1, 1, 1)
  6679. NewGuiPart6.TextScaled = true
  6680. NewGuiPart6.TextStrokeTransparency = 0
  6681. NewGuiPart6.TextWrapped = true
  6682. NewGuiPart6.Parent = NewGuiPart2
  6683.  
  6684. -- Next
  6685.  
  6686. --> print(game:GetObjects('rbxassetid://509419275')[1].Source)
  6687. --[[Created by Strazos | Do not remove credits! | Enjoy :) ]]--
  6688. --[[If you are here, that means you cracked the loadstring. Meanie :( ]]--
  6689.  
  6690. Player = game.Players.LocalPlayer.Name
  6691.  
  6692. local s = Instance.new ("Sound", workspace)
  6693. s.SoundId = 'rbxassetid://508879420'
  6694. s:Play()
  6695.  
  6696. local passdebounce = false
  6697. local intro = Instance.new ("ScreenGui", game.Players[Player].PlayerGui)
  6698. local f = Instance.new ("Frame", intro)
  6699. f.BackgroundColor3 = Color3.new(0/255,0/255,0/255)
  6700. f.BackgroundTransparency = 0
  6701. f.BorderColor3 = Color3.new(255/255,255/255,0/255)
  6702. f.BorderSizePixel = 3
  6703. f.Position = UDim2.new(0.5,-130,0.5,-120)
  6704. f.Size = UDim2.new(0, 250, 0, 250)
  6705. f.Style = "Custom"
  6706. t = Instance.new ("ImageLabel", f)
  6707. t.BackgroundTransparency = 1
  6708. t.Position = UDim2.new(0, 25, 0, 25)
  6709. t.Size = UDim2.new(0, 200, 0, 200)
  6710. t.Rotation = 0
  6711. t.Image = 'rbxassetid://508800483'
  6712. t.ImageTransparency = 1
  6713. wait()
  6714. t.ImageTransparency = 0.9
  6715. wait()
  6716. t.ImageTransparency = 0.8
  6717. wait()
  6718. t.ImageTransparency = 0.7
  6719. wait()
  6720. t.ImageTransparency = 0.6
  6721. wait()
  6722. t.ImageTransparency = 0.5
  6723. wait()
  6724. t.ImageTransparency = 0.4
  6725. wait()
  6726. t.ImageTransparency = 0.3
  6727. wait()
  6728. t.ImageTransparency = 0.2
  6729. wait()
  6730. t.ImageTransparency = 0.1
  6731. wait()
  6732. t.ImageTransparency = 0.0
  6733. wait()
  6734. t.Rotation = 5
  6735. wait()
  6736. t.Rotation = 10
  6737. t.Size = UDim2.new(0, 180, 0, 180)
  6738. t.Position = UDim2.new(0, 35, 0, 35)
  6739. wait()
  6740. t.Rotation = 15
  6741. wait()
  6742. t.Rotation = 20
  6743. wait()
  6744. t.Rotation = 25
  6745. wait()
  6746. t.Rotation = 30
  6747. wait()
  6748. t.Rotation = 35
  6749. t.Size = UDim2.new(0, 200, 0, 200)
  6750. t.Position = UDim2.new(0, 25, 0, 25)
  6751. wait()
  6752. t.Rotation = 40
  6753. wait()
  6754. t.Rotation = 45
  6755. wait()
  6756. t.Rotation = 50
  6757. wait()
  6758. t.Rotation = 55
  6759. wait()
  6760. t.Rotation = 60
  6761. wait()
  6762. t.Rotation = 65
  6763. t.Size = UDim2.new(0, 180, 0, 180)
  6764. t.Position = UDim2.new(0, 35, 0, 35)
  6765. wait()
  6766. t.Rotation = 70
  6767. wait()
  6768. t.Rotation = 75
  6769. wait()
  6770. t.Rotation = 80
  6771. wait()
  6772. t.Rotation = 85
  6773. wait()
  6774. t.Rotation = 90
  6775. wait()
  6776. t.Rotation = 95
  6777. t.Size = UDim2.new(0, 200, 0, 200)
  6778. t.Position = UDim2.new(0, 25, 0, 25)
  6779. wait()
  6780. t.Rotation = 100
  6781. wait()
  6782. t.Rotation = 110
  6783. wait()
  6784. t.Rotation = 115
  6785. wait()
  6786. t.Rotation = 120
  6787. wait()
  6788. t.Rotation = 125
  6789. wait()
  6790. t.Rotation = 130
  6791. t.Size = UDim2.new(0, 180, 0, 180)
  6792. t.Position = UDim2.new(0, 35, 0, 35)
  6793. wait()
  6794. t.Rotation = 135
  6795. wait()
  6796. t.Rotation = 140
  6797. wait()
  6798. t.Rotation = 145
  6799. wait()
  6800. t.Rotation = 150
  6801. wait()
  6802. t.Rotation = 160
  6803. wait()
  6804. t.Rotation = 165
  6805. t.Size = UDim2.new(0, 200, 0, 200)
  6806. t.Position = UDim2.new(0, 25, 0, 25)
  6807. wait()
  6808. t.Rotation = 170
  6809. wait()
  6810. t.Rotation = 170
  6811. wait()
  6812. t.Rotation = 180
  6813. wait()
  6814. t.Rotation = 185
  6815. wait()
  6816. t.Rotation = 190
  6817. wait()
  6818. t.Rotation = 200
  6819. t.Size = UDim2.new(0, 180, 0, 180)
  6820. t.Position = UDim2.new(0, 35, 0, 35)
  6821. wait()
  6822. t.Rotation = 205
  6823. wait()
  6824. t.Rotation = 210
  6825. wait()
  6826. t.Rotation = 215
  6827. wait()
  6828. t.Rotation = 220
  6829. wait()
  6830. t.Rotation = 225
  6831. wait()
  6832. t.Rotation = 230
  6833. t.Size = UDim2.new(0, 200, 0, 200)
  6834. t.Position = UDim2.new(0, 25, 0, 25)
  6835. wait()
  6836. t.Rotation = 235
  6837. wait()
  6838. t.Rotation = 240
  6839. wait()
  6840. t.Rotation = 245
  6841. wait()
  6842. t.Rotation = 250
  6843. wait()
  6844. t.Rotation = 255
  6845. wait()
  6846. t.Rotation = 260
  6847. t.Size = UDim2.new(0, 180, 0, 180)
  6848. t.Position = UDim2.new(0, 35, 0, 35)
  6849. wait()
  6850. t.Rotation = 265
  6851. wait()
  6852. t.Rotation = 270
  6853. wait()
  6854. t.Rotation = 275
  6855. wait()
  6856. t.Rotation = 280
  6857. wait()
  6858. t.Rotation = 285
  6859. wait()
  6860. t.Rotation = 290
  6861. t.Size = UDim2.new(0, 200, 0, 200)
  6862. t.Position = UDim2.new(0, 25, 0, 25)
  6863. wait()
  6864. t.Rotation = 295
  6865. wait()
  6866. t.Rotation = 300
  6867. wait()
  6868. t.Rotation = 305
  6869. wait()
  6870. t.Rotation = 310
  6871. wait()
  6872. t.Rotation = 315
  6873. wait()
  6874. t.Rotation = 320
  6875. t.Size = UDim2.new(0, 180, 0, 180)
  6876. t.Position = UDim2.new(0, 35, 0, 35)
  6877. wait()
  6878. t.Rotation = 325
  6879. wait()
  6880. t.Rotation = 330
  6881. wait()
  6882. t.Rotation = 335
  6883. wait()
  6884. t.Rotation = 340
  6885. wait()
  6886. t.Rotation = 345
  6887. wait()
  6888. t.Rotation = 350
  6889. t.Size = UDim2.new(0, 200, 0, 200)
  6890. t.Position = UDim2.new(0, 25, 0, 25)
  6891. wait()
  6892. t.Rotation = 355
  6893. wait()
  6894. t.Rotation = 360
  6895. wait()
  6896. t2 = Instance.new ("TextButton", f)
  6897. t2.BackgroundTransparency = 1
  6898. t2.Text = "Created by Strazos"
  6899. t2.TextColor3 = Color3.new(3/255,137/255,255/255)
  6900. t2.TextStrokeColor3 = Color3.new(0/255,0/255,255/255)
  6901. t2.TextTransparency = 1
  6902. t2.Position = UDim2.new(0, 25, 0, 205)
  6903. t2.Size = UDim2.new(0, 200, 0, 50)
  6904. t2.FontSize = "Size18"
  6905. wait()
  6906. t2.TextTransparency = 0.9
  6907. wait()
  6908. t2.TextTransparency = 0.8
  6909. wait()
  6910. t2.TextTransparency = 0.7
  6911. wait()
  6912. t2.TextTransparency = 0.6
  6913. wait()
  6914. t2.TextTransparency = 0.5
  6915. wait()
  6916. t2.TextTransparency = 0.4
  6917. wait()
  6918. t2.TextTransparency = 0.3
  6919. wait()
  6920. t2.TextTransparency = 0.2
  6921. wait()
  6922. t2.TextTransparency = 0.1
  6923. wait()
  6924. t2.TextTransparency = 0
  6925. wait(2.5)
  6926. t2.TextTransparency = 0.1
  6927. t.ImageTransparency = 0.1
  6928. f.BackgroundTransparency = 0.1
  6929. wait()
  6930. t2.TextTransparency = 0.2
  6931. t.ImageTransparency = 0.2
  6932. f.BackgroundTransparency = 0.2
  6933. wait()
  6934. t2.TextTransparency = 0.3
  6935. t.ImageTransparency = 0.3
  6936. f.BackgroundTransparency = 0.3
  6937. wait()
  6938. t2.TextTransparency = 0.4
  6939. t.ImageTransparency = 0.4
  6940. f.BackgroundTransparency = 0.4
  6941. wait()
  6942. t2.TextTransparency = 0.5
  6943. t.ImageTransparency = 0.5
  6944. f.BackgroundTransparency = 0.5
  6945. wait()
  6946. t2.TextTransparency = 0.6
  6947. t.ImageTransparency = 0.6
  6948. f.BackgroundTransparency = 0.6
  6949. wait()
  6950. t2.TextTransparency = 0.7
  6951. t.ImageTransparency = 0.7
  6952. f.BackgroundTransparency = 0.7
  6953. wait()
  6954. t2.TextTransparency = 0.8
  6955. t.ImageTransparency = 0.8
  6956. f.BackgroundTransparency = 0.8
  6957. wait()
  6958. t2.TextTransparency = 0.9
  6959. t.ImageTransparency = 0.9
  6960. f.BackgroundTransparency = 0.9
  6961. wait()
  6962. t2.TextTransparency = 1
  6963. t.ImageTransparency = 1
  6964. f.BackgroundTransparency = 1
  6965. wait()
  6966. intro:Remove()
  6967. passdebounce = true
  6968.  
  6969. while passdebounce ~= true do
  6970. wait()
  6971. end
  6972.  
  6973. -- =====================================================================
  6974. -- =====================================================================
  6975. -- =====================================================================
  6976. -- =====================================================================
  6977.  
  6978. Player = game.Players.LocalPlayer.Name
  6979. local Gui = Instance.new('ScreenGui', game.Players[Player].PlayerGui)
  6980. Gui.Name = 'LightningV4'
  6981. local Pull = Instance.new('Frame', Gui)
  6982. Pull.Name = 'Grab'
  6983. Pull.Active = true
  6984. Pull.BackgroundColor3 = Color3.new(0/255,0/255,0/255)
  6985. Pull.BackgroundTransparency = 0.5
  6986. Pull.BorderSizePixel = 0
  6987. Pull.Position = UDim2.new(0.5,-318,0.5,-92)
  6988. Pull.Size = UDim2.new(0,590,0,50)
  6989. Pull.Draggable = true
  6990. Pull.Style = "Custom"
  6991. -- =====================================================================
  6992. local Close = Instance.new('TextButton', Pull)
  6993. Close.Name = 'Close'
  6994. Close.BackgroundTransparency = 1
  6995. Close.Position = UDim2.new(1,-23,0,1)
  6996. Close.Size = UDim2.new(0,22,0,22)
  6997. Close.Font = 'SourceSans'
  6998. Close.FontSize = 'Size24'
  6999. Close.TextColor3 = Color3.new(255,255,0)
  7000. Close.Text = 'X'
  7001. Close.TextStrokeTransparency = 0.8
  7002. -- =====================================================================
  7003. local Body = Instance.new('Frame', Pull)
  7004. Body.Name = 'Body'
  7005. Body.BackgroundColor3 = Color3.new(0/255,0/255,0/255)
  7006. Body.BackgroundTransparency = 0.5
  7007. Body.BorderSizePixel = 0
  7008. Body.Position = UDim2.new(0,0,0,52)
  7009. Body.Size = UDim2.new(0,590,0,250)
  7010. -- =====================================================================
  7011. local scroll = Instance.new('ScrollingFrame', Pull)
  7012. scroll.Name = 'scroll'
  7013. scroll.BackgroundColor3 = Color3.new(0/255,0/255,0/255)
  7014. scroll.BackgroundTransparency = 0.5
  7015. scroll.BorderSizePixel = 0
  7016. scroll.Position = UDim2.new(0,0,0,52)
  7017. scroll.Size = UDim2.new(0,590,0,250)
  7018. scroll.CanvasSize = UDim2.new(0, 0, 8, 0)
  7019. -- =====================================================================
  7020. local Title = Instance.new('TextLabel', Pull)
  7021. Title.Name = 'Title'
  7022. Title.BackgroundTransparency = 1
  7023. Title.Position = UDim2.new(0,20,0,0)
  7024. Title.Size = UDim2.new(0,200,1,0)
  7025. Title.Font = 'SourceSansLight'
  7026. Title.FontSize = 'Size48'
  7027. Title.Text = "LightningV4"
  7028. Title.TextColor3 = Color3.new(255,255,0)
  7029. Title.TextStrokeColor3 = Color3.new(74/255,74/255,74/255)
  7030. Title.TextStrokeTransparency = 0
  7031. -- =====================================================================
  7032. local Image = Instance.new('ImageLabel', Body)
  7033. Image.Name = 'Image'
  7034. Image.Size = UDim2.new (0, 590,0, 250)
  7035. Image.BorderSizePixel = 0
  7036. Image.Image = 'rbxassetid://503785894'
  7037. -- =====================================================================
  7038. local PlayerName = Instance.new('TextBox', Body)
  7039. PlayerName.Name = 'PlayerName'
  7040. PlayerName.BorderSizePixel = 0
  7041. PlayerName.Position = UDim2.new(0,240,0,-40)
  7042. PlayerName.Size = UDim2.new(0,180,0,30)
  7043. PlayerName.Font = 'SourceSans'
  7044. PlayerName.FontSize = 'Size18'
  7045. PlayerName.Text = '[Player Name]'
  7046. PlayerName.BackgroundColor3 = Color3.new(255,255,255)
  7047. PlayerName.TextColor3 = Color3.new(0,0,0)
  7048. PlayerName.TextWrapped = true
  7049. -- =====================================================================
  7050. local Message = Instance.new('TextBox', Body)
  7051. Message.Name = 'Message'
  7052. Message.BorderSizePixel = 0
  7053. Message.Position = UDim2.new(0,420,0,-40)
  7054. Message.Size = UDim2.new(0,150,0,30)
  7055. Message.Font = 'SourceSans'
  7056. Message.FontSize = 'Size18'
  7057. Message.Text = '[Message]'
  7058. Message.BackgroundColor3 = Color3.new(255,255,255)
  7059. Message.TextColor3 = Color3.new(0,0,0)
  7060. Message.TextWrapped = true
  7061. -- =====================================================================
  7062. local Credits = Instance.new('TextLabel', scroll)
  7063. Credits.BackgroundTransparency = 1
  7064. Credits.Position = UDim2.new(0,0,0,15)
  7065. Credits.Size = UDim2.new(1,0,0,20)
  7066. Credits.TextColor3 = Color3.new(255,255,0)
  7067. Credits.FontSize = 'Size24'
  7068. Credits.Font = 'SourceSansItalic'
  7069. Credits.Text = 'Welcome to LightningV4!'
  7070. wait(1.2)
  7071. Credits.TextTransparency = 0.1
  7072. wait(0.1)
  7073. Credits.TextTransparency = 0.2
  7074. wait(0.1)
  7075. Credits.TextTransparency = 0.3
  7076. wait(0.1)
  7077. Credits.TextTransparency = 0.4
  7078. wait(0.1)
  7079. Credits.TextTransparency = 0.5
  7080. wait(0.1)
  7081. Credits.TextTransparency = 0.6
  7082. wait(0.1)
  7083. Credits.TextTransparency = 0.7
  7084. wait(0.1)
  7085. Credits.TextTransparency = 0.8
  7086. wait(0.1)
  7087. Credits.TextTransparency = 0.9
  7088. wait(0.1)
  7089. Credits.TextTransparency = 0.1
  7090. Credits.Text = 'Created by Strazos'
  7091. -- =====================================================================
  7092. local God = Instance.new('TextButton', scroll)
  7093. God.Name = 'God'
  7094. God.BackgroundColor3 = Color3.new(0/255,0/255,0)
  7095. God.BackgroundTransparency = 0.3
  7096. God.BorderSizePixel = 2
  7097. God.Position = UDim2.new(0,20,0,50)
  7098. God.Size = UDim2.new(0,120,0,25)
  7099. God.Font = 'SourceSansBold'
  7100. God.FontSize = 'Size28'
  7101. God.Text = 'God'
  7102. God.TextColor3 = Color3.new(255,255,0)
  7103. God.TextWrapped = true
  7104. God.BorderColor3 = Color3.new(140/255,140/255,0/255)
  7105. God.TextTransparency = 0.3
  7106. God.ZIndex = 2
  7107. -- =====================================================================
  7108. local car = Instance.new('TextButton', scroll)
  7109. car.Name = 'Car TP'
  7110. car.BackgroundColor3 = Color3.new(0/255,0/255,0)
  7111. car.BackgroundTransparency = 0.3
  7112. car.BorderSizePixel = 2
  7113. car.Position = UDim2.new(0,20,0,250)
  7114. car.Size = UDim2.new(0,120,0,25)
  7115. car.Font = 'SourceSansBold'
  7116. car.FontSize = 'Size28'
  7117. car.Text = 'TP Car'
  7118. car.TextColor3 = Color3.new(255,255,0)
  7119. car.TextWrapped = true
  7120. car.BorderColor3 = Color3.new(140/255,140/255,0/255)
  7121. car.TextTransparency = 0.3
  7122. car.ZIndex = 2
  7123. -- =====================================================================
  7124. local zomb = car:Clone()
  7125. zomb.Name = 'spawnitems'
  7126. zomb.Parent = scroll
  7127. zomb.Position = UDim2.new(0,20,0,330)
  7128. zomb.Text = 'Kill Zombs'
  7129. -- =====================================================================
  7130. local spectate = car:Clone()
  7131. spectate.Name = 'spawnitems'
  7132. spectate.Parent = scroll
  7133. spectate.Position = UDim2.new(0,155,0,330)
  7134. spectate.Text = 'Spectate'
  7135. -- =====================================================================
  7136. local spawnitem = car:Clone()
  7137. spawnitem.Name = 'spawnitems'
  7138. spawnitem.Parent = scroll
  7139. spawnitem.Position = UDim2.new(0,20,0,290)
  7140. spawnitem.Text = 'SpawnItem'
  7141. -- =====================================================================
  7142. local kkk = car:Clone()
  7143. kkk.Name = 'kkksong'
  7144. kkk.Parent = scroll
  7145. kkk.Position = UDim2.new(0,315,0,290)
  7146. kkk.Text = 'KKK Song'
  7147. -- =====================================================================
  7148. local customsong = car:Clone()
  7149. customsong.Name = 'customsong'
  7150. customsong.Parent = scroll
  7151. customsong.Position = UDim2.new(0,315,0,250)
  7152. customsong.Text = 'Play Song'
  7153. -- =====================================================================
  7154. local musicid = Instance.new('TextBox', scroll)
  7155. musicid.Name = 'musicid'
  7156. musicid.BorderSizePixel = 0
  7157. musicid.Position = UDim2.new(0,450,0,250)
  7158. musicid.Size = UDim2.new(0,120,0,25)
  7159. musicid.Font = 'SourceSans'
  7160. musicid.FontSize = 'Size18'
  7161. musicid.Text = '[Music ID]'
  7162. musicid.BackgroundColor3 = Color3.new(255,255,255)
  7163. musicid.TextColor3 = Color3.new(0,0,0)
  7164. musicid.TextWrapped = true
  7165. -- =====================================================================
  7166. local removesong = car:Clone()
  7167. removesong.Name = 'deletesong'
  7168. removesong.Parent = scroll
  7169. removesong.Position = UDim2.new(0,450,0,290)
  7170. removesong.Text = 'DeleteSong'
  7171. -- =====================================================================
  7172. local carname = Instance.new('TextBox', scroll)
  7173. carname.Name = 'carname'
  7174. carname.BorderSizePixel = 0
  7175. carname.Position = UDim2.new(0,155,0,250)
  7176. carname.Size = UDim2.new(0,120,0,25)
  7177. carname.Font = 'SourceSans'
  7178. carname.FontSize = 'Size18'
  7179. carname.Text = '[Car Name]'
  7180. carname.BackgroundColor3 = Color3.new(255,255,255)
  7181. carname.TextColor3 = Color3.new(0,0,0)
  7182. carname.TextWrapped = true
  7183. -- =====================================================================
  7184. local itemid = Instance.new('TextBox', scroll)
  7185. itemid.Name = 'itemid'
  7186. itemid.BorderSizePixel = 0
  7187. itemid.Position = UDim2.new(0,155,0,290)
  7188. itemid.Size = UDim2.new(0,120,0,25)
  7189. itemid.Font = 'SourceSans'
  7190. itemid.FontSize = 'Size18'
  7191. itemid.Text = '[Item ID]'
  7192. itemid.BackgroundColor3 = Color3.new(255,255,255)
  7193. itemid.TextColor3 = Color3.new(0,0,0)
  7194. itemid.TextWrapped = true
  7195. -- =====================================================================
  7196. local KillAll = God:Clone()
  7197. KillAll.Name = 'KillAll'
  7198. KillAll.Parent = scroll
  7199. KillAll.Position = UDim2.new(0,20,0,90)
  7200. KillAll.Text = 'Kill All'
  7201. -- =====================================================================
  7202. local KillPlr = God:Clone()
  7203. KillPlr.Name = 'KillPlr'
  7204. KillPlr.Parent = scroll
  7205. KillPlr.Position = UDim2.new(0,155,0,50)
  7206. KillPlr.Text = 'Kill'
  7207. -- =====================================================================
  7208. local creds = God:Clone()
  7209. creds.Name = 'creds'
  7210. creds.Parent = scroll
  7211. creds.Size = UDim2.new(0,25,0,25)
  7212. creds.Position = UDim2.new(0,282,0,60)
  7213. creds.Text = 'C '
  7214. -- =====================================================================
  7215. local Corpse = God:Clone()
  7216. Corpse.Name = 'CorpseTP'
  7217. Corpse.Parent = scroll
  7218. Corpse.Position = UDim2.new(0,315,0,50)
  7219. Corpse.Text = 'Corpse TP'
  7220. -- =====================================================================
  7221. local TpMe = God:Clone()
  7222. TpMe.Name = 'TpMe'
  7223. TpMe.Parent = scroll
  7224. TpMe.Position = UDim2.new(0,20,0,130)
  7225. TpMe.Text = 'Plr -> Me'
  7226. -- =====================================================================
  7227. local TpTo = God:Clone()
  7228. TpTo.Name = 'TpTo'
  7229. TpTo.Parent = scroll
  7230. TpTo.Position = UDim2.new(0,155,0,130)
  7231. TpTo.Text = 'Me -> Plr'
  7232. -- =====================================================================
  7233. local TpAllMe = God:Clone()
  7234. TpAllMe.Name = 'TpAllMe'
  7235. TpAllMe.Parent = scroll
  7236. TpAllMe.Position = UDim2.new(0,155,0,90)
  7237. TpAllMe.Text = 'TPAll -> Me'
  7238. -- =====================================================================
  7239. local GiveBadges = God:Clone()
  7240. GiveBadges.Name = 'GiveBadges'
  7241. GiveBadges.Parent = scroll
  7242. GiveBadges.Position = UDim2.new(0,450,0,210)
  7243. GiveBadges.Text = 'All Badges'
  7244. -- =====================================================================
  7245. local Noclip = God:Clone()
  7246. Noclip.Name = 'Noclip'
  7247. Noclip.Parent = scroll
  7248. Noclip.Position = UDim2.new(0,450,0,50)
  7249. Noclip.Text = 'Noclip'
  7250. -- =====================================================================
  7251. local NoFog = God:Clone()
  7252. NoFog.Name = 'No Fog'
  7253. NoFog.Parent = scroll
  7254. NoFog.Position = UDim2.new(0,450,0,170)
  7255. NoFog.Text = 'No Fog'
  7256. -- =====================================================================
  7257. local FALKIT = God:Clone()
  7258. FALKIT.Name = 'SpawnFal'
  7259. FALKIT.Parent = scroll
  7260. FALKIT.Position = UDim2.new(0,315,0,90)
  7261. FALKIT.Text = 'FAL Kit'
  7262. -- =====================================================================
  7263. local OTS = God:Clone()
  7264. OTS.Name = 'SpawnFal'
  7265. OTS.Parent = scroll
  7266. OTS.Position = UDim2.new(0,450,0,90)
  7267. OTS.Text = 'OTS Kit'
  7268. -- =====================================================================
  7269. local G36K = God:Clone()
  7270. G36K.Name = 'SpawnG36k'
  7271. G36K.Parent = scroll
  7272. G36K.Position = UDim2.new(0,315,0,130)
  7273. G36K.Text = 'G36k Kit'
  7274. -- =====================================================================
  7275. local MK48 = God:Clone()
  7276. MK48.Name = 'SpawnMK48'
  7277. MK48.Parent = scroll
  7278. MK48.Position = UDim2.new(0,450,0,130)
  7279. MK48.Text = 'MK48 Kit'
  7280. -- =====================================================================
  7281. local HungerThirst = God:Clone()
  7282. HungerThirst.Name = 'HT'
  7283. HungerThirst.Parent = scroll
  7284. HungerThirst.Position = UDim2.new(0,315,0,170)
  7285. HungerThirst.Text = 'Hung/Thir'
  7286. -- =====================================================================
  7287. local CarGod = God:Clone()
  7288. CarGod.Name = 'CarGod'
  7289. CarGod.Parent = scroll
  7290. CarGod.Position = UDim2.new(0,20,0,170)
  7291. CarGod.Text = 'Car God'
  7292. -- =====================================================================
  7293. local CarSpeed = God:Clone()
  7294. CarSpeed.Name = 'CarSpeed'
  7295. CarSpeed.Parent = scroll
  7296. CarSpeed.Position = UDim2.new(0,155,0,170)
  7297. CarSpeed.Text = 'Car Speed'
  7298. -- =====================================================================
  7299. local ItemESP = God:Clone()
  7300. ItemESP.Name = 'ItemESP'
  7301. ItemESP.Parent = scroll
  7302. ItemESP.Position = UDim2.new(0,155,0,210)
  7303. ItemESP.Text = 'Item ESP'
  7304. -- =====================================================================
  7305. local PlayerESP = God:Clone()
  7306. PlayerESP.Name = 'PlayerESP'
  7307. PlayerESP.Parent = scroll
  7308. PlayerESP.Position = UDim2.new(0,315,0,210)
  7309. PlayerESP.Text = 'Player ESP'
  7310. -- =====================================================================
  7311. local Message2 = God:Clone()
  7312. Message2.Name = 'Message'
  7313. Message2.Parent = scroll
  7314. Message2.Position = UDim2.new(0,20,0,210)
  7315. Message2.Text = 'Message'
  7316. -- =====================================================================
  7317. --[[C.r.e.a.t.e.d b.y S.t.r.a.z.o.s]]--
  7318. -- *********************************************************************
  7319. God.MouseButton1Down:connect(function()
  7320. Player = game.Workspace:FindFirstChild(PlayerName.Text)
  7321. while wait() do
  7322. game.Lighting.Remote.AddHealth:FireServer(Player.Humanoid, 420699001)
  7323. end
  7324. end)
  7325. -- =====================================================================
  7326. KillAll.MouseButton1Down:connect(function()
  7327. for i,v in pairs(game.Players:GetPlayers()) do
  7328. if v.Name == game.Players.LocalPlayer.Name then
  7329. else
  7330. getPlayer = game.Workspace:FindFirstChild(v.Name)
  7331. wait(.01)
  7332. game.Lighting.Remote.AddHealth:FireServer(getPlayer.Humanoid, -420699001)
  7333. end
  7334. end
  7335. end)
  7336. -- =====================================================================
  7337. AddItem = function(Slot, ID)
  7338. game.Lighting.Remote.AddObject:FireServer(Slot, ID)
  7339. end
  7340. DropItem = function(Slot, oID)
  7341. game.Lighting.Remote.DropItem:FireServer(Slot, oID)
  7342. end
  7343.  
  7344. ObjectID = itemid.Text
  7345.  
  7346. spawnitem.MouseButton1Down:connect(function()
  7347.  
  7348. AddItem(game.Players.LocalPlayer.playerstats.slots.slot4, tonumber(itemid.Text))
  7349. game.Players.LocalPlayer.playerstats.slots.slot4:WaitForChild("ObjectID")
  7350. DropItem(game.Players.LocalPlayer.playerstats.slots.slot4, game.Players.LocalPlayer.playerstats.slots.slot4.ObjectID)
  7351. end)
  7352. -- =====================================================================
  7353. KillPlr.MouseButton1Down:connect(function()
  7354. gitPlayer = game.Workspace:FindFirstChild(PlayerName.Text)
  7355. game.Lighting.Remote.AddHealth:FireServer(gitPlayer.Humanoid, -420699001)
  7356. end)
  7357. -- =====================================================================
  7358. TpMe.MouseButton1Down:connect(function()
  7359. gitPlayer = PlayerName.Text
  7360. game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("To Me", math.floor(tick() % 1 * 100000), gitPlayer)
  7361. end)
  7362. -- =====================================================================
  7363. TpTo.MouseButton1Down:connect(function()
  7364. gitPlayer = PlayerName.Text
  7365. game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("Me To", math.floor(tick() % 1 * 100000), gitPlayer)
  7366. end)
  7367. -- =====================================================================
  7368. TpAllMe.MouseButton1Down:connect(function()
  7369. for i,v in pairs(game.Players:GetPlayers()) do
  7370. if v.Name ~= game.Players.LocalPlayer.Name then
  7371. wait(.01)
  7372. game.Lighting.Remote:WaitForChild("TeleportRequest"):InvokeServer("To Me", math.floor(tick() % 1 * 100000), v.Name)
  7373. else
  7374. print('there are no players in the server!')
  7375. end
  7376. end
  7377. end)
  7378. -- =====================================================================
  7379. GiveBadges.MouseButton1Down:connect(function()
  7380. game.Players.LocalPlayer.playerstats.PlayerKill.Defensive.Value = 75
  7381. game.Players.LocalPlayer.playerstats.ZombieKill.Military.Value = 751
  7382. game.Players.LocalPlayer.playerstats.Days.Value = 30
  7383. end)
  7384. -- =====================================================================
  7385. NoFog.MouseButton1Down:connect(function()
  7386. game.Lighting.FogEnd = 1000000000
  7387. end)
  7388. -- =====================================================================
  7389. Noclip.MouseButton1Down:connect(function()
  7390. game:GetService('RunService').Stepped:connect(function()
  7391. game.Workspace[PlayerName.Text].Torso.CanCollide = Clip
  7392. game.Workspace[PlayerName.Text].Head.CanCollide = Clip
  7393. end)
  7394. game.Workspace[PlayerName.Text].Torso.Changed:connect(function()
  7395. game.Workspace[PlayerName.Text].Torso.CanCollide = Clip
  7396. game.Workspace[PlayerName.Text].Head.CanCollide = Clip
  7397. end)
  7398. end)
  7399. -- =====================================================================
  7400. FALKIT.MouseButton1Down:connect(function()
  7401. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slotbackpack, 4016)
  7402. wait(.1)
  7403. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slotprimary, 1029)
  7404. wait(.1)
  7405. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot1, 9013)
  7406. wait(.1)
  7407. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot2, 9010)
  7408. wait(.1)
  7409. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot3, 9005)
  7410. wait(.1)
  7411. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot4, 64)
  7412. wait(.1)
  7413. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot5, 64)
  7414. wait(.1)
  7415. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot6, 64)
  7416. wait(.1)
  7417. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot7, 64)
  7418. wait(.1)
  7419. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot8, 64)
  7420. wait(.1)
  7421. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot9, 64)
  7422. wait(.1)
  7423. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot10, 64)
  7424. wait(.1)
  7425. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot11, 64)
  7426. wait(.1)
  7427. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot12, 11)
  7428. wait(.1)
  7429. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot13, 11)
  7430. wait(.1)
  7431. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot14, 11)
  7432. wait(.1)
  7433. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot15, 11)
  7434. wait(.1)
  7435. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot16, 11)
  7436. wait(.1)
  7437. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot17, 11)
  7438. wait(.1)
  7439. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot18, 11)
  7440. wait(.1)
  7441. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot19, 11)
  7442. wait(.1)
  7443. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot20, 11)
  7444. wait(.1)
  7445. print("stuff spawned")
  7446. end)
  7447. -- =====================================================================
  7448. G36K.MouseButton1Down:connect(function()
  7449. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slotbackpack, 4016)
  7450. wait(.1)
  7451. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slotprimary, 1023)
  7452. wait(.1)
  7453. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot1, 9013)
  7454. wait(.1)
  7455. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot2, 9009)
  7456. wait(.1)
  7457. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot3, 9005)
  7458. wait(.1)
  7459. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot4, 53)
  7460. wait(.1)
  7461. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot5, 53)
  7462. wait(.1)
  7463. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot6, 53)
  7464. wait(.1)
  7465. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot7, 53)
  7466. wait(.1)
  7467. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot8, 53)
  7468. wait(.1)
  7469. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot9, 53)
  7470. wait(.1)
  7471. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot10, 53)
  7472. wait(.1)
  7473. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot11, 53)
  7474. wait(.1)
  7475. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot12, 11)
  7476. wait(.1)
  7477. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot13, 11)
  7478. wait(.1)
  7479. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot14, 11)
  7480. wait(.1)
  7481. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot15, 11)
  7482. wait(.1)
  7483. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot16, 11)
  7484. wait(.1)
  7485. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot17, 11)
  7486. wait(.1)
  7487. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot18, 11)
  7488. wait(.1)
  7489. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot19, 11)
  7490. wait(.1)
  7491. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot20, 11)
  7492. wait(.1)
  7493. print("stuff spawned")
  7494. end)
  7495. -- =====================================================================
  7496. OTS.MouseButton1Down:connect(function()
  7497. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slotbackpack, 4016)
  7498. wait(.1)
  7499. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slotprimary, 1036)
  7500. wait(.1)
  7501. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot1, 9013)
  7502. wait(.1)
  7503. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot2, 9009)
  7504. wait(.1)
  7505. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot3, 9005)
  7506. wait(.1)
  7507. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot4, 50)
  7508. wait(.1)
  7509. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot5, 50)
  7510. wait(.1)
  7511. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot6, 50)
  7512. wait(.1)
  7513. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot7, 50)
  7514. wait(.1)
  7515. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot8, 50)
  7516. wait(.1)
  7517. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot9, 50)
  7518. wait(.1)
  7519. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot10, 50)
  7520. wait(.1)
  7521. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot11, 50)
  7522. wait(.1)
  7523. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot12, 11)
  7524. wait(.1)
  7525. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot13, 11)
  7526. wait(.1)
  7527. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot14, 11)
  7528. wait(.1)
  7529. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot15, 11)
  7530. wait(.1)
  7531. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot16, 11)
  7532. wait(.1)
  7533. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot17, 11)
  7534. wait(.1)
  7535. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot18, 11)
  7536. wait(.1)
  7537. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot19, 11)
  7538. wait(.1)
  7539. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot20, 11)
  7540. wait(.1)
  7541. print("stuff spawned")
  7542. end)
  7543. -- =====================================================================
  7544. MK48.MouseButton1Down:connect(function()
  7545. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slotbackpack, 4016)
  7546. wait(.1)
  7547. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slotprimary, 1005)
  7548. wait(.1)
  7549. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot1, 9013)
  7550. wait(.1)
  7551. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot2, 9009)
  7552. wait(.1)
  7553. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot3, 9005)
  7554. wait(.1)
  7555. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot4, 23)
  7556. wait(.1)
  7557. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot5, 23)
  7558. wait(.1)
  7559. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot6, 23)
  7560. wait(.1)
  7561. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot7, 23)
  7562. wait(.1)
  7563. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot8, 23)
  7564. wait(.1)
  7565. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot9, 23)
  7566. wait(.1)
  7567. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot10, 23)
  7568. wait(.1)
  7569. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot11, 23)
  7570. wait(.1)
  7571. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot12, 11)
  7572. wait(.1)
  7573. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot13, 11)
  7574. wait(.1)
  7575. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot14, 11)
  7576. wait(.1)
  7577. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot15, 11)
  7578. wait(.1)
  7579. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot16, 11)
  7580. wait(.1)
  7581. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot17, 11)
  7582. wait(.1)
  7583. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot18, 11)
  7584. wait(.1)
  7585. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot19, 11)
  7586. wait(.1)
  7587. game.Lighting.Remote.AddObject:FireServer(game.Players[PlayerName.Text].playerstats.slots.slot20, 11)
  7588. wait(.1)
  7589. print("stuff spawned")
  7590. end)
  7591. -- =====================================================================
  7592. Corpse.MouseButton1Down:connect(function()
  7593. for _, corpse in pairs(workspace:GetChildren()) do
  7594.  
  7595. if corpse.Name == "Corpse" then
  7596.  
  7597. corpse:MoveTo(workspace[game.Players.LocalPlayer.Name].Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  7598.  
  7599. end
  7600.  
  7601. end
  7602.  
  7603. end)
  7604. -- =====================================================================
  7605. creds.MouseButton1Down:connect(function()
  7606. Credits.Text = "Thanks to Skryptec/Merk/Others for some functions!"
  7607. wait(3)
  7608. Credits.Text = "Created by Strazos"
  7609. end)
  7610. -- =====================================================================
  7611. car.MouseButton1Down:connect(function()
  7612. carid = game.Workspace.Vehicles:FindFirstChild(carname.Text)
  7613. carid:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(math.random(-10,10),0,math.random( -10,10)))
  7614. end)
  7615. -- =====================================================================
  7616. Message2.MouseButton1Down:connect(function()
  7617. for i,v in pairs(game.Players:GetChildren())do
  7618. local var = Instance.new("StringValue", UI)
  7619. var.Value = "Yellow"
  7620. game.Lighting.Remote.SendMessage:FireServer(v,tostring(var.Value),tostring(Message.Text))
  7621. end
  7622. end)
  7623. -- =====================================================================
  7624. zomb.MouseButton1Down:connect(function()
  7625. for _,pl in pairs(workspace.Zombies:children()) do
  7626. for xxad,v in pairs(pl:children()) do
  7627. pcall(function() game.Lighting.Remote.DamageZombie:FireServer(v.Humanoid,100) end)
  7628. end
  7629. end
  7630. end)
  7631. -- =====================================================================
  7632. HungerThirst.MouseButton1Down:connect(function()
  7633. game.Players.LocalPlayer.playerstats.Hunger.Value = 9999
  7634. wait(1)
  7635. game.Players.LocalPlayer.playerstats.Thirst.Value = 9999
  7636. end)
  7637.  
  7638. CarGod.MouseButton1Down:connect(function()
  7639. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  7640. if v.Name ~= "Holder" or v.Name ~= "VehicleWreck" then
  7641. if v:findFirstChild("Stats") then
  7642. v.Stats.Engine.Value = 66645358
  7643. end
  7644. end
  7645. end
  7646.  
  7647. wait(1)
  7648.  
  7649. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  7650. if v.Name ~= "Holder" or v.Name ~= "VehicleWreck" then
  7651. if v:findFirstChild("Stats") then
  7652. v.Stats.Tank.Value = 66645358
  7653. end
  7654. end
  7655. end
  7656.  
  7657. wait(1)
  7658.  
  7659. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  7660. if v.Name ~= "Holder" or v.Name ~= "VehicleWreck" then
  7661. if v:findFirstChild("Stats") then
  7662. v.Stats.Hull.Value = 66645358
  7663. end
  7664. end
  7665. end
  7666.  
  7667. wait(1)
  7668.  
  7669. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  7670. if v.Name ~= "Holder" or v.Name ~= "VehicleWreck" then
  7671. if v:findFirstChild("Stats") then
  7672. v.Stats.Armor.Value = 66645358
  7673. end
  7674. end
  7675. end
  7676.  
  7677. wait(1)
  7678.  
  7679. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  7680. if v.Name ~= "Holder" or v.Name ~= "VehicleWreck" then
  7681. if v:findFirstChild("Stats") then
  7682. v.Stats.Fuel.Value = 543
  7683. end
  7684. end
  7685. end
  7686. end)
  7687.  
  7688. CarSpeed.MouseButton1Down:connect(function()
  7689. for i,v in pairs(workspace.Vehicles:GetChildren()) do
  7690. if v.Name ~= 'VehicleWreck' then
  7691. v.Stats.MaxSpeed.Value = 500
  7692. v.Stats.MaxSpeed.Offroad.Value = 500
  7693. end
  7694. end
  7695. end)
  7696.  
  7697. Close.MouseButton1Down:connect(function()
  7698. if Body.Visible == true then
  7699. Body.Visible = false
  7700. scroll.Visible = false
  7701. Pull.Size = UDim2.new(0,240,0,50)
  7702. Close.Text = '+'
  7703. Pull.Size = UDim2(0,125,0,12.5)
  7704.  
  7705. elseif Body.Visible == false then
  7706. Body.Visible = true
  7707. scroll.Visible = true
  7708. Close.Text = 'X'
  7709. Pull.Size = UDim2.new(0,590,0,50)
  7710. Graf_f.Size = UDim2(0,500,0,50)
  7711. end
  7712. end)
  7713. -- =====================================================================
  7714. kkk.MouseButton1Down:connect(function()
  7715. local str = game:GetService("Geometry").nonononononono.Value
  7716. local Food = {}
  7717. local Cook = ""
  7718. for Fish in (string.gmatch)(str, "%w%w%w%w") do
  7719. for i,c in pairs({(string.byte)(Fish, 1, 4)}) do
  7720. c = c - 48
  7721. for bait = 1, 6 do
  7722. Food[(i - 1) * 6 + bait] = (Food[(i - 1) * 6 + bait] or 0) + (c) % 2
  7723. c = (math.floor)((c) / 2)
  7724. end
  7725. end
  7726. end
  7727. for i = 2, #Food, 2 do
  7728. Cook = Cook .. (string.char)(97 + Food[i] + Food[i - 1] * 2)
  7729. end
  7730. print(Cook)
  7731. kek = Cook
  7732. game.Lighting.Remote.CreateSounds:InvokeServer()
  7733. wait()
  7734. game.Lighting.Remote.ChangeParent:FireServer(kek,game.Players.LocalPlayer.Character.Head.Sound, game.Workspace)
  7735. wait()
  7736. game.Lighting.Remote.SoundIdSet:FireServer(kek,game.Workspace.Sound, "http://www.roblox.com/asset/?id=504822820")
  7737. wait()
  7738. game.Lighting.Remote.PlaySound:FireServer(game.Workspace.Sound, 1, 1)
  7739. wait(9999)
  7740. game.Lighting.Remote.StopSound:FireServer(game.Workspace.Sound)
  7741. end)
  7742. -- =====================================================================
  7743. customsong.MouseButton1Down:connect(function()
  7744. musicinput = musicid.Text
  7745. local str = game:GetService("Geometry").nonononononono.Value
  7746. local Food = {}
  7747. local Cook = ""
  7748. for Fish in (string.gmatch)(str, "%w%w%w%w") do
  7749. for i,c in pairs({(string.byte)(Fish, 1, 4)}) do
  7750. c = c - 48
  7751. for bait = 1, 6 do
  7752. Food[(i - 1) * 6 + bait] = (Food[(i - 1) * 6 + bait] or 0) + (c) % 2
  7753. c = (math.floor)((c) / 2)
  7754. end
  7755. end
  7756. end
  7757. for i = 2, #Food, 2 do
  7758. Cook = Cook .. (string.char)(97 + Food[i] + Food[i - 1] * 2)
  7759. end
  7760. print(Cook)
  7761. kek = Cook
  7762. game.Lighting.Remote.CreateSounds:InvokeServer()
  7763. wait()
  7764. game.Lighting.Remote.ChangeParent:FireServer(kek,game.Players.LocalPlayer.Character.Head.Sound, game.Workspace)
  7765. wait()
  7766. game.Lighting.Remote.SoundIdSet:FireServer(kek,game.Workspace.Sound, "http://www.roblox.com/asset/?id="..tostring(musicinput))
  7767. wait()
  7768. game.Lighting.Remote.PlaySound:FireServer(game.Workspace.Sound, 1, 1)
  7769. wait(120)
  7770. game.Lighting.Remote.StopSound:FireServer(game.Workspace.Sound)
  7771. end)
  7772. -- =====================================================================
  7773. ItemESP.MouseButton1Down:connect(function()
  7774. x = Instance.new('ScreenGui',game.CoreGui)
  7775. y = Instance.new('TextButton',x)
  7776. z = Instance.new('Frame',y)
  7777. f = Instance.new('TextButton',z)
  7778. local open = false
  7779. function esp()
  7780. workspace.CurrentCamera:ClearAllChildren()
  7781. local LootContainers = workspace.DropLoot
  7782. local LootContainers2 = workspace.SpawnLoot
  7783. for i,v in pairs(LootContainers:GetChildren()) do
  7784. bill = Instance.new('BillboardGui',workspace.CurrentCamera)
  7785. bill.AlwaysOnTop = true
  7786. bill.Size = UDim2.new(3,0,3,0)
  7787. bill.Adornee = v
  7788. Frame = Instance.new('Frame',bill)
  7789. Frame.BackgroundColor3 = Color3.fromRGB(0,226,37)
  7790. Frame.Size = UDim2.new(1,0,1,0)
  7791. Frame.BackgroundTransparency = 0.7
  7792. Text = Instance.new('TextLabel',Frame)
  7793. Text.Size = UDim2.new(1,0,1,0)
  7794. Text.BackgroundTransparency = 1
  7795. Text.TextScaled = false
  7796. Text.Position = UDim2.new(0,0,-0.9,0)
  7797. Text.Text = v.Name
  7798. Text.TextColor3 = Color3.new(1,1,1)
  7799. end
  7800. for i,v in pairs(LootContainers2:GetChildren()) do
  7801. bill = Instance.new('BillboardGui',workspace.CurrentCamera)
  7802. bill.AlwaysOnTop = true
  7803. bill.Size = UDim2.new(3,0,3,0)
  7804. bill.Adornee = v
  7805. Frame = Instance.new('Frame',bill)
  7806. Frame.BackgroundColor3 = Color3.fromRGB(0,226,37)
  7807. Frame.Size = UDim2.new(1,0,1,0)
  7808. Frame.BackgroundTransparency = 0.7
  7809. Text = Instance.new('TextLabel',Frame)
  7810. Text.Size = UDim2.new(1,0,1,0)
  7811. Text.BackgroundTransparency = 1
  7812. Text.TextScaled = false
  7813. Text.Position = UDim2.new(0,0,-0.9,0)
  7814. Text.Text = v.Name
  7815. Text.TextColor3 = Color3.new(1,1,1)
  7816. end
  7817. end
  7818. if open == false then
  7819. open = true
  7820. esp()
  7821. elseif open == true then
  7822. open = false
  7823. workspace.CurrentCamera:ClearAllChildren()
  7824. end
  7825. end)
  7826. -- =====================================================================
  7827. removesong.MouseButton1Down:connect(function()
  7828. local str = game:GetService("Geometry").nonononononono.Value
  7829. local Food = {}
  7830. local Cook = ""
  7831. for Fish in (string.gmatch)(str, "%w%w%w%w") do
  7832. for i,c in pairs({(string.byte)(Fish, 1, 4)}) do
  7833. c = c - 48
  7834. for bait = 1, 6 do
  7835. Food[(i - 1) * 6 + bait] = (Food[(i - 1) * 6 + bait] or 0) + (c) % 2
  7836. c = (math.floor)((c) / 2)
  7837. end
  7838. end
  7839. end
  7840. for i = 2, #Food, 2 do
  7841. Cook = Cook .. (string.char)(97 + Food[i] + Food[i - 1] * 2)
  7842. end
  7843. print(Cook)
  7844. kek = Cook
  7845. game.Lighting.Remote.CreateSounds:InvokeServer()
  7846. wait()
  7847. game.Lighting.Remote.ChangeParent:FireServer(kek,game.Players.LocalPlayer.Character.Head.Sound, game.Workspace)
  7848. wait()
  7849. game.Lighting.Remote.SoundIdSet:FireServer(kek,game.Workspace.Sound, "http://www.roblox.com/asset/?id=151746357")
  7850. wait()
  7851. game.Lighting.Remote.PlaySound:FireServer(game.Workspace.Sound, 0, 0)
  7852. wait()
  7853. game.Lighting.Remote.StopSound:FireServer(game.Workspace.Sound)
  7854. end)
  7855. -- =====================================================================
  7856. spectate.MouseButton1Down:connect(function()
  7857. local getplayer = (PlayerName.Text)
  7858. game.Workspace.CurrentCamera.CameraSubject = game.Players[getplayer].Character.Humanoid
  7859. end)
  7860. -- =====================================================================
  7861. local plr = game.Players.LocalPlayer
  7862. local char = plr.Character
  7863. local gui = Instance.new('ScreenGui',plr.PlayerGui)
  7864.  
  7865. PlayerESP.MouseButton1Down:connect(function()
  7866. local b = Instance.new('BillboardGui')
  7867. b.Size = UDim2.new(5,0,6,0)
  7868. local f = Instance.new('Frame',b)
  7869. f.Size = UDim2.new(1,0,1,0)
  7870. f.BackgroundColor3 = Color3.new(0,220/255,220/255)
  7871. f.BackgroundTransparency = .80
  7872. local t=Instance.new('TextLabel',f)
  7873. t.Size=UDim2.new(1,0,.2,0)
  7874. t.TextColor3=Color3.new(1,1,1)
  7875. t.TextStrokeColor3=Color3.new(0,0,0)
  7876. t.TextStrokeTransparency=.75
  7877. t.TextScaled=true
  7878. t.Name='tx'
  7879. t.BackgroundTransparency=1
  7880.  
  7881. function sp()
  7882. function mg(p)
  7883. if p then
  7884. local es = b:clone()
  7885. es.Parent = gui
  7886. es.Adornee = p.Torso
  7887. es.AlwaysOnTop = true
  7888. es.Frame.tx.Text = p.Name
  7889. end
  7890. end
  7891.  
  7892. for i,v in pairs(game.Players:players'') do
  7893. if v~=plr then
  7894. mg(v.Character)
  7895. v.CharacterAdded:connect(function()
  7896. wait(.25)mg(v.Character)
  7897. end)
  7898. end
  7899. end
  7900. end
  7901. sp()
  7902. end)
  7903.  
  7904. --[[C.r.e.a.t.e.d b.y S.t.r.a.z.o.s]]--
  7905. -- =====================================================================
  7906. while true do
  7907. game.Workspace.Sound.Pitch = 1
  7908. Title.TextTransparency = 0
  7909. Credits.TextTransparency = 0
  7910. Close.TextTransparency = 0
  7911. Image.Image = 'rbxassetid://503785894'
  7912. wait(0.1)
  7913. Title.TextTransparency = 0.1
  7914. Credits.TextTransparency = 0.1
  7915. Close.TextTransparency = 0.1
  7916. wait(0.1)
  7917. Title.TextTransparency = 0.2
  7918. Credits.TextTransparency = 0.2
  7919. Close.TextTransparency = 0.2
  7920. wait(0.1)
  7921. Title.TextTransparency = 0.3
  7922. Credits.TextTransparency = 0.3
  7923. Close.TextTransparency = 0.3
  7924. Image.Image = 'rbxassetid://503786112'
  7925. wait(0.1)
  7926. Title.TextTransparency = 0.4
  7927. Credits.TextTransparency = 0.4
  7928. Close.TextTransparency = 0.4
  7929. wait(0.1)
  7930. Title.TextTransparency = 0.5
  7931. Credits.TextTransparency = 0.5
  7932. Close.TextTransparency = 0.5
  7933. Image.Image = 'rbxassetid://503785894'
  7934. wait(0.1)
  7935. Title.TextTransparency = 0.6
  7936. Credits.TextTransparency = 0.6
  7937. Close.TextTransparency = 0.6
  7938. wait(0.1)
  7939. Title.TextTransparency = 0.7
  7940. Credits.TextTransparency = 0.7
  7941. Close.TextTransparency = 0.7
  7942. wait(0.1)
  7943. Title.TextTransparency = 0.6
  7944. Credits.TextTransparency = 0.6
  7945. Close.TextTransparency = 0.6
  7946. wait(0.1)
  7947. Title.TextTransparency = 0.5
  7948. Credits.TextTransparency = 0.5
  7949. Close.TextTransparency = 0.5
  7950. Image.Image = 'rbxassetid://503786019'
  7951. wait(0.1)
  7952. Title.TextTransparency = 0.4
  7953. Credits.TextTransparency = 0.4
  7954. Close.TextTransparency = 0.4
  7955. wait(0.1)
  7956. Title.TextTransparency = 0.3
  7957. Credits.TextTransparency = 0.3
  7958. Close.TextTransparency = 0.3
  7959. Image.Image = 'rbxassetid://503785894'
  7960. wait(0.1)
  7961. Title.TextTransparency = 0.2
  7962. Credits.TextTransparency = 0.2
  7963. Close.TextTransparency = 0.2
  7964. wait(0.1)
  7965. Title.TextTransparency = 0.1
  7966. Credits.TextTransparency = 0.1
  7967. Close.TextTransparency = 0.1
  7968. wait(0.1)
  7969. Title.TextTransparency = 0
  7970. Credits.TextTransparency = 0
  7971. Close.TextTransparency = 0
  7972. wait(0.1)
  7973. end
  7974.  
  7975. -- Next
  7976.  
  7977. print("Key to toggle esp is V.")
  7978. print("Aim-key is Left-Alt.")
  7979.  
  7980. ENABLED = false
  7981. PLAYER = game.Players.LocalPlayer
  7982. MOUSE = PLAYER:GetMouse()
  7983. CC = game.Workspace.CurrentCamera
  7984. _G.FREE_FOR_ALL = true
  7985. _G.BIND = 52
  7986. _G.AIM_AT = 'Head'
  7987. local player = game.Players.LocalPlayer
  7988. local esp = false
  7989. local track = false
  7990.  
  7991.  
  7992.  
  7993. function Create(base, team)
  7994. local bb = Instance.new("BillboardGui",player.PlayerGui)
  7995. bb.Adornee = base
  7996. bb.ExtentsOffset = Vector3.new(0,1,0)
  7997. bb.AlwaysOnTop = true
  7998. bb.Size = UDim2.new(0,5,0,5)
  7999. bb.StudsOffset = Vector3.new(0,1,0)
  8000. bb.Name = "tracker"
  8001. local frame = Instance.new("Frame",bb)
  8002. frame.ZIndex = 10
  8003. frame.BackgroundTransparency = 0.3
  8004. frame.Size = UDim2.new(1,0,1,0)
  8005. frame.Position = UDim2.new(0,0,0)
  8006. frame.Transparency = 1
  8007. local txtlbl = Instance.new("TextLabel",bb)
  8008. txtlbl.ZIndex = 10
  8009. txtlbl.Text = (string.upper(base.Parent.Name))
  8010. txtlbl.BackgroundTransparency = 1
  8011. txtlbl.Position = UDim2.new(0,0,0,-35)
  8012. txtlbl.Size = UDim2.new(1,0,10,0)
  8013. txtlbl.Font = "SourceSansBold"
  8014. txtlbl.FontSize = "Size10"
  8015. txtlbl.TextStrokeTransparency = 0.5
  8016.  
  8017. local txtlbl2 = Instance.new("TextLabel",bb)
  8018. txtlbl2.ZIndex = 10
  8019. txtlbl2.Text = (math.floor(base.Parent.Humanoid.Health*100)/100)
  8020. txtlbl2.BackgroundTransparency = 1
  8021. txtlbl2.Position = UDim2.new(0,0,0,-25)
  8022. txtlbl2.Size = UDim2.new(1,0,10,0)
  8023. txtlbl2.Font = "SourceSansBold"
  8024. txtlbl2.FontSize = "Size10"
  8025.  
  8026. txtlbl2.TextStrokeTransparency = 0.5
  8027. if team then
  8028. txtlbl.TextColor3 = Color3.new(255,0,0)
  8029. txtlbl2.TextColor3 = Color3.new(255,0,0)
  8030. frame.BackgroundColor3 = Color3.new(255,0,0)
  8031.  
  8032. elseif base.Parent.Name == "whielist kid" or base.Parent.Name == "second whitelist kid here" then
  8033. txtlbl.TextColor3 = Color3.new(0,255,0)
  8034. txtlbl2.TextColor3 = Color3.new(0,255,0)
  8035. frame.BackgroundColor3 = Color3.new(0,255,0)
  8036. txtlbl.Text = "FRIEND"
  8037. txtlbl.FontSize = "Size14"
  8038. txtlbl2.FontSize = "Size14"
  8039.  
  8040.  
  8041.  
  8042. elseif base.Parent.Name == game.Players.LocalPlayer.Name then
  8043. txtlbl2.Transparency = 1
  8044. txtlbl.Transparency = 1
  8045. frame.Transparency = 1
  8046. else
  8047. txtlbl.TextColor3 = Color3.new(255,0,0)
  8048. txtlbl2.TextColor3 = Color3.new(255,0,0)
  8049. frame.BackgroundColor3 = Color3.new(255,0,0)
  8050.  
  8051. end
  8052. end
  8053.  
  8054.  
  8055. function Find()
  8056. Clear()
  8057. track = true
  8058. spawn(function()
  8059. while wait() do
  8060. if track then
  8061. Clear()
  8062. for _,v in pairs(game.Players:players()) do
  8063.  
  8064. if v.Character and v.Character.Head then
  8065. Create(v.Character.Head, false)
  8066. end
  8067. end
  8068. end
  8069. end
  8070. wait(1)
  8071. end)
  8072. end
  8073. function Clear()
  8074. for _,v in pairs(player.PlayerGui:children()) do
  8075. if v.Name == "tracker" and v:isA("BillboardGui") then
  8076. v:Destroy()
  8077. end
  8078. end
  8079. end
  8080. mouse=game.Players.LocalPlayer:GetMouse()
  8081. mouse.keyDown:connect(function(key)
  8082. if key == "v" then
  8083. if not esp then
  8084. Find()
  8085. print("ESP ENABLED")
  8086. esp = true
  8087. else
  8088. Clear()
  8089. track = false
  8090. print("ESP DISABLED")
  8091. esp = false
  8092. end
  8093.  
  8094.  
  8095.  
  8096.  
  8097. end
  8098.  
  8099. end)
  8100.  
  8101.  
  8102.  
  8103.  
  8104. --aimbot
  8105.  
  8106.  
  8107. function GetNearestPlayerToMouse()
  8108. local PLAYERS = {}
  8109. local PLAYER_HOLD = {}
  8110. local DISTANCES = {}
  8111. for i, v in pairs(game.Players:GetPlayers()) do
  8112. if v ~= PLAYER then
  8113. table.insert(PLAYERS, v)
  8114. end
  8115. end
  8116. for i, v in pairs(PLAYERS) do
  8117. if _G.FREE_FOR_ALL == false then
  8118. if v and (v.Character) ~= nil and v.TeamColor ~= PLAYER.TeamColor then
  8119. local AIM = v.Character:FindFirstChild(_G.AIM_AT)
  8120. if AIM ~= nil then
  8121. local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
  8122. local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
  8123. local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
  8124. local DIFF = math.floor((POS - AIM.Position).magnitude)
  8125. PLAYER_HOLD[v.Name .. i] = {}
  8126. PLAYER_HOLD[v.Name .. i].dist = DISTANCE
  8127. PLAYER_HOLD[v.Name .. i].plr = v
  8128. PLAYER_HOLD[v.Name .. i].diff = DIFF
  8129. table.insert(DISTANCES, DIFF)
  8130. end
  8131. end
  8132. elseif _G.FREE_FOR_ALL == true then
  8133. local AIM = v.Character:FindFirstChild(_G.AIM_AT)
  8134. if AIM ~= nil then
  8135. local DISTANCE = (AIM.Position - game.Workspace.CurrentCamera.CoordinateFrame.p).magnitude
  8136. local RAY = Ray.new(game.Workspace.CurrentCamera.CoordinateFrame.p, (MOUSE.Hit.p - CC.CoordinateFrame.p).unit * DISTANCE)
  8137. local HIT,POS = game.Workspace:FindPartOnRay(RAY, game.Workspace)
  8138. local DIFF = math.floor((POS - AIM.Position).magnitude)
  8139. PLAYER_HOLD[v.Name .. i] = {}
  8140. PLAYER_HOLD[v.Name .. i].dist = DISTANCE
  8141. PLAYER_HOLD[v.Name .. i].plr = v
  8142. PLAYER_HOLD[v.Name .. i].diff = DIFF
  8143. table.insert(DISTANCES, DIFF)
  8144. end
  8145. end
  8146. end
  8147.  
  8148. if unpack(DISTANCES) == nil then
  8149. return false
  8150. end
  8151.  
  8152. local L_DISTANCE = math.floor(math.min(unpack(DISTANCES)))
  8153. if L_DISTANCE > 20 then
  8154. return false
  8155. end
  8156.  
  8157. for i, v in pairs(PLAYER_HOLD) do
  8158. if v.diff == L_DISTANCE then
  8159. return v.plr
  8160. end
  8161. end
  8162. return false
  8163. end
  8164.  
  8165. -- Next
  8166.  
  8167. wait()
  8168. local PLAYER = game.Players.LocalPlayer
  8169. function startUp()
  8170. local _UI = game:GetObjects('rbxassetid://935096779')[1]
  8171. _UI.Parent = game.CoreGui
  8172.  
  8173. --_UI = script.Parent
  8174.  
  8175. local VERSION = 0.7
  8176. warn('Niobium - Version ', 'v'..VERSION)
  8177.  
  8178. local _FEATURE_STATE = 'Hidden'
  8179. local MAIN_FRAME = _UI.MAIN_FRAME
  8180. local PLAYER = game.Players.LocalPlayer
  8181. local gui = _UI
  8182.  
  8183. local CHANGELOG_MESSAGES = {
  8184. ' - New User Interface | By RaulByte and iSxxn',
  8185. ' - Please send all UI bugs to iSxxn#4779',
  8186. ' - Please send all functional bugs to EpicShilohDog#5810',
  8187. ' - Added a tweening between page transitions @RaulByte'
  8188. }
  8189.  
  8190.  
  8191.  
  8192. -- Form Instances
  8193. local function formInstance(class, properties)
  8194. local _TEMP = Instance.new(class)
  8195. for i,v in pairs(properties) do
  8196. _TEMP[i] = v
  8197. end
  8198. return _TEMP
  8199. end
  8200.  
  8201. -- User Interface Features Tweening
  8202. _UI.MAIN_FRAME.FEATURES.MouseEnter:connect(function()
  8203. if _FEATURE_STATE == 'Hidden' then
  8204. _FEATURE_STATE = 'Visible'
  8205. _UI.MAIN_FRAME.FEATURES:TweenPosition(UDim2.new(0,0,0.152,0),'Out','Quad',.2)
  8206. _UI.MAIN_FRAME.CONTENT_HOLDER:TweenSizeAndPosition(UDim2.new(0.75,0,0.85,0),UDim2.new(0.25,0,0.15,0),'Out','Quad',.2)
  8207. end
  8208. end)
  8209.  
  8210. _UI.MAIN_FRAME.FEATURES.MouseLeave:connect(function()
  8211. if _FEATURE_STATE == 'Visible' then
  8212. _FEATURE_STATE = 'Hidden'
  8213. _UI.MAIN_FRAME.FEATURES:TweenPosition(UDim2.new(-0.225,0,0.152,0),'Out','Quad',.25)
  8214. _UI.MAIN_FRAME.CONTENT_HOLDER:TweenSizeAndPosition(UDim2.new(0.95,0,0.85,0),UDim2.new(0.05,0,0.15,0),'Out','Quad',.2)
  8215.  
  8216. end
  8217. end)
  8218.  
  8219.  
  8220.  
  8221. --[[Home
  8222. local CONTENT_HOME = script.Parent.CONTENT:WaitForChild('CONTENT_HOME'):Clone()
  8223. CONTENT_HOME.Visible = true
  8224. CONTENT_HOME.Parent = script.parent.MAIN_FRAME.CONTENT_HOLDER
  8225.  
  8226. --Universal
  8227.  
  8228. local CONTENT_UNIVERSAL = script.Parent.CONTENT:WaitForChild('CONTENT_UNIVERSAL'):Clone()
  8229. CONTENT_UNIVERSAL.Visible = false
  8230. CONTENT_UNIVERSAL.Parent = script.parent.MAIN_FRAME.CONTENT_HOLDER
  8231.  
  8232. --Local Player
  8233.  
  8234. local CONTENT_LOCALPLAYER = script.Parent.CONTENT:WaitForChild('CONTENT_LOCALPLAYER'):Clone()
  8235. CONTENT_LOCALPLAYER.Visible = false
  8236. CONTENT_LOCALPLAYER.Parent = script.parent.MAIN_FRAME.CONTENT_HOLDER
  8237.  
  8238. --Player
  8239. local CONTENT_PLAYER = script.Parent.CONTENT:WaitForChild('CONTENT_PLAYER'):Clone()
  8240. CONTENT_PLAYER.Visible = false
  8241. CONTENT_PLAYER.Parent = script.parent.MAIN_FRAME.CONTENT_HOLDER
  8242. ]]
  8243.  
  8244. for _,v in pairs(_UI.CONTENT:GetChildren()) do -- Move all the content to the mainframe
  8245. local _temp = v:Clone()
  8246. if _temp.Name ~= 'CONTENT_HOME' then
  8247. _temp.Position=UDim2.new(-1.2,0,0,0)
  8248. _temp.Visible = false
  8249. else
  8250. _temp.Visible = true
  8251. end
  8252. _temp.Parent = _UI.MAIN_FRAME.CONTENT_HOLDER
  8253. end
  8254.  
  8255. local CONTENT_HOME = _UI.MAIN_FRAME.CONTENT_HOLDER:WaitForChild("CONTENT_HOME")
  8256. local CONTENT_LOCALPLAYER = _UI.MAIN_FRAME.CONTENT_HOLDER:WaitForChild("CONTENT_LOCALPLAYER")
  8257. local CONTENT_PLAYER = _UI.MAIN_FRAME.CONTENT_HOLDER:WaitForChild("CONTENT_PLAYER")
  8258. local CONTENT_UNIVERSAL = _UI.MAIN_FRAME.CONTENT_HOLDER:WaitForChild("CONTENT_UNIVERSAL")
  8259. local CONTENT_VEHICLE = _UI.MAIN_FRAME.CONTENT_HOLDER:WaitForChild("CONTENT_VEHICLE")
  8260. local CONTENT_SETTINGS = _UI.MAIN_FRAME.CONTENT_HOLDER:WaitForChild("CONTENT_SETTINGS")
  8261.  
  8262. local selplr = Instance.new("ObjectValue", _UI)
  8263. selplr.Name = "SelectedPlayer"
  8264.  
  8265. local function formPlayerList()
  8266. CONTENT_PLAYER.PlayerList:ClearAllChildren()
  8267. wait()
  8268. local curPlayerPosition = UDim2.new(0,0,0,0)
  8269. for _,v in pairs(game.Players:GetPlayers()) do
  8270. local playerButton = formInstance('TextButton', {BackgroundColor3=Color3.fromRGB(62,175,255),BorderSizePixel=2,BorderColor3=Color3.fromRGB(255,255,255),
  8271. Position=curPlayerPosition,Size=UDim2.new(1,0,0,25),ZIndex=2,TextSize=14,Font=Enum.Font.SourceSansBold,Text=v.Name,TextColor3=Color3.fromRGB(255,255,255),TextWrapped=true,Parent=CONTENT_PLAYER.PlayerList})
  8272. curPlayerPosition = curPlayerPosition + UDim2.new(0,0,0,25)
  8273. CONTENT_PLAYER.PlayerList.CanvasSize = UDim2.new(0,0,0,(30*#game.Players:GetPlayers()))
  8274.  
  8275. playerButton.MouseButton1Click:connect(function()
  8276. CONTENT_PLAYER.SELECTED.Text = "Selected: "..v.Name
  8277. selplr.Value = v
  8278. end)
  8279. end
  8280. end
  8281.  
  8282.  
  8283.  
  8284.  
  8285. game.Players.PlayerRemoving:connect(formPlayerList)
  8286. game.Players.PlayerAdded:connect(formPlayerList)
  8287. formPlayerList()
  8288.  
  8289. CONTENT_HOME.Visible = true
  8290.  
  8291. local _CHANGELOG_STATE = 'Hidden'; local _CHANGELOG_CHANGING_STATE = false
  8292.  
  8293. --
  8294. CONTENT_HOME.BT_CHANGELOG.MouseButton1Click:connect(function()
  8295. if _CHANGELOG_CHANGING_STATE then return end
  8296. _CHANGELOG_CHANGING_STATE = true
  8297. if _CHANGELOG_STATE == 'Hidden' then
  8298. _CHANGELOG_STATE = 'Visible'
  8299. _UI.LBL_CHANGELOG.Text = ' CHANGELOG'
  8300. _UI.LBL_CHANGELOG:TweenSize(UDim2.new(0.25,0,.05,0),'Out','Quad',1)
  8301. else
  8302. _CHANGELOG_STATE = 'Hidden'
  8303. _UI.LBL_CHANGELOG.Text = ''
  8304. _UI.LBL_CHANGELOG:TweenSize(UDim2.new(0,0,.05,0),'Out','Quad',1)
  8305. end
  8306. wait(1)
  8307. _CHANGELOG_CHANGING_STATE = false
  8308. end)
  8309.  
  8310. -- Create Changelog Messages
  8311. local function form_Messages()
  8312. local MSG_POSITION = UDim2.new(0,0,0,3)
  8313. for i = 1,#CHANGELOG_MESSAGES do
  8314. local v = CHANGELOG_MESSAGES[i]
  8315. print(i,v)
  8316. formInstance('TextLabel',{BackgroundTransparency=1,Position=MSG_POSITION,Size=UDim2.new(1,0,0,30),ZIndex=2,Font=Enum.Font.SourceSansBold,Text=v,TextSize=15,
  8317. TextColor3=Color3.fromRGB(0,50,76),TextWrapped=true,TextXAlignment=Enum.TextXAlignment.Left,TextYAlignment=Enum.TextYAlignment.Top,Parent=_UI.LBL_CHANGELOG.SF_CHANGELOG})
  8318. MSG_POSITION = MSG_POSITION + UDim2.new(0,0,0,30)
  8319. end
  8320. end
  8321.  
  8322. _UI.LBL_CHANGELOG.SF_CHANGELOG:ClearAllChildren()
  8323. wait()
  8324. form_Messages()
  8325.  
  8326. local switching_State = false; previous_tab = CONTENT_HOME; new_tab = nil
  8327.  
  8328. local function switch_tab(activeButton)
  8329. if switching_State or 'CONTENT_'..activeButton == previous_tab.Name then return end
  8330. switching_State = true
  8331. for _,v in pairs(_UI.MAIN_FRAME.CONTENT_HOLDER:GetChildren()) do
  8332. if previous_tab ~= nil then -- Slide the last tab to the right
  8333. previous_tab:TweenPosition(UDim2.new(1.2,0,0,0),'Out','Quad',.5)
  8334. end
  8335.  
  8336. if v.Name ~= 'CONTENT_'..activeButton then
  8337. if previous_tab ~= nil and previous_tab ~= v then
  8338. v.Visible = false
  8339. v.Position = UDim2.new(-1.2,0,0,0)
  8340. end
  8341. else
  8342. v.Visible = true
  8343. v:TweenPosition(UDim2.new(0,0,0,0),'Out','Quad',.5)
  8344.  
  8345. new_tab = v
  8346. end
  8347. end
  8348. wait(.5)
  8349. previous_tab.Position = UDim2.new(-1.2,0,0,0)
  8350. previous_tab = new_tab
  8351. switching_State = false
  8352. end
  8353.  
  8354.  
  8355. --Universal
  8356. _UI.MAIN_FRAME.FEATURES.BT_UNIVERSAL.MouseButton1Down:connect(function(a)
  8357. switch_tab('UNIVERSAL')
  8358. end)
  8359.  
  8360. --Home
  8361.  
  8362. _UI.MAIN_FRAME.FEATURES.BT_HOME.MouseButton1Down:connect(function(a)
  8363. switch_tab('HOME')
  8364. end)
  8365.  
  8366. --Local Player
  8367.  
  8368. _UI.MAIN_FRAME.FEATURES.BT_LOCALPLAYER.MouseButton1Down:connect(function(a)
  8369. switch_tab('LOCALPLAYER')
  8370. end)
  8371.  
  8372. --Player
  8373. _UI.MAIN_FRAME.FEATURES.BT_PLAYERS.MouseButton1Down:connect(function(a)
  8374. switch_tab('PLAYER')
  8375. end)
  8376.  
  8377. _UI.MAIN_FRAME.FEATURES.BT_VEHICLE.MouseButton1Down:connect(function(a)
  8378. switch_tab('VEHICLE')
  8379. end)
  8380.  
  8381. _UI.MAIN_FRAME.FEATURES.BT_SETTINGS.MouseButton1Down:connect(function(a)
  8382. switch_tab('SETTINGS')
  8383. end)
  8384.  
  8385.  
  8386.  
  8387.  
  8388.  
  8389.  
  8390. --Server Message Button
  8391.  
  8392. MSG_CHANGEING_STATE = false
  8393. local _MSG_STATE = 'Hidden'
  8394. CONTENT_UNIVERSAL.BT_MESSAGE.MouseButton1Click:connect(function()
  8395. if MSG_CHANGEING_STATE then return end
  8396. MSG_CHANGEING_STATE = true
  8397. if _MSG_STATE == 'Hidden' then
  8398. _MSG_STATE = 'Visible'
  8399. _UI.LBL_MSG.SF_MSG.BT_SEND.Visible = true
  8400. _UI.LBL_MSG.SF_MSG.TB_MSG.Visible = true
  8401. _UI.LBL_MSG.SF_MSG.TB_COLOR.Visible = true
  8402.  
  8403. _UI.LBL_MSG.Text = 'SERVER MESSAGE'
  8404. _UI.LBL_MSG:TweenSize(UDim2.new(0.25,0,.05,0),'Out','Quad',1)
  8405. else
  8406. _UI.LBL_MSG.SF_MSG.BT_SEND.Visible = false
  8407. _UI.LBL_MSG.SF_MSG.TB_MSG.Visible = false
  8408. _UI.LBL_MSG.SF_MSG.TB_COLOR.Visible = false
  8409. _MSG_STATE = 'Hidden'
  8410. _UI.LBL_MSG.Text = ''
  8411. _UI.LBL_MSG:TweenSize(UDim2.new(0,0,.05,0),'Out','Quad',1)
  8412. end
  8413. MSG_CHANGEING_STATE = false
  8414. end)
  8415.  
  8416. --Spawning tab Button
  8417.  
  8418. SPWN_CHANGEING_STATE = false
  8419. local _SPWN_STATE = 'Hidden'
  8420. CONTENT_LOCALPLAYER.BT_SPAWN.MouseButton1Click:connect(function()
  8421. if SPWN_CHANGEING_STATE then return end
  8422. SPWN_CHANGEING_STATE = true
  8423. if _SPWN_STATE == 'Hidden' then
  8424. _SPWN_STATE = 'Visible'
  8425. _UI.LBL_SPAWN.Text = 'Spawning'
  8426. _UI.LBL_SPAWN:TweenSize(UDim2.new(0.25,0,.05,0),'Out','Quad',1)
  8427. else
  8428. _SPWN_STATE = 'Hidden'
  8429. _UI.LBL_SPAWN.Text = ''
  8430. _UI.LBL_SPAWN:TweenSize(UDim2.new(0,0,.05,0),'Out','Quad',1)
  8431. end
  8432. SPWN_CHANGEING_STATE = false
  8433. end)
  8434.  
  8435.  
  8436. --/ Button Declarations \--
  8437.  
  8438. --Universal
  8439. local btnKillAll = CONTENT_UNIVERSAL.BT_KALL
  8440. local btnKillZ = CONTENT_UNIVERSAL.KZOMBIES
  8441. local btnStealAllU = CONTENT_UNIVERSAL.BT_SALL
  8442. local btnSendMsg = _UI.LBL_MSG.SF_MSG.BT_SEND
  8443.  
  8444. --Spawning
  8445. local sfrmResults = _UI.LBL_SPAWN.SF_SPAWN.SF_SPAWNING -- PLEASE ADD A SPWANING TAB
  8446. local search = _UI.LBL_SPAWN.SF_SPAWN.TB_COLOR
  8447. local btnSpawn = _UI.LBL_SPAWN.SF_SPAWN.BT_SPAWN
  8448.  
  8449. --Player
  8450. local sfrmPlayers = CONTENT_PLAYER.PlayerList
  8451. local btnKill = CONTENT_PLAYER.BT_KILL
  8452. local btnStealAll = CONTENT_PLAYER.BT_SALL
  8453. local btnGotoP = CONTENT_PLAYER.BT_GOTO
  8454. local lblSelected = CONTENT_PLAYER.SELECTED
  8455.  
  8456. --LocalPlayer
  8457. local btnC4Walk = CONTENT_LOCALPLAYER.BT_C4
  8458. local btnESP = CONTENT_LOCALPLAYER.BT_ESP
  8459. local btnFly = CONTENT_LOCALPLAYER.BT_FLY
  8460. local btnGod = CONTENT_LOCALPLAYER.BT_GOD
  8461. local btnHunger = CONTENT_LOCALPLAYER.BT_HUNGER
  8462. local btnThirst = CONTENT_LOCALPLAYER.BT_THIRST
  8463. local btnNoRecoil = CONTENT_LOCALPLAYER.BT_NORECOIL
  8464.  
  8465. --Vehicles
  8466. local btnCarSpawn = CONTENT_VEHICLE.BT_SPAWN
  8467. local btnGotoV = CONTENT_VEHICLE.BT_GOTO
  8468. local btnSetSpeed = CONTENT_VEHICLE.BT_SPEED
  8469. local speed = CONTENT_VEHICLE.TB_SPEED
  8470.  
  8471. --/ End Button Declarations \--
  8472.  
  8473.  
  8474. --Variables
  8475. local sfrmAvailable = CONTENT_VEHICLE.ScrollingFrame
  8476. local lblSelV = CONTENT_VEHICLE.SELECTED
  8477. local player = game.Players.LocalPlayer
  8478.  
  8479. --/ Values \--
  8480.  
  8481. local gmode = Instance.new("BoolValue", _UI)
  8482. gmode.Name = "GodMode"
  8483. local floatmode = Instance.new("BoolValue", _UI)
  8484. floatmode.Name = "FloatMode"
  8485. local ncmode = Instance.new("BoolValue", _UI)
  8486. ncmode.Name = "NCMode"
  8487. local c4walkon = Instance.new("BoolValue", _UI)
  8488. c4walkon.Name = "C4WalkOn"
  8489. c4walkon.Value = false
  8490. local espon = Instance.new("BoolValue", _UI)
  8491. espon.Name = "ESPOn"
  8492. espon.Value = false
  8493. local flyon = Instance.new("BoolValue", _UI)
  8494. flyon.Name = "FlyOn"
  8495. flyon.Value = false
  8496.  
  8497.  
  8498.  
  8499. --
  8500.  
  8501. function alphabetize(p1, p2) --takes two player names and returns true when p1 < p2 alphabetically
  8502. local name1 = p1.Name:lower()
  8503. local n1 = name1:sub(1, 1):byte()
  8504.  
  8505. local name2 = p2.Name:lower()
  8506. local n2 = name2:sub(1, 1):byte()
  8507.  
  8508. if n1 < n2 then return true else return false end
  8509. end
  8510.  
  8511. --spawn stuff
  8512.  
  8513. local loot = game.Lighting.LootDrops:GetChildren()
  8514. local names = {}
  8515.  
  8516. for i = 1, #loot do if loot[i]:IsA("Model") then table.insert(names, loot[i].Name) end end
  8517.  
  8518. function getMatches(text)
  8519. local matches = {}
  8520. for i = 1, #loot do
  8521. local name = loot[i].Name:lower()
  8522. if name:find(text:lower()) then table.insert(matches, loot[i]) end
  8523. end
  8524. table.sort(matches, alphabetize)
  8525. return matches
  8526. end
  8527.  
  8528. search.Changed:connect(function()
  8529.  
  8530. for i, v in ipairs(sfrmResults:GetChildren()) do v:Destroy() end
  8531.  
  8532. local text = search.Text
  8533. local matches = getMatches(text)
  8534.  
  8535. if matches then
  8536.  
  8537. sfrmResults.Visible = true
  8538. sfrmResults.CanvasSize = UDim2.new(0, 225, 0, (#matches*25) - 25)
  8539.  
  8540. for i = 1, #matches do
  8541. local item = matches[i].Name
  8542. local btn = Instance.new("TextButton", sfrmResults)
  8543. btn.Font = Enum.Font.SourceSansBold
  8544. btn.FontSize = Enum.FontSize.Size14
  8545. btn.Style = Enum.ButtonStyle.Custom
  8546. btn.BackgroundColor3 = Color3.new(56/255, 136/255, 255.255)
  8547. btn.Text = item
  8548. btn.TextColor3 = Color3.new(255, 255, 255)
  8549. btn.TextXAlignment = Enum.TextXAlignment.Left
  8550. btn.Name = item
  8551. btn.Position = UDim2.new(0, 0, 0, (i*25) - 25)
  8552. btn.Size = UDim2.new(0, 210, 0, 25)
  8553.  
  8554. btn.MouseButton1Click:connect(function() search.Text = btn.Text end)
  8555.  
  8556. end
  8557.  
  8558. end
  8559.  
  8560. if not matches then sfrmResults.Visible = false end
  8561.  
  8562. end)
  8563. --check()
  8564. function getNextOpenSlot()
  8565. for i = 1, 20 do
  8566. if not player.playerstats.slots["slot"..i]:FindFirstChild("ObjectID") then return i end
  8567. end
  8568. end
  8569.  
  8570. function getItemID(text) --takes text name of item and returns object id
  8571. if game.Lighting:FindFirstChild(text) then
  8572. local id = game.Lighting:FindFirstChild(text).ObjectID.Value
  8573. return id
  8574. else return nil
  8575. end
  8576. end
  8577.  
  8578. function findItemFromPlayer(text) --returns slot of item if player has it, else nil
  8579.  
  8580. if getItemID(text) then
  8581.  
  8582. for i, plr in pairs(game.Players:GetPlayers()) do
  8583.  
  8584. for i = 1, 20 do
  8585. local slot = plr.playerstats.slots["slot"..i]
  8586. if slot:FindFirstChild("ObjectID") then if slot.ObjectID.Value == getItemID(text) then return slot end
  8587. end
  8588.  
  8589. local slotp = player.playerstats.slots.slotprimary
  8590. local slots = player.playerstats.slots.slotsecondary
  8591. if slotp:FindFirstChild("ObjectID") and slotp.ObjectID == getItemID(text) then return slotp
  8592. elseif slots:FindFirstChild("ObjectID") and slots.ObjectID == getItemID(text) then return slots
  8593. else return nil
  8594. end
  8595. end
  8596. end
  8597. end
  8598. end
  8599.  
  8600.  
  8601. --
  8602. btnSpawn.MouseButton1Click:connect(function()
  8603. local text = search.Text
  8604. if workspace.SpawnLoot:FindFirstChild(text) then --if item is spawned somewhere in the world, will grab
  8605. workspace.Remote.GrabItem:FireServer(player.playerstats.slots["slot"..getNextOpenSlot()], workspace.SpawnLoot:FindFirstChild(text), workspace.SpawnLoot:FindFirstChild(text).ObjectID)
  8606. elseif workspace.DropLoot:FindFirstChild(text) then
  8607. workspace.Remote.GrabItem:FireServer(player.playerstats.slots["slot"..getNextOpenSlot()], workspace.DropLoot:FindFirstChild(text), workspace.DropLoot:FindFirstChild(text).ObjectID)
  8608. elseif findItemFromPlayer(text) then
  8609. local slot = findItemFromPlayer(text)
  8610. workspace.Remote.DropItem(slot, slot.ObjectID.Value)
  8611. else
  8612. local item = game.Lighting.LootDrops:FindFirstChild(text)
  8613. if not item then btnSpawn.Text = "Error"; wait(2); btnSpawn.Text = "Spawn"; return end
  8614. local spawnloot = item:Clone()
  8615. spawnloot.Parent = workspace
  8616. spawnloot:SetPrimaryPartCFrame(CFrame.new(player.Character.Head.Position + Vector3.new(math.random(-5, 5), 0, math.random(-5, 5))))
  8617. end
  8618. end)
  8619. --
  8620. function getGun()
  8621. local bp = player.Backpack:GetChildren()
  8622. for i = 1, #bp do
  8623. if bp[i]:IsA("Model") and bp[i]:FindFirstChild("Shooter") then return bp[i] end
  8624. end
  8625. return nil
  8626. end
  8627.  
  8628. btnKillAll.MouseButton1Click:connect(function()
  8629.  
  8630. local gun = getGun()
  8631.  
  8632. if not gun then
  8633. btnKillAll.Text = "Error"
  8634. wait()
  8635. btnKillAll.Text = "Kill All"
  8636. return
  8637. end
  8638.  
  8639. for i, plr in ipairs(game.Players:GetPlayers()) do
  8640. if gun and plr.Character and plr ~= player then
  8641. for i = 1, 6 do workspace.Remote.DoHitLogic:FireServer(gun, plr.Character.Head) end
  8642. end
  8643. end
  8644.  
  8645. end)
  8646.  
  8647. btnSendMsg.MouseButton1Click:connect(function()
  8648. for i, v in pairs(game.Players:GetPlayers()) do
  8649. workspace.Remote.SendMessage:FireServer(v, _UI.LBL_MSG.SF_MSG.TB_COLOR.Text, ''.._UI.LBL_MSG.SF_MSG.TB_MSG.Text..'')
  8650. end
  8651. end)
  8652.  
  8653. btnStealAllU.MouseButton1Click:connect(function()
  8654.  
  8655. local plrs = game.Players:GetPlayers()
  8656. for i = 1, #plrs do
  8657.  
  8658. local plr = plrs[i]
  8659.  
  8660. if plr ~= player then
  8661.  
  8662. for i = 1, 20 do --steals all items in inv
  8663. if plr.playerstats.slots:FindFirstChild("slot"..i):FindFirstChild("ObjectID") then
  8664. workspace.Remote.DropItem:FireServer(plr.playerstats.slots:FindFirstChild("slot"..i), plr.playerstats.slots:FindFirstChild("slot"..i).ObjectID)
  8665. end
  8666. end
  8667.  
  8668. if plr.playerstats.slots.slotprimary:FindFirstChild("ObjectID") then --steals primary
  8669. workspace.Remote.DropItem:FireServer(plr.playerstats.slots.slotprimary, plr.playerstats.slots.slotprimary.ObjectID)
  8670. end
  8671.  
  8672. if plr.playerstats.slots.slotsecondary:FindFirstChild("ObjectID") then --steals secondary
  8673. workspace.Remote.DropItem:FireServer(plr.playerstats.slots.slotsecondary, plr.playerstats.slots.slotsecondary.ObjectID)
  8674. end
  8675.  
  8676. for i = 1, 7 do
  8677. if plr.playerstats.utilityslots["slot"..i]:FindFirstChild("ObjectID") then
  8678. workspace.Remote.DropItem:FireServer(plr.playerstats.utilityslots["slot"..i], plr.playerstats.utilityslots["slot"..i].ObjectID)
  8679. end
  8680. end
  8681.  
  8682. end
  8683.  
  8684. end
  8685.  
  8686. end)
  8687.  
  8688. btnKill.MouseButton1Click:connect(function()
  8689. local gun = getGun()
  8690. if not gun or not selplr.Value then btnKill.Text = "Error"; wait(2); btnKill.Text = "Kill"; return end
  8691. for i = 1, 10 do workspace.Remote.DoHitLogic:FireServer(gun, selplr.Value.Character.Head) end
  8692. end)
  8693.  
  8694. btnStealAll.MouseButton1Click:connect(function()
  8695. local plr = selplr.Value
  8696. if not selplr.Value then btnKill.Text = "Error"; wait(2); btnKill.Text = "Kill"; return end
  8697. for i = 1, 20 do --steals all items in inv
  8698. if plr.playerstats.slots:FindFirstChild("slot"..i):FindFirstChild("ObjectID") then
  8699. workspace.Remote.DropItem:FireServer(plr.playerstats.slots:FindFirstChild("slot"..i), plr.playerstats.slots:FindFirstChild("slot"..i).ObjectID)
  8700. end
  8701.  
  8702. if plr.playerstats.slots.slotprimary:FindFirstChild("ObjectID") then --steals primary
  8703. workspace.Remote.DropItem:FireServer(plr.playerstats.slots.slotprimary, plr.Litats.slots.slotprimary.ObjectID)
  8704. end
  8705.  
  8706. if plr.playerstats.slots.slotsecondary:FindFirstChild("ObjectID") then --steals secondary
  8707. workspace.Remote.DropItem:FireServer(plr.playerstats.slots.slotsecondary, plr.playerstats.slots.slotsecondary.ObjectID)
  8708. end
  8709. end
  8710.  
  8711. for i = 1, 7 do --steals utilities
  8712. if plr.playerstats.utilityslots["slot"..i]:FindFirstChild("ObjectID") then
  8713. workspace.Remote.DropItem:FireServer(plr.playerstats.utilityslots["slot"..i], plr.playerstats.utilityslots["slot"..i].ObjectID)
  8714. end
  8715. end
  8716. end)
  8717.  
  8718. btnKillZ.MouseButton1Click:connect(function()
  8719. for i, town in ipairs(workspace.Zombies:GetChildren()) do
  8720. for i, z in pairs(town:GetChildren()) do
  8721. if z:IsA("Model") then workspace.Remote.DamageZombie:FireServer(z:FindFirstChild("Humanoid"), 1000) end
  8722. end
  8723. end
  8724. end)
  8725.  
  8726. local function noclip()
  8727. for i, v in pairs(player.Character:GetChildren()) do
  8728. if v:IsA("Part") then v.CanCollide = false end
  8729. end
  8730. end
  8731.  
  8732. btnGotoP.MouseButton1Click:connect(function()
  8733. local plr = selplr.Value
  8734. local o = plr.Name
  8735. player.Character.HumanoidRootPart.CFrame = CFrame.new(game.Players[o].Character.HumanoidRootPart.Position)
  8736. end)
  8737.  
  8738. --LocalPlayer
  8739. btnGod.MouseButton1Click:connect(function()
  8740. game.Workspace.Remote.AddDamageSelf:FireServer(game.Players.LocalPlayer.Character.Humanoid, math.huge)
  8741. end)
  8742.  
  8743. btnHunger.MouseButton1Click:connect(function() player.playerstats.Hunger.Value = 1000 end)
  8744. btnThirst.MouseButton1Click:connect(function() player.playerstats.Thirst.Value = 1000 end)
  8745. --check()
  8746. btnC4Walk.MouseButton1Click:connect(function()
  8747. if not c4walkon.Value then
  8748. c4walkon.Value = true
  8749. btnC4Walk.Text = "C4Walk: ON"
  8750. spawn(function()
  8751. while true do
  8752. workspace.Remote.PlaceC4:FireServer(game.Lighting.Materials.C4Placed, player.Character.Torso.Position - Vector3.new(1, 3, 1), true)
  8753. wait(.5)
  8754. if (not c4walkon.Value) or player.playerstats.Health == 0 then break end
  8755. end
  8756. end)
  8757.  
  8758. else c4walkon.Value = false; btnC4Walk.Text = "C4Walk: OFF" end
  8759.  
  8760. end)
  8761.  
  8762. btnESP.MouseButton1Click:connect(function()
  8763. if not espon.Value then
  8764. espon.Value = true
  8765. btnESP.Text = "ESP: ON"
  8766.  
  8767. local function creategui(plr)
  8768.  
  8769. if plr.Character then
  8770. local dot = Instance.new("BillboardGui", player.PlayerGui)
  8771. dot.Adornee = plr.Character.Head
  8772. dot.AlwaysOnTop = true
  8773. dot.Enabled = true
  8774. dot.Active = false
  8775. dot.Size = UDim2.new(0, 25, 0, 12.5)
  8776.  
  8777. local lbl = Instance.new("TextLabel", dot)
  8778. lbl.Size = UDim2.new(0, 25, 0, 12.5)
  8779. lbl.BackgroundColor3 = Color3.new(56/255, 136/255, 255.255)
  8780. lbl.BackgroundTransparency = 0.7
  8781. lbl.TextColor3 = Color3.new(255, 255, 255)
  8782.  
  8783. spawn(function() --updates distance and name
  8784. while true do
  8785. for i = 1, 30 do wait(.1) lbl.Text = math.floor((player.Character.Head.Position - plr.Character.Head.Position).magnitude).." m" end --keeps distance updating while displayed
  8786. lbl.TextScaled = false
  8787. lbl.Text = plr.Name
  8788. wait(3)
  8789. if not espon.Value then break end
  8790. end
  8791. end)
  8792. end
  8793.  
  8794. end
  8795.  
  8796. local function vehiclegui(veh)
  8797. local dot = Instance.new("BillboardGui", player.PlayerGui)
  8798. dot.Adornee = veh.PrimaryPart
  8799. dot.AlwaysOnTop = true
  8800. dot.Enabled = true
  8801. dot.Active = false
  8802. dot.Size = UDim2.new(0, 25, 0, 12.5)
  8803.  
  8804. local lbl = Instance.new("TextLabel", dot)
  8805. lbl.Size = UDim2.new(0, 25, 0, 12.5)
  8806. lbl.BackgroundColor3 = Color3.new(0, 255, 0)
  8807. lbl.BackgroundTransparency = 0.7
  8808. lbl.TextColor3 = Color3.new(255, 255, 255)
  8809.  
  8810. spawn(function() --updates distance and name
  8811. while true do
  8812. for i = 1, 30 do wait(.1) lbl.Text = math.floor((player.Character.Head.Position - veh.PrimaryPart.Position).magnitude).." m" end --keeps distance updating while displayed
  8813. lbl.Text = veh.Name
  8814. wait(3)
  8815. if not espon.Value then break end
  8816. end
  8817. end)
  8818. end
  8819.  
  8820.  
  8821. for i, plr in pairs(game.Players:GetPlayers()) do
  8822. if workspace:FindFirstChild(plr.Name) and plr.Character and plr ~= player and espon.Value then
  8823. creategui(plr)
  8824. end
  8825. end
  8826.  
  8827. for i, v in pairs(getVehicles()) do
  8828. if v then vehiclegui(v) end
  8829. end
  8830.  
  8831. game.Players.PlayerAdded:connect(function(plr)
  8832. workspace:WaitForChild(plr.Name)
  8833. if espon.Value then
  8834. creategui(plr)
  8835. end
  8836. end)
  8837.  
  8838.  
  8839.  
  8840. else
  8841. for i, handle in ipairs(player.PlayerGui:GetChildren()) do
  8842. if handle:IsA("BillboardGui") then handle:Destroy() end
  8843. end
  8844.  
  8845. espon.Value = false
  8846. btnESP.Text = "ESP: OFF"
  8847.  
  8848. end
  8849. end)
  8850.  
  8851. btnFly.MouseButton1Click:connect(function()
  8852. if not flyon.Value then
  8853.  
  8854. flyon.Value = true
  8855. btnFly.Text = "Fly: ON"
  8856.  
  8857. local t = player.Character.Torso
  8858. bv = Instance.new("BodyVelocity", t)
  8859. bg = Instance.new("BodyGyro", t)
  8860. bg.MaxTorque = Vector3.new(1E12, 1E12, 1E12)
  8861. bv.MaxForce = Vector3.new(1E12, 1E12, 1E12)
  8862. bv.P = 3000
  8863.  
  8864. local spd = 300
  8865.  
  8866. keysEnabled = game:GetService("UserInputService").InputBegan:connect(function(iobj)
  8867.  
  8868. local keycode = iobj.KeyCode
  8869. if keycode ~= Enum.KeyCode.W and keycode ~= Enum.KeyCode.A and keycode ~= Enum.KeyCode.S and keycode ~= Enum.KeyCode.D
  8870. and keycode ~= Enum.KeyCode.Q and keycode ~= Enum.KeyCode.E then return end--prevents lag
  8871.  
  8872. local deb = true
  8873.  
  8874. while true do
  8875. if deb then
  8876. wait()
  8877. if not deb then break end
  8878. keyup = game:GetService("UserInputService").InputEnded:connect(function(iobj2) if iobj2.KeyCode == keycode then deb = false end end)
  8879.  
  8880. if keycode == Enum.KeyCode.W then bg.CFrame = t.CFrame * CFrame.fromAxisAngle(Vector3.new(1, 0, 0), -math.pi/10) end
  8881. if keycode == Enum.KeyCode.S then bg.CFrame = t.CFrame * CFrame.fromAxisAngle(Vector3.new(1, 0, 0), math.pi/10) end
  8882. if keycode == Enum.KeyCode.A then bg.CFrame = t.CFrame * CFrame.fromAxisAngle(Vector3.new(0, 0, 1), math.pi/10) end
  8883. if keycode == Enum.KeyCode.D then bg.CFrame = t.CFrame * CFrame.fromAxisAngle(Vector3.new(0, 0, 1), -math.pi/10) end
  8884. if keycode == Enum.KeyCode.Q then bg.CFrame = t.CFrame * CFrame.fromAxisAngle(Vector3.new(0, 1, 0), math.pi/10) end
  8885. if keycode == Enum.KeyCode.E then bg.CFrame = t.CFrame * CFrame.fromAxisAngle(Vector3.new(0, 1, 0), -math.pi/10) end
  8886.  
  8887. if keycode == Enum.KeyCode.Up then spd = spd + 200 end
  8888. if keycode == Enum.KeyCode.Down then spd = spd - 200 end
  8889.  
  8890. bv.Velocity = bg.CFrame.lookVector*spd
  8891. player.Character.Humanoid.Sit = true
  8892. if not player.Character.Humanoid.Sit then break end
  8893. if not deb then break end
  8894. else break end
  8895. end
  8896. end)
  8897.  
  8898. else keysEnabled:disconnect(); keyup:disconnect(); bv.Velocity = Vector3.new(); bv:Destroy(); bg:Destroy(); flyon.Value = false end
  8899.  
  8900. end)
  8901.  
  8902. function getGuns() --returns both primary and secondary if available
  8903. local tab = {}
  8904. for i, v in pairs(player.Backpack:GetChildren()) do
  8905. if v:FindFirstChild("Shooter") then table.insert(tab, v) end
  8906. end
  8907. if #tab > 1 then return tab[1], tab[2]
  8908. else return tab[1] end
  8909. end
  8910.  
  8911. btnNoRecoil.MouseButton1Click:connect(function()
  8912. local primary, secondary = getGuns()
  8913. if primary and secondary then
  8914. local primary, secondary = getGuns()
  8915. primary.Stats.Recoil.Value = "aBiPYSaIBA"
  8916. secondary.Stats.Recoil.Value = "aBiPYSaIBA"
  8917. elseif not secondary then
  8918. primary.Stats.Recoil.Value = "aBiPYSaIBA"
  8919. else btnNoRecoil.Text = "Error"; wait(1.5); btnNoRecoil.Text = "No Recoil"
  8920. end
  8921. end)
  8922.  
  8923. --Vehicles
  8924. local selv = Instance.new("ObjectValue", _UI)
  8925. selv.Name = "SelectedVehicle"
  8926. function getVehicles()
  8927. local vs = game.Workspace.Vehicles:GetChildren()
  8928. local vehicles = {}
  8929. for i = 1, #vs do
  8930. if vs[i].Name ~= "Holder" and vs[i].Name ~= "VehicleWreck" then table.insert(vehicles, vs[i]) end
  8931. end
  8932. table.sort(vehicles, alphabetize)
  8933. return vehicles
  8934. end
  8935. --[[
  8936. local vehicles = getVehicles()
  8937. for i = 1, #vehicles do
  8938. local veh = vehicles[i]
  8939. local btn = Instance.new("TextButton", sfrmAvailable)
  8940. btn.Name = veh.Name
  8941. btn.Text = veh.Name
  8942. btn.Size = UDim2.new(0, 210, 0, 25)
  8943. btn.Font = Enum.Font.SourceSansBold
  8944. btn.FontSize = Enum.FontSize.Size14
  8945. btn.TextColor3 = Color3.new(255, 255, 255)
  8946. btn.Style = Enum.ButtonStyle.Custom
  8947. btn.BackgroundColor3 = Color3.new(56/255, 136/255, 255.255)
  8948. btn.Position = UDim2.new(0, 0, 0, (i * 25) - 25)
  8949. btn.Visible = true
  8950.  
  8951. btn.MouseButton1Click:connect(function()
  8952. selv.Value = veh --To be handled by action buttons, cuz this bit is messy
  8953. lblSelV.Text = "Selected: "..veh.Name
  8954. end)
  8955. end
  8956. ]]
  8957. local function formVehicleList()
  8958. CONTENT_VEHICLE.ScrollingFrame:ClearAllChildren()
  8959. wait()
  8960. local curVehiclePosition = UDim2.new(0,0,0,0)
  8961. for _,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  8962. local VehicleButton = formInstance('TextButton', {BackgroundColor3=Color3.fromRGB(62,175,255),BorderSizePixel=2,BorderColor3=Color3.fromRGB(255,255,255),
  8963. Position=curVehiclePosition,Size=UDim2.new(1,0,0,25),ZIndex=2,TextSize=14,Font=Enum.Font.SourceSansBold,Text=v.Name,TextColor3=Color3.fromRGB(255,255,255),TextWrapped=true,Parent=CONTENT_VEHICLE.ScrollingFrame})
  8964. curVehiclePosition = curVehiclePosition + UDim2.new(0,0,0,25)
  8965. CONTENT_VEHICLE.ScrollingFrame.CanvasSize = UDim2.new(0,0,0,(30*#game.Workspace.Vehicles:GetChildren()))
  8966. VehicleButton.MouseButton1Click:connect(function()
  8967.  
  8968.  
  8969. CONTENT_VEHICLE.SELECTED.Text = 'SELECTED: '..v.Name
  8970. selv.Value = v
  8971. end)
  8972.  
  8973.  
  8974. end
  8975. end
  8976.  
  8977. formVehicleList()
  8978. --[[function updateV()
  8979. for i, v in pairs(sfrmAvailable:GetChildren()) do v:Destroy() end
  8980. local vehicles = getVehicles()
  8981. for i = 1, #vehicles do
  8982. local veh = vehicles[i]
  8983. local btn = Instance.new("TextButton", sfrmAvailable)
  8984. btn.Name = veh.Name
  8985. btn.Text = veh.Name
  8986. btn.Size = UDim2.new(0, 210, 0, 25)
  8987. btn.Font = Enum.Font.SourceSansBold
  8988. btn.FontSize = Enum.FontSize.Size14
  8989. btn.TextColor3 = Color3.new(255, 255, 255)
  8990. btn.Style = Enum.ButtonStyle.Custom
  8991. btn.BackgroundColor3 = Color3.new(56/255, 136/255, 255.255)
  8992. btn.Position = UDim2.new(0, 0, 0, (i * 25) - 25)
  8993.  
  8994. sfrmAvailable.CanvasSize = UDim2.new(0, 0, 0, (#vehicles * 25))
  8995.  
  8996. btn.MouseButton1Click:connect(function()
  8997. selv.Value = veh --To be handled by action buttons, cuz this bit is messy
  8998. lblSelV.Text = "Selected: "..veh.Name
  8999. end)
  9000. end
  9001. end
  9002.  
  9003.  
  9004. spawn(function() while true do updateV(); wait(1); end end)]]
  9005.  
  9006.  
  9007. btnSetSpeed.MouseButton1Click:connect(function()
  9008. local veh = selv.Value
  9009. if veh and veh:FindFirstChild("Stats") and tonumber(speed.Text) then
  9010. veh.Stats.MaxSpeed.Value = speed.Text
  9011. veh.Stats.MaxSpeed.Offroad.Value = speed.Text
  9012. else btnSetSpeed.Text = "Error"; wait(2); btnSetSpeed.Text = "SetSpeed" end
  9013. end)
  9014.  
  9015. btnCarSpawn.MouseButton1Click:connect(function()
  9016. local activeveh = ""
  9017. local vehname = activeveh
  9018. local veh = selv.Value
  9019. local torsopos = game.Players.LocalPlayer.Character.Torso.Position
  9020. local vehpos = veh.PrimaryPart.Position
  9021. local newpos = Vector3.new(torsopos.x - vehpos.x, torsopos.y - vehpos.y, torsopos.z - vehpos.z) + Vector3.new(20, 0, 0)
  9022. game.Workspace.Remote.PlaceMaterial:FireServer(veh, newpos)
  9023. local workspacecar = game.Workspace:FindFirstChild(vehname)
  9024. workspacecar.Parent = game.Lighting
  9025. end)
  9026.  
  9027. btnGotoV.MouseButton1Click:connect(function()
  9028. if selv.Value then
  9029. local veh = selv.Value
  9030. player.Character.HumanoidRootPart.CFrame = CFrame.new(veh.PrimaryPart.Position + Vector3.new(0, 7, 0))
  9031. end
  9032. end)
  9033.  
  9034. player.PlayerGui.SkyboxRenderMode:Destroy()
  9035. player.PlayerGui.HitEqualsYouDie.JumpLimiter:Destroy()
  9036.  
  9037. --End Of Function
  9038.  
  9039. end
  9040.  
  9041. startUp()
  9042.  
  9043. -- Next
  9044.  
  9045. --[[
  9046. made by: Clinton8Luke
  9047. um.. yea
  9048. --]]
  9049. local localplayer = game:GetService("Players").LocalPlayer
  9050. local mouse = localplayer:GetMouse()
  9051. c = game.CoreGui.RobloxGui
  9052. local c = localplayer.PlayerGui
  9053.  
  9054. function setButtonPrefs(btn) --Button Object, its a style ok
  9055. btn.TextWrapped = true
  9056. btn.TextScaled = true
  9057. btn.Style = Enum.ButtonStyle.RobloxRoundDropdownButton
  9058. btn.TextColor3 = Color3.new(.05, .05, .05)
  9059. btn.TextStrokeTransparency = .75
  9060. btn.TextStrokeColor3 = Color3.new(.33, .33, .33)
  9061. btn.Font = Enum.Font.Legacy
  9062. btn.BackgroundTransparency = .66
  9063. end
  9064.  
  9065. function setLabelPrefs(lbl) --Label Object, its a style ok
  9066. lbl.TextWrapped = true
  9067. lbl.TextScaled = true
  9068. lbl.TextColor3 = Color3.new(0, 0, 0)
  9069. lbl.TextStrokeTransparency = .75
  9070. lbl.TextStrokeColor3 = Color3.new(.75, .75, .75)
  9071. lbl.Font = Enum.Font.SourceSansLight
  9072. lbl.BackgroundTransparency = .66
  9073. end
  9074.  
  9075. local c8lGui = Instance.new("ScreenGui", c)
  9076. c8lGui.Name = "Host"
  9077. local mainFrame = Instance.new("Frame", c8lGui)
  9078. mainFrame.Visible = false
  9079. mainFrame.Size = UDim2.new(.25, 0, .33, 0)
  9080. mainFrame.Position = UDim2.new((.5 - mainFrame.Size.X.Scale/2) + 1/6, 0, .5 - mainFrame.Size.Y.Scale/2, 0)
  9081. mainFrame.Active = true
  9082. mainFrame.Draggable = true
  9083. mainFrame.Style = Enum.FrameStyle.RobloxSquare
  9084. local credits = Instance.new("TextLabel", mainFrame)
  9085. credits.Size = UDim2.new(.2, 0, .05, 0)
  9086. credits.Position = UDim2.new(-credits.Size.X.Scale/2.5, 0, -credits.Size.Y.Scale, 2)
  9087. credits.BackgroundTransparency = 1
  9088. credits.TextColor3 = Color3.new(51/255, 102/255, 255/255)
  9089. credits.Font = Enum.Font.ArialBold
  9090. credits.TextScaled = true
  9091. credits.TextStrokeTransparency = .9
  9092. credits.Text = "C8L"
  9093. local tabsFrame = Instance.new("Frame", mainFrame)
  9094. tabsFrame.Size = UDim2.new(1, 0, mainFrame.Size.Y.Scale/4, 0)
  9095. tabsFrame.BackgroundTransparency = 1
  9096. local tabsFolder = Instance.new("Folder", mainFrame)
  9097. local tabsSize, tabsPosition = UDim2.new(1, 0, 1 - tabsFrame.Size.Y.Scale, 0), UDim2.new(0, 0, tabsFrame.Size.Y.Scale)
  9098. local tabSpawnBtn = Instance.new("TextButton", tabsFrame)
  9099. tabSpawnBtn.Size = UDim2.new(.33, 0, 1, 0)
  9100. tabSpawnBtn.Position = UDim2.new(0/3, 0, 0, 0)
  9101. setButtonPrefs(tabSpawnBtn)
  9102. tabSpawnBtn.Text = "Spawn"
  9103. local tabCmdsBtn = Instance.new("TextButton", tabsFrame)
  9104. tabCmdsBtn.Size = UDim2.new(.33, 0, 1, 0)
  9105. tabCmdsBtn.Position = UDim2.new(1/3, 0, 0, 0)
  9106. setButtonPrefs(tabCmdsBtn)
  9107. tabCmdsBtn.Text = "Commands"
  9108. local tabSpawn = Instance.new("Frame", tabsFolder)
  9109. tabSpawn.Size = tabsSize
  9110. tabSpawn.Position = tabsPosition
  9111. tabSpawn.BackgroundColor3 = Color3.new(1, 1, 1)
  9112. tabSpawn.BackgroundTransparency = .5
  9113. local tabSpawnSpawnList = Instance.new("ScrollingFrame", tabSpawn)
  9114. tabSpawnSpawnList.Size = UDim2.new(.66, 0, .8, 0)
  9115. tabSpawnSpawnList.Position = UDim2.new(0, 0, .1, 0)
  9116. tabSpawnSpawnList.BackgroundTransparency = .9
  9117. tabSpawnSpawnList.ScrollBarThickness = 8
  9118. local tabSpawnSpawnSelected = Instance.new("TextLabel", tabSpawn)
  9119. tabSpawnSpawnSelected.Size = UDim2.new(tabSpawnSpawnList.Size.X.Scale, 0, .1, 0)
  9120. tabSpawnSpawnSelected.Position = UDim2.new(0, 0, tabSpawnSpawnList.Size.Y.Scale + tabSpawnSpawnSelected.Size.Y.Scale, 0)
  9121. tabSpawnSpawnSelected.BackgroundTransparency = 1
  9122. tabSpawnSpawnSelected.TextColor3 = Color3.new(1, 1, 1)
  9123. local spawnItemSelected = nil
  9124. tabSpawnSpawnSelected.Text = ("Item selected: nil")
  9125. function PutItemsInSpawnTab() --im not creative
  9126. tabSpawnSpawnList.CanvasSize = UDim2.new(0, 0, #game:GetService("Lighting").LootDrops:GetChildren() / 10, 0)
  9127. for i,v in pairs(game:GetService("Lighting").LootDrops:GetChildren()) do
  9128. local spawnItem = Instance.new("TextButton", tabSpawnSpawnList)
  9129. spawnItem.Size = UDim2.new(1, 0, 1 / (#game:GetService("Lighting").LootDrops:GetChildren()), 0)
  9130. spawnItem.Position = UDim2.new(0, 0, (i * spawnItem.Size.Y.Scale) - spawnItem.Size.Y.Scale, 0)
  9131. setButtonPrefs(spawnItem)
  9132. spawnItem.Name = v.Name
  9133. spawnItem.Text = v.Name
  9134. spawnItem.MouseButton1Click:connect(function()
  9135. spawnItemSelected = game:GetService("Lighting").LootDrops[spawnItem.Name] or nil
  9136. if spawnItemSelected ~= nil then
  9137. tabSpawnSpawnSelected.Text = ("Item selected: "..spawnItemSelected.Name)
  9138. else
  9139. tabSpawnSpawnSelected.Text = "Item selected: nil"
  9140. end
  9141. end)
  9142. end
  9143. end
  9144. PutItemsInSpawnTab()
  9145. local spawnButton = Instance.new("TextButton", tabSpawn)
  9146. spawnButton.Size = UDim2.new(1 - tabSpawnSpawnList.Size.X.Scale, 0, .1)
  9147. spawnButton.Position = UDim2.new(tabSpawnSpawnList.Size.X.Scale, 0, 0, 0)
  9148. spawnButton.Text = "Spawn"
  9149. setButtonPrefs(spawnButton)
  9150. spawnButton.MouseButton1Click:connect(function()
  9151. if spawnItemSelected ~= nil then
  9152. local new = spawnItemSelected:Clone()
  9153. new.Parent = workspace
  9154. new:MoveTo(localplayer.Character.Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  9155. end
  9156. end)
  9157. local spawnSearchTextBox = Instance.new("TextBox", tabSpawn)
  9158. spawnSearchTextBox.Size = UDim2.new(tabSpawnSpawnList.Size.X.Scale, 0, .1, 0)
  9159. spawnSearchTextBox.BackgroundTransparency = .5
  9160. spawnSearchTextBox.Text = "Search for an item"
  9161. setLabelPrefs(spawnSearchTextBox)
  9162. local spawnRefreshButton = Instance.new("TextButton", tabSpawn)
  9163. spawnRefreshButton.Size = UDim2.new(1 - tabSpawnSpawnList.Size.X.Scale, 0, .1)
  9164. spawnRefreshButton.Position = UDim2.new(tabSpawnSpawnList.Size.X.Scale, 0, spawnRefreshButton.Size.Y.Scale, 0)
  9165. spawnRefreshButton.Text = "Refresh List"
  9166. spawnRefreshButton.MouseButton1Click:connect(function()
  9167. ClearOrRefreshList(false, tabSpawnSpawnList) --refresh list
  9168. spawnSearchTextBox.Text = "Search for an item"
  9169. end)
  9170. setButtonPrefs(spawnRefreshButton)
  9171.  
  9172. function ClearOrRefreshList(bool, list) --true = clear, false = refresh | LOL I KNOW THIS IS INEFFICIENT
  9173. if bool then --clear
  9174. if #list:GetChildren() > 0 then
  9175. for _,p in pairs(list:GetChildren()) do
  9176. p:Destroy()
  9177. end
  9178. else
  9179. error("won't clear something that's not there") --if any1 is reading this then hi leave vouch copy plz maybe
  9180. end
  9181. else --refresh
  9182. for _,p in pairs(list:GetChildren()) do
  9183. p:Destroy()
  9184. end
  9185. PutItemsInSpawnTab()
  9186. end
  9187. end
  9188.  
  9189. function spawnSearchForItem(input) --string, returns a table full of the objects found
  9190. local spawnItemsFound = {}
  9191. for i,v in pairs(game:GetService("Lighting").LootDrops:GetChildren()) do
  9192. if string.find(string.lower(v.Name), string.lower(input)) then
  9193. table.insert(spawnItemsFound, v)
  9194. end
  9195. end
  9196. return spawnItemsFound
  9197. end
  9198.  
  9199. spawnSearchTextBox.FocusLost:connect(function(input)
  9200. if spawnSearchTextBox.Text ~= "" then
  9201. if #spawnSearchForItem(spawnSearchTextBox.Text) > 0 then
  9202. ClearOrRefreshList(true, tabSpawnSpawnList)
  9203. tabSpawnSpawnList.CanvasSize = UDim2.new(0, 0, #spawnSearchForItem(spawnSearchTextBox.Text) / 10, 0)
  9204. for i=1, #spawnSearchForItem(spawnSearchTextBox.Text) do --I REALLY SHOULD HAD MADE A FUCKING VARIABLE FOR THAT SHIT :'(
  9205. local spawnItem = Instance.new("TextButton", tabSpawnSpawnList)
  9206. spawnItem.Size = UDim2.new(1, 0, 1 / #spawnSearchForItem(spawnSearchTextBox.Text), 0)
  9207. spawnItem.Position = UDim2.new(0, 0, (i * spawnItem.Size.Y.Scale) - spawnItem.Size.Y.Scale, 0)
  9208. spawnItem.Name = spawnSearchForItem(spawnSearchTextBox.Text)[i].Name
  9209. spawnItem.Text = spawnSearchForItem(spawnSearchTextBox.Text)[i].Name
  9210. setButtonPrefs(spawnItem)
  9211. spawnItem.MouseButton1Click:connect(function()
  9212. spawnItemSelected = game:GetService("Lighting").LootDrops[spawnItem.Name] or nil
  9213. if spawnItemSelected ~= nil then
  9214. tabSpawnSpawnSelected.Text = ("Item selected: "..spawnItemSelected.Name)
  9215. else
  9216. tabSpawnSpawnSelected.Text = "Item selected: nil"
  9217. end
  9218. end)
  9219. end
  9220. spawnSearchTextBox.Text = (#spawnSearchForItem(spawnSearchTextBox.Text).." items found")
  9221. else
  9222. spawnSearchTextBox.Text = "Item not found"
  9223. end
  9224. else
  9225. spawnSearchTextBox.Text = "Input an item name..."
  9226. end
  9227. end)
  9228. local tabCmds = Instance.new("Frame", tabsFolder) --at this point i wanted to kill myself.. 150 lines just for 1 tab
  9229. --edit: i just fucking deleted the cmdsTab code shit because i did things retarded... rip 100 lines FUCK MY LIFE
  9230. tabCmds.Size = tabsSize
  9231. tabCmds.Position = tabsPosition
  9232. tabCmds.BackgroundColor3 = Color3.new(1, 1, 1)
  9233. tabCmds.BackgroundTransparency = .5
  9234. local cmdsBroadcastTextBox = Instance.new("TextBox", tabCmds)
  9235. cmdsBroadcastTextBox.Size = UDim2.new(.75, 0, .1, 0)
  9236. cmdsBroadcastTextBox.Position = UDim2.new(0, 0, .9, 0)
  9237. cmdsBroadcastTextBox.BackgroundTransparency = .5
  9238. cmdsBroadcastTextBox.Text = "Input text to broadcast to server"
  9239. setLabelPrefs(cmdsBroadcastTextBox)
  9240. local cmdsBroadcastButton = Instance.new("TextButton", tabCmds)
  9241. cmdsBroadcastButton.Size = UDim2.new(1 - cmdsBroadcastTextBox.Size.X.Scale, 0, cmdsBroadcastTextBox.Size.Y.Scale, 0)
  9242. cmdsBroadcastButton.Position = UDim2.new(cmdsBroadcastTextBox.Size.X.Scale, 0, .9, 0)
  9243. cmdsBroadcastButton.Text = "Broadcast"
  9244. setButtonPrefs(cmdsBroadcastButton)
  9245. cmdsBroadcastButton.MouseButton1Click:connect(function()
  9246. if cmdsBroadcastTextBox.Text ~= "Input text to broadcast to server" then
  9247. local name = tostring(cmdsBroadcastTextBox.Text)
  9248. for _,p in pairs(game:GetService("Players"):GetChildren()) do
  9249. game:GetService("Lighting").Remote.SendMessage:FireServer(p, "Blue", ""..name)
  9250. end
  9251. end
  9252. end)
  9253. local cmdsPlayerList = Instance.new("ScrollingFrame", tabCmds)
  9254. cmdsPlayerList.CanvasSize = UDim2.new(0, 0, (#game:GetService("Players"):GetChildren() + 1) / 10, 0)
  9255. cmdsPlayerList.Size = UDim2.new(1, 0, .41, 0)
  9256. cmdsPlayerList.BackgroundTransparency = .5
  9257. local cmdsPlayerSelected = Instance.new("TextBox", tabCmds)
  9258. setLabelPrefs(cmdsPlayerSelected)
  9259. cmdsPlayerSelected.Size = UDim2.new(1, 0, .1, 0)
  9260. cmdsPlayerSelected.Position = UDim2.new(0, 0, .41, 0)
  9261. cmdsPlayerSelected.Text = "Playername"
  9262. function addPlayersToCmdsList()
  9263. local xplayerslbl = Instance.new("TextLabel", cmdsPlayerList)
  9264. setLabelPrefs(xplayerslbl)
  9265. xplayerslbl.Text = "Select Player:"
  9266. xplayerslbl.Size = UDim2.new(1, 0, 1 / (#game:GetService("Players"):GetChildren() + 1), 0)
  9267. for i,v in pairs(game:GetService("Players"):GetChildren()) do
  9268. local cmdsPlayerButton = Instance.new("TextButton", cmdsPlayerList)
  9269. setButtonPrefs(cmdsPlayerButton)
  9270. cmdsPlayerButton.Size = UDim2.new(1, 0, xplayerslbl.Size.Y.Scale, 0)
  9271. cmdsPlayerButton.Position = UDim2.new(0, 0, i * cmdsPlayerButton.Size.Y.Scale, 0)
  9272. cmdsPlayerButton.Name = v.Name
  9273. cmdsPlayerButton.Text = v.Name
  9274. cmdsPlayerButton.MouseButton1Click:connect(function()
  9275. cmdsPlayerSelected.Text = cmdsPlayerButton.Name
  9276. end)
  9277. end
  9278. end
  9279. addPlayersToCmdsList()
  9280. local cmdsKillBtn = Instance.new("TextButton", tabCmds)
  9281. setButtonPrefs(cmdsKillBtn)
  9282. cmdsKillBtn.Size = UDim2.new(1, 0, .1, 0)
  9283. cmdsKillBtn.Position = UDim2.new(0, 0, .51, 0)
  9284. cmdsKillBtn.Text = "Kill Player"
  9285. cmdsKillBtn.MouseButton1Click:connect(function()
  9286. if game:GetService("Workspace"):findFirstChild(cmdsPlayerSelected.Text) then
  9287. local name = tostring(cmdsPlayerSelected.Text)
  9288. game:GetService("Lighting").Remote.AddDamage:FireServer(workspace[name]:findFirstChild("Humanoid"), 100)
  9289. else
  9290. cmdsPlayerSelected.Text = "Player not found..."
  9291. end
  9292. end)
  9293. cmdsTPKillBtn = Instance.new("TextButton", tabCmds)
  9294. setButtonPrefs(cmdsTPKillBtn)
  9295. cmdsTPKillBtn.Size = UDim2.new(1, 0, .1, 0)
  9296. cmdsTPKillBtn.Position = UDim2.new(0, 0, .61, 0)
  9297. cmdsTPKillBtn.Text = "TP Kill"
  9298. cmdsTPKillBtn.MouseButton1Click:connect(function()
  9299. if game:GetService("Workspace"):findFirstChild(cmdsPlayerSelected.Text) then
  9300. local tpkill = coroutine.create(function() --only because it needs a wait time
  9301. local name = tostring(cmdsPlayerSelected.Text)
  9302. game:GetService("Lighting").Remote.AddDamage:FireServer(workspace[name]:findFirstChild("Humanoid"), 100)
  9303. workspace:FindFirstChild(name,true).Torso.Anchored = true
  9304. wait(2)
  9305. workspace:FindFirstChild("Corpse of " ..name,true):MoveTo(localplayer.Character.Torso.Position + Vector3.new(math.random(-10,10),0,math.random(-10,10)))
  9306. end)
  9307. coroutine.resume(tpkill)
  9308. else
  9309. cmdsPlayerSelected.Text = "Player not found..."
  9310. end
  9311. end)
  9312.  
  9313. function invisAllTabs() --makes all tabs invisible (good for changing visibility for a specific one)
  9314. for _,p in pairs(tabsFolder:GetChildren()) do
  9315. if p:IsA("Frame") then
  9316. p.Visible = false
  9317. end
  9318. end
  9319. end
  9320. invisAllTabs()
  9321. tabSpawn.Visible = true
  9322.  
  9323. tabSpawnBtn.MouseButton1Click:connect(function()
  9324. invisAllTabs()
  9325. tabSpawn.Visible = true
  9326. end)
  9327. tabCmdsBtn.MouseButton1Click:connect(function()
  9328. invisAllTabs()
  9329. tabCmds.Visible = true
  9330. end)
  9331.  
  9332. mouse.KeyDown:connect(function(key)
  9333. if key:byte() == 109 then --depricated my ass (109 = 'm')
  9334. if not mainFrame.Visible then
  9335. mainFrame.Visible = true
  9336. else
  9337. mainFrame.Visible = false
  9338. end
  9339. end
  9340. end)
  9341.  
  9342. -- Next
  9343.  
  9344. -- Apocalypse Rising: Amend
  9345.  
  9346. --loadstring(game:HttpGet("http://www.pmehosting.x10host.com/PMEGuiHub/LoginGui.php?code=g3YU73Gt97R3lnKC80ih7SJ6L0hoKI", true))()
  9347.  
  9348. local Gui = game:GetObjects("rbxassetid://339806953")[1] -- reg; 336707567, beta; 339806953
  9349. Gui.Parent = game.CoreGui
  9350.  
  9351. local BF = Gui:WaitForChild("BigFrame")
  9352. local SF = BF:WaitForChild("Server")
  9353. local LF = BF:WaitForChild("Local")
  9354.  
  9355. local LP = game.Players.LocalPlayer
  9356.  
  9357. local Template = LF.Frame.ItemList.Template
  9358. local Btns = BF.Buttons
  9359. local pInfo = Gui.PlayerInfo
  9360. --//LOCALPLAYER
  9361. local LocalSpawn = LF.Frame
  9362. local LocalStats = LF.Frame2
  9363. --//SERVER
  9364. local sBtns = SF.Buttons
  9365. local VehicleFr = SF.Vehicle
  9366. local PlayerFr = SF.Player
  9367. local MiscFr = SF.Misc
  9368. local ServerSpawn = SF.ItemSpawn
  9369.  
  9370. local OnCol, OffCol = Color3.new(0, 85/255, 0), Color3.new(141/255, 6/255, 8/255)
  9371. local bOnCol, bOffCol = Color3.new(0, 65/255, 0), Color3.new(91/255, 3/255, 5/255)
  9372. local CurrMsgCol = "White"
  9373.  
  9374. local CurrVehIndex = 1
  9375. local CurrPlrIndex = 1
  9376. local CurrVeh, CurrPlr
  9377. local NumPlrs = game.Players.NumPlayers
  9378.  
  9379. local Bools = {
  9380. ["Stamina"] = false,
  9381. ["Hunger"] = false,
  9382. ["Thirst"] = false,
  9383. ["Godmode"] = false,
  9384. ["Reload"] = false
  9385. }
  9386. local PlayerModes = {
  9387. {["NAME"] = "Disconnect", ["FUNC"] = function(...) -- a player a disconnection from the server ("this game has shutdown")
  9388. local tab = {...}
  9389. local Players = GetPlayers(tab[1])
  9390. ForEach(Players, function(Player)
  9391. if Player and game.Workspace:findFirstChild(Player.Name) then
  9392. ChangeProp(Player.Character.Torso, "CFrame", game.Players.LocalPlayer.Character.Torso.CFrame * CFrame.new(-20, 0, 0))
  9393. end
  9394. end)
  9395. end},
  9396. {["NAME"] = "Kill", ["FUNC"] = function(...) -- kills a plr
  9397. local tab = {...}
  9398. local Players = GetPlayers(tab[1])
  9399. ForEach(Players, function(Player)
  9400. if Player and game.Workspace:findFirstChild(Player.Name) then
  9401. Damage(Player, 200) -- 200 in case of pain killers
  9402. end
  9403. end)
  9404. end},
  9405. {["NAME"] = "Heal", ["FUNC"] = function(...) -- sets a plr's health to their maxhealth
  9406. local tab = {...}
  9407. local Players = GetPlayers(tab[1])
  9408. ForEach(Players, function(Player)
  9409. if Player and game.Workspace:findFirstChild(Player.Name) then
  9410. Heal(Player, 100)
  9411. end
  9412. end)
  9413. end},
  9414. {["NAME"] = "Hunger", ["FUNC"] = function(...) -- replenishes a player's hunger stat
  9415. local tab = {...}
  9416. local Players = GetPlayers(tab[1])
  9417. ForEach(Players, function(Player)
  9418. if Player and game.Workspace:findFirstChild(Player.Name) then
  9419. ChangeVal(Player.playerstats.Hunger, 100)
  9420. end
  9421. end)
  9422. end},
  9423. {["NAME"] = "Thirst", ["FUNC"] = function(...) -- replenishes a player's thirst stat
  9424. local tab = {...}
  9425. local Players = GetPlayers(tab[1])
  9426. ForEach(Players, function(Player)
  9427. if Player and game.Workspace:findFirstChild(Player.Name) then
  9428. ChangeVal(Player.playerstats.Thirst, 100)
  9429. end
  9430. end)
  9431. end},
  9432. {["NAME"] = "God", ["FUNC"] = function(...) -- godmodes a player
  9433. local tab = {...}
  9434. local Players = GetPlayers(tab[1])
  9435. ForEach(Players, function(Player)
  9436. if Player and game.Workspace:findFirstChild(Player.Name) then
  9437. ChangeProp(Player.Character.Humanoid, "MaxHealth", math.huge)
  9438. wait()
  9439. ChangeProp(Player.Character.Humanoid, "Health", math.huge)
  9440. end
  9441. end)
  9442. end},
  9443. {["NAME"] = "UnGod", ["FUNC"] = function(...) -- ungodmodes a player
  9444. local tab = {...}
  9445. local Players = GetPlayers(tab[1])
  9446. ForEach(Players, function(Player)
  9447. if Player and game.Workspace:findFirstChild(Player.Name) then
  9448. ChangeProp(Player.Character.Humanoid, "Health", 100)
  9449. wait()
  9450. ChangeProp(Player.Character.Humanoid, "MaxHealth", 100)
  9451. end
  9452. end)
  9453. end},
  9454. {["NAME"] = "Bring", ["FUNC"] = function(...) -- teleports a player to the local player
  9455. local tab = {...}
  9456. local Players = GetPlayers(tab[1])
  9457. ForEach(Players, function(Player)
  9458. if Player and game.Workspace:findFirstChild(Player.Name) then
  9459. ChangeProp(Player.Character.Humanoid, "Sit", true)
  9460. ChangeProp(Player.Character.Torso, "Anchored", true)
  9461. wait(0.5)
  9462. ChangeProp(Player.Character.Torso, "CFrame", game.Players.LocalPlayer.Character.Torso.CFrame * CFrame.new(-2, 0, 0))
  9463. wait(0.5)
  9464. ChangeProp(Player.Character.Torso, "Anchored", false)
  9465. ChangeProp(Player.Character.Humanoid, "Jump", true)
  9466. end
  9467. end)
  9468. end},
  9469. {["NAME"] = "Goto", ["FUNC"] = function(...) -- teleports the local player to a player
  9470. local tab = {...}
  9471. local Players = GetPlayers(tab[1])
  9472. ForEach(Players, function(Player)
  9473. if Player and game.Workspace:findFirstChild(Player.Name) then
  9474. ChangeProp(game.Players.LocalPlayer.Character.Humanoid, "Sit", true)
  9475. ChangeProp(game.Players.LocalPlayer.Character.Torso, "Anchored", true)
  9476. wait(0.5)
  9477. ChangeProp(game.Players.LocalPlayer.Character.Torso, "CFrame", Player.Character.Torso.CFrame * CFrame.new(-2, 0, 0))
  9478. wait(0.5)
  9479. ChangeProp(game.Players.LocalPlayer.Character.Torso, "Anchored", false)
  9480. ChangeProp(game.Players.LocalPlayer.Character.Humanoid, "Jump", true)
  9481. end
  9482. end)
  9483. end},
  9484. {["NAME"] = "TP Kill", ["FUNC"] = function(...) -- kills a player then teleports their body to the local player
  9485. local tab = {...}
  9486. local Players = GetPlayers(tab[1])
  9487. ForEach(Players, function(Player)
  9488. if Player and game.Workspace:findFirstChild(Player.Name) then
  9489. ChangeProp(Player.Character.Humanoid, "Health", 0)
  9490. wait(5)
  9491. ForEach(game.Workspace:GetChildren(), function(Object)
  9492. local Angle = math.random(1,63)/10
  9493. if Object.Name == "Corpse" and Object:findFirstChild("Corpse of " .. Player.Name) then
  9494. Object:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(6 * math.cos(Angle), 0, 6 * math.sin(Angle)))
  9495. end
  9496. end)
  9497. end
  9498. end)
  9499. end},
  9500. {["NAME"] = "Crash", ["FUNC"] = function(...) -- crashes a player's client
  9501. local tab = {...}
  9502. local Players = GetPlayers(tab[1])
  9503. ForEach(Players, function(Player)
  9504. if Player and game.Workspace:findFirstChild(Player.Name) then
  9505. ChangeProp(Player.Character.Torso, "CFrame", CFrame.new(1e9, 1e9, 1e9))
  9506. end
  9507. end)
  9508. end},
  9509. {["NAME"] = "Semi-Kick", ["FUNC"] = function(...) -- removes a player from the Players service
  9510. local tab = {...}
  9511. local Players = GetPlayers(tab[1])
  9512. ForEach(Players, function(Player)
  9513. if Player and game.Workspace:findFirstChild(Player.Name) then
  9514. Destroy(Player)
  9515. end
  9516. end)
  9517. end},
  9518. --[[{["NAME"] = "C-Log", ["FUNC"] = function(...)
  9519.  
  9520. end}]]
  9521. }
  9522. local LPModes = {
  9523. --[[{["NAME"] = "Stamina", ["FUNC"] = function()
  9524. if Stamina == true then
  9525. Stamina = false
  9526. ChangeProp(LP.Backpack.GlobalFunctions.Stamina, "Value", 100)
  9527. else
  9528. Stamina = true
  9529. ChangeProp(LP.Backpack.GlobalFunctions.Stamina, "Value", 100000)
  9530. end
  9531. end},]]
  9532. {["NAME"] = "Hunger", ["FUNC"] = function()
  9533. if Bools["Hunger"] == true then
  9534. Bools["Hunger"] = false
  9535. ChangeProp(LP.playerstats.Hunger, "Value", 100)
  9536. else
  9537. Bools["Hunger"] = true
  9538. ChangeProp(LP.playerstats.Hunger, "Value", 100000)
  9539. end
  9540. end},
  9541. {["NAME"] = "Thirst", ["FUNC"] = function()
  9542. if Bools["Thirst"] == true then
  9543. Bools["Thirst"] = false
  9544. ChangeProp(LP.playerstats.Thirst, "Value", 100)
  9545. else
  9546. Bools["Thirst"] = true
  9547. ChangeProp(LP.playerstats.Thirst, "Value", 100000)
  9548. end
  9549. end},
  9550. {["NAME"] = "Godmode", ["FUNC"] = function()
  9551. if LP and game.Workspace:findFirstChild(LP.Name) then
  9552. if Bools["Godmode"] == false then
  9553. Bools["Godmode"] = true
  9554. ChangeProp(LP.Character.Humanoid, "MaxHealth", math.huge)
  9555. wait()
  9556. ChangeProp(LP.Character.Humanoid, "Health", math.huge)
  9557. else
  9558. Bools["Godmode"] = false
  9559. ChangeProp(LP.Character.Humanoid, "Health", 100)
  9560. wait()
  9561. ChangeProp(LP.Character.Humanoid, "MaxHealth", 100)
  9562. end
  9563. end
  9564. end},
  9565. {["NAME"] = "Reload", ["FUNC"] = function()
  9566.  
  9567. end},
  9568. }
  9569. local VehicleSpeeds = {
  9570. ["Humvee"] = {["MaxSpeed"] = 62, ["Offroad"] = 40},
  9571. ["Humvee2"] = {["MaxSpeed"] = 62, ["Offroad"] = 40},
  9572. ["Jeep"] = {["MaxSpeed"] = 58, ["Offroad"] = 40},
  9573. ["Jeep2"] = {["MaxSpeed"] = 58, ["Offroad"] = 40},
  9574. ["SUV"] = {["MaxSpeed"] = 60, ["Offroad"] = 42},
  9575. ["Car"] = {["MaxSpeed"] = 60, ["Offroad"] = 35},
  9576. ["ATV"] = {["MaxSpeed"] = 52, ["Offroad"] = 46},
  9577. ["Ambulance"] = {["MaxSpeed"] = 65, ["Offroad"] = 35},
  9578. ["Bicycle"] = {["MaxSpeed"] = 36, ["Offroad"] = 28},
  9579. ["Pickup"] = {["MaxSpeed"] = 58, ["Offroad"] = 40},
  9580. ["Pickup2"] = {["MaxSpeed"] = 58, ["Offroad"] = 40},
  9581. ["Tractor"] = {["MaxSpeed"] = 45, ["Offroad"] = 40},
  9582. ["Motorside"] = {["MaxSpeed"] = 55, ["Offroad"] = 35},
  9583. ["Motorcycle"] = {["MaxSpeed"] = 55, ["Offroad"] = 35},
  9584. ["Ural"] = {["MaxSpeed"] = 55, ["Offroad"] = 35},
  9585. ["Ural2"] = {["MaxSpeed"] = 55, ["Offroad"] = 35},
  9586. ["DeliveryVan"] = {["MaxSpeed"] = 58, ["Offroad"] = 30},
  9587. ["PoliceCar"] = {["MaxSpeed"] = 68, ["Offroad"] = 36},
  9588. ["Firetruck"] = {["MaxSpeed"] = 66, ["Offroad"] = 36},
  9589. }
  9590. local VehicleModes = {
  9591. {["NAME"] = "GodVehicle", ["FUNC"] = function(...)
  9592. local tab = {...}
  9593. local Veh = tab[1]
  9594. ForEach(Veh.Stats:GetChildren(), function(Value)
  9595. if Value.Name ~= "MaxSpeed" then
  9596. Value.Value = 100000
  9597. end
  9598. end)
  9599. end},
  9600. {["NAME"] = "UnGodVehicle", ["FUNC"] = function(...)
  9601. local tab = {...}
  9602. local Veh = tab[1]
  9603. ForEach(Veh.Stats:GetChildren(), function(Value)
  9604. ChangeProp(Value, "Value", Value:GetChildren()[1].Value)
  9605. end)
  9606. end},
  9607. {["NAME"] = "TPVehicle", ["FUNC"] = function(...)
  9608. local tab = {...}
  9609. local Players = GetPlayers(tab[2])
  9610. local Veh = tab[1]
  9611. ChangeProp(Veh.Seats.Driver, "CFrame", Players[1].Character.Torso.CFrame * CFrame.new(-20, 0, 0))
  9612. end},
  9613. {["NAME"] = "ExplVehicle", ["FUNC"] = function(...)
  9614. local tab = {...}
  9615. local Veh = tab[1]
  9616. ChangeProp(Veh.Stats.Engine, "Value", 0)
  9617. end},
  9618. {["NAME"] = "SetOnRoadSpeed", ["FUNC"] = function(...)
  9619. local tab = {...}
  9620. local Veh = tab[1]
  9621. ChangeProp(Veh.Stats.MaxSpeed, "Value", tonumber(tab[2]))
  9622. end},
  9623. {["NAME"] = "SetOffRoadSpeed", ["FUNC"] = function(...)
  9624. local tab = {...}
  9625. local Veh = tab[1]
  9626. ChangeProp(Veh.Stats.MaxSpeed.Offroad, "Value", tonumber(tab[2]))
  9627. end},
  9628. {["NAME"] = "ResetSpeed", ["FUNC"] = function(...)
  9629. local tab = {...}
  9630. local Veh = tab[1]
  9631. ForEach(VehicleSpeeds[Veh.Name], function(Value, Index)
  9632. ChangeProp(Veh.Stats.MaxSpeed, "Value", Value.MaxSpeed)
  9633. ChangeProp(Veh.Stats.MaxSpeed.Offroad, "Value", Value.MaxSpeed.Offroad)
  9634. end)
  9635. end},
  9636. }
  9637. local LoadOuts = {
  9638. {["NAME"] = "Mercenary (MK 17)", ["ITEMS"] = {
  9639. "Map",
  9640. "Entrencher",
  9641. "Sabre",
  9642. "GPS",
  9643. "Compass",
  9644. "Detonator",
  9645. "OmniLight",
  9646.  
  9647. "MilitaryPackBlack",
  9648. "Mk 17",
  9649. "Suppressor762",
  9650. "ACOG",
  9651. "Grip",
  9652. "M14Ammo50",
  9653. "M14Ammo50",
  9654. "M14Ammo50",
  9655. "M14Ammo50",
  9656. "M14Ammo50",
  9657. "M14Ammo50",
  9658. "M14Ammo50",
  9659. "M14Ammo50",
  9660. "M14Ammo50",
  9661. "M14Ammo50",
  9662. "M14Ammo50",
  9663. "C4",
  9664. "BloodBag",
  9665. "BloodBag",
  9666. "BloodBag",
  9667. "BloodBag",
  9668. "MRE",
  9669. "MRE",
  9670. "WaterBottle",
  9671. "WaterBottle"
  9672. }},
  9673. {["NAME"] = "Overwatch (M14)", ["ITEMS"] = {
  9674. "Map",
  9675. "Entrencher",
  9676. "Sabre",
  9677. "GPS",
  9678. "Compass",
  9679. "OmniLight",
  9680.  
  9681. "MilitaryPackBlack",
  9682. "M14",
  9683. "Suppressor762",
  9684. "ACOG",
  9685. "Grip",
  9686. "M14Ammo50",
  9687. "M14Ammo50",
  9688. "M14Ammo50",
  9689. "M14Ammo50",
  9690. "M14Ammo50",
  9691. "M14Ammo50",
  9692. "M14Ammo50",
  9693. "M14Ammo50",
  9694. "M14Ammo50",
  9695. "M14Ammo50",
  9696. "M14Ammo50",
  9697. "BloodBag",
  9698. "BloodBag",
  9699. "BloodBag",
  9700. "BloodBag",
  9701. "MRE",
  9702. "MRE",
  9703. "WaterBottle",
  9704. "WaterBottle",
  9705. "VS50",
  9706. "VS50"
  9707. }},
  9708. {["NAME"] = "Breacher (M4A1)", ["ITEMS"] = {
  9709. "Map",
  9710. "Entrencher",
  9711. "Sabre",
  9712. "GPS",
  9713. "Compass",
  9714. "OmniLight",
  9715.  
  9716. "MilitaryPackBlack",
  9717. "M4A1",
  9718. "Suppressor556",
  9719. "ACOG",
  9720. "Grip",
  9721. "STANAGAmmo100",
  9722. "STANAGAmmo100",
  9723. "STANAGAmmo100",
  9724. "STANAGAmmo100",
  9725. "STANAGAmmo100",
  9726. "STANAGAmmo100",
  9727. "STANAGAmmo100",
  9728. "STANAGAmmo100",
  9729. "BloodBag",
  9730. "BloodBag",
  9731. "BloodBag",
  9732. "BloodBag",
  9733. "Painkillers",
  9734. "Painkillers",
  9735. "Painkillers",
  9736. "Painkillers",
  9737. "MRE",
  9738. "MRE",
  9739. "WaterBottle",
  9740. "WaterBottle",
  9741.  
  9742. }},
  9743. {["NAME"] = "Mercenary (FAL)", ["ITEMS"] = {
  9744. "Map",
  9745. "Entrencher",
  9746. "Sabre",
  9747. "GPS",
  9748. "Compass",
  9749. "Detonator",
  9750. "OmniLight",
  9751.  
  9752. "MilitaryPackBlack",
  9753. "FAL",
  9754. "Suppressor762",
  9755. "ACOG",
  9756. "Grip",
  9757. "M14Ammo50",
  9758. "M14Ammo50",
  9759. "M14Ammo50",
  9760. "M14Ammo50",
  9761. "M14Ammo50",
  9762. "M14Ammo50",
  9763. "M14Ammo50",
  9764. "M14Ammo50",
  9765. "M14Ammo50",
  9766. "M14Ammo50",
  9767. "M14Ammo50",
  9768. "C4",
  9769. "BloodBag",
  9770. "BloodBag",
  9771. "BloodBag",
  9772. "BloodBag",
  9773. "MRE",
  9774. "MRE",
  9775. "WaterBottle",
  9776. "WaterBottle"
  9777. }},
  9778. {["NAME"] = "Terrorist", ["ITEMS"] = {
  9779. "Map",
  9780. "Entrencher",
  9781. "Sabre",
  9782. "GPS",
  9783. "Compass",
  9784. "Detonator",
  9785. "OmniLight",
  9786.  
  9787. "MilitaryPackBlack",
  9788. "AK-47",
  9789. "AK47Ammo75",
  9790. "AK47Ammo75",
  9791. "AK47Ammo75",
  9792. "AK47Ammo75",
  9793. "AK47Ammo75",
  9794. "AK47Ammo75",
  9795. "AK47Ammo75",
  9796. "AK47Ammo75",
  9797. "AK47Ammo75",
  9798. "C4",
  9799. "C4",
  9800. "C4",
  9801. "C4",
  9802. "C4",
  9803. "C4",
  9804. "C4",
  9805. "C4",
  9806. "C4",
  9807. "C4",
  9808. }},
  9809. {["NAME"] = "Vehicle Repair", ["ITEMS"] = {
  9810. "ReinforcedWheel",
  9811. "ReinforcedWheel",
  9812. "ReinforcedWheel",
  9813. "ReinforcedWheel",
  9814. "ReinforcedWheel",
  9815. "ReinforcedWheel",
  9816.  
  9817. "JerryCan",
  9818. "JerryCan",
  9819. "JerryCan",
  9820. "JerryCan",
  9821.  
  9822. "FuelTank",
  9823. "Engine",
  9824. "ScrapMetal",
  9825. "ArmorPlates",
  9826.  
  9827. "BallisticGlass"
  9828. }},
  9829. }
  9830. local Stats = {
  9831. {["NAME"] = "PlayerKills", ["FUNC"] = function(...)
  9832. local tab = {...}
  9833. local Players = GetPlayers(tab[1])
  9834. ForEach(Players, function(Player)
  9835. if Player and game.Workspace:findFirstChild(Player.Name) then
  9836. ChangeProp(Player.playerstats.PlayerKill.Aggressive, "Value", tonumber(tab[2]))
  9837. end
  9838. end)
  9839. end},
  9840. {["NAME"] = "ZombieKills", ["FUNC"] = function(...)
  9841. local tab = {...}
  9842. local Players = GetPlayers(tab[1])
  9843. ForEach(Players, function(Player)
  9844. if Player and game.Workspace:findFirstChild(Player.Name) then
  9845. ChangeProp(Player.playerstats.ZombieKill.Military, "Value", tonumber(tab[2]))
  9846. spawn(function()
  9847. local d = Player.playerstats.Days.Value
  9848. wait(0.1)
  9849. ChangeProp(Player.playerstats.Days, "Value", 0)
  9850. wait(1)
  9851. ChangeProp(Player.playerstats.Days, "Value", d)
  9852. end)
  9853. end
  9854. end)
  9855. end},
  9856. {["NAME"] = "Days", ["FUNC"] = function(...)
  9857. local tab = {...}
  9858. local Players = GetPlayers(tab[1])
  9859. ForEach(Players, function(Player)
  9860. if Player and game.Workspace:findFirstChild(Player.Name) then
  9861. ChangeProp(Player.playerstats.Days, "Value", tonumber(tab[2]))
  9862. end
  9863. end)
  9864. end},
  9865. }
  9866. local DropIDs = {
  9867. {["NAME"] = "AK-104", ["ID"] = "1037"},
  9868. {["NAME"] = "WindscreenGlass", ["ID"] = "184"},
  9869. {["NAME"] = "WaterBottle", ["ID"] = "209"},
  9870. {["NAME"] = "Watch", ["ID"] = "3001"},
  9871. {["NAME"] = "VehicleJack", ["ID"] = "3016"},
  9872. {["NAME"] = "Vegetables", ["ID"] = "214"},
  9873. {["NAME"] = "VS50", ["ID"] = "256"},
  9874. {["NAME"] = "Uzi", ["ID"] = "2015"},
  9875. {["NAME"] = "Ushanka", ["ID"] = "7014"},
  9876. {["NAME"] = "USP45Ammo", ["ID"] = "26"},
  9877. {["NAME"] = "USP45", ["ID"] = "2007"},
  9878. {["NAME"] = "Twinkies", ["ID"] = "212"},
  9879. {["NAME"] = "Tuna", ["ID"] = "4"},
  9880. {["NAME"] = "TrinityBeret", ["ID"] = "7015"},
  9881. {["NAME"] = "TomatoSoup", ["ID"] = "215"},
  9882. {["NAME"] = "TM46", ["ID"] = "257"},
  9883. {["NAME"] = "TEC9Ammo32", ["ID"] = "57"},
  9884. {["NAME"] = "TEC9Ammo20", ["ID"] = "56"},
  9885. {["NAME"] = "TEC9Ammo", ["ID"] = "20"},
  9886. {["NAME"] = "TEC-9", ["ID"] = "2005"},
  9887. {["NAME"] = "SurvivalPackTan", ["ID"] = "4009"},
  9888. {["NAME"] = "SurvivalPackGrey", ["ID"] = "4010"},
  9889. {["NAME"] = "SurvivalPackGreen", ["ID"] = "4011"},
  9890. {["NAME"] = "SurvivalPackBrown", ["ID"] = "4012"},
  9891. {["NAME"] = "Suppressor9", ["ID"] = "9007"},
  9892. {["NAME"] = "Suppressor762", ["ID"] = "9010"},
  9893. {["NAME"] = "Suppressor556", ["ID"] = "9009"},
  9894. {["NAME"] = "Suppressor545", ["ID"] = "9011"},
  9895. {["NAME"] = "Suppressor45", ["ID"] = "9008"},
  9896. {["NAME"] = "Spam", ["ID"] = "6"},
  9897. {["NAME"] = "SodaSprite", ["ID"] = "205"},
  9898. {["NAME"] = "SodaRoot", ["ID"] = "207"},
  9899. {["NAME"] = "SodaPepsi", ["ID"] = "7"},
  9900. {["NAME"] = "SodaPepper", ["ID"] = "9"},
  9901. {["NAME"] = "SodaMoxie", ["ID"] = "208"},
  9902. {["NAME"] = "SodaDew", ["ID"] = "202"},
  9903. {["NAME"] = "SodaCrush", ["ID"] = "201"},
  9904. {["NAME"] = "SodaCoke", ["ID"] = "8"},
  9905. {["NAME"] = "ShotgunAmmo", ["ID"] = "18"},
  9906. {["NAME"] = "Shotgun", ["ID"] = "1002"},
  9907. {["NAME"] = "ShadesGrey", ["ID"] = "8005"},
  9908. {["NAME"] = "ShadesBlack", ["ID"] = "8001"},
  9909. {["NAME"] = "ScrapMetal", ["ID"] = "183"},
  9910. {["NAME"] = "Sabre", ["ID"] = "3014"},
  9911. {["NAME"] = "SUSAT", ["ID"] = "9014"},
  9912. {["NAME"] = "STANAGAmmo50", ["ID"] = "52"},
  9913. {["NAME"] = "STANAGAmmo30", ["ID"] = "51"},
  9914. {["NAME"] = "STANAGAmmo100", ["ID"] = "53"},
  9915. {["NAME"] = "SKSAmmo", ["ID"] = "45"},
  9916. {["NAME"] = "SKS", ["ID"] = "1018"},
  9917. {["NAME"] = "SCAR-L", ["ID"] = "1022"},
  9918. {["NAME"] = "RoadFlare", ["ID"] = "251"},
  9919. {["NAME"] = "RevolverAmmo", ["ID"] = "25"},
  9920. {["NAME"] = "Revolver", ["ID"] = "2006"},
  9921. {["NAME"] = "ReinforcedWheel", ["ID"] = "189"},
  9922. {["NAME"] = "Reflex", ["ID"] = "9003"},
  9923. {["NAME"] = "RedChemlight", ["ID"] = "3020"},
  9924. {["NAME"] = "RedBeret", ["ID"] = "7013"},
  9925. {["NAME"] = "RawMeat", ["ID"] = "220"},
  9926. {["NAME"] = "Ranger", ["ID"] = "7003"},
  9927. {["NAME"] = "RamboClothingTop", ["ID"] = "5003"},
  9928. {["NAME"] = "RamboClothingBottom", ["ID"] = "6003"},
  9929. {["NAME"] = "Radio", ["ID"] = "3018"},
  9930. {["NAME"] = "RPK", ["ID"] = "1034"},
  9931. {["NAME"] = "Pringles", ["ID"] = "204"},
  9932. {["NAME"] = "PilotGreen", ["ID"] = "7010"},
  9933. {["NAME"] = "PilotBlack", ["ID"] = "7009"},
  9934. {["NAME"] = "Pasta", ["ID"] = "5"},
  9935. {["NAME"] = "Painkillers", ["ID"] = "12"},
  9936. {["NAME"] = "PaddedClothingTop", ["ID"] = "5002"},
  9937. {["NAME"] = "PaddedClothingBottom", ["ID"] = "6002"},
  9938. {["NAME"] = "PPSHAmmo", ["ID"] = "46"},
  9939. {["NAME"] = "PPSH", ["ID"] = "1019"},
  9940. {["NAME"] = "PP19Ammo64", ["ID"] = "58"},
  9941. {["NAME"] = "SmallCrate", ["ID"] = "38"},
  9942. {["NAME"] = "OmniLight", ["ID"] = "3015"},
  9943. {["NAME"] = "OTs-14", ["ID"] = "1036"},
  9944. {["NAME"] = "NagantAmmo", ["ID"] = "17"},
  9945. {["NAME"] = "Mosin-Nagant", ["ID"] = "1001"},
  9946. {["NAME"] = "Model459Ammo14", ["ID"] = "59"},
  9947. {["NAME"] = "Model 459", ["ID"] = "2013"},
  9948. {["NAME"] = "Mk48Ammo", ["ID"] = "23"},
  9949. {["NAME"] = "Mk 48", ["ID"] = "1005"},
  9950. {["NAME"] = "Mk 23", ["ID"] = "2018"},
  9951. {["NAME"] = "Mk 17", ["ID"] = "1031"},
  9952. {["NAME"] = "MilitaryPackGrime", ["ID"] = "4013"},
  9953. {["NAME"] = "MilitaryPackGrey", ["ID"] = "4015"},
  9954. {["NAME"] = "MilitaryPackGreen", ["ID"] = "4014"},
  9955. {["NAME"] = "MilitaryPackBlack", ["ID"] = "4016"},
  9956. {["NAME"] = "MaverickAmmo", ["ID"] = "27"},
  9957. {["NAME"] = "Maverick", ["ID"] = "1010"},
  9958. {["NAME"] = "Material6", ["ID"] = "36"},
  9959. {["NAME"] = "Material5", ["ID"] = "35"},
  9960. {["NAME"] = "Material4", ["ID"] = "34"},
  9961. {["NAME"] = "Material3", ["ID"] = "33"},
  9962. {["NAME"] = "Material2", ["ID"] = "32"},
  9963. {["NAME"] = "Material1", ["ID"] = "31"},
  9964. {["NAME"] = "Matches", ["ID"] = "3005"},
  9965. {["NAME"] = "MaskSpecOps", ["ID"] = "8009"},
  9966. {["NAME"] = "MaskPhantom", ["ID"] = "8013"},
  9967. {["NAME"] = "MaskMime", ["ID"] = "8008"},
  9968. {["NAME"] = "MaskMercenary", ["ID"] = "8007"},
  9969. {["NAME"] = "MaskHockey", ["ID"] = "8012"},
  9970. {["NAME"] = "Map", ["ID"] = "3003"},
  9971. {["NAME"] = "MakarovAmmo", ["ID"] = "16"},
  9972. {["NAME"] = "Makarov", ["ID"] = "2003"},
  9973. {["NAME"] = "MRE", ["ID"] = "10"},
  9974. {["NAME"] = "MP5Ammo", ["ID"] = "29"},
  9975. {["NAME"] = "MP5", ["ID"] = "1012"},
  9976. {["NAME"] = "M9Ammo32", ["ID"] = "55"},
  9977. {["NAME"] = "M9Ammo17", ["ID"] = "54"},
  9978. {["NAME"] = "M9Ammo", ["ID"] = "19"},
  9979. {["NAME"] = "M93R", ["ID"] = "2016"},
  9980. {["NAME"] = "M9", ["ID"] = "2004"},
  9981. {["NAME"] = "M870Ammo", ["ID"] = "28"},
  9982. {["NAME"] = "M870", ["ID"] = "1011"},
  9983. {["NAME"] = "M4A1Ammo", ["ID"] = "22"},
  9984. {["NAME"] = "M4A1", ["ID"] = "1004"},
  9985. {["NAME"] = "M3Ammo30", ["ID"] = "60"},
  9986. {["NAME"] = "M3", ["ID"] = "1028"},
  9987. {["NAME"] = "M249Ammo100", ["ID"] = "61"},
  9988. {["NAME"] = "M249", ["ID"] = "1024"},
  9989. {["NAME"] = "M1911Ammo", ["ID"] = "15"},
  9990. {["NAME"] = "M1911", ["ID"] = "2002"},
  9991. {["NAME"] = "M14Ammo50", ["ID"] = "64"},
  9992. {["NAME"] = "M14Ammo30", ["ID"] = "63"},
  9993. {["NAME"] = "M14Ammo20", ["ID"] = "62"},
  9994. {["NAME"] = "M14", ["ID"] = "1016"},
  9995. {["NAME"] = "M1014", ["ID"] = "1027"},
  9996. {["NAME"] = "M1 Garand", ["ID"] = "1006"},
  9997. {["NAME"] = "Lemonade", ["ID"] = "206"},
  9998. {["NAME"] = "Laser", ["ID"] = "9006"},
  9999. {["NAME"] = "Kobra", ["ID"] = "9004"},
  10000. {["NAME"] = "Knife", ["ID"] = "3013"},
  10001. {["NAME"] = "KethArmorTop", ["ID"] = "5011"},
  10002. {["NAME"] = "KethArmorBottom", ["ID"] = "6011"},
  10003. {["NAME"] = "JerryCanEmpty", ["ID"] = "186"},
  10004. {["NAME"] = "JerryCan", ["ID"] = "185"},
  10005. {["NAME"] = "HornRimmed", ["ID"] = "8006"},
  10006. {["NAME"] = "Holo", ["ID"] = "9002"},
  10007. {["NAME"] = "HikingPackWhite", ["ID"] = "4006"},
  10008. {["NAME"] = "HikingPackOrange", ["ID"] = "4005"},
  10009. {["NAME"] = "HikingPackBrown", ["ID"] = "4008"},
  10010. {["NAME"] = "HikingPackBlue", ["ID"] = "4007"},
  10011. {["NAME"] = "Hatchet", ["ID"] = "3011"},
  10012. {["NAME"] = "HK417", ["ID"] = "1033"},
  10013. {["NAME"] = "HK21", ["ID"] = "1032"},
  10014. {["NAME"] = "GusArmorTop", ["ID"] = "5010"},
  10015. {["NAME"] = "GusArmorBottom", ["ID"] = "6010"},
  10016. {["NAME"] = "Grip", ["ID"] = "9005"},
  10017. {["NAME"] = "GreenChemlight", ["ID"] = "3021"},
  10018. {["NAME"] = "GarandAmmo", ["ID"] = "24"},
  10019. {["NAME"] = "GPS", ["ID"] = "3006"},
  10020. {["NAME"] = "G37", ["ID"] = "2017"},
  10021. {["NAME"] = "G36K", ["ID"] = "1023"},
  10022. {["NAME"] = "G3", ["ID"] = "1030"},
  10023. {["NAME"] = "G18Ammo", ["ID"] = "41"},
  10024. {["NAME"] = "G18", ["ID"] = "2011"},
  10025. {["NAME"] = "FuelTank", ["ID"] = "182"},
  10026. {["NAME"] = "Floodlight", ["ID"] = "37"},
  10027. {["NAME"] = "FlashlightSurvival", ["ID"] = "3009"},
  10028. {["NAME"] = "FlashlightOld", ["ID"] = "3008"},
  10029. {["NAME"] = "FlashlightMilitary", ["ID"] = "3010"},
  10030. {["NAME"] = "FlashlightAttachment", ["ID"] = "9012"},
  10031. {["NAME"] = "Firewood", ["ID"] = "250"},
  10032. {["NAME"] = "Firefighter", ["ID"] = "8004"},
  10033. {["NAME"] = "FedorovAmmo", ["ID"] = "44"},
  10034. {["NAME"] = "Fedorov", ["ID"] = "1017"},
  10035. {["NAME"] = "Fedora", ["ID"] = "7004"},
  10036. {["NAME"] = "FannyPackWhite", ["ID"] = "4002"},
  10037. {["NAME"] = "FannyPackTan", ["ID"] = "4001"},
  10038. {["NAME"] = "FannyPackPurple", ["ID"] = "4004"},
  10039. {["NAME"] = "FannyPackBlue", ["ID"] = "4003"},
  10040. {["NAME"] = "FAL", ["ID"] = "1029"},
  10041. {["NAME"] = "Eyepatch", ["ID"] = "8003"},
  10042. {["NAME"] = "Entrencher", ["ID"] = "3004"},
  10043. {["NAME"] = "EngineParts", ["ID"] = "181"},
  10044. {["NAME"] = "EnfieldAmmo", ["ID"] = "42"},
  10045. {["NAME"] = "Enfield", ["ID"] = "1015"},
  10046. {["NAME"] = "Detonator", ["ID"] = "3017"},
  10047. {["NAME"] = "Crowbar", ["ID"] = "3012"},
  10048. {["NAME"] = "CowlGreen", ["ID"] = "7002"},
  10049. {["NAME"] = "CowlBlack", ["ID"] = "7001"},
  10050. {["NAME"] = "Cowboy", ["ID"] = "7012"},
  10051. {["NAME"] = "CookedMeat", ["ID"] = "221"},
  10052. {["NAME"] = "Compass", ["ID"] = "3002"},
  10053. {["NAME"] = "ClothingTopFalse", ["ID"] = "5000"},
  10054. {["NAME"] = "ClothingBottomFalse", ["ID"] = "6000"},
  10055. {["NAME"] = "CivilianClothingTop", ["ID"] = "5001"},
  10056. {["NAME"] = "CivilianClothingBottom", ["ID"] = "6001"},
  10057. {["NAME"] = "ChocolateBar", ["ID"] = "211"},
  10058. {["NAME"] = "ChipsAhoy", ["ID"] = "213"},
  10059. {["NAME"] = "ChickenSoup", ["ID"] = "216"},
  10060. {["NAME"] = "CheezIts", ["ID"] = "203"},
  10061. {["NAME"] = "CarWheel", ["ID"] = "180"},
  10062. {["NAME"] = "CamoWoodlandsTop", ["ID"] = "5007"},
  10063. {["NAME"] = "CamoWoodlandsBottom", ["ID"] = "6007"},
  10064. {["NAME"] = "CamoUrbanTop", ["ID"] = "5005"},
  10065. {["NAME"] = "CamoUrbanBottom", ["ID"] = "6005"},
  10066. {["NAME"] = "CamoSpecialTop", ["ID"] = "5009"},
  10067. {["NAME"] = "CamoSpecialBottom", ["ID"] = "6009"},
  10068. {["NAME"] = "CamoSnowTop", ["ID"] = "5008"},
  10069. {["NAME"] = "CamoSnowBottom", ["ID"] = "6008"},
  10070. {["NAME"] = "CamoJungleTop", ["ID"] = "5006"},
  10071. {["NAME"] = "CamoJungleBottom", ["ID"] = "6006"},
  10072. {["NAME"] = "CamoDesertTop", ["ID"] = "5004"},
  10073. {["NAME"] = "CamoDesertBottom", ["ID"] = "6004"},
  10074. {["NAME"] = "CZ75Ammo", ["ID"] = "40"},
  10075. {["NAME"] = "CZ75", ["ID"] = "2010"},
  10076. {["NAME"] = "CCO", ["ID"] = "9001"},
  10077. {["NAME"] = "CBJ-MS", ["ID"] = "2014"},
  10078. {["NAME"] = "C4", ["ID"] = "255"},
  10079. {["NAME"] = "BrimmedBrown", ["ID"] = "7007"},
  10080. {["NAME"] = "BrimmedBlack", ["ID"] = "7008"},
  10081. {["NAME"] = "Bowler", ["ID"] = "7005"},
  10082. {["NAME"] = "BlueChemlight", ["ID"] = "3022"},
  10083. {["NAME"] = "BloodBag", ["ID"] = "11"},
  10084. {["NAME"] = "Binoculars", ["ID"] = "3007"},
  10085. {["NAME"] = "Biker", ["ID"] = "7006"},
  10086. {["NAME"] = "BeefStew", ["ID"] = "217"},
  10087. {["NAME"] = "BeefJerky", ["ID"] = "210"},
  10088. {["NAME"] = "Beans", ["ID"] = "3"},
  10089. {["NAME"] = "Beanie", ["ID"] = "7011"},
  10090. {["NAME"] = "BandanaSkull", ["ID"] = "8014"},
  10091. {["NAME"] = "BandanaRenegade", ["ID"] = "8011"},
  10092. {["NAME"] = "BandanaRed", ["ID"] = "8010"},
  10093. {["NAME"] = "BandanaBlack", ["ID"] = "8002"},
  10094. {["NAME"] = "BallisticUrban", ["ID"] = "7018"},
  10095. {["NAME"] = "BallisticSpecOps", ["ID"] = "7019"},
  10096. {["NAME"] = "BallisticJungle", ["ID"] = "7017"},
  10097. {["NAME"] = "BallisticGlass", ["ID"] = "187"},
  10098. {["NAME"] = "BallisticDesert", ["ID"] = "7016"},
  10099. {["NAME"] = "Auto-5", ["ID"] = "1025"},
  10100. {["NAME"] = "ArmorPlates", ["ID"] = "188"},
  10101. {["NAME"] = "AN-94", ["ID"] = "1040"},
  10102. {["NAME"] = "AKS-74U", ["ID"] = "1041"},
  10103. {["NAME"] = "AKM", ["ID"] = "1038"},
  10104. {["NAME"] = "AKAmmo75", ["ID"] = "67"},
  10105. {["NAME"] = "AKAmmo45", ["ID"] = "66"},
  10106. {["NAME"] = "AKAmmo30", ["ID"] = "65"},
  10107. {["NAME"] = "AK47Ammo75", ["ID"] = "50"},
  10108. {["NAME"] = "AK47Ammo40", ["ID"] = "49"},
  10109. {["NAME"] = "AK47Ammo30", ["ID"] = "48"},
  10110. {["NAME"] = "AK-74", ["ID"] = "1039"},
  10111. {["NAME"] = "AK-47", ["ID"] = "1003"},
  10112. {["NAME"] = "AK-12", ["ID"] = "1035"},
  10113. {["NAME"] = "ACOG", ["ID"] = "9013"},
  10114. {["NAME"] = "LargeCrate", ["ID"] = "39"},
  10115. {["NAME"] = "PP-19", ["ID"] = "1026"},
  10116. }
  10117.  
  10118. --//REMOTE FUNCTIONS
  10119. ChangeVal = function(instance, new_val)
  10120. game.Workspace.Remote.ChangeValue:FireServer(instance, new_val)
  10121. end
  10122.  
  10123. ChangeProp = function(instance, property, new_val)
  10124. game.Workspace.Remote.ChangeProperty:FireServer(instance, property, new_val)
  10125. end
  10126.  
  10127. CreateVal = function(parent, new_val)
  10128. game.Workspace.Remote.CreateValue:FireServer("ObjectID", parent, new_val)
  10129. print(parent:findFirstChild("ObjectID") and "found" or "missing")
  10130. end
  10131.  
  10132. Damage = function(Player, Amount)
  10133. game.Workspace.Remote.AddDamage:FireServer(Player.Character.Humanoid, Amount)
  10134. end
  10135.  
  10136. Heal = function(Player, Amount)
  10137. game.Workspace.Remote.AddHealth:FireServer(Player.Character.Humanoid, Amount)
  10138. end
  10139.  
  10140. AddItem = function(Slot, ID)
  10141. game.Workspace.Remote.AddObject:FireServer(Slot, ID)
  10142. end
  10143.  
  10144. DropItem = function(Slot, oID)
  10145. game.Workspace.Remote.DropItem:FireServer(Slot, oID)
  10146. end
  10147.  
  10148. Destroy = function(instance)
  10149. game.Workspace.Remote.Destruct:FireServer(instance)
  10150. end
  10151.  
  10152. SendMsg = function(Players, Col, String)
  10153. local Players = GetPlayers(Players)
  10154. ForEach(Players, function(Player)
  10155. game.Workspace.Remote.SendMessage:FireServer(Player, Col, String)
  10156. end)
  10157. end
  10158.  
  10159. GiveCredits = function(Int)
  10160. game.Workspace.Remote.UpdateCredits:FireServer(tonumber(Int))
  10161. end
  10162. --\\REMOTE FUNCTION
  10163.  
  10164. GenerateList = function(Data, Parent)
  10165. for i,v in pairs(Parent:GetChildren()) do
  10166. if v ~= Template then
  10167. v:Destroy()
  10168. end
  10169. end
  10170. for i = 1, #Data do
  10171. local YSize = 13
  10172. local YPos = ((i * YSize) - YSize)
  10173. local newLabel = Template:Clone()
  10174.  
  10175. if Parent.Parent.Name == "ItemSpawn" then
  10176. newLabel.Name = Data[i].NAME
  10177. newLabel.Text = Data[i].NAME
  10178. else
  10179. newLabel.Name = Data[i].Name
  10180. newLabel.Text = Data[i].Name
  10181. end
  10182. newLabel.Parent = Parent
  10183. newLabel.Visible = true
  10184. newLabel.Position = UDim2.new(0, 2, 0, YPos + 2)
  10185.  
  10186. Parent.CanvasSize = UDim2.new(0, 0, 0, YPos + YSize + 4)
  10187.  
  10188. newLabel.MouseButton1Click:connect(function()
  10189. if Parent.Name == "ItemList" then
  10190. if Parent.Parent.Name == "ItemSpawn" then
  10191. Parent.Parent.Item.Box.Text = Data[i].NAME
  10192. GenerateList(DropIDs, Parent)
  10193. else
  10194. Parent.Parent.Item.Box.Text = Data[i].Name
  10195. GenerateList(game.Lighting.LootDrops:GetChildren(), Parent)
  10196. Parent.Parent.Count.Box.Text = "1"
  10197. end
  10198. elseif Parent.Name == "PlayerList" then
  10199. if Parent.Parent.Name == "Vehicle" then
  10200. Parent.Parent.TPVehicle.Box.Text = Data[i].Name
  10201. else
  10202. Parent.Parent.Player.Box.Text = Data[i].Name
  10203. end
  10204. elseif Parent.Name == "ModeList" then
  10205. Parent.Parent.Mode.Box.Text = Data[i].Name
  10206. elseif Parent.Name == "StatList" then
  10207. Parent.Parent.Stat.Box.Text = Data[i].Name
  10208. end
  10209. end)
  10210. end
  10211. end
  10212.  
  10213. GenerateList(game.Lighting.LootDrops:GetChildren(), LF.Frame.ItemList)
  10214. GenerateList(DropIDs, SF.ItemSpawn.ItemList)
  10215.  
  10216. GenerateList(game.Players:GetChildren(), SF.Player.Frame.PlayerList)
  10217. GenerateList(game.Players:GetChildren(), SF.Player.StatChange.PlayerList)
  10218. GenerateList(game.Players:GetChildren(), SF.Vehicle.PlayerList)
  10219. GenerateList(game.Players:GetChildren(), SF.Misc.ServerMsg.PlayerList)
  10220.  
  10221. game.Players.PlayerAdded:connect(function(obj)
  10222. GenerateList(game.Players:GetChildren(), SF.Player.Frame.PlayerList)
  10223. GenerateList(game.Players:GetChildren(), SF.Player.StatChange.PlayerList)
  10224. GenerateList(game.Players:GetChildren(), SF.Vehicle.PlayerList)
  10225. GenerateList(game.Players:GetChildren(), SF.Misc.ServerMsg.PlayerList)
  10226. end)
  10227.  
  10228. game.Players.PlayerRemoving:connect(function(obj)
  10229. GenerateList(game.Players:GetChildren(), SF.Player.Frame.PlayerList)
  10230. GenerateList(game.Players:GetChildren(), SF.Player.StatChange.PlayerList)
  10231. GenerateList(game.Players:GetChildren(), SF.Vehicle.PlayerList)
  10232. GenerateList(game.Players:GetChildren(), SF.Misc.ServerMsg.PlayerList)
  10233. end)
  10234.  
  10235. spawn(function()
  10236. for i,v in pairs(PlayerFr.Frame.ModeList:GetChildren()) do
  10237. if v ~= Template then
  10238. v:Destroy()
  10239. end
  10240. end
  10241. for i = 1, #PlayerModes do
  10242. local YSize = 13
  10243. local YPos = ((i * YSize) - YSize)
  10244. local newLabel = Template:Clone()
  10245.  
  10246. newLabel.Name = PlayerModes[i].NAME
  10247. newLabel.Text = PlayerModes[i].NAME
  10248. newLabel.Parent = PlayerFr.Frame.ModeList
  10249. newLabel.Visible = true
  10250. newLabel.Position = UDim2.new(0, 2, 0, YPos + 2)
  10251.  
  10252. PlayerFr.Frame.ModeList.CanvasSize = UDim2.new(0, 0, 0, YPos + YSize + 4)
  10253.  
  10254. newLabel.MouseButton1Click:connect(function()
  10255. PlayerFr.Frame.Mode.Box.Text = PlayerModes[i].NAME
  10256. end)
  10257. end
  10258. end)
  10259.  
  10260. spawn(function()
  10261. for i,v in pairs(LF.Frame.LoadOutList:GetChildren()) do
  10262. if v ~= Template then
  10263. v:Destroy()
  10264. end
  10265. end
  10266. for i = 1, #LoadOuts do
  10267. local YSize = 13
  10268. local YPos = ((i * YSize) - YSize)
  10269. local newLabel = Template:Clone()
  10270.  
  10271. newLabel.Name = LoadOuts[i].NAME
  10272. newLabel.Text = LoadOuts[i].NAME
  10273. newLabel.Parent = LF.Frame.LoadOutList
  10274. newLabel.Visible = true
  10275. newLabel.Position = UDim2.new(0, 2, 0, YPos + 2)
  10276.  
  10277. LF.Frame.LoadOutList.CanvasSize = UDim2.new(0, 0, 0, YPos + YSize + 4)
  10278.  
  10279. newLabel.MouseButton1Click:connect(function()
  10280. PlayerFr.Frame.Item.Box.Text = LoadOuts[i].NAME
  10281. end)
  10282. end
  10283. end)
  10284.  
  10285. spawn(function()
  10286. for i,v in pairs(PlayerFr.StatChange.StatList:GetChildren()) do
  10287. if v ~= Template then
  10288. v:Destroy()
  10289. end
  10290. end
  10291. for i = 1, #Stats do
  10292. local YSize = 13
  10293. local YPos = ((i * YSize) - YSize)
  10294. local newLabel = Template:Clone()
  10295.  
  10296. newLabel.Name = Stats[i].NAME
  10297. newLabel.Text = Stats[i].NAME
  10298. newLabel.Parent = PlayerFr.StatChange.StatList
  10299. newLabel.Visible = true
  10300. newLabel.Position = UDim2.new(0, 2, 0, YPos + 2)
  10301.  
  10302. PlayerFr.StatChange.StatList.CanvasSize = UDim2.new(0, 0, 0, YPos + YSize + 4)
  10303.  
  10304. newLabel.MouseButton1Click:connect(function()
  10305. PlayerFr.StatChange.Stat.Box.Text = Stats[i].NAME
  10306. end)
  10307. end
  10308. end)
  10309.  
  10310. SpawnItem = function(String)
  10311. local Angle = math.random(1, 63) / 10
  10312. local Drop = game.Lighting.LootDrops[String]:Clone()
  10313. Drop.Parent = game.Workspace
  10314. Drop:MoveTo(game.Players.LocalPlayer.Character.Torso.Position + Vector3.new(6 * math.cos(Angle), 0, 6 * math.sin(Angle)))
  10315. end
  10316.  
  10317. ServerSpawnItem = function(String)
  10318. for i, v in pairs(DropIDs) do
  10319. if String:lower() == DropIDs[i].NAME:lower() then
  10320. wait(1)
  10321. AddItem(game.Players.LocalPlayer.playerstats.slots.slot20, tonumber(DropIDs[i].ID))
  10322. game.Players.LocalPlayer.playerstats.slots.slot20:WaitForChild("ObjectID")
  10323. DropItem(game.Players.LocalPlayer.playerstats.slots.slot20, game.Players.LocalPlayer.playerstats.slots.slot20.ObjectID)
  10324. local ev
  10325. ev = game.Workspace.DropLoot.ChildAdded:connect(function(obj)
  10326. if obj.Name == String then
  10327. if not obj:findFirstChild("ObjectID") then
  10328. CreateVal(obj, game.Lighting:findFirstChild(String).ObjectID.Value)
  10329. end
  10330. else
  10331. Destroy(obj)
  10332. end
  10333. end)
  10334. ev:disconnect()
  10335. end
  10336. end
  10337. end
  10338.  
  10339.  
  10340. ForEach = function(Base, Function)
  10341. for Index, Value in pairs (Base) do
  10342. Function(Value, Index)
  10343. end
  10344. end
  10345.  
  10346. GetPlayers = function(String) -- note 2 self: snipped this from my cmdscript
  10347. local UsersCalled = {}
  10348. for newString in String:gmatch('([^,]+)') do -- thanks scleratis
  10349. if newString:lower() == "me" then
  10350. table.insert(UsersCalled, game.Players.LocalPlayer)
  10351. elseif newString:lower() == "all" then
  10352. ForEach(game.Players:children(), function(Player)
  10353. table.insert(UsersCalled, Player)
  10354. end)
  10355. elseif newString:lower() == "others" then
  10356. ForEach(game.Players:children(), function(Player)
  10357. if Player ~= game.Players.LocalPlayer then
  10358. table.insert(UsersCalled, Player)
  10359. end
  10360. end)
  10361. elseif newString:lower() == "random" then
  10362. table.insert(UsersCalled, game.Players:children()[math.random(#game.Players:children())])
  10363. else
  10364. for i,v in pairs(game.Players:children()) do
  10365. if v.Name:lower():sub(1, #newString) == newString:lower() then
  10366. table.insert(UsersCalled, v)
  10367. end
  10368. end
  10369. end
  10370. end
  10371. return UsersCalled
  10372. end
  10373.  
  10374. AdjustPlr = function(Table, Forward)
  10375. local Plrs = Table
  10376.  
  10377. if Forward == true then
  10378. CurrPlrIndex = CurrPlrIndex + 1
  10379. else
  10380. CurrPlrIndex = CurrPlrIndex - 1
  10381. if CurrPlrIndex < 1 then
  10382. CurrPlrIndex = game.Players.NumPlrs
  10383. end
  10384. end
  10385.  
  10386. if Plrs[CurrPlrIndex] ~= nil then
  10387. CurrPlr = Plrs[CurrPlrIndex]
  10388. game.Workspace.CurrentCamera.CameraSubject = CurrPlr.Character.Humanoid
  10389. --if Plrs[CurrPlrIndex] ~= game.Players.LocalPlayer then
  10390. spawn(function()
  10391. local index = CurrPlrIndex
  10392. while CurrPlrIndex == index do
  10393. wait()
  10394.  
  10395. local health, maxhealth
  10396. if game.Workspace:findFirstChild(CurrPlr.Name) then
  10397. health = CurrPlr.Character.Humanoid.Health
  10398. maxhealth = CurrPlr.Character.Humanoid.MaxHealth
  10399. end
  10400.  
  10401. pInfo.Bar.Size = UDim2.new(health / maxhealth, 0, 1, 0)
  10402. pInfo.Health.Text = tostring(math.floor(health))
  10403. pInfo.pName.Text = CurrPlr.Name
  10404. end
  10405. end)
  10406. --end
  10407. elseif Plrs[CurrPlrIndex] == nil then
  10408. Plrs[CurrPlrIndex] = NumPlrs
  10409. CurrPlr = Plrs[CurrPlrIndex]
  10410. game.Workspace.CurrentCamera.CameraSubject = Plrs[CurrPlrIndex].Character.Humanoid
  10411. end
  10412.  
  10413. end
  10414.  
  10415. AdjustVeh = function(Table, Forward)
  10416. local Vehs = Table
  10417.  
  10418. if Forward == true then
  10419. CurrVehIndex = CurrVehIndex + 1
  10420. else
  10421. CurrVehIndex = CurrVehIndex - 1
  10422. end
  10423.  
  10424. if Vehs[CurrVehIndex] ~= nil then
  10425. CurrVeh = Vehs[CurrVehIndex]
  10426. elseif Vehs[CurrVehIndex] == nil then
  10427. Vehs[CurrVehIndex] = #Vehs
  10428. CurrVeh = Vehs[CurrVehIndex]
  10429. end
  10430.  
  10431. VehicleFr.CurrentVehicle.Text = CurrVeh.Name
  10432. end
  10433.  
  10434. LocalSpawn.Spawn.MouseButton1Click:connect(function()
  10435. local Amount, Count = 0, 0
  10436. if LocalSpawn.Count.Box.Text == "" then
  10437. Amount = 1
  10438. else
  10439. Amount = tonumber(LocalSpawn.Count.Box.Text)
  10440. end
  10441. repeat
  10442. wait()
  10443. Count = Count + 1
  10444. SpawnItem(LocalSpawn.Item.Box.Text)
  10445. until
  10446. Count == Amount
  10447.  
  10448. LocalSpawn.Count.Box.Text = ""
  10449. LocalSpawn.Item.Box.Text = ""
  10450. end)
  10451.  
  10452. ServerSpawn.Spawn.MouseButton1Click:connect(function()
  10453. local Amount, Count = 0, 0
  10454. if ServerSpawn.Count.Box.Text == "" then
  10455. Amount = 1
  10456. else
  10457. Amount = tonumber(ServerSpawn.Count.Box.Text)
  10458. end
  10459. if Amount > 15 then
  10460. Amount = 15
  10461. end
  10462. repeat
  10463. wait()
  10464. Count = Count + 1
  10465. ServerSpawnItem(ServerSpawn.Item.Box.Text)
  10466. until
  10467. Count == Amount
  10468.  
  10469. ServerSpawn.Count.Box.Text = ""
  10470. ServerSpawn.Item.Box.Text = ""
  10471. end)
  10472.  
  10473. PlayerFr.Frame.Execute.MouseButton1Click:connect(function()
  10474. for i, v in pairs(PlayerModes) do
  10475. if PlayerModes[i].NAME == PlayerFr.Frame.Mode.Box.Text then
  10476. PlayerModes[i].FUNC(PlayerFr.Frame.Player.Box.Text)
  10477. end
  10478. end
  10479. end)
  10480.  
  10481. PlayerFr.StatChange.Btn.MouseButton1Click:connect(function()
  10482. for i, v in pairs(Stats) do
  10483. if Stats[i].NAME == PlayerFr.StatChange.Stat.Box.Text then
  10484. Stats[i].FUNC(PlayerFr.StatChange.Player.Box.Text, PlayerFr.StatChange.Count.oldbox.Text)
  10485. end
  10486. end
  10487. end)
  10488.  
  10489. ServerSpawn.SearchBox.FocusLost:connect(function(enterPressed)
  10490. if ServerSpawn.SearchBox.Text == "" or ServerSpawn.SearchBox.Text == " " then
  10491. GenerateList(DropIDs, ServerSpawn.ItemList)
  10492. ServerSpawn.SearchBox.Text = "Click here to search"
  10493. else
  10494. local temp_table = {}
  10495. for i, v in pairs(DropIDs) do
  10496. if DropIDs[i].NAME:lower():find(ServerSpawn.SearchBox.Text) then
  10497. table.insert(temp_table, #temp_table + 1, DropIDs[i])
  10498. end
  10499. end
  10500. GenerateList(temp_table, ServerSpawn.ItemList)
  10501. ServerSpawn.SearchBox.Text = "Click here to search"
  10502. end
  10503. end)
  10504.  
  10505. LocalSpawn.SearchBox.FocusLost:connect(function(enterPressed)
  10506. if LocalSpawn.SearchBox.Text == "" or LocalSpawn.SearchBox.Text == " " then
  10507. GenerateList(game.Lighting.LootDrops:GetChildren(), LocalSpawn.ItemList)
  10508. LocalSpawn.SearchBox.Text = "Click here to search"
  10509. else
  10510. local temp_table = {}
  10511. for i, v in pairs(game.Lighting.LootDrops:GetChildren()) do
  10512. if v.Name:lower():find(LocalSpawn.SearchBox.Text) then
  10513. table.insert(temp_table, #temp_table + 1, v)
  10514. end
  10515. end
  10516. GenerateList(temp_table, LocalSpawn.ItemList)
  10517. LocalSpawn.SearchBox.Text = "Click here to search"
  10518. end
  10519. end)
  10520.  
  10521. VehicleFr.Next.MouseButton1Click:connect(function()
  10522. AdjustVeh(game.Workspace.Vehicles:GetChildren(), true)
  10523. end)
  10524.  
  10525. VehicleFr.Prev.MouseButton1Click:connect(function()
  10526. AdjustVeh(game.Workspace.Vehicles:GetChildren(), false)
  10527. end)
  10528.  
  10529. pInfo.Next.MouseButton1Click:connect(function()
  10530. AdjustPlr(game.Players:GetChildren(), true)
  10531. end)
  10532.  
  10533. pInfo.Reset.MouseButton1Click:connect(function()
  10534. game.Workspace.CurrentCamera.CameraSubject = game.Players.LocalPlayer.Character.Humanoid
  10535. end)
  10536.  
  10537. pInfo.Previous.MouseButton1Click:connect(function()
  10538. AdjustPlr(game.Players:GetChildren(), false)
  10539. end)
  10540.  
  10541. for _, v in pairs(SF.Misc.ServerMsg.Col:GetChildren()) do
  10542. spawn(function()
  10543. v.MouseButton1Click:connect(function()
  10544. CurrMsgCol = v.Name
  10545. for _, b in pairs(SF.Misc.ServerMsg.Col:GetChildren()) do
  10546. if b ~= v then
  10547. b.Text = ""
  10548. else
  10549. b.Text = "X"
  10550. end
  10551. end
  10552. end)
  10553. end)
  10554. end
  10555.  
  10556. SF.Misc.ServerMsg.Btn.MouseButton1Click:connect(function()
  10557. SendMsg(SF.Misc.ServerMsg.Player.Box.Text, CurrMsgCol, SF.Misc.ServerMsg.Msg.Box.Text)
  10558. end)
  10559.  
  10560. SF.Misc.Creds.Box.FocusLost:connect(function(enterPressed)
  10561. if enterPressed then
  10562. GiveCredits(SF.Misc.Creds.Box.Text)
  10563. end
  10564. end)
  10565.  
  10566. Gui.Toggle.MouseButton1Down:connect(function()
  10567. BF.Visible = not BF.Visible
  10568. pInfo.Visible = BF.Visible
  10569. Gui.Toggle.Text = (BF.Visible and "-" or "+")
  10570. end)
  10571.  
  10572. for _, v in pairs(VehicleFr:GetChildren()) do
  10573. if v.Name == "TPVehicle" or v:findFirstChild("Btn") then
  10574. spawn(function()
  10575. v.Btn.MouseButton1Click:connect(function()
  10576. if v:IsA("TextLabel") and v.Name ~= "CurrentVehicle" then
  10577. for a, b in pairs(VehicleModes) do
  10578. if VehicleModes[a].NAME == v.Name then
  10579. if v.Name ~= "ResetSpeed" and v.Name ~= "TPVehicle" and v.Name ~= "ExplVehicle" then
  10580. if v.Btn.Text == "OFF" then
  10581. v.Btn.Text = "ON"
  10582. v.Btn.BackgroundColor3 = OnCol
  10583. else
  10584. v.Btn.Text = "OFF"
  10585. v.Btn.BackgroundColor3 = OffCol
  10586. end
  10587. end
  10588. if v.Name == "GodVehicle" then
  10589. if v.Btn.Text == "OFF" then
  10590. for h, c in pairs(VehicleModes) do
  10591. if VehicleModes[h].NAME == "UnGodVehicle" then
  10592. VehicleModes[h].FUNC(game.Workspace.Vehicles:GetChildren()[CurrVehIndex], VehicleFr.TPVehicle.Box.Text)
  10593. end
  10594. end
  10595. elseif v.Btn.Text == "ON" then
  10596. for h, c in pairs(VehicleModes) do
  10597. if VehicleModes[h].NAME == "GodVehicle" then
  10598. VehicleModes[h].FUNC(game.Workspace.Vehicles:GetChildren()[CurrVehIndex], VehicleFr.TPVehicle.Box.Text)
  10599. end
  10600. end
  10601. end
  10602. else
  10603. VehicleModes[a].FUNC(game.Workspace.Vehicles:GetChildren()[CurrVehIndex], VehicleFr.TPVehicle.Box.Text)
  10604. end
  10605.  
  10606. end
  10607. end
  10608. end
  10609. end)
  10610. end)
  10611. elseif v.Name ~= "TPVehicle" and v:findFirstChild("Box") then
  10612. spawn(function()
  10613. v.Box.FocusLost:connect(function(enterPressed)
  10614. if enterPressed then
  10615. for a, b in pairs(VehicleModes) do
  10616. if VehicleModes[a].NAME == v.Name then
  10617. VehicleModes[a].FUNC(game.Workspace.Vehicles:GetChildren()[CurrVehIndex], v.Box.Text)
  10618. end
  10619. end
  10620. end
  10621. end)
  10622. end)
  10623. end
  10624. end
  10625.  
  10626. for _, v in pairs(LocalStats:GetChildren()) do
  10627. spawn(function()
  10628. v.Btn.MouseButton1Click:connect(function()
  10629. if v.Name ~= "Stamina" then
  10630. for a, b in pairs(LPModes) do
  10631. if LPModes[a].NAME == v.Name then
  10632. LPModes[a].FUNC()
  10633. end
  10634. end
  10635. wait()
  10636. if Bools[v.Name] == false then
  10637. v.Btn.Text = "OFF"
  10638. v.Btn.BackgroundColor3 = OffCol
  10639. v.Btn.BorderColor3 = bOffCol
  10640. elseif Bools[v.Name] == true then
  10641. v.Btn.Text = "ON"
  10642. v.Btn.BackgroundColor3 = OnCol
  10643. v.Btn.BorderColor3 = bOnCol
  10644. end
  10645. end
  10646. end)
  10647. end)
  10648. end
  10649.  
  10650. spawn(function()
  10651. for _, v in pairs(Btns:GetChildren()) do
  10652. v.MouseButton1Click:connect(function()
  10653. for _, b in pairs(Btns:GetChildren()) do
  10654. if b ~= v then
  10655. b.BackgroundColor3 = OffCol
  10656. b.BorderColor3 = bOffCol
  10657. else
  10658. b.BackgroundColor3 = OnCol
  10659. b.BorderColor3 = bOnCol
  10660. end
  10661. end
  10662. for _, b in pairs(v.Parent.Parent:GetChildren()) do
  10663. if b:IsA("Frame") and b.Name ~= "Buttons" and b.Name ~= "Line" and b.Name ~= v.Name then
  10664. b.Visible = false
  10665. elseif b.Name == v.Name then
  10666. b.Visible = true
  10667. end
  10668. end
  10669. end)
  10670. end
  10671. end)
  10672.  
  10673. spawn(function()
  10674. for _, v in pairs(sBtns:GetChildren()) do
  10675. v.MouseButton1Click:connect(function()
  10676. for _, b in pairs(sBtns:GetChildren()) do
  10677. if b ~= v then
  10678. b.BackgroundColor3 = OffCol
  10679. b.BorderColor3 = bOffCol
  10680. else
  10681. b.BackgroundColor3 = OnCol
  10682. b.BorderColor3 = bOnCol
  10683. end
  10684. end
  10685. for _, b in pairs(v.Parent.Parent:GetChildren()) do
  10686. if b:IsA("Frame") and b.Name ~= "Buttons" and b.Name ~= "Line" and b.Name ~= v.Name then
  10687. b.Visible = false
  10688. elseif b.Name == v.Name then
  10689. b.Visible = true
  10690. end
  10691. end
  10692. end)
  10693. end
  10694. end)
  10695.  
  10696. -- Next
  10697.  
  10698. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  10699. if v.Name ~= "Holder" or v.Name ~= "VehicleWreck" then
  10700. if v:findFirstChild("Stats") then
  10701. v.Stats.Engine.Value = 66645358
  10702. end
  10703. end
  10704. end
  10705.  
  10706. wait(1)
  10707.  
  10708. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  10709. if v.Name ~= "Holder" or v.Name ~= "VehicleWreck" then
  10710. if v:findFirstChild("Stats") then
  10711. v.Stats.Tank.Value = 66645358
  10712. end
  10713. end
  10714. end
  10715.  
  10716. wait(1)
  10717.  
  10718. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  10719. if v.Name ~= "Holder" or v.Name ~= "VehicleWreck" then
  10720. if v:findFirstChild("Stats") then
  10721. v.Stats.Hull.Value = 66645358
  10722. end
  10723. end
  10724. end
  10725.  
  10726. wait(1)
  10727.  
  10728. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  10729. if v.Name ~= "Holder" or v.Name ~= "VehicleWreck" then
  10730. if v:findFirstChild("Stats") then
  10731. v.Stats.Armor.Value = 66645358
  10732. end
  10733. end
  10734. end
  10735.  
  10736. wait(1)
  10737.  
  10738. for i,v in pairs(game.Workspace.Vehicles:GetChildren()) do
  10739. if v.Name ~= "Holder" or v.Name ~= "VehicleWreck" then
  10740. if v:findFirstChild("Stats") then
  10741. v.Stats.Fuel.Value = 543
  10742. end
  10743. end
  10744. end
  10745.  
  10746. -- Next
  10747.  
  10748. local NewGuiPart1 = Instance.new("ScreenGui", game.CoreGui)
  10749. local Plr = game.Players.LocalPlayer
  10750. NewGuiPart1.Name = "boom"
  10751. -------
  10752. local NewGuiPart2 = Instance.new("Frame")
  10753. NewGuiPart2.Active = true
  10754. NewGuiPart2.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  10755. NewGuiPart2.BorderSizePixel = 0
  10756. NewGuiPart2.Name = "drag"
  10757. NewGuiPart2.Position = UDim2.new(0, 847, 0, 353)
  10758. NewGuiPart2.Selectable = true
  10759. NewGuiPart2.Size = UDim2.new(0, 400, 0, 35)
  10760. NewGuiPart2.Draggable = true
  10761. NewGuiPart2.Parent = NewGuiPart1
  10762. -------
  10763. local NewGuiPart3 = Instance.new("Frame")
  10764. NewGuiPart3.BorderSizePixel = 0
  10765. NewGuiPart3.Name = "body"
  10766. NewGuiPart3.Position = UDim2.new(0, 0, 0, 35)
  10767. NewGuiPart3.Size = UDim2.new(0, 400, 0, 200)
  10768. NewGuiPart3.Parent = NewGuiPart2
  10769. -------
  10770. local NewGuiPart4 = Instance.new("TextButton")
  10771. NewGuiPart4.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  10772. NewGuiPart4.BorderSizePixel = 0
  10773. NewGuiPart4.Name = "c4"
  10774. NewGuiPart4.Position = UDim2.new(0, 35, 0, 25)
  10775. NewGuiPart4.Size = UDim2.new(0, 150, 0, 50)
  10776. NewGuiPart4.FontSize = Enum.FontSize.Size28
  10777. NewGuiPart4.Text = "C4 Walk : Off"
  10778. NewGuiPart4.TextColor3 = Color3.new(1, 1, 1)
  10779. NewGuiPart4.TextStrokeTransparency = 0
  10780. NewGuiPart4.TextWrapped = true
  10781. NewGuiPart4.Parent = NewGuiPart3
  10782. local C4On = false
  10783. local materialC4 = game.Lighting.Materials.C4Placed
  10784. NewGuiPart4.MouseButton1Down:connect(function()
  10785. local pos = Plr.Character.Torso.Position
  10786. if C4On == false then
  10787. C4On = true
  10788. NewGuiPart4.Text = "C4 Walk : On"
  10789. NewGuiPart4.BorderColor3 = Color3.new(0/255, 255/255, 0/255)
  10790. repeat
  10791. game.Workspace.Remote.PlaceC4:FireServer(materialC4, pos, true)
  10792. wait()
  10793. until C4On == false
  10794. elseif C4On == true then
  10795. C4On = false
  10796. NewGuiPart4.Text = "C4 Walk : Off"
  10797. NewGuiPart4.BorderColor3 = Color3.new(170/255, 0/255, 0/255)
  10798. end
  10799. end)
  10800. -------
  10801. local NewGuiPart5 = Instance.new("TextButton")
  10802. NewGuiPart5.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  10803. NewGuiPart5.BorderSizePixel = 0
  10804. NewGuiPart5.Name = "vs50"
  10805. NewGuiPart5.Position = UDim2.new(0, 215, 0, 25)
  10806. NewGuiPart5.Size = UDim2.new(0, 150, 0, 50)
  10807. NewGuiPart5.FontSize = Enum.FontSize.Size24
  10808. NewGuiPart5.Text = "VS-50 Walk : Off"
  10809. NewGuiPart5.TextColor3 = Color3.new(1, 1, 1)
  10810. NewGuiPart5.TextStrokeTransparency = 0
  10811. NewGuiPart5.TextWrapped = true
  10812. NewGuiPart5.Parent = NewGuiPart3
  10813. local VS50on = false
  10814. local materialVS50 = game.Lighting.Materials.VS50Placed
  10815. NewGuiPart5.MouseButton1Down:connect(function()
  10816. local pos = Plr.Character.Torso.Position
  10817. if VS50on == false then
  10818. VS50on = true
  10819. NewGuiPart5.Text = "VS-50 Walk : On"
  10820. NewGuiPart5.BorderColor3 = Color3.new(0/255, 255/255, 0/255)
  10821. repeat
  10822. game.Workspace.Remote.PlaceC4:FireServer(materialVS50, pos, true)
  10823. wait()
  10824. until VS50on == false
  10825. elseif VS50on == true then
  10826. VS50on = false
  10827. NewGuiPart5.Text = "VS-50 Walk : Off"
  10828. NewGuiPart5.BorderColor3 = Color3.new(170/255, 0/255, 0/255)
  10829. end
  10830. end)
  10831. -------
  10832. local NewGuiPart6 = Instance.new("TextButton")
  10833. NewGuiPart6.BackgroundColor3 = Color3.new(0, 0.666667, 1)
  10834. NewGuiPart6.BorderSizePixel = 0
  10835. NewGuiPart6.Name = "tankmine"
  10836. NewGuiPart6.Position = UDim2.new(0, 115, 0, 100)
  10837. NewGuiPart6.Size = UDim2.new(0, 175, 0, 50)
  10838. NewGuiPart6.FontSize = Enum.FontSize.Size24
  10839. NewGuiPart6.Text = "Tank Mine Walk : Off"
  10840. NewGuiPart6.TextColor3 = Color3.new(1, 1, 1)
  10841. NewGuiPart6.TextStrokeTransparency = 0
  10842. NewGuiPart6.TextWrapped = true
  10843. NewGuiPart6.Parent = NewGuiPart3
  10844. local TM46on = false
  10845. local materialTM46 = game.Lighting.Materials.TM46Placed
  10846. NewGuiPart6.MouseButton1Down:connect(function()
  10847. local pos = Plr.Character.Torso.Position
  10848. if TM46on == false then
  10849. TM46on = true
  10850. NewGuiPart6.Text = "Tank Mine Walk : On"
  10851. NewGuiPart6.BorderColor3 = Color3.new(0/255, 255/255, 0/255)
  10852. repeat
  10853. game.Workspace.Remote.PlaceC4:FireServer(materialTM46, pos, true)
  10854. wait()
  10855. until TM46on == false
  10856. elseif TM46on == true then
  10857. TM46on = false
  10858. NewGuiPart6.Text = "Tank Mine Walk : Off"
  10859. NewGuiPart6.BorderColor3 = Color3.new(170/255, 0/255, 0/255)
  10860. end
  10861. end)
  10862. -------
  10863. local NewGuiPart7 = Instance.new("TextLabel")
  10864. NewGuiPart7.BackgroundTransparency = 1
  10865. NewGuiPart7.Name = "title"
  10866. NewGuiPart7.Position = UDim2.new(0, 100, 0, 0)
  10867. NewGuiPart7.Size = UDim2.new(0, 200, 0, 30)
  10868. NewGuiPart7.FontSize = Enum.FontSize.Size14
  10869. NewGuiPart7.Text = "Explosives GUI"
  10870. NewGuiPart7.TextColor3 = Color3.new(1, 1, 1)
  10871. NewGuiPart7.TextScaled = true
  10872. NewGuiPart7.TextStrokeTransparency = 0
  10873. NewGuiPart7.TextWrapped = true
  10874. NewGuiPart7.Parent = NewGuiPart2
  10875.  
  10876. -- next
  10877. -- Objects
  10878.  
  10879. local shivall = Instance.new("ScreenGui")
  10880. local Frame = Instance.new("Frame")
  10881. local spawnbtn = Instance.new("TextButton")
  10882. local noclipon = Instance.new("TextButton")
  10883. local noclipoff = Instance.new("TextButton")
  10884. local norecoil = Instance.new("TextButton")
  10885. local ammo = Instance.new("TextButton")
  10886. local kit = Instance.new("TextButton")
  10887. local nofog = Instance.new("TextButton")
  10888. local restock = Instance.new("TextButton")
  10889. local itemspawn = Instance.new("TextBox")
  10890. local carcmds = Instance.new("Frame")
  10891. local carspeed = Instance.new("TextButton")
  10892. local carspawn = Instance.new("TextButton")
  10893. local carselect = Instance.new("TextButton")
  10894. local dragbar = Instance.new("Frame")
  10895. local closebutton = Instance.new("TextButton")
  10896. local ScrollingFrame = Instance.new("ScrollingFrame")
  10897.  
  10898. -- Properties
  10899.  
  10900. shivall.Name = "shivall"
  10901. shivall.Parent = game.Players.LocalPlayer.PlayerGui
  10902.  
  10903. Frame.Parent = shivall
  10904. Frame.Active = true
  10905. Frame.ClipsDescendants = true
  10906. Frame.Draggable = true
  10907. Frame.Position = UDim2.new(0.5, -137, 0.5, 7)
  10908. Frame.Selectable = true
  10909. Frame.Size = UDim2.new(0, 325, 0, 250)
  10910. Frame.Style = Enum.FrameStyle.DropShadow
  10911.  
  10912. spawnbtn.Name = "spawnbtn"
  10913. spawnbtn.Parent = Frame
  10914. spawnbtn.BackgroundTransparency = 1
  10915. spawnbtn.Position = UDim2.new(1, -310, 0.5, -65)
  10916. spawnbtn.Size = UDim2.new(0, 100, 0, 50)
  10917. spawnbtn.ZIndex = 3
  10918. spawnbtn.Font = Enum.Font.SciFi
  10919. spawnbtn.FontSize = Enum.FontSize.Size14
  10920. spawnbtn.Text = "Spawn"
  10921. spawnbtn.TextColor3 = Color3.new(1, 1, 1)
  10922. spawnbtn.TextSize = 14
  10923.  
  10924. noclipon.Name = "noclipon"
  10925. noclipon.Parent = Frame
  10926. noclipon.BackgroundTransparency = 1
  10927. noclipon.Position = UDim2.new(1, -205, 0, 0)
  10928. noclipon.Size = UDim2.new(0, 100, 0, 50)
  10929. noclipon.ZIndex = 3
  10930. noclipon.Font = Enum.Font.SciFi
  10931. noclipon.FontSize = Enum.FontSize.Size14
  10932. noclipon.Text = "Noclip: ON"
  10933. noclipon.TextColor3 = Color3.new(1, 1, 1)
  10934. noclipon.TextSize = 14
  10935.  
  10936. noclipoff.Name = "noclipoff"
  10937. noclipoff.Parent = Frame
  10938. noclipoff.BackgroundTransparency = 1
  10939. noclipoff.Position = UDim2.new(1, -205, 0.5, -65)
  10940. noclipoff.Size = UDim2.new(0, 100, 0, 50)
  10941. noclipoff.ZIndex = 3
  10942. noclipoff.Font = Enum.Font.SciFi
  10943. noclipoff.FontSize = Enum.FontSize.Size14
  10944. noclipoff.Text = "Noclip: OFF"
  10945. noclipoff.TextColor3 = Color3.new(1, 1, 1)
  10946. noclipoff.TextSize = 14
  10947.  
  10948. norecoil.Name = "norecoil"
  10949. norecoil.Parent = Frame
  10950. norecoil.BackgroundTransparency = 1
  10951. norecoil.Position = UDim2.new(1, -100, 0, 0)
  10952. norecoil.Size = UDim2.new(0, 100, 0, 50)
  10953. norecoil.ZIndex = 3
  10954. norecoil.Font = Enum.Font.SciFi
  10955. norecoil.FontSize = Enum.FontSize.Size14
  10956. norecoil.Text = "No Recoil"
  10957. norecoil.TextColor3 = Color3.new(1, 1, 1)
  10958. norecoil.TextSize = 14
  10959.  
  10960. ammo.Name = "ammo"
  10961. ammo.Parent = Frame
  10962. ammo.BackgroundTransparency = 1
  10963. ammo.Position = UDim2.new(1, -100, 0.5, -65)
  10964. ammo.Size = UDim2.new(0, 100, 0, 50)
  10965. ammo.ZIndex = 3
  10966. ammo.Font = Enum.Font.SciFi
  10967. ammo.FontSize = Enum.FontSize.Size14
  10968. ammo.Text = "N/A"
  10969. ammo.TextColor3 = Color3.new(1, 1, 1)
  10970. ammo.TextSize = 14
  10971.  
  10972. kit.Name = "kit"
  10973. kit.Parent = Frame
  10974. kit.BackgroundTransparency = 1
  10975. kit.Position = UDim2.new(1, -310, 0.5, -10)
  10976. kit.Size = UDim2.new(0, 100, 0, 50)
  10977. kit.ZIndex = 3
  10978. kit.Font = Enum.Font.SciFi
  10979. kit.FontSize = Enum.FontSize.Size14
  10980. kit.Text = "Kit"
  10981. kit.TextColor3 = Color3.new(1, 1, 1)
  10982. kit.TextSize = 14
  10983.  
  10984. nofog.Name = "nofog"
  10985. nofog.Parent = Frame
  10986. nofog.BackgroundTransparency = 1
  10987. nofog.Position = UDim2.new(1, -100, 0.5, -10)
  10988. nofog.Size = UDim2.new(0, 100, 0, 50)
  10989. nofog.ZIndex = 3
  10990. nofog.Font = Enum.Font.SciFi
  10991. nofog.FontSize = Enum.FontSize.Size14
  10992. nofog.Text = "No Fog"
  10993. nofog.TextColor3 = Color3.new(1, 1, 1)
  10994. nofog.TextSize = 14
  10995.  
  10996. restock.Name = "restock"
  10997. restock.Parent = Frame
  10998. restock.BackgroundTransparency = 1
  10999. restock.Position = UDim2.new(1, -205, 0.5, -10)
  11000. restock.Size = UDim2.new(0, 100, 0, 50)
  11001. restock.ZIndex = 3
  11002. restock.Font = Enum.Font.SciFi
  11003. restock.FontSize = Enum.FontSize.Size14
  11004. restock.Text = "Primary Ammo"
  11005. restock.TextColor3 = Color3.new(1, 1, 1)
  11006. restock.TextSize = 14
  11007.  
  11008. itemspawn.Name = "itemspawn"
  11009. itemspawn.Parent = Frame
  11010. itemspawn.BackgroundTransparency = 1
  11011. itemspawn.Position = UDim2.new(1, -310, 0, 0)
  11012. itemspawn.Size = UDim2.new(0, 100, 0, 50)
  11013. itemspawn.ZIndex = 3
  11014. itemspawn.Font = Enum.Font.SciFi
  11015. itemspawn.FontSize = Enum.FontSize.Size14
  11016. itemspawn.Text = "Item Name"
  11017. itemspawn.TextColor3 = Color3.new(1, 1, 0)
  11018. itemspawn.TextSize = 14
  11019.  
  11020. carcmds.Name = "carcmds"
  11021. carcmds.Parent = Frame
  11022. carcmds.BackgroundColor3 = Color3.new(1, 1, 1)
  11023. carcmds.BackgroundTransparency = 1
  11024. carcmds.BorderColor3 = Color3.new(0.796079, 0.796079, 0.796079)
  11025. carcmds.BorderSizePixel = 0
  11026. carcmds.Position = UDim2.new(1, -310, 1, -70)
  11027. carcmds.Size = UDim2.new(0, 310, 0, 50)
  11028. carcmds.ZIndex = 3
  11029.  
  11030. carspeed.Name = "carspeed"
  11031. carspeed.Parent = carcmds
  11032. carspeed.BackgroundTransparency = 1
  11033. carspeed.BorderColor3 = Color3.new(0.690196, 0.658824, 0.670588)
  11034. carspeed.Position = UDim2.new(1, -205, 0, 0)
  11035. carspeed.Size = UDim2.new(0, 100, 0, 50)
  11036. carspeed.ZIndex = 4
  11037. carspeed.Font = Enum.Font.SciFi
  11038. carspeed.FontSize = Enum.FontSize.Size14
  11039. carspeed.Text = "Car Speed"
  11040. carspeed.TextColor3 = Color3.new(1, 1, 1)
  11041. carspeed.TextSize = 14
  11042.  
  11043. carspawn.Name = "carspawn"
  11044. carspawn.Parent = carcmds
  11045. carspawn.BackgroundTransparency = 1
  11046. carspawn.BorderColor3 = Color3.new(0.690196, 0.658824, 0.670588)
  11047. carspawn.Position = UDim2.new(1, -100, 0, 0)
  11048. carspawn.Size = UDim2.new(0, 100, 0, 50)
  11049. carspawn.ZIndex = 4
  11050. carspawn.Font = Enum.Font.SciFi
  11051. carspawn.FontSize = Enum.FontSize.Size14
  11052. carspawn.Text = "Car Spawn"
  11053. carspawn.TextColor3 = Color3.new(1, 1, 1)
  11054. carspawn.TextSize = 14
  11055.  
  11056. carselect.Name = "carselect"
  11057. carselect.Parent = carcmds
  11058. carselect.BackgroundTransparency = 1
  11059. carselect.BorderColor3 = Color3.new(0.690196, 0.658824, 0.670588)
  11060. carselect.Position = UDim2.new(1, -310, 0, 0)
  11061. carselect.Size = UDim2.new(0, 100, 0, 50)
  11062. carselect.ZIndex = 4
  11063. carselect.Font = Enum.Font.SciFi
  11064. carselect.FontSize = Enum.FontSize.Size14
  11065. carselect.Text = "Select Car"
  11066. carselect.TextColor3 = Color3.new(1, 1, 0)
  11067. carselect.TextSize = 14
  11068.  
  11069. dragbar.Name = "dragbar"
  11070. dragbar.Parent = Frame
  11071. dragbar.BackgroundColor3 = Color3.new(0.564706, 0.564706, 0.564706)
  11072. dragbar.Position = UDim2.new(1, -310, 1, -15)
  11073. dragbar.Size = UDim2.new(0, 310, 0, 15)
  11074. dragbar.ZIndex = 3
  11075.  
  11076. closebutton.Name = "closebutton"
  11077. closebutton.Parent = dragbar
  11078. closebutton.BackgroundColor3 = Color3.new(1, 1, 1)
  11079. closebutton.BackgroundTransparency = 0.80000001192093
  11080. closebutton.BorderSizePixel = 0
  11081. closebutton.Position = UDim2.new(1, -15, 1, -15)
  11082. closebutton.Size = UDim2.new(0, 15, 0, 15)
  11083. closebutton.ZIndex = 4
  11084. closebutton.Font = Enum.Font.SourceSans
  11085. closebutton.FontSize = Enum.FontSize.Size14
  11086. closebutton.Text = "X"
  11087. closebutton.TextSize = 14
  11088.  
  11089. ScrollingFrame.Parent = Frame
  11090. ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
  11091. ScrollingFrame.BackgroundTransparency = 1
  11092. ScrollingFrame.Position = UDim2.new(0, 5, 0, 5)
  11093. ScrollingFrame.ScrollBarThickness = 2
  11094.  
  11095. local activeveh
  11096. local listopen = false
  11097. carselect.MouseButton1Click:connect(function()
  11098. if listopen == false then
  11099. game.Players.LocalPlayer.PlayerGui.shivall.Frame:TweenSize(UDim2.new(0, 450, 0, 250), "In", "Quad", 1, false, nil)
  11100. local scroll = game.Players.LocalPlayer.PlayerGui.shivall.Frame.ScrollingFrame
  11101. local list = game.Workspace.Vehicles:GetChildren()
  11102. local header = Instance.new("TextBox", scroll)
  11103. header.Position = UDim2.new(0, 0, 0, 0)
  11104. header.Size = UDim2.new(0, 90, 0, 20)
  11105. header.Text = "Vehicle List"
  11106. header.BackgroundTransparency = 1
  11107. header.TextColor3 = Color3.new(225, 255, 0)
  11108. for i=1, #list do
  11109. local xd = Instance.new("TextButton", scroll)
  11110. xd.Text = list[i].Name
  11111. xd.Position = UDim2.new(0, 0, 0, i*20)
  11112. xd.Size = UDim2.new(0, 90, 0, 20)
  11113. xd.MouseButton1Click:connect(function()
  11114. local xd1 = scroll:GetChildren()
  11115. for i=1, #xd1 do
  11116. xd1[i].BackgroundColor3 = Color3.new(0.564706, 0.564706, 0.564706)
  11117. end
  11118. xd.BackgroundColor3 = Color3.new(255, 255, 0)
  11119. activeveh = xd.Text
  11120. end)
  11121. end
  11122. scroll:TweenSize(UDim2.new(0, 100, 0, 225), "In", "Quad", 1, false, nil)
  11123. listopen = true
  11124. else do
  11125. game.Players.LocalPlayer.PlayerGui.shivall.Frame:TweenSize(UDim2.new(0, 325, 0, 250), "Out", "Quad", 1, false, nil)
  11126. game.Players.LocalPlayer.PlayerGui.shivall.Frame.ScrollingFrame:TweenSize(UDim2.new(0, 0, 0, 0), "Out", "Quad", 1, false, nil)
  11127. wait(1)
  11128. local buttons = game.Players.LocalPlayer.PlayerGui.shivall.Frame.ScrollingFrame:GetChildren()
  11129. for i=1, #buttons do
  11130. buttons[i]:Destroy()
  11131. end
  11132. activeveh = ""
  11133. listopen = false
  11134. end
  11135. end
  11136. end)
  11137.  
  11138.  
  11139.  
  11140. ZeroNums = {"a", "B", "i", "P", "Y", "S"}
  11141. ActualNums = {"A", "C", "d", "g", "L", "p", "s", "T", "Z"}
  11142. function FindMultipiler(Letter)
  11143. for z = 1, #ActualNums do
  11144. if ActualNums[z] == Letter then
  11145. return z
  11146. end
  11147. end
  11148. return "0"
  11149. end
  11150. function Obfuscate(Number)
  11151. local newval = ""
  11152. Number = tostring(Number)
  11153. for _ = 1, 10 - string.len(Number) do
  11154. newval = ZeroNums[math.random(1, 6)] .. newval
  11155. end
  11156. for d = 1, string.len(Number) do
  11157. local num = tonumber(string.sub(Number, d, d))
  11158. if num > 0 then
  11159. newval = newval .. ActualNums[num]
  11160. else
  11161. newval = newval .. ZeroNums[math.random(1, 6)]
  11162. end
  11163. end
  11164. return newval
  11165. end
  11166. function Deobfuscate(String)
  11167. local newval = ""
  11168. for d = 1, 10 do
  11169. local mult = FindMultipiler(string.sub(String, d, d))
  11170. newval = newval .. mult
  11171. end
  11172. newval = tonumber(newval)
  11173. return newval
  11174. end
  11175.  
  11176.  
  11177. ItemCodes = {
  11178. ["AK-104"] = 1037, ["WindscreenGlass"] = 184, ["WaterBottle"] = 209, ["Watch"] = 3001, ["VehicleJack"] = 3016,
  11179. ["Vegetables"] = 214, ["VS50"] = 256, ["Uzi"] = 2015, ["Ushanka"] = 7014, ["USP45Ammo"] = 26, ["USP45"] = 2007,
  11180. ["Twinkies"] = 212, ["Tuna"] = 4, ["TrinityBeret"] = 7015, ["TomatoSoup"] = 215, ["TM46"] = 257,
  11181. ["TEC9Ammo32"] = 57, ["TEC9Ammo20"] = 56, ["TEC9Ammo"] = 20, ["TEC-9"] = 2005, ["SurvivalPackTan"] = 4009,
  11182. ["SurvivalPackGrey"] = 4010, ["SurvivalPackGreen"] = 4011, ["SurvivalPackBrown"] = 4012, ["Suppressor9"] = 9007,
  11183. ["Suppressor762"] = 9010, ["Suppressor556"] = 9009, ["Suppressor545"] = 9011, ["Suppressor45"] = 9008,
  11184. ["Spam"] = 6, ["SodaSprite"] = 205, ["SodaRoot"] = 207, ["SodaPepsi"] = 7, ["SodaPepper"] = 9,
  11185. ["SodaMoxie"] = 208, ["SodaDew"] = 202, ["SodaCrush"] = 201, ["SodaCoke"] = 8, ["ShotgunAmmo"] = 18,
  11186. ["Shotgun"] = 1002, ["ShadesGrey"] = 8005, ["ShadesBlack"] = 8001, ["ScrapMetal"] = 183, ["Sabre"] = 3014,
  11187. ["SUSAT"] = 9014, ["STANAGAmmo50"] = 52, ["STANAGAmmo30"] = 51, ["STANAGAmmo100"] = 53, ["SKSAmmo"] = 45,
  11188. ["SKS"] = 1018, ["SCAR-L"] = 1022, ["RoadFlare"] = 251, ["RevolverAmmo"] = 25, ["Revolver"] = 2006,
  11189. ["ReinforcedWheel"] = 189, ["Reflex"] = 9003, ["RedChemlight"] = 3020, ["RedBeret"] = 7013, ["RawMeat"] = 220,
  11190. ["Ranger"] = 7003, ["RamboClothingTop"] = 5003, ["RamboClothingBottom"] = 6003, ["Radio"] = 3018,
  11191. ["RPK"] = 1034, ["Pringles"] = 204, ["PilotGreen"] = 7010, ["PilotBlack"] = 7009, ["Pasta"] = 5,
  11192. ["Painkillers"] = 12, ["PaddedClothingTop"] = 5002, ["PaddedClothingBottom"] = 6002, ["PPSHAmmo"] = 46,
  11193. ["PPSH"] = 1019, ["PP19Ammo64"] = 58, ["SmallCrate"] = 38, ["OmniLight"] = 3015, ["OTs-14"] = 1036,
  11194. ["NagantAmmo"] = 17, ["Mosin-Nagant"] = 1001, ["Model459Ammo14"] = 59, ["Model 459"] = 2013, ["Mk48Ammo"] = 23,
  11195. ["Mk 48"] = 1005, ["Mk 23"] = 2018, ["Mk 17"] = 1031, ["MilitaryPackGrime"] = 4013, ["MilitaryPackGrey"] = 4015,
  11196. ["MilitaryPackGreen"] = 4014, ["MilitaryPackBlack"] = 4016, ["MaverickAmmo"] = 27, ["Maverick"] = 1010,
  11197. ["Material6"] = 36, ["Material5"] = 35, ["Material4"] = 34, ["Material3"] = 33, ["Material2"] = 32,
  11198. ["Material1"] = 31, ["Matches"] = 3005, ["MaskSpecOps"] = 8009, ["MaskPhantom"] = 8013, ["MaskMime"] = 8008,
  11199. ["MaskMercenary"] = 8007, ["MaskHockey"] = 8012, ["Map"] = 3003, ["MakarovAmmo"] = 16, ["Makarov"] = 2003,
  11200. ["MRE"] = 10, ["MP5Ammo"] = 29, ["MP5"] = 1012, ["M9Ammo32"] = 55, ["M9Ammo17"] = 54, ["M9Ammo"] = 19,
  11201. ["M93R"] = 2016, ["M9"] = 2004, ["M870Ammo"] = 28, ["M870"] = 1011, ["M4A1"] = 1004, -- ["M4A1Ammo"] = 22,
  11202. ["M3Ammo30"] = 60, ["M3"] = 1028, ["M249Ammo100"] = 61, ["M249"] = 1024, ["M1911Ammo"] = 15, ["M1911"] = 2002,
  11203. ["M14"] = 1016, ["M1014"] = 1027, ["M14Ammo50"] = 64, ["M14Ammo30"] = 63, ["M14Ammo20"] = 62,
  11204. ["M1 Garand"] = 1006, ["Lemonade"] = 206, ["Laser"] = 9006, ["Kobra"] = 9004, ["Knife"] = 3013,
  11205. ["KethArmorTop"] = 5011, ["KethArmorBottom"] = 6011, ["JerryCanEmpty"] = 186, ["JerryCan"] = 185,
  11206. ["HornRimmed"] = 8006, ["Holo"] = 9002, ["HikingPackWhite"] = 4006, ["HikingPackOrange"] = 4005,
  11207. ["HikingPackBrown"] = 4008, ["HikingPackBlue"] = 4007, ["Hatchet"] = 3011, ["HK417"] = 1033, ["HK21"] = 1032,
  11208. ["GusArmorTop"] = 5010, ["GusArmorBottom"] = 6010, ["Grip"] = 9005, ["GreenChemlight"] = 3021,
  11209. ["GarandAmmo"] = 24, ["GPS"] = 3006, ["G37"] = 2017, ["G36K"] = 1023, ["G3"] = 1030, -- ["G18Ammo"] = 41,
  11210. ["G18"] = 2011, ["FuelTank"] = 182, ["Floodlight"] = 37, ["FlashlightSurvival"] = 3009,
  11211. ["FlashlightOld"] = 3008, ["FlashlightMilitary"] = 3010, ["FlashlightAttachment"] = 9012, ["Firewood"] = 250,
  11212. ["Firefighter"] = 8004, ["FedorovAmmo"] = 44, ["Fedorov"] = 1017, ["Fedora"] = 7004, ["FannyPackWhite"] = 4002,
  11213. ["FannyPackTan"] = 4001, ["FannyPackPurple"] = 4004, ["FannyPackBlue"] = 4003, ["FAL"] = 1029,
  11214. ["Eyepatch"] = 8003, ["Entrencher"] = 3004, ["EngineParts"] = 181, ["EnfieldAmmo"] = 42, ["Enfield"] = 1015,
  11215. ["Detonator"] = 3017, ["Crowbar"] = 3012, ["CowlGreen"] = 7002, ["CowlBlack"] = 7001, ["Cowboy"] = 7012,
  11216. ["CookedMeat"] = 221, ["Compass"] = 3002, ["ClothingTopFalse"] = 5000, ["ClothingBottomFalse"] = 6000,
  11217. ["CivilianClothingTop"] = 5001, ["CivilianClothingBottom"] = 6001, ["ChocolateBar"] = 211, ["ChipsAhoy"] = 213,
  11218. ["ChickenSoup"] = 216, ["CheezIts"] = 203, ["CarWheel"] = 180, ["CamoWoodlandsTop"] = 5007,
  11219. ["CamoWoodlandsBottom"] = 6007, ["CamoUrbanTop"] = 5005, ["CamoUrbanBottom"] = 6005, ["CamoSpecialTop"] = 5009,
  11220. ["CamoSpecialBottom"] = 6009, ["CamoSnowTop"] = 5008, ["CamoSnowBottom"] = 6008, ["CamoJungleTop"] = 5006,
  11221. ["CamoJungleBottom"] = 6006, ["CamoDesertTop"] = 5004, ["CamoDesertBottom"] = 6004, ["CZ75Ammo"] = 40,
  11222. ["CZ75"] = 2010, ["CCO"] = 9001, ["CBJ-MS"] = 2014, ["C4"] = 255, ["BrimmedBrown"] = 7007,
  11223. ["BrimmedBlack"] = 7008, ["Bowler"] = 7005, ["BlueChemlight"] = 3022, ["BloodBag"] = 11, ["Binoculars"] = 3007,
  11224. ["Biker"] = 7006, ["BeefStew"] = 217, ["BeefJerky"] = 210, ["Beans"] = 3, ["Beanie"] = 7011,
  11225. ["BandanaSkull"] = 8014, ["BandanaRenegade"] = 8011, ["BandanaRed"] = 8010, ["BandanaBlack"] = 8002,
  11226. ["BallisticUrban"] = 7018, ["BallisticSpecOps"] = 7019, ["BallisticJungle"] = 7017, ["BallisticGlass"] = 187,
  11227. ["BallisticDesert"] = 7016, ["Auto-5"] = 1025, ["ArmorPlates"] = 188, ["AN-94"] = 1040, ["AKS-74U"] = 1041,
  11228. ["AKM"] = 1038, ["AKAmmo75"] = 67, ["AKAmmo45"] = 66, ["AKAmmo30"] = 65, ["AK47Ammo75"] = 50,
  11229. ["AK47Ammo40"] = 49, ["AK47Ammo30"] = 48, ["AK-74"] = 1039, ["AK-47"] = 1003, ["AK-12"] = 1035,
  11230. ["ACOG"] = 9013, ["LargeCrate"] = 39, ["PP-19"] = 1026, ["Patriot"] = 1021
  11231. }
  11232.  
  11233. function table_invert(t)
  11234. local s={}
  11235. for k,v in pairs(t) do
  11236. s[v]=k
  11237. end
  11238. return s
  11239. end
  11240.  
  11241. local lol = table_invert(ItemCodes)
  11242.  
  11243. function noclip()
  11244. Clip = false
  11245. clipping1 = game:GetService('RunService').Stepped:connect(function()
  11246. game.Players.LocalPlayer.Character.Torso.CanCollide = Clip
  11247. game.Players.LocalPlayer.Character.Head.CanCollide = Clip
  11248. end)
  11249. clipping2 = game.Players.LocalPlayer.Character.Changed:connect(function()
  11250. game.Players.LocalPlayer.Character.Torso.CanCollide = Clip
  11251. game.Players.LocalPlayer.Character.Head.CanCollide = Clip
  11252. end)
  11253. end
  11254.  
  11255. noclipon.MouseButton1Click:Connect(noclip)
  11256.  
  11257. noclipoff.MouseButton1Click:connect(function()
  11258. clipping1:Disconnect()
  11259. clipping2:Disconnect()
  11260. end)
  11261.  
  11262. restock.MouseButton1Click:connect(function()
  11263. local prim = game.Players.LocalPlayer.playerstats.slots.slotprimary.ObjectID.Value
  11264. local primid = Deobfuscate(prim)
  11265. local itemname = lol[primid]
  11266.  
  11267. function restockammo(string)
  11268. local ammoname = string
  11269. for i=1,3 do
  11270. local clone = game.Lighting.LootDrops[ammoname]:Clone()
  11271. clone.Parent = game.Workspace
  11272. end
  11273. local kek = game.Workspace:GetChildren()
  11274. for i=1, #kek do
  11275. if kek[i].Name == ammoname then
  11276. kek[i]:MoveTo(game.Players.LocalPlayer.Character.Head.Position + Vector3.new(5, 0, 0))
  11277. end
  11278. end
  11279. end
  11280.  
  11281. if itemname == "FAL" or "M14" or "HK21" or "HK417" or "Mk 17" or "G3" then
  11282. restockammo("M14Ammo50")
  11283. end
  11284. if itemname == "G36K" or "SCAR-L" or "M4A1" then
  11285. restockammo("STANAGAmmo100")
  11286. end
  11287. if itemname == "M249" then
  11288. restockammo("M249Ammo100")
  11289. end
  11290. if itemname == "Mk 48" then
  11291. restockammo("Mk48Ammo")
  11292. end
  11293. end)
  11294.  
  11295. norecoil.MouseButton1Click:connect(function()
  11296. local prim = game.Players.LocalPlayer.playerstats.slots.slotprimary.ObjectID.Value
  11297. local primid = Deobfuscate(prim)
  11298. local itemname = lol[primid]
  11299. game.Players.LocalPlayer.Backpack[itemname].Stats.Recoil.Value = "aaaaaaaaaA"
  11300. end)
  11301.  
  11302.  
  11303. kit.MouseButton1Click:connect(function()
  11304. local spawnitem = function (string, number)
  11305. local itemname = string
  11306. for i=1, number do
  11307. local clone = game.Lighting.LootDrops[itemname]:Clone()
  11308. clone.Parent = game.Workspace
  11309. end
  11310. local kek = game.Workspace:GetChildren()
  11311. for i=1, #kek do
  11312. if kek[i].Name == itemname then
  11313. kek[i]:MoveTo(game.Players.LocalPlayer.Character.Head.Position + Vector3.new(5, 0, 0))
  11314. end
  11315. end
  11316. end
  11317. spawnitem("G36K", 1)
  11318. spawnitem("MilitaryPackBlack", 1)
  11319. spawnitem("STANAGAmmo100", 5)
  11320. spawnitem("ACOG", 1)
  11321. spawnitem("Suppressor556", 1)
  11322. spawnitem("Laser", 1)
  11323. end)
  11324.  
  11325. spawnbtn.MouseButton1Click:connect(function()
  11326. local number = 1
  11327. local itemname = itemspawn.Text
  11328. for i=1, number do
  11329. local clone = game.Lighting.LootDrops[itemname]:Clone()
  11330. clone.Parent = game.Workspace
  11331. end
  11332. local kek = game.Workspace:GetChildren()
  11333. for i=1, #kek do
  11334. if kek[i].Name == itemname then
  11335. kek[i]:MoveTo(game.Players.LocalPlayer.Character.Head.Position + Vector3.new(5, 0, 0))
  11336. end
  11337. end
  11338. end)
  11339.  
  11340. carspawn.MouseButton1Click:connect(function()
  11341. local vehname = activeveh
  11342. local veh = game.Workspace.Vehicles[vehname]
  11343. local torsopos = game.Players.LocalPlayer.Character.Torso.Position
  11344. local vehpos = veh.PrimaryPart.Position
  11345. local newpos = Vector3.new(torsopos.x - vehpos.x, torsopos.y - vehpos.y, torsopos.z - vehpos.z) + Vector3.new(20, 0, 0)
  11346. game.Workspace.Remote.PlaceMaterial:FireServer(veh, newpos)
  11347. local workspacecar = game.Workspace:FindFirstChild(vehname)
  11348. workspacecar.Parent = game.Lighting
  11349. end)
  11350.  
  11351. carspeed.MouseButton1Click:connect(function()
  11352. local vehname = activeveh
  11353. local veh = game.Workspace:FindFirstChild(vehname)
  11354. xd = function(car)
  11355. car.Stats.MaxSpeed.Offroad.Value = 500
  11356. car.Stats.MaxSpeed.Value = 500
  11357. end
  11358. if veh then
  11359. veh.Parent = game.Workspace.Vehicles
  11360. end
  11361. local carlist = game.Workspace.Vehicles:GetChildren()
  11362. for i=1, #carlist do
  11363. if carlist[i].Name == vehname then
  11364. xd(carlist[i])
  11365. end
  11366. end
  11367. end)
  11368.  
  11369. nofog.MouseButton1Click:connect(function()
  11370. game.Lighting.FogEnd = 1000000
  11371. end)
  11372.  
  11373. closebutton.MouseButton1Click:connect(function()
  11374. shivall:Destroy()
  11375. end)
  11376.  
  11377. -- Next
  11378.  
  11379. local ScreenGui = Instance.new("ScreenGui", game.CoreGui )
  11380. local Frame = Instance.new("Frame", game.CoreGui.ScreenGui)
  11381. local player = Instance.new("TextButton", game.CoreGui.ScreenGui.Frame)
  11382. local Stamina = Instance.new("TextButton", game.CoreGui.ScreenGui.Frame)
  11383. local Hunger = Instance.new("TextButton", game.CoreGui.ScreenGui.Frame)
  11384. local Spawner = Instance.new("TextButton", game.CoreGui.ScreenGui.Frame)
  11385. local Type = Instance.new("TextBox", game.CoreGui.ScreenGui.Frame)
  11386. local Enter = Instance.new("TextButton", game.CoreGui.ScreenGui.Frame)
  11387. local L_1_ = "v0.2"
  11388. local L_2_ = game.Players.LocalPlayer; ----change name of ig l_2
  11389. local L_22_ = 430783
  11390. local StealGun = Instance.new("TextButton", game.CoreGui.ScreenGui.Frame)
  11391. local people = Instance.new("TextButton", game.CoreGui.ScreenGui.Frame)
  11392. local steal = Instance.new("TextButton", game.CoreGui.ScreenGui.Frame)
  11393. local Scroll = Instance.new("ScrollingFrame", Frame)
  11394. local credit = Instance.new("TextButton", game.CoreGui.ScreenGui.Frame)
  11395. -- Properties
  11396.  
  11397. Frame.Active = true
  11398. Frame.BackgroundColor3 = Color3.new(0, 0, 0)
  11399. Frame.BackgroundTransparency = 0.3
  11400. Frame.Draggable = true
  11401. Frame.Position = UDim2.new(0, 0, 0, 300)
  11402. Frame.Size = UDim2.new(0, 400, 0, 400)
  11403.  
  11404. player.Name = "player Gui"
  11405.  
  11406. player.Parent = Frame
  11407. player.BackgroundColor3 = Color3.new(0, 0, 0)
  11408. player.BackgroundTransparency = 0.5
  11409. player.Position = UDim2.new(0, 0, 0, 0)
  11410. player.Size = UDim2.new(0, 110, 0, 50)
  11411. player.Font = Enum.Font.SciFi
  11412. player.FontSize = Enum.FontSize.Size24
  11413. player.Text = "localplayer"
  11414. player.TextColor3 = Color3.new(97, 0, 0)
  11415. player.TextSize = 24
  11416. player.TextWrapped = true
  11417.  
  11418. credit.Name = "credit"
  11419. credit.Visible = true
  11420. credit.Parent = Frame
  11421. credit.BackgroundColor3 = Color3.new(0, 0, 0)
  11422. credit.BackgroundTransparency = 0.5
  11423. credit.Position = UDim2.new(0, 150, 0, 350)
  11424. credit.Size = UDim2.new(0, 250, 0, 50)
  11425. credit.Font = Enum.Font.SciFi
  11426. credit.FontSize = Enum.FontSize.Size24
  11427. credit.Text = "Made by: nomeo33 More will be added soon"
  11428. credit.TextColor3 = Color3.new(97, 0, 0)
  11429. credit.TextSize = 24
  11430. credit.TextWrapped = true
  11431.  
  11432. Spawner.Name = "Spawner"
  11433.  
  11434. Spawner.Parent = Frame
  11435. Spawner.BackgroundColor3 = Color3.new(0, 0, 0)
  11436. Spawner.BackgroundTransparency = 0.5
  11437. Spawner.Position = UDim2.new(0, 0, 0, 50)
  11438. Spawner.Size = UDim2.new(0, 110, 0, 50)
  11439. Spawner.Font = Enum.Font.SciFi
  11440. Spawner.FontSize = Enum.FontSize.Size24
  11441. Spawner.Text = "Item Spawner"
  11442. Spawner.TextColor3 = Color3.new(97, 0, 0)
  11443. Spawner.TextSize = 24
  11444. Spawner.TextWrapped = true
  11445.  
  11446.  
  11447.  
  11448. people.Name = "people"
  11449.  
  11450. people.Parent = Frame
  11451. people.BackgroundColor3 = Color3.new(0, 0, 0)
  11452. people.BackgroundTransparency = 0.5
  11453. people.Position = UDim2.new(0, 0, 0, 100)
  11454. people.Size = UDim2.new(0, 110, 0, 50)
  11455. people.Font = Enum.Font.SciFi
  11456. people.FontSize = Enum.FontSize.Size24
  11457. people.Text = "Other People"
  11458. people.TextColor3 = Color3.new(97, 0, 0)
  11459. people.TextSize = 24
  11460. people.TextWrapped = true
  11461.  
  11462. Stamina.Name = "Stamina Gui"
  11463. Stamina.Parent = Frame
  11464. Stamina.BackgroundColor3 = Color3.new(0, 0, 0)
  11465. Stamina.BackgroundTransparency = 0.5
  11466. Stamina.Position = UDim2.new(0, 150, 0, 0)
  11467. Stamina.Size = UDim2.new(0, 110, 0, 50)
  11468. Stamina.Font = Enum.Font.SciFi
  11469. Stamina.FontSize = Enum.FontSize.Size24
  11470. Stamina.Text = "Stamina"
  11471. Stamina.TextColor3 = Color3.new(97, 0, 0)
  11472. Stamina.TextSize = 24
  11473. Stamina.TextWrapped = true
  11474. Stamina.Visible = false
  11475. Hunger.Name = "Hunger Gui"
  11476.  
  11477. Hunger.Parent = Frame
  11478. Hunger.BackgroundColor3 = Color3.new(0, 0, 0)
  11479. Hunger.BackgroundTransparency = 0.5
  11480. Hunger.Position = UDim2.new(0, 150, 0, 75)
  11481. Hunger.Size = UDim2.new(0, 110, 0, 50)
  11482. Hunger.Font = Enum.Font.SciFi
  11483. Hunger.FontSize = Enum.FontSize.Size24
  11484. Hunger.Text = "Infinite Hunger/Thirst"
  11485. Hunger.TextColor3 = Color3.new(97, 0, 0)
  11486. Hunger.TextSize = 24
  11487. Hunger.TextWrapped = true
  11488. Hunger.Visible = false
  11489.  
  11490. Type.Name = "Type"
  11491.  
  11492.  
  11493. Type.Parent = Frame
  11494. Type.BackgroundColor3 = Color3.new(0, 0, 0)
  11495. Type.BackgroundTransparency = 0.5
  11496. Type.Position = UDim2.new(0, 150, 0, 0)
  11497. Type.Size = UDim2.new(0, 200, 0, 50)
  11498. Type.Font = Enum.Font.SciFi
  11499. Type.FontSize = Enum.FontSize.Size18
  11500. Type.Text = "Search"
  11501. Type.TextColor3 = Color3.new(97, 0, 0)
  11502. Type.TextSize = 18
  11503. Type.Visible = false
  11504.  
  11505. Enter.Name = "Enter"
  11506.  
  11507. Enter.Parent = Frame
  11508. Enter.BackgroundColor3 = Color3.new(0, 0, 0)
  11509. Enter.BackgroundTransparency = 0.5
  11510. Enter.Position = UDim2.new(0, 350, 0, 0)
  11511. Enter.Size = UDim2.new(0, 50, 0, 50)
  11512. Enter.Font = Enum.Font.SciFi
  11513. Enter.FontSize = Enum.FontSize.Size18
  11514. Enter.Text = "Enter"
  11515. Enter.TextColor3 = Color3.new(97, 0, 0)
  11516. Enter.TextSize = 18
  11517. Enter.Visible = false
  11518.  
  11519. Scroll.BackgroundColor3 = Color3.new(0, 0, 0)
  11520. Scroll.BackgroundTransparency = 0.3
  11521. Scroll.Name = "sfrmResults"
  11522. Scroll.Size = UDim2.new(0, 225, 0, 100)
  11523. Scroll.Position = UDim2.new(0, 150, 0, 50)
  11524. Scroll.Visible = false
  11525.  
  11526. steal.Parent = Frame
  11527. steal.BackgroundColor3 = Color3.new(0, 0, 0)
  11528. steal.BackgroundTransparency = 0.5
  11529. steal.Position = UDim2.new(0, 150, 0, 0)
  11530. steal.Size = UDim2.new(0, 110, 0, 50)
  11531. steal.Font = Enum.Font.SciFi
  11532. steal.FontSize = Enum.FontSize.Size24
  11533. steal.Text = "Item steal"
  11534. steal.TextColor3 = Color3.new(97, 0, 0)
  11535. steal.TextSize = 24
  11536. steal.TextWrapped = true
  11537. steal.Visible = false
  11538.  
  11539.  
  11540.  
  11541. -- Clickables
  11542. player.MouseButton1Click:connect(function()
  11543. if Stamina.Visible == false then
  11544. wait (0.1)
  11545. Stamina.Visible = true
  11546. end
  11547. if Hunger.Visible == false then
  11548. wait(0.1)
  11549. Hunger.Visible = true
  11550. player.Text = "close"
  11551. end
  11552.  
  11553. end)
  11554. player.MouseButton1Click:connect(function()
  11555. if Stamina.Visible == true then
  11556. wait (0.1)
  11557. Stamina.Visible = false
  11558. end
  11559.  
  11560. if Hunger.Visible == true then
  11561. wait (0.1)
  11562. Hunger.Visible = false
  11563. player.Text = "LocalPlayer"
  11564.  
  11565. end
  11566. end)
  11567.  
  11568. Stamina.MouseButton1Click:connect(function()
  11569. game.Players.LocalPlayer.Backpack.GlobalFunctions.Stamina.Changed:connect(function() game.Players.LocalPlayer.Backpack.GlobalFunctions.Stamina.Value=100 end)
  11570. end)
  11571.  
  11572. Hunger.MouseButton1Click:connect(function()
  11573. game.Players.LocalPlayer.playerstats.Hunger.Value = 100000
  11574. wait (0.1)
  11575. game.Players.LocalPlayer.playerstats.Thirst.Value = 100000
  11576. end)
  11577. Spawner.MouseButton1Click:connect(function()
  11578.  
  11579. if Type.Visible == false then
  11580. wait(0.1)
  11581. Type.Visible = true
  11582.  
  11583. end
  11584. if Enter.Visible == false then
  11585. wait (0.1)
  11586. Enter.Visible = true
  11587. end
  11588. if Scroll.Visible == false then
  11589. wait(0.1)
  11590. Scroll.Visible = true
  11591. Spawner.Text = "close"
  11592. end
  11593.  
  11594.  
  11595.  
  11596. end)
  11597. Spawner.MouseButton1Click:connect(function()
  11598. if Type.Visible == true then
  11599. wait (0.1)
  11600. Type.Visible = false
  11601.  
  11602. end
  11603. if Enter.Visible == true then
  11604. wait (0.1)
  11605. Enter.Visible = false
  11606. end
  11607. if Scroll.Visible == true then
  11608. wait (0.1)
  11609. Scroll.Visible = false
  11610. Spawner.Text = "Item Spawner"
  11611. end
  11612. end)
  11613.  
  11614. people.MouseButton1Click:connect(function()
  11615.  
  11616. if steal.Visible == false then
  11617. wait (0.1)
  11618. steal.Visible = true
  11619. people.Text = "close"
  11620. end
  11621.  
  11622.  
  11623. end)
  11624. people.MouseButton1Click:connect(function()
  11625.  
  11626. if steal.Visible == true then
  11627. wait (0.1)
  11628. steal.Visible = false
  11629. people.Text = "Other People"
  11630. end
  11631.  
  11632.  
  11633. end)
  11634.  
  11635. steal.MouseButton1Click:connect(function()
  11636.  
  11637.  
  11638.  
  11639. local L_77_ = game.Players:GetPlayers()
  11640. for L_78_forvar1 = 1, #L_77_ do
  11641. local L_79_ = L_77_[L_78_forvar1]
  11642. if L_79_.playerstats.slots.slotprimary:FindFirstChild("ObjectID") then
  11643. workspace.Remote.DropItem:FireServer(L_79_.playerstats.slots.slotprimary, L_79_.playerstats.slots.slotprimary.ObjectID)
  11644. end;
  11645. if L_79_.playerstats.slots.slotsecondary:FindFirstChild("ObjectID") then
  11646. workspace.Remote.DropItem:FireServer(L_79_.playerstats.slots.slotsecondary, L_79_.playerstats.slots.slotsecondary.ObjectID)
  11647. end
  11648. end
  11649. end)
  11650.  
  11651.  
  11652.  
  11653.  
  11654.  
  11655.  
  11656.  
  11657.  
  11658.  
  11659.  
  11660.  
  11661.  
  11662.  
  11663.  
  11664.  
  11665.  
  11666.  
  11667.  
  11668.  
  11669.  
  11670.  
  11671.  
  11672.  
  11673.  
  11674.  
  11675.  
  11676. --Spawner crap
  11677. function check()
  11678. if not L_2_:GetRoleInGroup(L_22_) == "Guest" then
  11679. for L_62_forvar1 = 1, 30 do
  11680. print("HAX0R ALERT. EXTREME HAX0RS HAXED THIS GAME")
  11681. end;
  11682.  
  11683. for L_63_forvar1 = 1, 20 do
  11684. wait()
  11685. workspace.Remote.Chat:FireServer("Global", "I AM "..L_2_.Name.." THE ELITE HAX0R AND I JUST HAXED THIS GAME")
  11686. workspace.Remote.Chat:FireServer("Global", "REMEMBER MY NAME, "..L_2_.Name.." FOR I AM THE GREATEST HAX0R ON ROBLOX")
  11687. workspace.Remote.Chat:FireServer("Global", "IT IS FUTILE TO REPORT ME, REPORTS WILL NEVER STOP THE GREAT "..L_2_.Name)
  11688. for L_64_forvar1, L_65_forvar2 in pairs(game.Players:GetPlayers()) do
  11689. workspace.Remote.SendMessage:FireServer(L_65_forvar2, "Red", "I AM "..L_2_.Name.." THE ELITE HAX0R AND I JUST HAXED THIS GAME")
  11690. workspace.Remote.SendMessage:FireServer(L_65_forvar2, "Red", "REMEMBER MY NAME, "..L_2_.Name.." FOR I AM THE GREATEST HAX0R ON ROBLOX")
  11691. workspace.Remote.SendMessage:FireServer(L_65_forvar2, "Red", "IT IS FUTILE TO REPORT ME, REPORTS WILL NEVER STOP THE GREAT "..L_2_.Name)
  11692. end
  11693. end;
  11694. L_2_.Character.HumanoidRootPart.CFrame = CFrame.new(math.huge, math.huge, math.huge)
  11695. L_2_.CharacterAddded:connect(function()
  11696. L_2_.Character.HumanoidRootPart.CFrame = CFrame.new(math.huge, math.huge, math.huge)
  11697. end)
  11698. while true do
  11699. end;
  11700. script:Destroy()
  11701. end
  11702. end;
  11703. check()
  11704.  
  11705. local L_56_ = game.Lighting.LootDrops:GetChildren()
  11706. local L_57_ = {}
  11707. for L_84_forvar1 = 1, #L_56_ do
  11708. if L_56_[L_84_forvar1]:IsA("Model") then
  11709. table.insert(L_57_, L_56_[L_84_forvar1].Name)
  11710. end
  11711. end;
  11712. function getMatches(L_85_arg1)
  11713. local L_86_ = {}
  11714. for L_87_forvar1 = 1, #L_56_ do
  11715. local L_88_ = L_56_[L_87_forvar1].Name:lower()
  11716. if L_88_:find(L_85_arg1:lower()) then
  11717. table.insert(L_86_, L_56_[L_87_forvar1])
  11718. end
  11719. end;
  11720. table.sort(L_86_, alphabetize)
  11721. return L_86_
  11722. end;
  11723. Type.Changed:connect(function()
  11724. for L_91_forvar1, L_92_forvar2 in ipairs(Scroll:GetChildren()) do
  11725. L_92_forvar2:Destroy()
  11726. end;
  11727. local L_89_ = Type.Text;
  11728. local L_90_ = getMatches(L_89_)
  11729. if L_90_ then
  11730. Scroll.Visible = true
  11731. Scroll.CanvasSize = UDim2.new(0, 225, 0, (#L_90_ * 25) - 25)
  11732. for L_93_forvar1 = 1, #L_90_ do
  11733. local L_94_ = L_90_[L_93_forvar1].Name;
  11734. local L_95_ = Instance.new("TextButton", Scroll)
  11735. L_95_.Font = Enum.Font.ArialBold;
  11736. L_95_.FontSize = Enum.FontSize.Size14;
  11737. L_95_.Style = Enum.ButtonStyle.RobloxRoundDefaultButton;
  11738. L_95_.Text = L_94_;
  11739. L_95_.TextColor3 = Color3.new(255, 255, 255)
  11740. L_95_.TextXAlignment = Enum.TextXAlignment.Left;
  11741. L_95_.Name = L_94_;
  11742. L_95_.Position = UDim2.new(0, 0, 0, (L_93_forvar1 * 25) - 25)
  11743. L_95_.Size = UDim2.new(0, 210, 0, 25)
  11744. L_95_.MouseButton1Click:connect(function()
  11745. Type.Text = L_95_.Text
  11746. end)
  11747. end
  11748. end;
  11749. if not L_90_ then
  11750. Scroll.Visible = true
  11751. end
  11752. end)
  11753. check()
  11754. function getNextOpenSlot()
  11755. for L_96_forvar1 = 1, 20 do
  11756. if not L_2_.playerstats.slots["slot"..L_96_forvar1]:FindFirstChild("ObjectID") then
  11757. return L_96_forvar1
  11758. end
  11759. end
  11760. end;
  11761. function getItemID(L_97_arg1)
  11762. if game.Lighting:FindFirstChild(L_97_arg1) then
  11763. local L_98_ = game.Lighting:FindFirstChild(L_97_arg1).ObjectID.Value;
  11764. return L_98_
  11765. else
  11766. return nil
  11767. end
  11768. end;
  11769. function findItemFromPlayer(L_99_arg1)
  11770. if getItemID(L_99_arg1) then
  11771. for L_100_forvar1, L_101_forvar2 in pairs(game.Players:GetPlayers()) do
  11772. for L_102_forvar1 = 1, 20 do
  11773. local L_103_ = L_101_forvar2.playerstats.slots["slot"..L_102_forvar1]
  11774. if L_103_:FindFirstChild("ObjectID") then
  11775. if L_103_.ObjectID.Value == getItemID(L_99_arg1) then
  11776. return L_103_
  11777. end
  11778. end;
  11779. local L_104_ = L_2_.playerstats.slots.slotprimary;
  11780. local L_105_ = L_2_.playerstats.slots.slotsecondary;
  11781. if L_104_:FindFirstChild("ObjectID") and L_104_.ObjectID == getItemID(L_99_arg1) then
  11782. return L_104_
  11783. elseif L_105_:FindFirstChild("ObjectID") and L_105_.ObjectID == getItemID(L_99_arg1) then
  11784. return L_105_
  11785. else
  11786. return nil
  11787. end
  11788. end
  11789. end
  11790. end
  11791. end;
  11792. Enter.MouseButton1Click:connect(function()
  11793. local L_106_ = Type.Text;
  11794. if workspace.SpawnLoot:FindFirstChild(L_106_) then
  11795. workspace.Remote.GrabItem:FireServer(L_2_.playerstats.slots["slot"..getNextOpenSlot()], workspace.SpawnLoot:FindFirstChild(L_106_), workspace.SpawnLoot:FindFirstChild(L_106_).ObjectID)
  11796. elseif workspace.DropLoot:FindFirstChild(L_106_) then
  11797. workspace.Remote.GrabItem:FireServer(L_2_.playerstats.slots["slot"..getNextOpenSlot()], workspace.DropLoot:FindFirstChild(L_106_), workspace.DropLoot:FindFirstChild(L_106_).ObjectID)
  11798. elseif findItemFromPlayer(L_106_) then
  11799. local L_107_ = findItemFromPlayer(L_106_)
  11800. workspace.Remote.DropItem(L_107_, L_107_.ObjectID.Value)
  11801. else
  11802. local L_108_ = game.Lighting.LootDrops:FindFirstChild(L_106_)
  11803. if not L_108_ then
  11804. Enter.Text = "Error"
  11805. wait(2)
  11806. Enter.Text = "Spawn"
  11807. return
  11808. end;
  11809. local L_109_ = L_108_:Clone()
  11810. L_109_.Parent = workspace;
  11811. L_109_:SetPrimaryPartCFrame(CFrame.new(L_2_.Character.Head.Position + Vector3.new(math.random(-5, 5), 0, math.random(-5, 5))))
  11812. end
  11813. end)
  11814. function alphabetize(L_110_arg1, L_111_arg2)
  11815. local L_112_ = L_110_arg1.Name:lower()
  11816. local L_113_ = L_112_:sub(1, 1):byte()
  11817. local L_114_ = L_111_arg2.Name:lower()
  11818. local L_115_ = L_114_:sub(1, 1):byte()
  11819. if L_113_ < L_115_ then
  11820. return true
  11821. else
  11822. return false
  11823. end
  11824. end;
  11825. local L_58_ = Instance.new("ObjectValue", L_24_)
  11826. L_58_.Name = "SelectedPlayer"
  11827. local L_59_ = game.Players:GetPlayers()
  11828. table.sort(L_59_, alphabetize)
  11829. for L_116_forvar1 = 1, #L_59_ do
  11830. local L_117_ = L_59_[L_116_forvar1]
  11831. local L_118_ = Instance.new("TextButton", L_25_)
  11832. L_118_.Name = L_117_.Name;
  11833. L_118_.Text = L_117_.Name;
  11834. L_118_.Size = UDim2.new(0, 285, 0, 25)
  11835. L_118_.Font = Enum.Font.ArialBold;
  11836. L_118_.FontSize = Enum.FontSize.Size14;
  11837. L_118_.TextColor3 = Color3.new(255, 255, 255)
  11838. L_118_.Style = Enum.ButtonStyle.RobloxRoundDefaultButton;
  11839. L_118_.Position = UDim2.new(0, 0, 0, (L_116_forvar1 * 25) - 25)
  11840. L_25_.CanvasSize = UDim2.new(0, 0, 0, (#L_59_ * 25) - 25)
  11841. L_118_.MouseButton1Click:connect(function()
  11842. L_58_.Value = L_117_;
  11843. L_30_.Text = "Selected: "..L_117_.Name
  11844. end)
  11845. end;
  11846. check()
  11847. function update()
  11848. for L_120_forvar1, L_121_forvar2 in ipairs(L_25_:GetChildren()) do
  11849. if L_121_forvar2:IsA("TextButton") then
  11850. L_121_forvar2:Destroy()
  11851. end
  11852. end;
  11853. local L_119_ = game.Players:GetPlayers()
  11854. table.sort(L_119_, alphabetize)
  11855. for L_122_forvar1 = 1, #L_119_ do
  11856. local L_123_ = L_119_[L_122_forvar1]
  11857. local L_124_ = Instance.new("TextButton", L_25_)
  11858. L_124_.Text = L_123_.Name;
  11859. L_124_.Size = UDim2.new(0, 285, 0, 25)
  11860. L_124_.Font = Enum.Font.ArialBold;
  11861. L_124_.FontSize = Enum.FontSize.Size14;
  11862. L_124_.TextColor3 = Color3.new(255, 255, 255)
  11863. L_124_.Style = Enum.ButtonStyle.RobloxRoundDefaultButton;
  11864. L_124_.Position = UDim2.new(0, 0, 0, (L_122_forvar1 * 25) - 25)
  11865. L_25_.CanvasSize = UDim2.new(0, 0, 0, (#L_119_ * 25) - 25)
  11866. L_124_.MouseButton1Click:connect(function()
  11867. L_58_.Value = L_123_;
  11868. L_30_.Text = "Selected: "..L_123_.Name
  11869. end)
  11870. end
  11871. end;
  11872. L_28_.MouseButton1Click:connect(function()
  11873. local L_127_ = L_58_.Value;
  11874. if not L_58_.Value then
  11875. L_27_.Text = "Error"
  11876. wait(2)
  11877. L_27_.Text = "Kill"
  11878. return
  11879. end;
  11880. for L_128_forvar1 = 1, 20 do
  11881. if L_127_.playerstats.slots:FindFirstChild("slot"..L_128_forvar1):FindFirstChild("ObjectID") then
  11882. workspace.Remote.DropItem:FireServer(L_127_.playerstats.slots:FindFirstChild("slot"..L_128_forvar1), L_127_.playerstats.slots:FindFirstChild("slot"..L_128_forvar1).ObjectID)
  11883. end;
  11884. if L_127_.playerstats.slots.slotprimary:FindFirstChild("ObjectID") then
  11885. workspace.Remote.DropItem:FireServer(L_127_.playerstats.slots.slotprimary, L_127_.playerstats.slots.slotprimary.ObjectID)
  11886. end;
  11887. if L_127_.playerstats.slots.slotsecondary:FindFirstChild("ObjectID") then
  11888. workspace.Remote.DropItem:FireServer(L_127_.playerstats.slots.slotsecondary, L_127_.playerstats.slots.slotsecondary.ObjectID)
  11889. end
  11890. end;
  11891. for L_129_forvar1 = 1, 7 do
  11892. if L_127_.playerstats.utilityslots["slot"..L_129_forvar1]:FindFirstChild("ObjectID") then
  11893. workspace.Remote.DropItem:FireServer(L_127_.playerstats.utilityslots["slot"..L_129_forvar1], L_127_.playerstats.utilityslots["slot"..L_129_forvar1].ObjectID)
  11894. end
  11895. end
  11896. end)
  11897.  
  11898. -- Finish here :)
Add Comment
Please, Sign In to add comment