· 6 years ago · Mar 24, 2020, 07:40 PM
1-- Objects
2
3local ScreenGui = Instance.new("ScreenGui")
4local main = Instance.new("Frame")
5local Cyrus = Instance.new("TextButton")
6local FEGod = Instance.new("TextButton")
7local Headless = Instance.new("TextButton")
8local Admin = Instance.new("TextButton")
9local _100Fov = Instance.new("TextButton")
10local TextButton = Instance.new("TextButton")
11local TextButton_2 = Instance.new("TextButton")
12local TextButton_3 = Instance.new("TextButton")
13local TextButton_4 = Instance.new("TextButton")
14local Close = Instance.new("TextButton")
15local Title = Instance.new("TextLabel")
16local openmain = Instance.new("Frame")
17local open = Instance.new("TextButton")
18
19--Properties:
20
21ScreenGui.Parent = game.CoreGui
22
23main.Name = "main"
24main.Parent = ScreenGui
25main.BackgroundColor3 = Color3.fromRGB(54, 0, 81)
26main.BorderColor3 = Color3.fromRGB(0, 0, 0)
27main.Position = UDim2.new(0.0140227871, 0, 0.492628992, 0)
28main.Size = UDim2.new(0, 446, 0, 178)
29main.Active = true
30main.Draggable = true
31
32Cyrus.Name = "Cyrus"
33Cyrus.Parent = main
34Cyrus.BackgroundColor3 = Color3.fromRGB(47, 0, 71)
35Cyrus.BorderColor3 = Color3.fromRGB(0, 0, 0)
36Cyrus.Position = UDim2.new(0.0179372355, 0, 0.303318322, 0)
37Cyrus.Size = UDim2.new(0, 132, 0, 28)
38Cyrus.Font = Enum.Font.Arcade
39Cyrus.Text = "Cyrus"
40Cyrus.TextColor3 = Color3.fromRGB(0, 0, 0)
41Cyrus.TextSize = 14.000
42Cyrus.MouseButton1Down:connect(function()
43assert(readfile,"You need atleast readfile to use this script my god")
44local Tick = tick()
45getgenv().Players = game:GetService'Players'
46getgenv().TeleportService = game:GetService'TeleportService'
47getgenv().ReplicatedStorage = game:GetService'ReplicatedStorage'
48getgenv().StarterGui = game:GetService'StarterGui'
49getgenv().TweenService = game:GetService'TweenService'
50getgenv().UserInput = game:GetService'UserInputService'
51getgenv().RunService = game:GetService'RunService'
52getgenv().Lighting = game:GetService'Lighting'
53getgenv().CoreGui = game:GetService'CoreGui'
54getgenv().HttpService = game:GetService'HttpService'
55getgenv().MarketplaceService = game:GetService'MarketplaceService'
56getgenv().LP = Players.LocalPlayer or Players.PlayerAdded:Wait()
57getgenv().Mouse = LP:GetMouse()
58getgenv().GetChar = function() return LP.Character or LP.CharacterAdded:Wait() end
59GetChar():WaitForChild('Humanoid',10) -- allows auto-execution
60local PlayerTable,Commands,KeyTable,UrlEncoder,AdminUsers = {},{},{['w'] = false;['a'] = false;['s'] = false;['d'] = false;['Shift'] = false;['Control'] = false;},{['0'] = "%30";['1'] = "%31";['2'] = "%32";['3'] = "%33"; ['4'] = "%34";['5'] = "%35";['6'] = "%36";['7'] = "%37";['8'] = "%38";['9'] = "%39";[' '] = "%20";},{}
61local NormalWS,NormalJP,NormalHH = GetChar().Humanoid.WalkSpeed,GetChar().Humanoid.JumpPower,GetChar().Humanoid.HipHeight
62local AimLock,GodMode,AutoDie,AliasesEnabled,Noclipping,AutoFarm,ItemEsp,WalkShoot,flying,AutoStomp,Freecam = false,false,false,true,false,false,false,false,false,false,false
63local BlinkSpeed,SpawnWS,SpawnJP,SpawnHH,SpawnSprint,SpawnCrouch,ClockTime,PlayOnDeath,AimlockTarget
64local AirWalk = Instance.new'Part'
65local Cframe = Instance.new("Frame",CoreGui.RobloxGui)
66local CText,CmdFrame,MainFrame,DmgIndicator = Instance.new("TextBox",Cframe),Instance.new("Frame",Cframe),Instance.new('Frame',CoreGui.RobloxGui),Instance.new('TextLabel',LP.PlayerGui.Chat.Frame)
67local ScrollingFrame,SearchBar,Credits = Instance.new('ScrollingFrame',MainFrame),Instance.new('TextBox',MainFrame),Instance.new('TextLabel',MainFrame)
68local BulletColour,ItemEspColour,EspColour = ColorSequence.new(Color3.fromRGB(144,0,0)),Color3.fromRGB(200,200,200),Color3.fromRGB(200,200,200)
69local ShiftSpeed,ControlSpeed,WalkSpeed = 25,8,16
70local UseDraw,DrawingT = pcall(assert,Drawing,'test')
71Players:Chat("Hey I'm a cyrus' streets admin user")
72
73if UseDraw then
74 DrawingT = Drawing.new'Text'
75 DrawingT.Visible = true
76 DrawingT.Center = true
77 DrawingT.Size = 15
78 DrawingT.Position = Vector2.new((workspace.CurrentCamera.ViewportSize.X / 2) - 450, (workspace.CurrentCamera.ViewportSize.Y - 125))
79 DrawingT.Color = Color3.fromRGB(255,255,255)
80 DrawingT.Text = "Current WalkSpeed: "..GetChar().Humanoid.WalkSpeed.."\nSprinting Speed: "..ShiftSpeed.."\nCrouching Speed: "..ControlSpeed.."\nJumpPower: "..GetChar().Humanoid.JumpPower.."\nFlying: "..tostring(flying).."\nNoclipping: "..tostring(Noclipping).."\nAimlock Target: "..tostring(AimlockTarget)
81end
82
83if workspace:FindFirstChild'Armoured Truck' then
84 PartTable = {
85 ['Burger'] = workspace:FindFirstChild'Burger | $15';
86 ['Drink'] = workspace:FindFirstChild'Drink | $15';
87 ['Ammo'] = workspace:FindFirstChild'Buy Ammo | $25';
88 ['Pipe'] = workspace:FindFirstChild'Pipe | $100';
89 ['Machete'] = workspace:FindFirstChild'Machete | $70';
90 ['SawedOff'] = workspace:FindFirstChild'Sawed Off | $150';
91 ['Spray'] = workspace:FindFirstChild'Spray | $20';
92 ['Uzi'] = workspace:FindFirstChild'Uzi | $150';
93 ['Glock'] = workspace:FindFirstChild'Glock | $200';
94 }
95 workspace["Armoured Truck"]:Destroy()
96elseif workspace:FindFirstChild'TPer' then
97 workspace['TPer']:Destroy()
98end
99
100LP.PlayerGui.Chat.Frame.ChatChannelParentFrame.Visible = true
101LP.PlayerGui.Chat.Frame.ChatBarParentFrame.Position = LP.PlayerGui.Chat.Frame.ChatChannelParentFrame.Position + UDim2.new(UDim.new(),LP.PlayerGui.Chat.Frame.ChatChannelParentFrame.Size.Y)
102--^ Ty to Jayy#0648 for this "Hack" for bringing back normal chat
103local SettingsTable = {
104 Keys = {};
105 ClickTpKey = "";
106}
107
108-- Hotkey start
109
110local function savesettings()
111 writefile("CyrusStreetsAdminSettings",HttpService:JSONEncode(SettingsTable))
112 local SettingsToSave = HttpService:JSONDecode(readfile("CyrusStreetsAdminSettings"))
113 Keys = SettingsToSave.Keys
114 ClickTpKey = SettingsToSave.ClickTpKey
115end
116
117getgenv().updateSettings = function()
118 local New = {
119 Keys = Keys;
120 ClickTpKey = ClickTpKey;
121 }
122 writefile("CyrusStreetsAdminSettings",HttpService:JSONEncode(New))
123end
124
125local function runsettings()
126 local SettingsToRun = HttpService:JSONDecode(readfile("CyrusStreetsAdminSettings"))
127 Keys = SettingsToRun.Keys
128 ClickTpKey = SettingsToRun.ClickTpKey
129end
130
131local Work,Error = pcall(readfile,"CyrusStreetsAdminSettings")
132
133if not Work then
134 savesettings()
135else
136 runsettings()
137end
138
139-- Hotkey end
140
141-- Bypass Start
142
143local gamememe = getrawmetatable(game)
144local Closure,Caller = hide_me or newcclosure,checkcaller or is_protosmasher_caller or Cer.isCerus
145local writeable = setreadonly or make_writeable
146local name,index,nindex = gamememe.__namecall,gamememe.__index,gamememe.__newindex
147writeable(gamememe,false)
148
149gamememe.__newindex = Closure(function(self,Property,b)
150 if Caller() then return nindex(self,Property,b) end
151 if not Caller() then
152 if self:IsA'Humanoid' then
153 game:GetService'StarterGui':SetCore('ResetButtonCallback',true)
154 if Property == "WalkSpeed" then
155 if WalkShoot then
156 return
157 end
158 end
159 if Property == "Health" or Property == "JumpPower" or Property == "HipHeight" then
160 return
161 end
162 end
163 if Property == "CFrame" and self.Name == "HumanoidRootPart" or self.Name == "Torso" then
164 return
165 end
166 return nindex(self,Property,b)
167 end
168end)
169
170gamememe.__namecall = Closure(function(self,...)
171 if Caller() then return name(self,...) end
172 if not Caller() then
173 local Arguments = {...}
174 if getnamecallmethod() == "Destroy" and tostring(self) == "BodyGyro" or getnamecallmethod() == "Destroy" and tostring(self) == "BodyVelocity" then
175 return invalidfunctiongang(self,...)
176 end
177 if getnamecallmethod() == "BreakJoints" and tostring(self) == game:GetService'Players'.LocalPlayer.Character.Name then
178 return invalidfunctiongang(self,...)
179 end
180 if getnamecallmethod() == "FireServer" then
181 if self.Name == "lIII" or tostring(self.Parent) == "ReplicatedStorage" then
182 return wait(9e9)
183 end
184 if Arguments[1] == "hey" then
185 return wait(9e9)
186 end
187 if Arguments[1] == "play" then
188 local TempTable = {}
189 tostring(Arguments[2]):gsub('.',function(Char)
190 if UrlEncoder[Char] then
191 table.insert(TempTable,UrlEncoder[Char])
192 else
193 table.insert(TempTable,Char)
194 end
195 end)
196 Arguments[2] = table.concat(TempTable,"")
197 PlayOnDeath = Arguments[2]
198 return name(self,unpack(Arguments))
199 end
200 if Arguments[1] == "stop" then
201 PlayOnDeath = nil
202 end
203 if tostring(self.Name) == "Fire" and AimlockTarget and AimLock then
204 return name(self,AimlockTarget.Head.CFrame + AimlockTarget.Torso.Velocity / 5)
205 end
206 end
207 return name(self,...)
208 end
209end)
210
211-- Bypass End
212
213getgenv().notif = function(title,message,length,icon)
214 StarterGui:SetCore("SendNotification",{['Title'] = title;['Text'] = message;['Duration'] = length;['Icon'] = icon;})
215end
216
217getgenv().Teleport = function(Part)
218if not type(Part) == "CFrame" then return end
219if not GetChar():FindFirstChild'HumanoidRootPart' then
220 notif("STOP USING AIDEZ YOU DUMB BITCH","fuck you!",5,"rbxassetid://1281284684")
221 return
222end
223 if _G.DoYouHaveBfgBypass then
224 GetChar().HumanoidRootPart.CFrame = Part
225 else
226 local Play = TweenService:Create(GetChar().HumanoidRootPart, TweenInfo.new(3.2, Enum.EasingStyle.Sine, Enum.EasingDirection.InOut),{CFrame = Part})
227 Play:play()
228 end
229end
230
231local function UziStats()
232 local Child = LP.PlayerGui:GetChildren()
233 local UziAmount,ClipsAmount,AmmoAmount,Damage = 0,0,0,0
234 for i = 1,#Child do
235 if Child[i].Name == "Uzi" and Child[i].Clips and Child[i].Ammo then
236 UziAmount = UziAmount + 1
237 ClipsAmount = ClipsAmount + Child[i].Clips.Value
238 AmmoAmount = AmmoAmount + Child[i].Ammo.Value
239 end
240 end
241 local ZetoxUzi = LP.Backpack:FindFirstChild'Zetox Uzi' or GetChar():FindFirstChild'Zetox Uzi'
242 ZetoxUzi.ToolTip = "Zetox Uzi | Clips "..tostring(ClipsAmount / UziAmount).." | Damage "..tostring(UziAmount * 20).." | Ammo "..tostring(AmmoAmount / UziAmount).." | Uzi Amount "..tostring(UziAmount)
243end
244
245local function hasItem(Player,Item)
246 if type(Item) == "boolean" then
247 local Tool = Player.Character:FindFirstChildOfClass'Tool'
248 if Tool then
249 return Tool.Name
250 else
251 return 'none'
252 end
253 end
254 if Player.Backpack:FindFirstChild(Item) or Player.Character:FindFirstChild(Item) then
255 return 'yes'
256 else
257 return 'no'
258 end
259end
260
261local function LegacyEsp(Player)
262if not Player.Character or not Player.Character:FindFirstChild'Head' then return end
263 local Esp1 = Instance.new("BillboardGui",Player.Character)
264 local Text = Instance.new("TextLabel",Esp1)
265 Esp1.Adornee = Player.Character.Head
266 Esp1.Name = "[ESP]"..Player.Name
267 Esp1.Size = UDim2.new(0,100,0,100)
268 Esp1.StudsOffset = Vector3.new(0,1,0)
269 Esp1.AlwaysOnTop = true
270 Text.BackgroundTransparency = 1
271 Text.Position = UDim2.new(0,0,0,0)
272 Text.Size = UDim2.new(1,0,0,40)
273 Text.TextStrokeTransparency = 0.5
274 Text.TextSize = 15
275 local PCChild = Player.Character:GetChildren()
276 RunService.Stepped:Connect(function()
277 if Player and Player.Character and Player.Character:FindFirstChild'Head' and GetChar():FindFirstChild'Head' then
278 Text.Text = Player.Name.." Position: "..math.floor((GetChar().Head.Position - Player.Character.Head.Position).magnitude)
279 Text.TextStrokeColor3 = EspColour
280 Text.TextColor3 = EspColour
281 end
282 end)
283 return Esp1
284end
285
286local EspTable = {}
287local function espPlayer(Player,Method,IsUser)
288if not Player.Character or not Player.Character:FindFirstChild'Head' then return end
289if not IsUser then IsUser = "false" else IsUser = "true" end
290if table.find(AdminUsers,Player.UserId) then IsUser = "true" end
291 if not UseDraw or Method == "Legacy" then
292 local Esp1 = LegacyEsp(Player)
293 local CAdded;
294 CAdded = Player.CharacterAdded:Connect(function(C)
295 if table.find(EspTable,Player.UserId) then
296 C:WaitForChild('Head',10)
297 Esp1 = LegacyEsp(Player)
298 else
299 CAdded:Disconnect()
300 end
301 end)
302 else
303 local RelativePos = workspace.CurrentCamera:WorldToViewportPoint(Player.Character.Head.Position)
304 local Square,Text = Drawing.new'Square',Drawing.new'Text'
305 Square.Position = Vector2.new(RelativePos.X, RelativePos.Y)
306 Square.Size = Vector2.new(5,5)
307 Square.Visible = true
308 Square.Filled = true
309 Square.Color = Color3.fromRGB(125,0,0)
310 Text.Position = Square.Position + Vector2.new(0,10)
311 Text.Visible = true
312 PlayerTable[#PlayerTable + 1] = {Square,Player,Text,IsUser}
313 end
314end
315
316local function GrabThing(Thing)
317if not PartTable then
318 notif("Can't tp to "..Thing,"as you are not playing normal streets!",5,"rbxassetid://1281284684") return
319end
320local Anim = Instance.new'Animation'
321Anim.AnimationId = "rbxassetid://188632011"
322local Track = GetChar().Humanoid:LoadAnimation(Anim)
323GetChar().HumanoidRootPart.CFrame = GetChar().HumanoidRootPart.CFrame * CFrame.new(math.random(20,45),0,math.random(1,5))
324wait()
325 repeat
326 Track:play(.1,1,1)
327 GetChar().HumanoidRootPart.CFrame = PartTable[Thing]:FindFirstChildOfClass'Part'.CFrame + Vector3.new(0,0.5,0)
328 game:GetService'RunService'.Heartbeat:wait()
329 until PartTable[Thing]:FindFirstChildOfClass'Part'.BrickColor == BrickColor.new'Bright red' or GetChar():FindFirstChild'KO' or GetChar().Humanoid.Health == 0
330 return true
331end
332
333getgenv().FireGun = function(Tool)
334 if AimlockTarget and AimLock then
335 Tool.Fire:FireServer(AimlockTarget.Head.CFrame + AimlockTarget.Torso.Velocity/5)
336 else
337 Tool.Fire:FireServer(Mouse.Hit)
338 end
339end
340
341local OnlyAimLock,AimDebounce,LoopAimLock = false,false,false
342local function Button1Down()
343local MTarget = Mouse.Target
344 if GetChar():FindFirstChild'Zetox Btools' then
345 Mouse.Target:Destroy()
346 end
347 if BfgOn and GetChar():FindFirstChild'Uzi' then
348 local BChild = LP.Backpack:GetChildren()
349 for i = 1,#BChild do
350 if BChild[i].Name == "Uzi" then
351 BChild[i].Parent = GetChar()
352 FireGun(BChild[i])
353 if MinigunMode then wait() end
354 end
355 end
356 end
357 if NormalBfg then
358 local CChild = GetChar():GetChildren()
359 for i = 1,#CChild do
360 if CChild[i]:FindFirstChild'Fire' then
361 FireGun(CChild[i])
362 if MinigunMode then wait() end
363 end
364 end
365 end
366 if MultiUzi and GetChar():FindFirstChild'Zetox Uzi' then
367 local PChild = LP.PlayerGui:GetChildren()
368 for i = 1,#PChild do
369 if PChild[i].Name == "Uzi" then
370 PChild[i].Grip = CFrame.new(0,0,-6)
371 PChild[i].Parent = LP.Backpack
372 PChild[i].Parent = GetChar()
373 FireGun(PChild[i])
374 UziStats()
375 PChild[i].Parent = LP.PlayerGui
376 if MinigunMode then wait() end
377 end
378 end
379 end
380 if MTarget and MTarget.Parent:FindFirstChild'Humanoid' and AimLock and not OnlyAimLock and not AimDebounce then
381 AimDebounce = true
382 AimlockTarget = MTarget.Parent
383 Players:GetPlayerFromCharacter(MTarget.Parent).CharacterRemoving:Connect(function()
384 if not LoopAimLock then
385 AimlockTarget = nil
386 OnlyAimLock = false
387 end
388 end)
389 Players:GetPlayerFromCharacter(MTarget.Parent).ChildAdded:Connect(function(T)
390 if T:IsA'BoolValue' and T.Name == "KO" and not LoopAimLock and AimlockTarget.Name == T.Parent.Name then
391 AimlockTarget = nil
392 OnlyAimLock = false
393 end
394 end)
395 A = Players:GetPlayerFromCharacter(MTarget.Parent).CharacterAdded:Connect(function(a)
396 if AimlockTarget.Name == a.Name then
397 AimlockTarget = a
398 else
399 A:Disconnect()
400 end
401 end)
402 notif("AimlockTarget","has been set to "..AimlockTarget.Name,5,"rbxassetid://1281284684")
403 wait(3)
404 AimDebounce = false
405 end
406end
407
408local function Button2Down()
409if Mouse.Target then
410 local Target = Mouse.Target.Parent
411 if Target:FindFirstChild'Lock' and Target:FindFirstChild'Click' and Target:FindFirstChild'Locker' then
412 if Target.Locker.Value then
413 Target.Lock.ClickDetector:FindFirstChildOfClass'RemoteEvent':FireServer()
414 Target.Click.ClickDetector:FindFirstChildOfClass'RemoteEvent':FireServer()
415 else
416 Target.Click.ClickDetector:FindFirstChildOfClass'RemoteEvent':FireServer()
417 Target.Lock.ClickDetector:FindFirstChildOfClass'RemoteEvent':FireServer()
418 end
419 end
420 end
421end
422
423
424local function FreeCam(Speed)
425if not GetChar():FindFirstChild'Head' then return end
426 if workspace:FindFirstChild'FreecamPart' then
427 workspace.FreecamPart:Destroy()
428 end
429 Speed = Speed or 35
430 GetChar().Head.Anchored = true
431 local FreecamPart = Instance.new('Part',workspace)
432 FreecamPart.Name = "FreecamPart"
433 FreecamPart.Position = GetChar().Head.Position + Vector3.new(0,5,0)
434 FreecamPart.Transparency = 1
435 FreecamPart.CanCollide = false
436 FreecamPart.Anchored = true
437 workspace.CurrentCamera.CameraSubject = FreecamPart
438 repeat wait()
439 local Pos = Vector3.new()
440 local Look = (workspace.CurrentCamera.Focus.p - workspace.CurrentCamera.CoordinateFrame.p).unit
441 local PartPos = FreecamPart.Position
442 if KeyTable['w'] then
443 Pos = Pos + Vector3.new(0,0,-1)
444 elseif KeyTable['a'] then
445 Pos = Pos + Vector3.new(-1,0,0)
446 elseif KeyTable['s'] then
447 Pos = Pos + Vector3.new(0,0,1)
448 elseif KeyTable['d'] then
449 Pos = Pos + Vector3.new(1,0,0)
450 elseif KeyTable['Space'] then
451 Pos = Pos + Vector3.new(0,1,0)
452 elseif KeyTable['Control'] then
453 Pos = Pos + Vector3.new(0,-1,0)
454 end
455 FreecamPart.CFrame = CFrame.new(PartPos,PartPos + Look) * CFrame.new(Pos * Speed)
456 until not Freecam or GetChar().Humanoid.Health == 0
457 workspace.CurrentCamera.CameraSubject = GetChar()
458 GetChar().Head.Anchored = false
459 if workspace:FindFirstChild'FreecamPart' then
460 workspace.FreecamPart:Destroy()
461 end
462end
463
464local function b(Text)
465 DmgIndicator.Visible = true
466 DmgIndicator.Text = Text
467 wait(5)
468 DmgIndicator.Text = ""
469 DmgIndicator.Visible = false
470end
471
472local function Char(Plr)
473local Tool = Plr:FindFirstChildOfClass'Tool'
474 if Tool:FindFirstChild'Fire' then
475 return 'shot you',Tool
476 else
477 return 'hit you',Tool
478 end
479end
480
481local function ColourChanger(T)
482 if T:IsA'Trail' then
483 T.Color = BulletColour
484 end
485 if T:IsA'ObjectValue' and T.Name == "creator" and not Debounce then
486 local Thing = T.Value
487 local Method,Tool = Char(Thing)
488 b(Thing.Name.." has "..Method.." from "..math.floor((GetChar().Head.Position - Thing.Head.Position).magnitude).." studs with a "..Tool.Name)
489 if Tool.Name == "Shotty" then
490 Debounce = true
491 wait(0.7)
492 Debounce = false
493 end
494 end
495end
496
497getgenv().AddCommand = function(CommandF,Name,Alias,Help)
498 Commands[#Commands + 1] = {['Function'] = CommandF,['Name'] = Name,['Alias'] = Alias,['Help'] = Help}
499end
500
501getgenv().FindCommand = function(Command,Help)
502 for i = 1,#Commands do
503 if Commands[i].Name:lower() == Command or AliasesEnabled and table.find(Commands[i].Alias,Command) then
504 return Help and Commands[i].Name.." "..Commands[i].Help or Commands[i].Function
505 end
506 end
507end
508
509getgenv().CheckCommand = function(Chat)
510 local Arguments = string.split(Chat," ")
511 local NCommand = FindCommand(table.remove(Arguments,1):lower())
512 if NCommand then
513 local Work,Error = pcall(NCommand,Arguments)
514 if not Work then
515 wait(0.5)
516 ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("There was an error with this command, I have set it to your clipboard. Send it to Cy (with the command you used) and it should be fixed next update.","All")
517 if setclipboard then
518 setclipboard(Error)
519 else
520 print(Error)
521 end
522 end
523 end
524end
525
526getgenv().PlrFinder = function(Plr)
527local NewPlr,Player = Plr:lower(),Players:GetPlayers()
528if #NewPlr == 2 and NewPlr == "me" then return LP end
529if NewPlr == "all" then return Player end
530 for i = 1,#Player do
531 if Player[i].Name:lower():sub(1,#NewPlr) == NewPlr then
532 return Player[i]
533 end
534 end
535end
536
537local function Style(Style,Amount)
538local CChild,BChild = GetChar():GetChildren(),LP.Backpack:GetChildren()
539for i = 1,#CChild do if CChild[i]:IsA'Tool' then CChild[i].Parent = LP.Backpack end end
540 for i = 1,#BChild do
541 if BChild[i]:IsA'Tool' then
542 if Style == "void" then
543 Amount = Amount or 0.6
544 BChild[i].Grip = CFrame.Angles(0,0.6,Amount * i)
545 elseif Style == "shield1" then
546 BChild[i].Grip = CFrame.Angles(1 * i,1.5,0)
547 elseif Style == "wormhole" then
548 BChild[i].Grip = CFrame.Angles(5,50*i,0) + Vector3.new(0,0,0.6)
549 elseif Style == "circle" then
550 Amount = Amount or 100
551 BChild[i].Grip = CFrame.Angles(30,Amount*i,0) + Vector3.new(10,0.5,0.6)
552 elseif Style == "sphere" then
553 BChild[i].Grip = CFrame.Angles(5*i,2*i,7*i) + Vector3.new(0,5,0)
554 elseif Style == "storm" then
555 BChild[i].Grip = CFrame.Angles(5*i,2040/i,2*i/i*10)
556 elseif Style == "shield2" then
557 BChild[i].Grip = CFrame.Angles(5,200*i,2*i)
558 elseif Style == "deathcircle" then
559 BChild[i].Grip = CFrame.Angles(0.1/i*i,200*i,0) + Vector3.new(0,0,5)
560 end
561 end
562 end
563end
564
565local JustDoubleJumped = false
566local function HumanoidState(Old,New)
567 if New == Enum.HumanoidStateType.Landed and JustDoubleJumped then
568 local Anim = Instance.new'Animation'
569 Anim.AnimationId = "rbxassetid://129423030"
570 local AnimTrack = GetChar().Humanoid:LoadAnimation(Anim)
571 wait(0.3)
572 AnimTrack:play()
573 JustDoubleJumped = false
574 elseif New == Enum.HumanoidStateType.FallingDown or New == Enum.HumanoidStateType.PlatformStanding and NoGh or flying then
575 GetChar().Humanoid.PlatformStand = false
576 GetChar().Humanoid:ChangeState(10)
577 end
578end
579
580local function DoubleJump()
581 if GetChar() and GetChar().Humanoid and DoubleJumpEnabled then
582 GetChar().Humanoid:ChangeState(3)
583 local Anim = Instance.new'Animation'
584 Anim.AnimationId = "rbxassetid://229782914"
585 local AnimTrack = GetChar().Humanoid:LoadAnimation(Anim)
586 AnimTrack:play(.1,1,1.5)
587 JustDoubleJumped = true
588 end
589end
590
591getgenv().find = function(Item)
592 for i,v in pairs(workspace:GetChildren()) do
593 if v.Name == "RandomSpawner" and v:FindFirstChild'Model' then
594 local Handle = v.Model.Handle
595 if Item == "Cash" and Handle:FindFirstChildOfClass'MeshPart' and string.find(Handle:FindFirstChildOfClass'MeshPart'.MeshId,"511726060") then
596 return v
597 elseif Item == "Shotty" and Handle:FindFirstChild'Fire' and string.find(Handle.Fire.SoundId,"142383762") then
598 return v
599 elseif Item == "Sawed Off" and Handle:FindFirstChild'Fire' and string.find(Handle.Fire.SoundId,"219397110") then
600 return v
601 elseif Item == "Uzi" and Handle:FindFirstChild'Fire' and string.find(Handle.Fire.SoundId,"328964620") then
602 return v
603 elseif Item == "All" then
604 return v
605 end
606 end
607 end
608end
609
610local function uselessfunction(Thing)
611local Model = Thing:WaitForChild('Model',10)
612if Model then
613 local Handle = Thing.Model.Handle
614 if Handle:FindFirstChildOfClass'MeshPart' and string.find(Handle:FindFirstChildOfClass'MeshPart'.MeshId,"511726060") then
615 return "Cash"
616 elseif Handle:FindFirstChild'Fire' and string.find(Handle.Fire.SoundId,"142383762") then
617 return "Shotty"
618 elseif Handle:FindFirstChild'Fire' and string.find(Handle.Fire.SoundId,"219397110") then
619 return "Sawed Off"
620 elseif Handle:FindFirstChild'Fire' and string.find(Handle.Fire.SoundId,"328964620") then
621 return "Uzi"
622 elseif Handle:FindFirstChild'Blade' and string.find(Handle.Blade.TextureID,"12177251") then
623 return "Katana"
624 end
625 end
626end
627
628local function addBillBoardGui(Item)
629 local Itemx = uselessfunction(Item)
630 if not Itemx then return end
631 local Esp1 = Instance.new("BillboardGui",Item)
632 local Text = Instance.new("TextLabel",Esp1)
633 Esp1.Adornee = Item
634 Esp1.Size = UDim2.new(0,100,0,100)
635 Esp1.StudsOffset = Vector3.new(0,1,0)
636 Esp1.AlwaysOnTop = true
637 Text.BackgroundTransparency = 1
638 Text.Position = UDim2.new(0,0,0,0)
639 Text.Size = UDim2.new(1,0,0,40)
640 Text.TextColor3 = ItemEspColour
641 Text.TextStrokeTransparency = 0.5
642 Text.TextSize = 15
643 Text.TextStrokeColor3 = ItemEspColour
644 Text.Text = Itemx
645end
646
647workspace.ChildAdded:Connect(function(Part)
648 if Part.Name == "RandomSpawner" then
649 if AutoFarm then
650 farm("Cash")
651 end
652 if ItemEsp then
653 addBillBoardGui(Part)
654 end
655 end
656end)
657
658
659getgenv().farm = function(Item)
660 for i,v in pairs(workspace:GetChildren()) do
661 if v.Name == "RandomSpawner" then
662 if find(Item) and type(find(Item)) == "userdata" then
663 Teleport(find(Item).CFrame)
664 if not _G.DoYouHaveBfgBypass then
665 wait(3)
666 else
667 wait()
668 end
669 else
670 notif("Farm "..Item,"None of "..Item.." on the map",5,"rbxassetid://1281284684")
671 break;
672 end
673 end
674 end
675end
676
677local UziDebounce = false
678local function MultiUzireload(Part)
679 if Part.Parent.Name == "Buy Ammo | $25" and GetChar():FindFirstChild'Zetox Uzi' and LP.PlayerGui:FindFirstChild'Uzi' and not UziDebounce then
680 local ActualUzi,LowestAmmo,Child,UziDebounce = nil,math.huge,LP.PlayerGui:GetChildren(),true
681 for i = 1,#Child do
682 if Child[i].Name == "Uzi" and Child[i].Clips and Child[i].Clips.Value < LowestAmmo then
683 LowestAmmo = Child[i].Clips.Value
684 ActualUzi = Child[i]
685 end
686 end
687 ActualUzi.Parent = LP.Backpack
688 ActualUzi.Parent = GetChar()
689 repeat wait() until Part.BrickColor == BrickColor.new'Bright red'
690 ActualUzi.Parent = LP.PlayerGui
691 UziDebounce = false
692 end
693end
694
695AddCommand(function()
696 AliasesEnabled = not AliasesEnabled
697end,"usealias",{},"Turns on / off Aliases")
698
699AddCommand(function(Arguments)
700 MainFrame.Visible = not MainFrame.Visible
701end,"help",{"commands","cmds"},"Gives you the commands help info")
702
703AddCommand(function()
704 local Btool = Instance.new('Tool',LP.Backpack)
705 Btool.Name = "Zetox Btools"
706end,"btools",{},"Gives you Btools")
707
708AddCommand(function()
709 local Children = LP.PlayerGui.HUD:GetChildren()
710 for i = 1,#Children do
711 if Children[i]:IsA'Frame' then
712 Children[i].Active = not Children[i].Active
713 Children[i].Draggable = not Children[i].Draggable
714 end
715 end
716end,"draggablegui",{},"Makes the HP/KO/Stamina bar draggable")
717
718AddCommand(function()
719 NoGh = not NoGh
720 notif("Nogh","Has been set to "..tostring(NoGh),5,nil)
721end,"nogroundhit",{"nogh","antigh","antigroundhit"},"Makes it so you can't be ground hit")
722
723AddCommand(function()
724 GodMode = not GodMode
725 GetChar():BreakJoints()
726end,"godmode",{"god"},"Gods your player (Breaks tools)")
727
728AddCommand(function(Arguments)
729 local Tool = GetChar():FindFirstChildOfClass'Tool'
730 if Tool then
731 Tool.Parent = LP.Backpack
732 Tool.Grip = CFrame.new(Arguments[1] or 0,Arguments[2] or 0,Arguments[3] or 0) + Vector3.new(Arguments[4] or 0,Arguments[5] or 0,Arguments[6] or 0)
733 Tool.Parent = GetChar()
734 else
735 notif("NO TOOLS","ONE TOOL IS NEEDED",5,nil)
736 end
737end,"grippos",{"grip"},"[1 2 3 4 5 6] - changes grip pos to the arguments you set (First 3 are CFrame,last 3 are Vector)")
738
739AddCommand(function(Arguments)
740local GDesc = game:GetDescendants()
741 for i = 1,Arguments[1] or 50 do
742 for i = 1,#GDesc do
743 if GDesc[i]:IsA'Tool' and GDesc[i]:FindFirstChild'Click' then
744 GDesc[i].Click:FireServer()
745 wait()
746 end
747 end
748 end
749end,"spamclick",{},"spams the Click remote and makes annoying sounds")
750
751AddCommand(function()
752local WChild = workspace:GetChildren()
753 for i = 1,#WChild do
754 if WChild[i].Name == "Door" and WChild[i]:FindFirstChild'Click' and WChild[i]:FindFirstChild'Lock' then
755 WChild[i].Lock.ClickDetector:FindFirstChildOfClass'RemoteEvent':FireServer()
756 WChild[i].Click.ClickDetector:FindFirstChildOfClass'RemoteEvent':FireServer()
757 wait()
758 end
759 end
760end,"doors",{},"locks/unlocks doors")
761
762local SpamDelay,SpamMessage,Spamming = 1,"Cyrus' Admin Or No Admin",false
763AddCommand(function(Arguments)
764 if Arguments[1] then
765 SpamMessage = table.concat(Arguments," ")
766 end
767 Spamming = not Spamming
768end,"spam",{},"Spams a message you set")
769
770AddCommand(function(Arguments)
771 SpamDelay = Arguments[1] or 1
772end,"spamdelay",{},"Delays the spam for [amount] Default: 1 second")
773
774AddCommand(function()
775local GDesc = game:GetDescendants()
776 for i = 1,10 do
777 for i = 1,#GDesc do
778 if GDesc[i]:IsA'Tool' and GDesc[i]:FindFirstChild'Click' then
779 GDesc[i].Click:FireServer()
780 end
781 end
782 end
783end,"muteallradios",{"muteradios"},"Mutes all radios (does not loop)")
784
785AddCommand(function(Arguments)
786 Normalwalk = true
787 WalkShoot = true
788 GetChar().Humanoid.WalkSpeed = Arguments[1]
789 WalkSpeed = Arguments[1]
790end,"speed",{"ws"},"Changes your Humanoids WalkSpeed")
791
792AddCommand(function()
793 WalkShoot = not WalkShoot
794end,"walkshoot",{},"Allows you to turn on / off walk shooting")
795
796AddCommand(function(Arguments)
797 Normalwalk = false
798 ControlSpeed = Arguments[1]
799end,"crouchspeed",{"cspeed"},"Changes your Crouching speed")
800
801AddCommand(function(Arguments)
802 Normalwalk = false
803 ShiftSpeed = Arguments[1]
804end,"sprintspeed",{"sspeed"},"Changes your sprinting speed")
805
806AddCommand(function(Arguments)
807 GetChar().Humanoid.HipHeight = Arguments[1]
808end,"hipheight",{"hh"},"Changes your Humanoids HipHeight")
809
810AddCommand(function(Arguments)
811 GetChar().Humanoid.JumpPower = Arguments[1]
812end,"jumppower",{"jp"},"Changes your Humanoids JumpPower")
813
814AddCommand(function(Arguments)
815 if not Arguments[1] then
816 TeleportService:TeleportToPlaceInstance(game.PlaceId,game.JobId)
817 end
818end,"rejoin",{"rj"},"Rejoins your CURRENT game server")
819
820AddCommand(function(Arguments)
821 if not Arguments[1] then
822 GetChar():BreakJoints()
823 end
824end,"reset",{"re"},"SUICIDE IS PAINLESS IT BRINGS ON MANY CHANGES")
825
826AirWalk.Anchored = true
827AirWalk.Size = Vector3.new(5,1,5)
828AirWalk.Transparency = 1
829AirWalk.Material = "Neon"
830AddCommand(function(Arguments)
831 AirWalkOn = not AirWalkOn
832 AirWalk.Parent = AirWalkOn and workspace or not AirWalkOn and nil
833end,"airwalk",{},"Allows you to float in the air")
834
835local NeverSitting = false
836AddCommand(function()
837NeverSitting = not NeverSitting
838 if NeverSitting then
839 local toParent = workspace:GetDescendants()
840 for i = 1,#toParent do
841 if toParent[i]:IsA'Seat' then
842 toParent[i].Parent = CoreGui
843 end
844 end
845 else
846 local toParent = CoreGui:GetChildren()
847 for i = 1,#toParent do
848 if toParent[i]:IsA'Seat' then
849 toParent[i].Parent = workspace
850 end
851 end
852 end
853end,"neversit",{"nsit"},"Never sit")
854
855AddCommand(function()
856 AutoDie = not AutoDie
857end,"autodie",{"autoreset"},"When Ko'ed auto kills you")
858
859AddCommand(function()
860 Noclipping = not Noclipping
861 notif("Command: Noclip: ","Noclip has been set to "..tostring(Noclipping),5,"rbxassetid://1281284684")
862end,"noclip",{},"Allows you to walk through walls")
863
864AddCommand(function(Arguments)
865 local Player = PlrFinder(Arguments[1])
866 if Player and Player.Character and Player.Character:FindFirstChild'Head' and Player ~= LP then
867 Teleport(Player.Character.Head.CFrame)
868 end
869end,"goto",{"to"},"Teleports you to the selected player")
870
871AddCommand(function(Arguments)
872 if Arguments[1] and tonumber(Arguments[1]) then
873 ClockTime = Arguments[1]
874 end
875end,"time",{},"Changes the time to the number you set")
876
877AddCommand(function(Arguments)
878 Blinking = not Blinking
879 if Blinking then
880 BlinkSpeed = Arguments[1] or 3
881 end
882end,"blink",{"blinkspeed"},"Another form of speed, Uses CFrame")
883
884AddCommand(function(Arguments)
885 if Arguments[1] then
886 Arguments[1] = Arguments[1]:lower()
887 if Arguments[1] == "banland" then
888 TeleportService:Teleport(4669040)
889 elseif Arguments[1] == "normalstreets" then
890 TeleportService:Teleport(455366377)
891 elseif Arguments[1] == "uzi" then
892 GrabThing("Uzi")
893 elseif Arguments[1] == "machete" then
894 GrabThing("Machete")
895 elseif Arguments[1] == "spray" then
896 GrabThing("Spray")
897 elseif Arguments[1] == "sawed" or Arguments[1] == "sawedoff" then
898 GrabThing("SawedOff")
899 elseif Arguments[1] == "pipe" then
900 GrabThing("Pipe")
901 elseif Arguments[1] == "glock" then
902 GrabThing("Glock")
903 elseif PartTable and Arguments[1] == "sand" or Arguments[1] == "sandbox" then
904 Teleport(CFrame.new(-178.60614013672,3.2000000476837,-117.21733093262))
905 elseif PartTable and Arguments[1] == "prison" or Arguments[1] == "jail" or Arguments[1] == "whereblacksgoaftertheyattempttorobsaidbank" then
906 Teleport(CFrame.new(-978.74725341797,3.199854850769,-78.541763305664))
907 elseif PartTable and Arguments[1] == "gas" or Arguments[1] == "gasstation" then
908 Teleport(CFrame.new(99.135276794434,18.599975585938,-73.462348937988))
909 elseif PartTable and Arguments[1] == "court" or Arguments[1] == "basketballcourt" then
910 Teleport(CFrame.new( -191.56864929199,3,223.43171691895))
911 elseif PartTable and Arguments[1] == "beach" then
912 Teleport(CFrame.new(-663.97521972656,1.8657279014587,-369.04748535156))
913 elseif PartTable and Arguments[1] == "bank" or Arguments[1] == "whatblacksrob" then
914 Teleport(CFrame.new(-270.44195556641,4.8757019042969,133.12774658203))
915 end
916 end
917end,"tpto",{"tp"},"Teleports to places [banland/normalstreets/uzi/machete/spray/sawed/sawedoff/pipe/sand/prison/gas/court/beach/bank]")
918
919AddCommand(function(Arguments)
920local function fly(Speed)
921local Head = GetChar():WaitForChild('Head',10)
922if not Head then return end
923 flying = true
924 local HadAirwalk = AirWalkOn
925 local BodyGyro,BodyPos = Instance.new('BodyGyro',Head),Instance.new('BodyPosition',Head)
926 BodyPos.maxForce = Vector3.new(9e9,9e9,9e9)
927 BodyPos.Position = Head.Position
928 BodyGyro.maxTorque = Vector3.new(9e9,9e9,9e9)
929 BodyGyro.CFrame = Head.CFrame
930 pcall(function()
931 repeat wait()
932 GetChar().Humanoid.PlatformStand = true
933 local Pos = BodyGyro.CFrame - BodyGyro.CFrame.p + BodyPos.Position
934 if not KeyTable['w'] and not KeyTable['a'] and not KeyTable['s'] and not KeyTable['d'] then
935 Speed = Speed
936 elseif KeyTable['w'] then
937 Pos = Pos + workspace.Camera.CoordinateFrame.lookVector * Speed
938 elseif KeyTable['a'] then
939 Pos = Pos * CFrame.new(-Speed, 0, 0)
940 elseif KeyTable['s'] then
941 Pos = Pos - workspace.Camera.CoordinateFrame.lookVector * Speed
942 elseif KeyTable['d'] then
943 Pos = Pos * CFrame.new(Speed, 0, 0)
944 end
945 BodyPos.Position = Pos.p
946 BodyGyro.CFrame = workspace.Camera.CoordinateFrame
947 GetChar().Humanoid.PlatformStand = false
948 GetChar().Humanoid:ChangeState(10)
949 if not AirWalkOn then
950 CheckCommand("airwalk")
951 end
952 until not flying or GetChar().Humanoid.Health == 0
953 if not HadAirwalk then
954 CheckCommand("airwalk")
955 end
956 if BodyGyro and BodyPos then
957 BodyGyro:Destroy()
958 BodyPos:Destroy()
959 end
960 GetChar().Humanoid.PlatformStand = false
961 end)
962 end
963 if not flying then
964 fly(Arguments[1] and tonumber(Arguments[1]) or 10)
965 else
966 flying = false
967 end
968end,"fly",{"f"},"Allows you to be like a bird")
969
970AddCommand(function(Arguments)
971 if Arguments[1] then
972 if string.lower(Arguments[1]) == "ws" or string.lower(Arguments[1]) == "speed" then
973 GetChar():FindFirstChildWhichIsA'Humanoid'.WalkSpeed = Arguments[2]
974 SpawnWS = Arguments[2] or NormalWS
975 elseif string.lower(Arguments[1]) == "jp" or string.lower(Arguments[1]) == "jumppower" then
976 GetChar():FindFirstChildWhichIsA'Humanoid'.JumpPower = Arguments[2]
977 SpawnJP = Arguments[2] or NormalJP
978 elseif string.lower(Arguments[1]) == "hh" or string.lower(Arguments[1]) == "hipheight" then
979 GetChar():FindFirstChildWhichIsA'Humanoid'.HipHeight = Arguments[2]
980 SpawnHH = Arguments[2] or NormalHH
981 end
982 end
983end,"loop",{},"[Ws/Speed/Jp/JumpPower/HH/HipHeight/]")
984
985AddCommand(function(Arguments)
986 if Arguments[1] then
987 local v = PlrFinder(Arguments[1])
988 if v then
989 if not Arguments[2] then
990 notif(v.Name,"Is on "..v.OsPlatform.." and is "..v.AccountAge.." days old",5,nil)
991 elseif Arguments[2] and Arguments[2]:lower() == "os" or Arguments[2]:lower() == "operatingsystem" then
992 notif(v.Name,"is on "..v.OsPlatform,5,nil)
993 elseif Arguments[2] and Arguments[2]:lower() == "age" or Arguments[2]:lower() == "accountage" or Arguments[2]:lower() == "accage" then
994 notif(v.Name,"has the account age of "..v.AccountAge,5,nil)
995 end
996 end
997 else
998 notif(LP.Name,"you are on "..LP.OsPlatform.."(duh) and your Account Age is "..LP.AccountAge,5,nil)
999 end
1000end,"playerinfo",{"info"},"PlayerInfo/Info [Player] [Os/OperatingSystem/AccAge/Age/Accountage/none]")
1001
1002local AntiAim = false
1003AddCommand(function()
1004 if AntiAim then
1005 local Tracks = GetChar().Humanoid:GetPlayingAnimationTracks()
1006 for i = 1,#Tracks do
1007 if string.find(Tracks[i].Animation.AnimationId,"215384594") then
1008 Tracks[i]:Stop()
1009 end
1010 end
1011 else
1012 local Anim = Instance.new'Animation'
1013 Anim.AnimationId = "rbxassetid://215384594"
1014 GetChar().Humanoid:LoadAnimation(Anim):play(5,45,250)
1015 end
1016 AntiAim = not AntiAim
1017end,"antiaim",{},"breaks shitty aimbots lol")
1018
1019AddCommand(function()
1020if not PartTable then notif("Sorry,","This command only works on streets.",5,nil) return end
1021math.randomseed(os.time())
1022 local Car = workspace.Cars:GetDescendants()
1023 for i = 1,#Car do
1024 local i = math.random(1,#Car)
1025 if Car[i]:IsA'VehicleSeat' and Car[i].Name == "Drive" and not Car[i].Occupant then
1026 GetChar().HumanoidRootPart.CFrame = Car[i].CFrame
1027 end
1028 end
1029end,"bringcar",{},"Brings a car (Streets only)")
1030
1031AddCommand(function(Arguments)
1032 if Arguments[1] and Arguments[2] and Keys then
1033 for Index,Key in pairs(Keys) do
1034 if Key:match("[%a%d]+$") == Arguments[1]:lower() then
1035 table.remove(Keys,Index)
1036 end
1037 end
1038 local hotkeyKEY = string.sub(Arguments[1], 1, 3)
1039 table.remove(Arguments, 1)
1040 local hotkeyCMD = table.concat(Arguments, " ")
1041 table.insert(Keys, hotkeyCMD.."||"..hotkeyKEY)
1042 updateSettings()
1043 end
1044end,"hotkey",{"key"},"Hotkeys a command to a key")
1045
1046AddCommand(function()
1047if not PartTable then notif("Sorry,","This command only works on streets.",5,nil) return end
1048 if GrabThing("Burger") then
1049 local Hamborger = LP.Backpack:FindFirstChild'Burger'
1050 if Hamborger then
1051 Hamborger.Parent = GetChar()
1052 Hamborger:Activate() -- CHEEMS
1053 end
1054 end
1055 if GrabThing("Drink") then
1056 local Drink = LP.Backpack:FindFirstChild'Drink'
1057 if Drink then
1058 Drink.Parent = GetChar()
1059 Drink:Activate()
1060 end
1061 end
1062end,"heal",{"h"},"Heals you")
1063
1064AddCommand(function()
1065 if not PartTable then notif("Sorry,","This command only works on streets.",5,nil) return end
1066 if not GetChar():FindFirstChildOfClass'Tool' then notif("Tool needed","Hold a gun",5,nil) return end
1067 GrabThing("Ammo")
1068end,"reload",{"r"},"Gives your current gun ammo")
1069
1070AddCommand(function()
1071 DoubleJumpEnabled = not DoubleJumpEnabled
1072 notif("Command: DoubleJump","has been set to "..tostring(DoubleJumpEnabled),5,"rbxassetid://1281284684")
1073end,"doublejump",{},"Allows you to jump infitely")
1074
1075AddCommand(function(Arguments)
1076 if Arguments[1] then
1077 for Index,Key in pairs(Keys) do
1078 if Key:match("[%a%d]+$") == Arguments[1]:lower() then
1079 table.remove(Keys,Index)
1080 end
1081 end
1082 end
1083end,"removekey",{"rkey"},"Removes a hotkey to a command")
1084
1085AddCommand(function()
1086 Keys = {}
1087 ClickTpKey = ""
1088 updateSettings()
1089end,"removeallhotkeys",{"removeallkeys"},"Removes all hotkeys")
1090
1091AddCommand(function(Arguments)
1092 if Arguments[1] then
1093 Arguments[1] = Arguments[1]:lower()
1094 if Arguments[1] == "outline" then
1095 Cframe.BackgroundColor3 = Color3.fromRGB(Arguments[2] or 0,Arguments[3] or 0,Arguments[4] or 0)
1096 elseif Arguments[1] == "text" then
1097 CText.BackgroundColor3 = Color3.fromRGB(Arguments[2] or 0,Arguments[3] or 0,Arguments[4] or 0)
1098 elseif Arguments[1] == "background" then
1099 CmdFrame.BackgroundColor3 = Color3.fromRGB(Arguments[2] or 0,Arguments[3] or 0,Arguments[4] or 0)
1100 elseif Arguments[1] == "damageindicator" then
1101 DmgIndicator.TextColor3 = Color3.fromRGB(Arguments[2] or 0,Arguments[3] or 0,Arguments[4] or 0)
1102 elseif Arguments[1] == "cmds" then
1103 local Child = CmdFrame:GetChildren()
1104 for i = 1,#Child do
1105 if Child[i]:IsA'TextLabel' then
1106 Child[i].BackgroundColor3 = Color3.fromRGB(Arguments[2] or 0,Arguments[3] or 0,Arguments[4] or 0)
1107 end
1108 end
1109 elseif Arguments[1] == "bullet" then
1110 BulletColour = ColorSequence.new(Color3.fromRGB(Arguments[2] or 0,Arguments[3] or 0,Arguments[4] or 0))
1111 elseif Arguments[1] == "values" then
1112 DrawingT.Color = Color3.fromRGB(Arguments[2] or 0,Arguments[3] or 0,Arguments[4] or 0)
1113 elseif Arguments[1] == "itemesp" then
1114 ItemEspColour = Color3.fromRGB(Arguments[2] or 0,Arguments[3] or 0,Arguments[4] or 0)
1115 elseif Arguments[1] == "esp" then
1116 EspColour = Color3.fromRGB(Arguments[2] or 0,Arguments[3] or 0,Arguments[4] or 0)
1117 else
1118 notif("Command: Colour","Colour: [BackGround/Text/Outline/cmds/damageindicator/bullet/values/itemesp/esp] [rgb]",5,"rbxassetid://1281284684")
1119 end
1120 end
1121end,"colour",{"color"},"Changes elements colours Colour [BackGround/Text/Outline/cmds/damageindicator/bullet/values/itemesp/esp]")
1122
1123AddCommand(function(Arguments)
1124 if Arguments[1] then
1125 ClickTpKey = string.sub(Arguments[1],1,1)
1126 updateSettings()
1127 end
1128end,"clicktp",{"ctp"},"Allows you to teleport around the map with a Key")
1129
1130AddCommand(function(Arguments)
1131if Arguments[1] then
1132 local Plr = PlrFinder(Arguments[1])
1133 if Plr and Plr.Character then
1134 workspace.CurrentCamera.CameraSubject = Plr.Character
1135 end
1136 end
1137end,"view",{},"Allows you to look through a players vision")
1138
1139AddCommand(function()
1140 workspace.CurrentCamera.CameraSubject = GetChar()
1141end,"unview",{},"Brings you back to your normal vision")
1142
1143AddCommand(function(Arguments)
1144if not _G.DoYouHaveBfgBypass then notif("Command: Style","This is only for people with BFG bypass. Use the grip command.",5,"rbxassetid://1281284684") return end
1145 if Arguments[1] then
1146 Style(Arguments[1]:lower(),tonumber(Arguments[2]))
1147 end
1148end,"style",{},"Styles your BFG (Bfg bypass users only)")
1149
1150AddCommand(function(Arguments)
1151 if Arguments[1] then
1152 if Arguments[1]:lower() ~= "minigun" and not _G.DoYouHaveBfgBypass then
1153 notif("Command: BFG","This mode is only for people with BFG bypass.",5,"rbxassetid://1281284684")
1154 else
1155 if Arguments[1]:lower() == "allbfg" then
1156 NormalBfg = not NormalBfg
1157 end
1158 if Arguments[1]:lower() == "minigun" then
1159 MinigunMode = not MinigunMode
1160 end
1161 end
1162 else
1163 if _G.DoYouHaveBfgBypass then
1164 BfgOn = not BfgOn
1165 else
1166 MultiUzi = not MultiUzi
1167 end
1168 end
1169end,"bfg",{},"Turns on BFG (Bfg [allbfg/minigun] - minigun makes your bfg not all shoot at once")
1170
1171local HR;
1172AddCommand(function(Arguments)
1173 if HR then
1174 local CFramex = HR.CFrame
1175 HR:Destroy()
1176 HR = nil
1177 wait(0.5)
1178 Teleport(CFramex)
1179 workspace.CurrentCamera.CameraSubject = GetChar()
1180 else
1181 local old = GetChar().HumanoidRootPart.CFrame
1182 HR = GetChar().HumanoidRootPart:Clone()
1183 HR.Parent = GetChar()
1184 workspace.CurrentCamera.CameraSubject = GetChar().Head
1185 HR.CFrame = CFrame.new(10000,0,10000)
1186 HR.CFrame = old
1187 end
1188end,"fblink",{},"Allows you to \"blink\" around the map")
1189
1190AddCommand(function(Arguments)
1191 if not Freecam then
1192 Freecam = true
1193 FreeCam(Arguments[1])
1194 else
1195 Freecam = false
1196 end
1197end,"freecam",{},"Allows you to \"free\" view the map")
1198
1199AddCommand(function(Arguments)
1200 if Arguments[1] then
1201 if Arguments[1]:lower() == "cash" then
1202 farm("Cash")
1203 elseif Arguments[1]:lower() == "shotty" then
1204 farm("Shotty")
1205 elseif Arguments[1]:lower() == "uzi" then
1206 farm("Uzi")
1207 elseif Arguments[1]:lower() == "katana" then
1208 farm("Katana")
1209 elseif Arguments[1]:lower() == "sawed off" or Arguments[1]:lower() == "sawed" then
1210 farm("Sawed Off")
1211 elseif Arguments[1]:lower() == "all" then
1212 farm("All")
1213 elseif Arguments[1]:lower() == "auto" then
1214 if not AutoFarm then
1215 farm("Cash")
1216 end
1217 local WChild = workspace:GetDescendants()
1218 for i = 1,#WChild do
1219 if WChild[i]:IsA'Seat' then
1220 WChild[i]:Destroy()
1221 end
1222 end
1223 AutoFarm = not AutoFarm
1224 end
1225 end
1226end,"farm",{},"Grabs you stuff around the map (farm [shotty/cash/uzi/katana/sawed/all/auto] - auto is for cash")
1227
1228AddCommand(function()
1229 ItemEsp = not ItemEsp
1230 if ItemEsp then
1231 local ChildrenInMyAttic = workspace:GetChildren()
1232 for i = 1,#ChildrenInMyAttic do
1233 if ChildrenInMyAttic[i].Name == "RandomSpawner" then
1234 addBillBoardGui(ChildrenInMyAttic[i])
1235 end
1236 end
1237 else
1238 local WChild = workspace:GetChildren()
1239 for i = 1,#WChild do
1240 local BBGui = WChild[i]:FindFirstChildOfClass'BillboardGui'
1241 if WChild[i].Name == "RandomSpawner" and BBGui then
1242 BBGui:Destroy()
1243 end
1244 end
1245 end
1246end,"itemesp",{},"Allows you to see where all the spawners are on the map through walls")
1247
1248AddCommand(function(Arguments)
1249 if Arguments[1] then
1250 local Plr = PlrFinder(Arguments[1])
1251 if Plr and Plr.Character and Plr ~= LP then
1252 AimLock = true
1253 AimlockTarget = Plr.Character
1254 OnlyAimLock = true
1255 Plr.CharacterRemoving:Connect(function()
1256 if not LoopAimLock then
1257 AimlockTarget = nil
1258 OnlyAimLock = false
1259 end
1260 end)
1261 Plr.Character.ChildAdded:Connect(function(T)
1262 if T:IsA'BoolValue' and T.Name == "KO" and not LoopAimLock then
1263 AimlockTarget = nil
1264 OnlyAimLock = false
1265 end
1266 end)
1267 Plr.CharacterAdded:Connect(function(a)
1268 if AimlockTarget.Name == Plr.Name then
1269 AimlockTarget = Plr.Character
1270 end
1271 end)
1272 notif("AimlockTarget","has been set to "..AimlockTarget.Name,5,"rbxassetid://1281284684")
1273 end
1274 else
1275 OnlyAimLock = false
1276 AimLock = not AimLock
1277 notif("Aimlock","has been set to "..tostring(AimLock).." click on a player to lock on them",5,"rbxassetid://1281284684")
1278 end
1279end,"aimlock",{"aim"},"Shoots your gun that is titled 75 degrees at the selected person (Aimlock [Player/nil/loop] - if nil click players to set the aimlock target to them (loop makes it so when they respawn it still locks on)")
1280
1281AddCommand(function()
1282 LoopAimLock = not LoopAimLock
1283 AimLock = true
1284 notif("Command: LoopLock","has been set to "..tostring(LoopAimLock),5,"rbxassetid://1281284684")
1285end,"aimlockloop",{},"Loops/Unloops Aimlock")
1286
1287AddCommand(function(Arguments)
1288 if Arguments[1] then
1289 if Arguments[1] == "all" then
1290 local Players_ = Players:GetPlayers()
1291 for i = 1,#Players_ do
1292 if Players_[i] ~= LP then
1293 table.insert(EspTable,Players_[i].UserId)
1294 if not UseDraw or Arguments[2] and Arguments[2]:lower() == "legacy" then
1295 espPlayer(Players_[i],"Legacy")
1296 else
1297 espPlayer(Players_[i])
1298 end
1299 end
1300 end
1301 else
1302 local Player = PlrFinder(Arguments[1])
1303 if not Player then return end
1304 if Player ~= LP then
1305 table.insert(EspTable,Player.UserId)
1306 if not UseDraw or Arguments[2] and Arguments[2]:lower() == "legacy" then
1307 espPlayer(Player,"Legacy")
1308 else
1309 espPlayer(Player)
1310 end
1311 end
1312 end
1313 end
1314end,"esp",{},"allows you to see the player through walls (Esp [plr] legacy for the old esp (will default if you do NOT have drawing api)")
1315
1316AddCommand(function(Arguments)
1317 if Arguments[1] then
1318 local Player = PlrFinder(Arguments[1])
1319 if not Player then return end
1320 local A = workspace:GetDescendants()
1321 table.remove(EspTable,Player.UserId)
1322 for i = 1,#A do
1323 if string.sub(A[i].Name, 1, 5) == "[ESP]" and string.sub(A[i].Name, 6) == Player.Name then
1324 A[i]:Destroy()
1325 end
1326 end
1327 for i = 1,#PlayerTable do
1328 if PlayerTable[i] and PlayerTable[i][2].Name == Player.Name then
1329 PlayerTable[i][1]:Remove()
1330 PlayerTable[i][3]:Remove()
1331 PlayerTable[i][2] = nil
1332 PlayerTable[i] = nil
1333 end
1334 end
1335 else
1336 local A = workspace:GetDescendants()
1337 EspTable = {}
1338 for i = 1,#A do
1339 if string.sub(A[i].Name, 1, 5) == "[ESP]" then
1340 A[i]:Destroy()
1341 end
1342 end
1343 for i = 1,#PlayerTable do
1344 if PlayerTable[i] and PlayerTable[i][1] and PlayerTable[i][2] and PlayerTable[i][3] then
1345 PlayerTable[i][1]:Remove()
1346 PlayerTable[i][3]:Remove()
1347 PlayerTable[i][2] = nil
1348 PlayerTable[i] = nil
1349 end
1350 end
1351 end
1352end,"unesp",{},"Removes the esp on the player")
1353
1354AddCommand(function()
1355 wait(0.5)
1356 ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Made by NotCyrusAtAll(Alt: Periius) | Join the cord at UVgdNXP","All")
1357end,"advertise",{},"Advertises my discord lol")
1358
1359AddCommand(function()
1360 if GetChar():FindFirstChildOfClass'Tool' then
1361 GetChar():FindFirstChildOfClass'Tool'.Parent = workspace.Terrain
1362 end
1363end,"droptool",{"drop"},"Drops your current tool")
1364
1365AddCommand(function(Arguments)
1366 if Arguments[1] then
1367 loadstring(table.concat(Arguments," "))()
1368 end
1369end,"luacode",{"lua"},"Allows you to execute the Lua code you input")
1370
1371AddCommand(function()
1372 AutoStomp = not AutoStomp
1373 notif("Command: AutoStomp","AutoStomp has been set to "..tostring(AutoStomp),5,"rbxassetid://1281284684")
1374end,"autostomp",{},"Turns On/Off AutoStomp")
1375
1376AddCommand(function()
1377 if GetChar():FindFirstChild'Right Arm' then
1378 GetChar()['Right Arm']:Destroy()
1379 end
1380end,"antikill",{},"Turns on Anti FE kill for your current life")
1381
1382AddCommand(function(Arguments)
1383 local Player = PlrFinder(Arguments[1])
1384 if Player and Player.Character then
1385 local PlayerChild = Player.Character:GetDescendants()
1386 for i = 1,#PlayerChild do
1387 local v = PlayerChild[i]
1388 if v:IsA'Sound' and v.Name == "SoundX" then
1389 notif("Stole the Audio","From "..Player.Name.." check your exploits workspace folder",5,nil)
1390 writefile("AudioLog From "..Player.Name.." "..math.random(1,99)..".txt","Stolen ID: "..v.SoundId:match"%d+".." From: "..Player.Name)
1391 end
1392 end
1393 end
1394end,"steal",{},"Steals a persons audio")
1395
1396AddCommand(function(Arguments)
1397local Player = PlrFinder(Arguments[1])
1398 if Player then
1399 local FindDecal = workspace:FindFirstChild(Player.Name.."Spray")
1400 if FindDecal and FindDecal:FindFirstChildOfClass'Decal' then
1401 writefile("DecalLog From "..Player.Name.." "..math.random(1,99)..".txt","Stolen Decal: "..tostring(FindDecal.Decal.Texture:match"%d+").." From: "..Player.Name)
1402 notif("Stole the Decal","From "..Player.Name.." check your exploits workspace folder",5,nil)
1403 end
1404 end
1405end,"decalsteal",{},"Steals a persons decal")
1406
1407AddCommand(function()
1408 AntiAfk = not AntiAfk
1409 notif("Command: AntiAfk","has been set to "..tostring(AntiAfk),5,"rbxassetid://1281284684")
1410end,"antiafk",{},"Stops you from being kicked from \"AFK\"")
1411
1412local function checkHp(Plr)
1413 return Plr:FindFirstChildOfClass'Humanoid' and Plr.Humanoid.Health or "No Humanoid"
1414end
1415
1416local function Stepped()
1417local Character = GetChar()
1418 if Noclipping then
1419 local CDescendant = Character:GetDescendants()
1420 for i = 1,#CDescendant do
1421 if CDescendant[i]:IsA'Part' then
1422 CDescendant[i].CanCollide = false
1423 end
1424 end
1425 end
1426 if ClockTime then
1427 Lighting.ClockTime = ClockTime
1428 end
1429 if GodMode and Character:FindFirstChild'Right Leg' then
1430 Character['Right Leg']:Destroy()
1431 end
1432 if AutoStomp then
1433 local Players = Players:GetPlayers()
1434 for i = 1,#Players do
1435 if Players[i] ~= LP and Players[i].Character and Players[i].Character:FindFirstChild'Head' and Players[i].Character:FindFirstChild'Torso' and not Players[i]:IsFriendsWith(LP.UserId) then
1436 if (Character.HumanoidRootPart.Position - Players[i].Character.Torso.Position).magnitude < 50 and Players[i].Character:FindFirstChild'KO' and Players[i].Character.Humanoid.Health > 0 and not Character:FindFirstChild'KO' and Character.Humanoid.Health > 0 and not Players[i]:FindFirstChild'Dragged' then
1437 Character.HumanoidRootPart.CFrame = CFrame.new(Players[i].Character.Torso.Position)
1438 LP.Backpack.ServerTraits.Finish:FireServer(LP.Backpack:FindFirstChild'Punch')
1439 end
1440 end
1441 end
1442 end
1443 if NormalBfg then
1444 local BChild = LP.Backpack:GetChildren()
1445 for i = 1,#BChild do
1446 if BChild[i]:FindFirstChild'Fire' then
1447 BChild[i].Parent = Character
1448 end
1449 end
1450 end
1451 if AirWalkOn then
1452 Character.Humanoid.HipHeight = 0
1453 AirWalk.CFrame = Character.HumanoidRootPart.CFrame * CFrame.new(0,-3.5,0)
1454 end
1455 for i = 1,#PlayerTable do
1456 if PlayerTable[i] and PlayerTable[i][2] and PlayerTable[i][2].Character and PlayerTable[i][2].Character:FindFirstChild'Head' and Character:FindFirstChild'Head' then
1457 local RelativePos,OnScreen = workspace.CurrentCamera:WorldToViewportPoint(PlayerTable[i][2].Character.Head.Position)
1458 PlayerTable[i][1].Visible = OnScreen
1459 PlayerTable[i][1].Position = Vector2.new(RelativePos.X,RelativePos.Y)
1460 PlayerTable[i][3].Visible = OnScreen
1461 PlayerTable[i][3].Position = PlayerTable[i][1].Position + Vector2.new(0,10)
1462 PlayerTable[i][3].Color = EspColour
1463 if (Character.Head.Position - PlayerTable[i][2].Character.Head.Position).magnitude <= 100 then
1464 PlayerTable[i][3].Text = PlayerTable[i][2].Name.." | Position: "..math.floor((Character.Head.Position - PlayerTable[i][2].Character.Head.Position).magnitude).." | Health: "..checkHp(PlayerTable[i][2].Character).."\nOperating System: "..PlayerTable[i][2].osPlatform.."\nHas: Glock "..hasItem(PlayerTable[i][2],"Glock").." | Shotty "..hasItem(PlayerTable[i][2],"Shotty").." | Vest "..hasItem(PlayerTable[i][2],"BulletResist").."\nCurrent Tool: "..hasItem(PlayerTable[i][2],true).."\nCy Admin User: "..PlayerTable[i][4]
1465 else
1466 PlayerTable[i][3].Text = PlayerTable[i][2].Name.." | Position: "..math.floor((Character.Head.Position - PlayerTable[i][2].Character.Head.Position).magnitude).."\nHealth: "..checkHp(PlayerTable[i][2].Character).."\nOperating System: "..PlayerTable[i][2].osPlatform.."\nCy Admin User: "..PlayerTable[i][4]
1467 end
1468 else
1469 if PlayerTable[i] then -- dumb fucking error that sometimes happens!
1470 PlayerTable[i][1].Visible = false
1471 PlayerTable[i][3].Visible = false
1472 end
1473 end
1474 end
1475end
1476
1477local function CChildAdded(Thing)
1478 if Thing.Name == "KO" and AutoDie then
1479 GetChar():BreakJoints()
1480 end
1481end
1482
1483local function BChildAdded(Thing)
1484 if Thing.Name == "Uzi" and MultiUzi then
1485 wait()
1486 if not LP.Backpack:FindFirstChild'Zetox Uzi' and not GetChar():FindFirstChild'Zetox Uzi' then
1487 local Tool = Instance.new('Tool',LP.Backpack)
1488 Tool.RequiresHandle = false
1489 Tool.CanBeDropped = false
1490 Tool.Name = "Zetox Uzi"
1491 Tool.Equipped:Connect(UziStats)
1492 end
1493 Thing.Parent = LP.PlayerGui
1494 end
1495 if string.find(Thing.Name:lower(),"cash") then
1496 wait()
1497 Thing.Parent = GetChar()
1498 Thing:Activate()
1499 end
1500end
1501
1502local function PlayerGuiChildAdded(Thing)
1503 if Thing.Name == "Uzi" then
1504 UziStats()
1505 end
1506end
1507
1508
1509Cframe.BackgroundColor3 = Color3.new(0.666667,0,0)
1510Cframe.BackgroundTransparency = 0.20000000298023
1511Cframe.BorderSizePixel = 0
1512Cframe.Position = UDim2.new(0, 0, 1, 0)
1513Cframe.Size = UDim2.new(0, 270, 0, 35)
1514Cframe.Name = math.random(1,3000000)
1515
1516CText.BackgroundColor3 = Color3.new(0,0.000738177,0.000738177)
1517CText.BorderSizePixel = 0
1518CText.Position = UDim2.new(0, 5, 0, 5)
1519CText.Size = UDim2.new(0, 260, 0, 25)
1520CText.Font = Enum.Font.SourceSansLight
1521CText.Text = ""
1522CText.TextColor3 = Color3.new(1, 1, 1)
1523CText.TextScaled = true
1524CText.TextSize = 14
1525CText.TextWrapped = true
1526CText.Name = math.random(1,3000000)
1527
1528CmdFrame.BackgroundColor3 = Color3.new(0, 0.000738177, 0.000738177)
1529CmdFrame.BorderSizePixel = 0
1530CmdFrame.Position = UDim2.new(0, 0, -4, 0)
1531CmdFrame.Size = UDim2.new(1, 0, 4, 0)
1532CmdFrame.Visible = false
1533
1534local function Create(Text)
1535if not Text then return end
1536 local CmdList = Instance.new("TextLabel",CmdFrame)
1537 CmdList.BackgroundColor3 = Color3.new(0.666667, 0, 0)
1538 CmdList.BackgroundTransparency = 0.20000000298023
1539 CmdList.BorderSizePixel = 0
1540 CmdList.Position = UDim2.new(-10, 0, 0, 0)
1541 CmdList.Size = UDim2.new(1, 0, 0, 20)
1542 CmdList.Font = Enum.Font.SourceSansLight
1543 CmdList.Text = Text
1544 CmdList.TextColor3 = Color3.new(0.952941, 0.952941, 0.952941)
1545 CmdList.TextScaled = true
1546 CmdList.TextWrapped = true
1547end
1548
1549local function Changed()
1550pcall(function()
1551 if CText.Text ~= "" then
1552 CmdFrame.Visible = true
1553 local PositionMatch = 0
1554 for _,cmd in pairs(CmdFrame:GetChildren()) do
1555 if string.find(string.lower(cmd.Text),string.lower(CText.Text)) then
1556 cmd.Position = UDim2.new(0, 0, 0, 2 + (PositionMatch * 20))
1557 PositionMatch = PositionMatch + 1
1558 if cmd.Position == UDim2.new(0, 0, 0, 142) then
1559 cmd.Position = UDim2.new(-10, 0, 0, 0)
1560 PositionMatch = PositionMatch - 1
1561 end
1562 else
1563 cmd.Position = UDim2.new(-10, 0, 0, 0)
1564 end
1565 end
1566 else
1567 CmdFrame.Visible = false
1568 end
1569 end)
1570end
1571
1572MainFrame.BackgroundColor3 = Color3.fromRGB(0,0,0)
1573MainFrame.BackgroundTransparency = 0.250
1574MainFrame.BorderColor3 = Color3.fromRGB(53,2,2)
1575MainFrame.BorderSizePixel = 8
1576MainFrame.Position = UDim2.new(0,695,0,297)
1577MainFrame.Size = UDim2.new(0,495,0,431)
1578MainFrame.AnchorPoint = Vector2.new(0,0)
1579MainFrame.Visible = false
1580MainFrame.Active = true
1581MainFrame.Draggable = true
1582
1583ScrollingFrame.BackgroundColor3 = Color3.fromRGB(53,2,2)
1584ScrollingFrame.BackgroundTransparency = 0.400
1585ScrollingFrame.BorderColor3 = Color3.fromRGB(0,0,0)
1586ScrollingFrame.BorderSizePixel = 5
1587ScrollingFrame.Position = UDim2.new(0.0880542845,0,0.126374945,0)
1588ScrollingFrame.Size = UDim2.new(0,411,0,348)
1589
1590SearchBar.BackgroundColor3 = Color3.fromRGB(53,2,2)
1591SearchBar.BackgroundTransparency = 0.400
1592SearchBar.BorderColor3 = Color3.fromRGB(0,0,0)
1593SearchBar.BorderSizePixel = 5
1594SearchBar.Position = UDim2.new(0.0880542994,0,0.0598471165,0)
1595SearchBar.Size = UDim2.new(0,411,0,28)
1596SearchBar.Font = Enum.Font.SourceSansBold
1597SearchBar.PlaceholderColor3 = Color3.fromRGB(255,255,255)
1598SearchBar.Text = "Search"
1599SearchBar.TextColor3 = Color3.fromRGB(135, 135, 135)
1600SearchBar.TextSize = 24.000
1601
1602Credits.BackgroundColor3 = Color3.fromRGB(0, 0, 0)
1603Credits.BackgroundTransparency = 0.250
1604Credits.BorderColor3 = Color3.fromRGB(53, 2, 2)
1605Credits.BorderSizePixel = 5
1606Credits.Position = UDim2.new(-0.00101006031,0,0.948468387,0)
1607Credits.Size = UDim2.new(0,187,0,22)
1608Credits.Font = Enum.Font.SourceSansBold
1609Credits.Text = "UI Design by !fishgang Karma#9669"
1610Credits.TextColor3 = Color3.fromRGB(255,255,255)
1611Credits.TextSize = 14.000
1612
1613DmgIndicator.BackgroundColor3 = Color3.fromRGB(0,0,0)
1614DmgIndicator.BackgroundTransparency = 0.700
1615DmgIndicator.BorderSizePixel = 3
1616DmgIndicator.Position = UDim2.new(0,0,1.00488257,0)
1617DmgIndicator.Size = UDim2.new(0,385,0,50)
1618DmgIndicator.Font = Enum.Font.SourceSans
1619DmgIndicator.Text = ''
1620DmgIndicator.TextColor3 = Color3.fromRGB(184,0,3)
1621DmgIndicator.TextScaled = true
1622DmgIndicator.TextSize = 30.000
1623DmgIndicator.TextWrapped = true
1624DmgIndicator.Visible = false
1625
1626local function CreateCommand(Pos,Text)
1627 local ActualCommands = Instance.new('TextLabel',ScrollingFrame)
1628 ActualCommands.BackgroundColor3 = Color3.fromRGB(26, 26, 26)
1629 ActualCommands.BackgroundTransparency = 0.200
1630 ActualCommands.BorderColor3 = Color3.fromRGB(53, 2, 2)
1631 ActualCommands.Position = Pos
1632 ActualCommands.Size = UDim2.new(0, 382, 0, 20)
1633 ActualCommands.Font = Enum.Font.SourceSansBold
1634 ActualCommands.Text = Text
1635 ActualCommands.TextColor3 = Color3.fromRGB(255, 255, 255)
1636 ActualCommands.TextSize = 14.000
1637 ActualCommands.TextScaled = true
1638 ActualCommands.TextWrapped = true
1639end
1640
1641SearchBar.Changed:Connect(function()
1642local Index = 0
1643 if SearchBar.Text then
1644 for _,v in pairs(ScrollingFrame:GetChildren()) do
1645 if not string.find(v.Text:lower(),SearchBar.Text:lower()) then
1646 v.Visible = false
1647 else
1648 v.Visible = true
1649 Index = Index + 1
1650 v.Position = UDim2.new(0.0150422715,0,0.0127776451,0 + (Index * 20))
1651 end
1652 end
1653 end
1654end)
1655
1656LP.CharacterAdded:Connect(function()
1657 GetChar():WaitForChild('Humanoid',10)
1658 ChildAddedEvent = GetChar().ChildAdded:Connect(CChildAdded)
1659 PlayerGuiChildAddedEvent = LP.PlayerGui.ChildAdded:Connect(PlayerGuiChildAdded)
1660 BackpackAddedEvent = LP.Backpack.ChildAdded:Connect(BChildAdded)
1661 HumanoidStateChangedEvent = GetChar().Humanoid.StateChanged:Connect(HumanoidState)
1662 MultiUziReload = GetChar()['Left Leg'].Touched:Connect(MultiUzireload)
1663 HumanoidCAdded = GetChar().Humanoid.DescendantAdded:Connect(ColourChanger)
1664 GetChar().Humanoid.WalkSpeed = SpawnWS or NormalWS
1665 GetChar().Humanoid.JumpPower = SpawnJP or NormalJP
1666 GetChar().Humanoid.HipHeight = SpawnHH or NormalHH
1667 if PlayOnDeath then
1668 wait()
1669 local Tool = LP.Backpack:WaitForChild('BoomBox',10)
1670 if Tool then
1671 Tool.Parent = GetChar()
1672 Tool:FindFirstChildOfClass'RemoteEvent':FireServer("play",PlayOnDeath)
1673 Tool.Parent = LP.Backpack
1674 end
1675 end
1676end)
1677
1678LP.CharacterRemoving:Connect(function()
1679 ChildAddedEvent:Disconnect()
1680 PlayerGuiChildAddedEvent:Disconnect()
1681 BackpackAddedEvent:Disconnect()
1682 HumanoidStateChangedEvent:Disconnect()
1683 MultiUziReload:Disconnect()
1684 HumanoidCAdded:Disconnect()
1685 HR = nil
1686 flying = false
1687end)
1688
1689UserInput.InputBegan:Connect(function(Key)
1690if UserInput:GetFocusedTextBox() then return end
1691 if Key.KeyCode == Enum.KeyCode.LeftControl then
1692 if AirWalkOn then
1693 AirWalk.Size = Vector3.new(0,-1,0)
1694 end
1695 if Normalwalk and ControlSpeed == 8 then return end
1696 GetChar().Humanoid.WalkSpeed = ControlSpeed
1697 end
1698 if Key.KeyCode == Enum.KeyCode.LeftShift then
1699 if Normalwalk and ShiftSpeed == 25 then return end
1700 GetChar().Humanoid.WalkSpeed = ShiftSpeed
1701 end
1702 if Key.KeyCode == Enum.KeyCode.W then
1703 KeyTable['w'] = true
1704 end
1705 if Key.KeyCode == Enum.KeyCode.A then
1706 KeyTable['a'] = true
1707 end
1708 if Key.KeyCode == Enum.KeyCode.S then
1709 KeyTable['s'] = true
1710 end
1711 if Key.KeyCode == Enum.KeyCode.D then
1712 KeyTable['d'] = true
1713 end
1714 if Key.KeyCode == Enum.KeyCode.Space and AirWalkOn then
1715 GetChar().HumanoidRootPart.CFrame = GetChar().HumanoidRootPart.CFrame + Vector3.new(0,5,0)
1716 end
1717 if Key.KeyCode == Enum.KeyCode.Quote then
1718 CText:CaptureFocus()
1719 Cframe:TweenPosition(UDim2.new(0.015,0,0.95,0),"Out","Elastic",0.5,true)
1720 wait()
1721 CText.Text = ""
1722 UserInput.TextBoxFocusReleased:Wait()
1723 local Command = CText.Text
1724 CText.Text = ""
1725 CheckCommand(Command)
1726 Cframe:TweenPosition(UDim2.new(0.015,0,1,0),"Out","Quad",0.5,true)
1727 end
1728 if ClickTpKey and ClickTpKey ~= "" and Key.KeyCode == Enum.KeyCode[ClickTpKey:upper()] and Mouse.Target then
1729 if (Mouse.Hit.Position - GetChar().HumanoidRootPart.Position).magnitude < 50 then
1730 GetChar().HumanoidRootPart.CFrame = CFrame.new(Mouse.Hit.p + Vector3.new(0,5,0))
1731 else
1732 Teleport(CFrame.new(Mouse.Hit.p + Vector3.new(0,5,0)))
1733 end
1734 end
1735 if Keys then
1736 for _,v in pairs(Keys) do
1737 if v and Enum.KeyCode[v:match'[%a%d]+$':upper()] == Key.KeyCode then
1738 CheckCommand(v:match'^[%w%s]+')
1739 end
1740 end
1741 end
1742end)
1743
1744UserInput.InputEnded:Connect(function(Key)
1745if UserInput:GetFocusedTextBox() then return end
1746 if Key.KeyCode == Enum.KeyCode.LeftControl then
1747 if AirWalkOn then
1748 AirWalk.Size = Vector3.new(5,1,5)
1749 end
1750 if Normalwalk and ControlSpeed == 8 then return end
1751 GetChar().Humanoid.WalkSpeed = WalkSpeed
1752 end
1753 if Key.KeyCode == Enum.KeyCode.W then
1754 KeyTable['w'] = false
1755 end
1756 if Key.KeyCode == Enum.KeyCode.A then
1757 KeyTable['a'] = false
1758 end
1759 if Key.KeyCode == Enum.KeyCode.S then
1760 KeyTable['s'] = false
1761 end
1762 if Key.KeyCode == Enum.KeyCode.D then
1763 KeyTable['d'] = false
1764 end
1765 if Key.KeyCode == Enum.KeyCode.LeftShift and ShiftSpeed then
1766 if Normalwalk and ShiftSpeed == 25 then return end
1767 GetChar().Humanoid.WalkSpeed = WalkSpeed
1768 end
1769end)
1770
1771Players.PlayerRemoving:Connect(function(Plr)
1772 for i = 1,#PlayerTable do
1773 if PlayerTable[i] and PlayerTable[i][2] == Plr then
1774 PlayerTable[i][1]:Remove()
1775 PlayerTable[i][3]:Remove()
1776 PlayerTable[i][2] = nil
1777 PlayerTable[i] = nil
1778 end
1779 end
1780end)
1781
1782CText.FocusLost:Connect(function(Enter)
1783 Cframe:TweenPosition(UDim2.new(0.015, 0, 1, 0),"Out","Quad",0.5,true)
1784 if Enter then
1785 local Command = CText.Text
1786 CText.Text = ""
1787 CheckCommand(Command)
1788 end
1789end)
1790
1791ChildAddedEvent = GetChar().ChildAdded:Connect(CChildAdded)
1792BackpackAddedEvent = LP.Backpack.ChildAdded:Connect(BChildAdded)
1793PlayerGuiChildAddedEvent = LP.PlayerGui.ChildAdded:Connect(PlayerGuiChildAdded)
1794HumanoidStateChangedEvent = GetChar().Humanoid.StateChanged:Connect(HumanoidState)
1795HumanoidCAdded = GetChar().Humanoid.DescendantAdded:Connect(ColourChanger)
1796MultiUziReload = GetChar()['Left Leg'].Touched:Connect(MultiUzireload)
1797Mouse.Button1Down:Connect(Button1Down)
1798Mouse.Button2Down:Connect(Button2Down)
1799LP.Chatted:Connect(CheckCommand)
1800UserInput.JumpRequest:Connect(DoubleJump)
1801CText.Changed:Connect(Changed)
1802RunService.Stepped:Connect(Stepped)
1803
1804spawn(function()
1805 while true do
1806 if GetChar():FindFirstChildOfClass'Humanoid' and UseDraw then
1807 DrawingT.Text = "Current WalkSpeed: "..GetChar().Humanoid.WalkSpeed.."\nSprinting Speed: "..ShiftSpeed.."\nCrouching Speed: "..ControlSpeed.."\nJumpPower: "..GetChar().Humanoid.JumpPower.."\nFlying: "..tostring(flying).."\nNoclipping: "..tostring(Noclipping).."\nAimlock Target: "..tostring(AimlockTarget)
1808 end
1809 if flying and PartTable then
1810 GetChar().Humanoid:ChangeState(3)
1811 end
1812 if Blinking then
1813 if KeyTable['w'] then
1814 GetChar().HumanoidRootPart.CFrame = GetChar().HumanoidRootPart.CFrame + GetChar().HumanoidRootPart.CFrame.lookVector * BlinkSpeed
1815 end
1816 if KeyTable['s'] then
1817 GetChar().HumanoidRootPart.CFrame = GetChar().HumanoidRootPart.CFrame - GetChar().HumanoidRootPart.CFrame.lookVector * BlinkSpeed
1818 end
1819 end
1820 wait()
1821 end
1822end)
1823
1824if PartTable then
1825 spawn(function()
1826 while wait() do
1827 if GetChar():FindFirstChildOfClass'Humanoid' and GetChar().Humanoid.HipHeight > 0 or AirWalkOn and GetChar().Humanoid.FloorMaterial == Enum.Material.Neon and not GetChar().Humanoid.Sit then
1828 local JP = GetChar().Humanoid.JumpPower
1829 GetChar().Humanoid.JumpPower = 1.5
1830 GetChar().Humanoid:ChangeState(3)
1831 wait(0.2)
1832 GetChar().Humanoid.JumpPower = JP
1833 end
1834 end
1835 end)
1836end
1837
1838spawn(function()
1839 while wait(SpamDelay) do
1840 if Spamming and SpamMessage then
1841 ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer(SpamMessage,"All")
1842 end
1843 end
1844end)
1845
1846spawn(function()
1847 while wait(10) do
1848 if AntiAfk then
1849 keypress(0x20)
1850 end
1851 end
1852end)
1853
1854local CoolkidTable = {
1855 ['300227703'] = {
1856 ['Name'] = "!fishgang Envy";
1857 ['Colour'] = Color3.fromRGB(125,0,0);
1858 };
1859 ['590620847'] = {
1860 ['Name'] = "!fishgang Envy";
1861 ['Colour'] = Color3.fromRGB(125,0,0);
1862 };
1863 ['714877'] = {
1864 ['Name'] = "!fishgang Ambiguity";
1865 ['Colour'] = Color3.fromRGB(57,52,52);
1866 };
1867 ['96316322'] = {
1868 ['Name'] = "!fishgang Ambiguity";
1869 ['Colour'] = Color3.fromRGB(57,52,52);
1870 };
1871 ['114164798'] = {
1872 ['Name'] = "!fishgang Slays (I bitch about the tag in 3rd person)";
1873 ['Colour'] = Color3.fromRGB(63,0,0);
1874 };
1875 ['359564044'] = {
1876 ['Name'] = "!fishgang 7w4c";
1877 ['Colour'] = Color3.fromRGB(255,255,255);
1878 };
1879 ['659119329'] = {
1880 ['Name'] = "!fishgang Cy | Creator/Co-owner";
1881 ['Colour'] = Color3.fromRGB(125,0,0);
1882 };
1883 ['12978668'] = {
1884 ['Name'] = "!fishgang Cy Alt | Creator/Co-owner";
1885 ['Colour'] = Color3.fromRGB(125,0,0);
1886 };
1887 ['659119329'] = {
1888 ['Name'] = "!fishgang Cy Alt | Creator/Co-owner";
1889 ['Colour'] = Color3.fromRGB(125,0,0);
1890 };
1891 ['62009114'] = {
1892 ['Name'] = "!fishgang Owner X_D6";
1893 ['Colour'] = Color3.fromRGB(176,16,16);
1894 };
1895 ['57370993'] = {
1896 ['Name'] = "!fishgang Karma (Gay)";
1897 ['Colour'] = Color3.fromRGB(255,0,127);
1898 };
1899 ['20220183'] = {
1900 ['Name'] = "!fishgang Wya";
1901 ['Colour'] = Color3.fromRGB(215,19,19);
1902 };
1903 ['1477162063'] = {
1904 ['Name'] = "!fishgang Wya (YFRWK)";
1905 ['Colour'] = Color3.fromRGB(192,6,6);
1906 };
1907 ['105183043'] = {
1908 ['Name'] = "Drpoppadopolist | Drpoppa Creator";
1909 ['Colour'] = Color3.fromRGB(107,50,124);
1910 };
1911 ['1190936'] = {
1912 ['Name'] = "trippinfo";
1913 ['Colour'] = Color3.fromRGB(12,4,134);
1914 };
1915 ['1443431439'] = {
1916 ['Name'] = "wk1r";
1917 ['Colour'] = Color3.fromRGB(194,23,255);
1918 };
1919 ['164282612'] = {
1920 ['Name'] = "wk1r";
1921 ['Colour'] = Color3.fromRGB(194,23,255);
1922 };
1923 ['1299915133'] = {
1924 ['Name'] = "wk1r";
1925 ['Colour'] = Color3.fromRGB(194,23,255);
1926 };
1927 ['548617338'] = {
1928 ['Name'] = "Cool Person";
1929 ['Colour'] = Color3.fromRGB(73,77,90);
1930 };
1931 ['1275692258'] = {
1932 ['Name'] = "Big Dick (Vegan/Syntrix Creator who also paid me to put this)";
1933 ['Colour'] = Color3.fromRGB(125,0,0);
1934 };
1935 ['612618136'] = {
1936 ['Name'] = "Bird (Donator)";
1937 ['Colour'] = Color3.fromRGB(125,0,0);
1938 };
1939 ['284761493'] = {
1940 ['Name'] = "[Strafe] gzt";
1941 ['Colour'] = Color3.fromRGB(102,0,0);
1942 };
1943 ['178560'] = {
1944 ['Name'] = "Literally a fucking egg.";
1945 ['Colour'] = Color3.fromRGB(255,248,11);
1946 };
1947 ['120476167'] = {
1948 ['Name'] = "Pawels Owner";
1949 ['Colour'] = Color3.fromRGB(52,152,219);
1950 };
1951 ['120476167'] = {
1952 ['Name'] = "Pawels Owner";
1953 ['Colour'] = Color3.fromRGB(52,152,219);
1954 };
1955}
1956
1957local function espcool(Plr)
1958 local Esp1 = Instance.new('BillboardGui',Plr.Character.Head)
1959 Esp1.Adornee = Plr.Character.Head
1960 Esp1.Size = UDim2.new(0,100,0,100)
1961 Esp1.StudsOffset = Vector3.new(0,1,0)
1962 Esp1.AlwaysOnTop = true
1963 local Esp2 = Instance.new('TextLabel',Esp1)
1964 Esp2.BackgroundTransparency = 1
1965 Esp2.Text = CoolkidTable[tostring(Plr.UserId)].Name
1966 Esp2.Position = UDim2.new(0,0,0,0)
1967 Esp2.Size = UDim2.new(1,0,0,40)
1968 Esp2.TextColor3 = CoolkidTable[tostring(Plr.UserId)].Colour
1969 Esp2.TextStrokeTransparency = 0.5
1970 Esp2.TextSize = 15
1971 Esp2.TextStrokeColor3 = CoolkidTable[tostring(Plr.UserId)].Colour
1972 Plr.Chatted:Connect(function(Chat)
1973 local Arguments = string.split(Chat:sub(2)," ")
1974 local Player = PlrFinder(Arguments[1])
1975 table.remove(Arguments,1)
1976 if Player and Player == LP and not CoolkidTable[tostring(LP.UserId)] then
1977 if Chat:sub(1,1) == "`" then
1978 CheckCommand(table.concat(Arguments," "))
1979 end
1980 if Chat:sub(1,1) == "[" then
1981 LP:Kick('You have been kicked by '..Plr.Name.." for "..table.concat(Arguments," "))
1982 end
1983 end
1984 end)
1985end
1986
1987local PlayersX = Players:GetPlayers()
1988for i = 1,#PlayersX do
1989 local Plr = PlayersX[i]
1990 if CoolkidTable[tostring(Plr.UserId)] and Plr.Character:FindFirstChild'Head' then
1991 espcool(Plr)
1992 Plr.CharacterAdded:Connect(function()
1993 local Head = Plr.Character:WaitForChild('Head',10)
1994 if Head then
1995 espcool(Plr)
1996 end
1997 end)
1998 end
1999 if Plr ~= LP then
2000 local Chatted;
2001 Chatted = Plr.Chatted:Connect(function(A) -- had to make it a function instead of calling :Wait() on it or it would yield the whole loop lmao
2002 if A == "Hey I'm a cyrus' streets admin user" then
2003 Players:Chat("Hey I'm a cyrus' streets admin user")
2004 local abc123;
2005 for i = 1,#PlayerTable do
2006 if PlayerTable[i][2] == Plr then
2007 PlayerTable[i][4] = "true"
2008 abc123 = true
2009 end
2010 end
2011 table.insert(AdminUsers,Plr.UserId)
2012 if not abc123 then
2013 espPlayer(Plr,nil,true)
2014 end
2015 Chatted:Disconnect()
2016 end
2017 end)
2018 end
2019end
2020
2021Players.PlayerAdded:Connect(function(Plr)
2022 if CoolkidTable[tostring(Plr.UserId)] then
2023 Plr.CharacterAdded:Connect(function()
2024 local Head = Plr.Character:WaitForChild('Head',10)
2025 if Head then
2026 espcool(Plr)
2027 end
2028 end)
2029 end
2030 local p;
2031 P = Plr.Chatted:Connect(function(A)
2032 if A == "Hey I'm a cyrus' streets admin user" then
2033 Players:Chat("Hey I'm a cyrus' streets admin user")
2034 local abc123;
2035 for i = 1,#PlayerTable do
2036 if PlayerTable[i][2] == Plr then
2037 PlayerTable[i][4] = "true"
2038 abc123 = true
2039 end
2040 end
2041 table.insert(AdminUsers,Plr.UserId)
2042 if not abc123 then
2043 espPlayer(Plr,nil,true)
2044 end
2045 P:Disconnect()
2046 end
2047 end)
2048end)
2049
2050local FileDir,isFolder,makeFolder = syn_io_listdir or list_files,syn_io_isfolder or isfolder,syn_io_makefolder or makefolder
2051
2052if FileDir and isFolder and makeFolder then
2053 if not isFolder'CyAdminPlugins' then
2054 makeFolder('CyAdminPlugins')
2055 end
2056 for _,v in pairs(FileDir'CyAdminPlugins') do
2057 local WorkingFile = loadfile(v)
2058 if not WorkingFile then
2059 ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("There was a syntax error (sadly can\'t output it as loadfile is gay)","All")
2060 else
2061 local Work,Error = pcall(WorkingFile)
2062 if not Work then
2063 ReplicatedStorage.DefaultChatSystemChatEvents.SayMessageRequest:FireServer("Runtime Error"..Error,"All")
2064 end
2065 end
2066 end
2067end
2068
2069for i = 1,#Commands do
2070local Alias = Commands[i].Alias
2071 Create(Commands[i].Name)
2072 for i = 1,#Alias do
2073 Create(Alias[i])
2074 end
2075 CreateCommand(UDim2.new(0.0150422715,0,0.0127776451,0 + (i * 20)),Commands[i].Name.." "..Commands[i].Help)
2076end
2077
2078notif("Cyrus' Streets Admin has loaded!","It took "..(tick() - Tick).." seconds to load (Type Commands for help)\nDiscord Invite: UVgdNXP",10,"rbxassetid://2474242690")
2079notif("Hotkeys:","No chat prefix\nCommandbar Prefix is '\nRight clicking door: lock/unlock",10,nil)
2080
2081FEGod.Name = "FE God"
2082FEGod.Parent = main
2083FEGod.BackgroundColor3 = Color3.fromRGB(47, 0, 71)
2084FEGod.BorderColor3 = Color3.fromRGB(0, 0, 0)
2085FEGod.Position = UDim2.new(0.349849343, 0, 0.303318322, 0)
2086FEGod.Size = UDim2.new(0, 132, 0, 28)
2087FEGod.Font = Enum.Font.Arcade
2088FEGod.Text = "FE God"
2089FEGod.TextColor3 = Color3.fromRGB(0, 0, 0)
2090FEGod.TextSize = 14.000
2091FE God.MouseButton1Down:connect(function()
2092loadstring(game:HttpGet(('https://pastebin.com/raw/qWUKjWLL%27),true))()
2093
2094Headless.Name = "Headless"
2095Headless.Parent = main
2096Headless.BackgroundColor3 = Color3.fromRGB(47, 0, 71)
2097Headless.BorderColor3 = Color3.fromRGB(0, 0, 0)
2098Headless.Position = UDim2.new(0.684019387, 0, 0.303318322, 0)
2099Headless.Size = UDim2.new(0, 132, 0, 28)
2100Headless.Font = Enum.Font.Arcade
2101Headless.Text = "Headless"
2102Headless.TextColor3 = Color3.fromRGB(0, 0, 0)
2103Headless.TextSize = 14.000
2104Headless.MouseButton1Down:connect(function()
2105local Y = -20 --/* Places your head 50 studs below you [Feel free to change to wherever.]
2106
2107local LP = game:GetService('Players').LocalPlayer
2108if not workspace:FindFirstChild(LP.Name) then LP.CharacterAdded:Wait() end
2109local Char = workspace[LP.Name]
2110
2111local Hat = Char:FindFirstChildOfClass('Accessory')
2112local Handle = Hat['Handle']; local Attachment = Handle:FindFirstChildWhichIsA('Attachment')
2113local ACWeld = Handle:FindFirstChildWhichIsA('Weld')
2114
2115local Var, BPart;
2116if tostring(ACWeld.Part1) == 'Torso' or tostring(ACWeld.Part1) == 'UpperTorso' then
2117 Var = -Y
2118 BPart = Char['Head']
2119else
2120 Var = Y
2121 BPart = Char['HumanoidRootPart']
2122end
2123
2124local RGrip = Instance.new('Weld')
2125RGrip.Name = 'RightGrip'
2126RGrip.Part1 = Handle; RGrip.Part0 = BPart
2127RGrip.Parent = BPart
2128Attachment.CFrame = CFrame.new(0,0,0);
2129RGrip.C1 = Handle.CFrame:ToObjectSpace(Char['HumanoidRootPart'].CFrame) RGrip.C0 = CFrame.new(0, Var, 0)
2130RGrip:Remove(); RGrip.Parent = BPart
2131
2132Admin.Name = "Admin"
2133Admin.Parent = main
2134Admin.BackgroundColor3 = Color3.fromRGB(47, 0, 71)
2135Admin.BorderColor3 = Color3.fromRGB(0, 0, 0)
2136Admin.Position = UDim2.new(0.0179372355, 0, 0.513598502, 0)
2137Admin.Size = UDim2.new(0, 132, 0, 28)
2138Admin.Font = Enum.Font.Arcade
2139Admin.Text = "Admin"
2140Admin.TextColor3 = Color3.fromRGB(0, 0, 0)
2141Admin.TextSize = 14.000
2142Admin.MouseButton1Down:connect(function()
2143loadstring(game:HttpGet(('https://pastebin.com/raw/ZYZLkjTv%27),true))()
2144
2145_100Fov.Name = "100 Fov"
2146_100Fov.Parent = main
2147_100Fov.BackgroundColor3 = Color3.fromRGB(47, 0, 71)
2148_100Fov.BorderColor3 = Color3.fromRGB(0, 0, 0)
2149_100Fov.Position = UDim2.new(0.349849343, 0, 0.513598502, 0)
2150_100Fov.Size = UDim2.new(0, 132, 0, 28)
2151_100Fov.Font = Enum.Font.Arcade
2152_100Fov.Text = "100 Fov"
2153_100Fov.TextColor3 = Color3.fromRGB(0, 0, 0)
2154_100Fov.TextSize = 14.000
2155100 Fov.MouseButton1Down:connect(function()
2156local amount = 100
2157game:GetService'Workspace'.Camera.FieldOfView = amount
2158
2159TextButton.Parent = main
2160TextButton.BackgroundColor3 = Color3.fromRGB(47, 0, 71)
2161TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
2162TextButton.Position = UDim2.new(0.684019387, 0, 0.513598502, 0)
2163TextButton.Size = UDim2.new(0, 132, 0, 28)
2164TextButton.Font = Enum.Font.Arcade
2165TextButton.Text = "-"
2166TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
2167TextButton.TextSize = 14.000
2168
2169TextButton_2.Parent = main
2170TextButton_2.BackgroundColor3 = Color3.fromRGB(47, 0, 71)
2171TextButton_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
2172TextButton_2.Position = UDim2.new(0.0179372355, 0, 0.719835579, 0)
2173TextButton_2.Size = UDim2.new(0, 132, 0, 28)
2174TextButton_2.Font = Enum.Font.Arcade
2175TextButton_2.Text = "-"
2176TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
2177TextButton_2.TextSize = 14.000
2178
2179TextButton_3.Parent = main
2180TextButton_3.BackgroundColor3 = Color3.fromRGB(47, 0, 71)
2181TextButton_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
2182TextButton_3.Position = UDim2.new(0.349849343, 0, 0.719835579, 0)
2183TextButton_3.Size = UDim2.new(0, 132, 0, 28)
2184TextButton_3.Font = Enum.Font.Arcade
2185TextButton_3.Text = "-"
2186TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
2187TextButton_3.TextSize = 14.000
2188
2189TextButton_4.Parent = main
2190TextButton_4.BackgroundColor3 = Color3.fromRGB(47, 0, 71)
2191TextButton_4.BorderColor3 = Color3.fromRGB(0, 0, 0)
2192TextButton_4.Position = UDim2.new(0.684019387, 0, 0.719835579, 0)
2193TextButton_4.Size = UDim2.new(0, 132, 0, 28)
2194TextButton_4.Font = Enum.Font.Arcade
2195TextButton_4.Text = "-"
2196TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0)
2197TextButton_4.TextSize = 14.000
2198
2199Close.Name = "Close"
2200Close.Parent = main
2201Close.BackgroundColor3 = Color3.fromRGB(47, 0, 71)
2202Close.BorderColor3 = Color3.fromRGB(0, 0, 0)
2203Close.Position = UDim2.new(0.932735503, 0, -5.24628012e-05, 0)
2204Close.Size = UDim2.new(0, 29, 0, 37)
2205Close.Font = Enum.Font.Arcade
2206Close.Text = "X"
2207Close.TextColor3 = Color3.fromRGB(0, 0, 0)
2208Close.TextSize = 14.000
2209Close.MouseButton1Down:connect(function()
2210main.Visible = false
2211openmain.Visible = true
2212end)
2213
2214
2215Title.Name = "Title"
2216Title.Parent = main
2217Title.BackgroundColor3 = Color3.fromRGB(50, 0, 80)
2218Title.BorderColor3 = Color3.fromRGB(0, 0, 0)
2219Title.Position = UDim2.new(-2.16223198e-05, 0, -0.00122858968, 0)
2220Title.Size = UDim2.new(0, 416, 0, 37)
2221Title.Font = Enum.Font.Arcade
2222Title.Text = "Streets GUI by bzcz"
2223Title.TextColor3 = Color3.fromRGB(0, 0, 0)
2224Title.TextSize = 14.000
2225
2226openmain.Name = "openmain"
2227openmain.Parent = ScreenGui
2228openmain.BackgroundColor3 = Color3.fromRGB(47, 0, 71)
2229openmain.BorderColor3 = Color3.fromRGB(0, 0, 0)
2230openmain.Position = UDim2.new(0.065731816, 0, 0.912776411, 0)
2231openmain.Size = UDim2.new(0, 29, 0, 35)
2232openmain.Active = true
2233openmain.Draggable = true
2234
2235open.Name = "open"
2236open.Parent = openmain
2237open.BackgroundColor3 = Color3.fromRGB(47, 0, 71)
2238open.BorderColor3 = Color3.fromRGB(0, 0, 0)
2239open.Position = UDim2.new(2.38418579e-07, 0, 0, 0)
2240open.Size = UDim2.new(0, 29, 0, 35)
2241open.Font = Enum.Font.Arcade
2242open.Text = "-"
2243open.TextColor3 = Color3.fromRGB(0, 0, 0)
2244open.TextSize = 14.000
2245open.MouseButton1Down:connect(function()
2246openmain.Visible = false
2247main.Visible = true
2248end)