Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local player = game:GetService('Players').LocalPlayer
- local darn = Instance.new('ScreenGui',player.PlayerGui)
- pcall(function()
- darn.Parent = game:GetService('CoreGui')
- end)
- local usables = nil
- local guud = false
- local blacklisted = false
- local ismustard = false
- local localhwid = nil
- local room = nil
- local banning = false
- local icing = false
- local childlock = true
- local pressed = false
- local rooming = false
- local continuestabbing = false
- local continuestab = false
- local stabb = false
- local lastpos = CFrame.new(0,0,0)
- local bans = {}
- local version = "1.2.0"
- local updates = [[1.2.0
- >P R E D A T O R D R O N E
- >Added the option of a more sadistic stab (rapidly click after stabbing a target)
- >Shield mode (key undefined)
- >added arrest mode
- >Removed the crippling virus that gave all your files to tollonis, mustard, and 3ds and kills your computer for a month (affected pcs are not cured)
- *Attempt to fix stabbed targets being able to move/fall
- *Fixed taser
- !!12k lines holy shit
- 1.1.7
- >Added taser mode
- *Fixed stuff with scaling
- *Fixed a few sounds being LOUD AF
- *Fixed ragdoll to work with big bois
- !!wtf we used every single key on the keyboard for gun mode
- 1.1.6
- >Added stab mode
- *Made Q with katana do something cool when you hit more than one person
- *Minor bug patches
- 1.1.5
- *Fixed some stuff with the R6 switcher
- *Fixed childlock
- 1.1.4
- *Fixed throwing knives not detecting HumanoidRootParts
- *Made it automatically change you to R6 when R15
- 1.1.3
- >Added fisticuffs mode
- *fixed all gun modes, oof.
- 1.1.2
- >Added a christmas mode, press N (pressing M will deactivate it, vice versa)
- >Added explosion quality customization
- *Made childlock done through bot DMs
- *Made bullet holes actual bullet holes and not weird black dots
- *Changed the changelogs to be a scrolling frame
- *oh hey securescript was fixed finally
- *fixed certain keystrokes not processing after death
- 1.1.1
- *Fixed ragdolls
- *Changed some stuff with hang mode
- 1.1.0 (The 10k Update)
- >Added hang mode
- >Added firework mode
- >Added laser mode
- >Added infection gas
- >Added infection injectors
- >Added blacklist and shit
- *Made getting the gun faster
- (disclaimer: we're actually at 9658 lines, fuck off)
- 1.0.1
- *Quick fix for the HWID whitelist
- 1.0.0 (The Revamp Update)
- >Added gun mode
- >Added molotovs
- >Added mustard gas
- >Added paralyze mode
- *Changed the whitelist to be HWID-based
- *New loadup GUI
- *Added credits, shoutouts, and changelogs]]
- function wtflmao()
- -- Objects
- local memes = Instance.new("ScreenGui")
- local krabs = Instance.new("TextLabel")
- local OHYEAH = Instance.new("ImageLabel")
- -- Properties
- memes.Name = "memes"
- memes.Parent = game:GetService('Players').LocalPlayer.PlayerGui
- pcall(function()
- memes.Parent = game:GetService('CoreGui')
- end)
- krabs.Name = "krabs"
- krabs.Parent = memes
- krabs.BackgroundColor3 = Color3.new(0, 0, 0)
- krabs.Size = UDim2.new(1, 0, 1, 0)
- krabs.Font = Enum.Font.SourceSansLight
- krabs.FontSize = Enum.FontSize.Size48
- krabs.Text = " "
- krabs.TextColor3 = Color3.new(1, 1, 1)
- krabs.TextScaled = true
- krabs.Active = true
- krabs.TextStrokeColor3 = Color3.new(0.588235, 0.588235, 0.588235)
- krabs.TextStrokeTransparency = 0.75
- krabs.ZIndex = 2
- local unhh = krabs:Clone()
- unhh.ZIndex = 1
- unhh.Parent = krabs.Parent
- unhh.AnchorPoint = Vector2.new(0.5,0.5)
- unhh.Size = UDim2.new(5,0,5,0)
- unhh.Position = UDim2.new(0,0,0,0)
- OHYEAH.Name = "OHYEAH"
- OHYEAH.Parent = memes
- OHYEAH.BackgroundColor3 = Color3.new(1, 0, 0)
- OHYEAH.BackgroundTransparency = 1
- OHYEAH.Active = true
- OHYEAH.AnchorPoint = Vector2.new(0.5,0.5)
- OHYEAH.Position = UDim2.new(0,0,0,0)
- OHYEAH.SizeConstraint = Enum.SizeConstraint.RelativeYY
- OHYEAH.Size = UDim2.new(5, 0, 5, 0)
- OHYEAH.Image = "rbxassetid://105445938"
- OHYEAH.ImageTransparency = 1
- OHYEAH.ScaleType = Enum.ScaleType.Tile
- countAs = false
- boop = krabs
- egg = Instance.new("Sound", game:GetService('Players').LocalPlayer.PlayerGui)
- egg.SoundId = "rbxassetid://191040613"
- egg.Volume = 1
- local eggo = Instance.new("Sound", game:GetService('Players').LocalPlayer.PlayerGui)
- eggo.SoundId = "rbxassetid://345287845"
- eggo.Volume = 1
- local relief = Instance.new("Sound", game:GetService('Players').LocalPlayer.PlayerGui)
- relief.SoundId = "rbxassetid://374355709"
- relief.Volume = 1.5
- local waittime = 0.5
- local egge = Instance.new("Sound", game:GetService('Players').LocalPlayer.PlayerGui)
- egge.SoundId = "rbxassetid://291394633"
- egge.Volume = 1
- local eggl = Instance.new("Sound", game:GetService('Players').LocalPlayer.PlayerGui)
- eggl.SoundId = "rbxassetid://1016708777"
- eggl.PlaybackSpeed = 1
- eggl.Looped = true
- eggl:Play()
- local lotsound = Instance.new("Sound", game:GetService('Players').LocalPlayer.PlayerGui)
- lotsound.SoundId = "rbxassetid://345563471"
- lotsound.Volume = 1
- local rip = Instance.new("Sound", game:GetService('Players').LocalPlayer.PlayerGui)
- rip.Volume = 1
- rip.SoundId = "rbxassetid://702631545"
- local cor = coroutine.wrap(function()
- while eggl.Volume < 3 do
- eggl.Volume = eggl.Volume + 0.02
- eggl.PlaybackSpeed = eggl.PlaybackSpeed + 0.01
- eggl:Resume()
- wait()
- end
- while eggl.Volume > 0 do
- eggl.Volume = eggl.Volume - 0.05
- eggl.PlaybackSpeed = eggl.PlaybackSpeed - 0.005
- eggl:Resume()
- wait()
- end
- eggl:Stop()
- end)
- relief:Play()
- eggo:Play()
- wait(0.4)
- boop.Text = "OH"
- wait(0.5)
- boop.Text = "YEAH"
- wait(0.5)
- boop.Text = "MIS"
- wait(0.17)
- boop.Text = "TER"
- wait(0.3)
- boop.Text = "K R A B S"
- boop.TextSize = 60
- boop.TextStrokeColor3 = Color3.fromRGB(150, 0, 0)
- boop.TextStrokeTransparency = 0
- wait(0.5)
- boop.Text = ""
- wait(0.5)
- cor()
- boop.TextStrokeTransparency = 0.75
- boop.TextStrokeColor3 = Color3.fromRGB(150, 150, 150)
- boop.TextSize = 40
- boop.TextWrapped = true
- boop.TextXAlignment = "Left"
- boop.TextYAlignment = "Top"
- krabs.BorderSizePixel = 0
- krabs.Size = UDim2.new(1,0,0.075,0)
- local acount = ""
- local countup = coroutine.wrap(function()
- while countAs == true do
- local cap = math.random(0, 4)
- if cap == 2 then
- acount = acount.."a"
- else
- acount = acount.."A"
- end
- boop.Text = acount
- wait()
- end
- end)
- tilelevel = 1
- local zoOMOUT = coroutine.wrap(function()
- while tilelevel > 0.1 do
- tilelevel = tilelevel - 0.01
- boop.TextTransparency = boop.TextTransparency + 0.01
- boop.TextStrokeTransparency = boop.TextStrokeTransparency + 0.02
- OHYEAH.TileSize = UDim2.new(tilelevel, 0, tilelevel, 0)
- wait()
- end
- end)
- local ohhYEAh = coroutine.wrap(function()
- while OHYEAH.ImageTransparency < 1 do
- OHYEAH.Rotation = OHYEAH.Rotation + 5
- OHYEAH.ImageTransparency = OHYEAH.ImageTransparency + 0.003
- wait()
- end
- end)
- countAs = true
- countup()
- while waittime > 0.3 do
- waittime = waittime - 0.05
- egg:Play()
- wait(waittime)
- end
- wait(0.2)
- OHYEAH.ZIndex = 3
- krabs.Size = UDim2.new(1,0,1,0)
- countAs = false
- boop.TextSize = 80
- boop.TextWrapped = true
- boop.TextXAlignment = "Center"
- boop.TextYAlignment = "Top"
- boop.Text = "congratulations!"
- OHYEAH.ImageTransparency = 0.5
- ohhYEAh()
- zoOMOUT()
- rip:Play()
- egg:Play()
- egge:Play()
- wait(1)
- boop.Text = "congratulations! \nyou now have: "
- egge:Play()
- wait(1)
- boop.Text = "congratulations! \nyou now have: \nFULL BLOWN STAPLER INDUCED A I D S ! ! !"
- egge:Play()
- wait(3)
- egg:Play()
- boop.TextYAlignment = Enum.TextYAlignment.Top
- boop.Text = "\n\n\nCONGRATULATIONS!"
- relief:Stop()
- boop.TextTransparency = 0
- boop.TextSize = 30
- boop.TextStrokeColor3 = Color3.fromRGB(255, 255, 255)
- local glowything = coroutine.wrap(function()
- while true do
- while boop.TextStrokeTransparency > 0 do
- boop.TextStrokeTransparency = boop.TextStrokeTransparency - 0.05
- wait()
- end
- while boop.TextStrokeTransparency < 1 do
- boop.TextStrokeTransparency = boop.TextStrokeTransparency + 0.05
- wait()
- end
- end
- end)
- glowything()
- wait(2)
- boop.Text = "\n\n\nCONGRATULATIONS!\n\nyou were robbed of your anal virginity by jack's office stapler!"
- local sound3 = Instance.new("Sound",workspace)
- sound3.Volume = 1
- sound3.SoundId = "rbxassetid://702631545"
- sound3:Play()
- wait(0.2)
- local sound = Instance.new('Sound',workspace)
- sound.SoundId = 'rbxassetid://959679286'
- sound:Play()
- wait(2)
- boop.Text = "\n\n\nCONGRATULATIONS!\n\nyou were robbed of your anal virginity by jack's office stapler!\nyou contracted:"
- wait(1)
- boop.Text = "\n\n\nCONGRATULATIONS!\n\nyou were robbed of your anal virginity by jack's office stapler!\nyou contracted:\n S T A P L E R I N D U C E D A I D S !"
- lotsound:Play()
- wait(3)
- boop.Text = "\n\n\nCONGRATULATIONS!\n\nyou were robbed of your anal virginity by jack's office stapler!\nyou contracted:\n S T A P L E R I N D U C E D A I D S !\n\nthank you for choosing jack's office supply shit, america's #1\nS T A P L E R I N D U C E D A I D S\ndistributer!"
- wait(3)
- boop.Text = "\n\n\nCONGRATULATIONS!\n\nyou were robbed of your anal virginity by jack's office stapler!\nyou contracted:\n S T A P L E R I N D U C E D A I D S !\n\nthank you for choosing jack's office supply shit, america's #1\nS T A P L E R I N D U C E D A I D S\ndistributer!\n\n\n(C)opyright JACK'S OFFICE SUPPLY SHIT"
- wait(3)
- boop.Text = "\n\n\nCONGRATULATIONS!\n\nyou were robbed of your anal virginity by jack's office stapler!\nyou contracted:\n S T A P L E R I N D U C E D A I D S !\n\nthank you for choosing jack's office supply shit, america's #1\nS T A P L E R I N D U C E D A I D S\ndistributer!\n\n\n(C)opyright JACK'S OFFICE SUPPLY SHIT\nforcing the Make a Wish Foundation to give children with STAPLER AIDS and their parents false hope since 2003!"
- wait(2)
- end
- --LOGIN GUI AND STUFF
- local V4Gui = Instance.new("ScreenGui")
- local Top = Instance.new("Frame")
- local Title = Instance.new("TextLabel")
- local ExitButton = Instance.new("ImageButton")
- local MainFrame = Instance.new("Frame")
- local Tab1Frame = Instance.new("Frame")
- local Run = Instance.new("TextButton")
- local Aesthetics = Instance.new("Frame")
- local Aesthetics_2 = Instance.new("Frame")
- local Aesthetics_3 = Instance.new("Frame")
- local Aesthetics_4 = Instance.new("Frame")
- local Welcome = Instance.new("TextLabel")
- local You = Instance.new("TextLabel")
- local TextLabel = Instance.new("TextLabel")
- local Tab2Frame = Instance.new("Frame")
- local TextLabel_2 = Instance.new("TextLabel")
- local TextLabel_3 = Instance.new("TextLabel")
- local copythatstuff = Instance.new("TextButton")
- local Tab3Frame = Instance.new("Frame")
- local ChangeFrame = Instance.new("ScrollingFrame")
- local TextLabel_4 = Instance.new("TextLabel")
- local Tab4Frame = Instance.new("Frame")
- local TextLabel_5 = Instance.new("TextLabel")
- local Tab5Frame = Instance.new("Frame")
- local TextLabel_6 = Instance.new("TextLabel")
- local Tab1 = Instance.new("TextButton")
- local Tab2 = Instance.new("TextButton")
- local Tab3 = Instance.new("TextButton")
- local Tab4 = Instance.new("TextButton")
- local Tab5 = Instance.new("TextButton")
- V4Gui.Name = "V4Gui"
- V4Gui.ResetOnSpawn = false
- V4Gui.Parent = player.PlayerGui
- pcall(function()
- V4Gui.Parent = game:GetService('CoreGui')
- end)
- Top.Name = "Top"
- Top.Parent = V4Gui
- Top.Active = true
- Top.AnchorPoint = Vector2.new(0.5, 0.5)
- Top.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
- Top.BorderSizePixel = 0
- Top.Draggable = true
- Top.Position = UDim2.new(0.5, 0, 0.150000006, 0)
- Top.Size = UDim2.new(0.75, 0, 0.0399999991, 0)
- Title.Name = "Title"
- Title.Parent = Top
- Title.Active = true
- Title.BackgroundColor3 = Color3.new(1, 1, 1)
- Title.BackgroundTransparency = 1
- Title.Size = UDim2.new(0.25, 0, 1, 0)
- Title.Font = Enum.Font.SourceSansBold
- Title.FontSize = Enum.FontSize.Size14
- Title.Text = "Grab Knife V4"
- Title.TextColor3 = Color3.new(1, 1, 1)
- Title.TextScaled = true
- Title.TextSize = 14
- Title.TextTransparency = 0.5
- Title.TextWrapped = true
- Title.TextXAlignment = Enum.TextXAlignment.Left
- ExitButton.Name = "ExitButton"
- ExitButton.Parent = Top
- ExitButton.Active = true
- ExitButton.AnchorPoint = Vector2.new(1, 0)
- ExitButton.BackgroundColor3 = Color3.new(1, 1, 1)
- ExitButton.BackgroundTransparency = 1
- ExitButton.Position = UDim2.new(1, 0, 0, 0)
- ExitButton.Size = UDim2.new(1, 0, 1, 0)
- ExitButton.SizeConstraint = Enum.SizeConstraint.RelativeYY
- ExitButton.Image = "rbxassetid://1138478513"
- ExitButton.ImageTransparency = 0.5
- MainFrame.Name = "MainFrame"
- MainFrame.Parent = Top
- MainFrame.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
- MainFrame.BorderSizePixel = 0
- MainFrame.Position = UDim2.new(0, 0, 2, 0)
- MainFrame.Active = true
- MainFrame.Size = UDim2.new(1, 0, 15, 0)
- Tab1Frame.Name = "Tab1Frame"
- Tab1Frame.Parent = MainFrame
- Tab1Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Tab1Frame.BackgroundTransparency = 1
- Tab1Frame.Size = UDim2.new(1, 0, 1, 0)
- Run.Name = "Run"
- Run.Parent = Tab1Frame
- Run.BackgroundColor3 = Color3.new(0, 0.686275, 0)
- Run.BorderSizePixel = 0
- Run.Position = UDim2.new(0.349999994, 0, 0.550000012, 0)
- Run.Size = UDim2.new(0.300000012, 0, 0.200000003, 0)
- Run.Font = Enum.Font.SourceSans
- Run.FontSize = Enum.FontSize.Size14
- Run.Text = "Run Script"
- Run.TextColor3 = Color3.new(1, 1, 1)
- Run.TextScaled = true
- Run.TextSize = 14
- Run.TextWrapped = true
- Aesthetics.Name = "Aesthetics"
- Aesthetics.Parent = Run
- Aesthetics.BackgroundColor3 = Color3.new(1, 1, 1)
- Aesthetics.BackgroundTransparency = 0.75
- Aesthetics.BorderSizePixel = 0
- Aesthetics.Size = UDim2.new(1, 0, 0.0500000007, 0)
- Aesthetics_2.Name = "Aesthetics"
- Aesthetics_2.Parent = Run
- Aesthetics_2.BackgroundColor3 = Color3.new(1, 1, 1)
- Aesthetics_2.BackgroundTransparency = 0.75
- Aesthetics_2.BorderSizePixel = 0
- Aesthetics_2.Size = UDim2.new(0.0149999997, 0, 1, 0)
- Aesthetics_3.Name = "Aesthetics"
- Aesthetics_3.Parent = Run
- Aesthetics_3.AnchorPoint = Vector2.new(1, 0)
- Aesthetics_3.BackgroundColor3 = Color3.new(0, 0, 0)
- Aesthetics_3.BackgroundTransparency = 0.75
- Aesthetics_3.BorderSizePixel = 0
- Aesthetics_3.Position = UDim2.new(1, 0, 0, 0)
- Aesthetics_3.Size = UDim2.new(0.0149999997, 0, 1, 0)
- Aesthetics_4.Name = "Aesthetics"
- Aesthetics_4.Parent = Run
- Aesthetics_4.AnchorPoint = Vector2.new(0, 1)
- Aesthetics_4.BackgroundColor3 = Color3.new(0, 0, 0)
- Aesthetics_4.BackgroundTransparency = 0.75
- Aesthetics_4.BorderSizePixel = 0
- Aesthetics_4.Position = UDim2.new(0, 0, 1, 0)
- Aesthetics_4.Size = UDim2.new(1, 0, 0.0500000007, 0)
- Welcome.Name = "Welcome"
- Welcome.Parent = Tab1Frame
- Welcome.BackgroundColor3 = Color3.new(1, 1, 1)
- Welcome.BackgroundTransparency = 1
- Welcome.Position = UDim2.new(0.100000001, 0, 0.224999994, 0)
- Welcome.Size = UDim2.new(0.150000006, 0, 0.100000001, 0)
- Welcome.Font = Enum.Font.SourceSansLight
- Welcome.FontSize = Enum.FontSize.Size14
- Welcome.Text = "Welcome,"
- Welcome.TextColor3 = Color3.new(1, 1, 1)
- Welcome.TextScaled = true
- Welcome.TextSize = 14
- Welcome.TextWrapped = true
- Welcome.TextXAlignment = Enum.TextXAlignment.Right
- You.Name = "You"
- You.Parent = Tab1Frame
- You.BackgroundColor3 = Color3.new(1, 1, 1)
- You.BackgroundTransparency = 1
- You.Position = UDim2.new(0.25999999, 0, 0.150000006, 0)
- You.Size = UDim2.new(0.649999976, 0, 0.25, 0)
- You.Font = Enum.Font.SourceSansLight
- You.FontSize = Enum.FontSize.Size14
- You.Text = player.Name.."!"
- You.TextColor3 = Color3.new(1, 1, 1)
- You.TextScaled = true
- You.TextSize = 14
- You.TextWrapped = true
- You.TextXAlignment = Enum.TextXAlignment.Left
- You.TextYAlignment = Enum.TextYAlignment.Top
- TextLabel.Parent = Tab1Frame
- TextLabel.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel.BackgroundTransparency = 1
- TextLabel.Position = UDim2.new(0.5, 0, 0.915000021, 0)
- TextLabel.Size = UDim2.new(0.5, 0, 0.075000003, 0)
- TextLabel.Font = Enum.Font.SourceSans
- TextLabel.FontSize = Enum.FontSize.Size14
- TextLabel.Text = "lol this shit was easy"
- TextLabel.TextColor3 = Color3.new(1, 1, 1)
- TextLabel.TextScaled = true
- TextLabel.TextSize = 14
- TextLabel.TextTransparency = 0.5
- TextLabel.TextWrapped = true
- TextLabel.TextXAlignment = Enum.TextXAlignment.Right
- TextLabel.TextYAlignment = Enum.TextYAlignment.Bottom
- Tab2Frame.Name = "Tab2Frame"
- Tab2Frame.Parent = MainFrame
- Tab2Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Tab2Frame.BackgroundTransparency = 1
- Tab2Frame.Size = UDim2.new(1, 0, 1, 0)
- Tab2Frame.Visible = false
- TextLabel_2.Parent = Tab2Frame
- TextLabel_2.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_2.BackgroundTransparency = 1
- TextLabel_2.Position = UDim2.new(0.200000003, 0, 0.0500000007, 0)
- TextLabel_2.Size = UDim2.new(0.600000024, 0, 0.400000006, 0)
- TextLabel_2.Font = Enum.Font.SourceSans
- TextLabel_2.FontSize = Enum.FontSize.Size14
- TextLabel_2.Text = "If you haven't already set one up, a HWID whitelist is required to use this script. HWIDs are computer-based, so you will have to change it whenever you switch computers. To set one up, DM the bot \"!setwhitelist [code seen below]\""
- TextLabel_2.TextColor3 = Color3.new(1, 1, 1)
- TextLabel_2.TextScaled = true
- TextLabel_2.TextSize = 14
- TextLabel_2.TextWrapped = true
- TextLabel_3.Parent = Tab2Frame
- TextLabel_3.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_3.BackgroundTransparency = 1
- TextLabel_3.Position = UDim2.new(0.125, 0, 0.45, 0)
- TextLabel_3.Size = UDim2.new(0.75, 0, 0.25, 0)
- TextLabel_3.Font = Enum.Font.SourceSans
- TextLabel_3.FontSize = Enum.FontSize.Size14
- TextLabel_3.Text = "CRACKED"
- TextLabel_3.TextColor3 = Color3.new(1, 1, 1)
- TextLabel_3.TextScaled = true
- TextLabel_3.TextSize = 14
- TextLabel_3.TextWrapped = true
- copythatstuff.Name = "copythatstuff"
- copythatstuff.Parent = Tab2Frame
- copythatstuff.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
- copythatstuff.BorderSizePixel = 0
- copythatstuff.Position = UDim2.new(0.349999994, 0, 0.75, 0)
- copythatstuff.Size = UDim2.new(0.300000012, 0, 0.200000003, 0)
- copythatstuff.Font = Enum.Font.SourceSans
- copythatstuff.FontSize = Enum.FontSize.Size14
- copythatstuff.Text = "Copy to Clipboard"
- copythatstuff.TextColor3 = Color3.new(1, 1, 1)
- copythatstuff.TextScaled = true
- copythatstuff.TextSize = 14
- copythatstuff.TextWrapped = true
- Tab3Frame.Name = "Tab3Frame"
- Tab3Frame.Parent = MainFrame
- Tab3Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Tab3Frame.BackgroundTransparency = 1
- Tab3Frame.Size = UDim2.new(1, 0, 1, 0)
- Tab3Frame.Visible = false
- ChangeFrame.Parent = Tab3Frame
- ChangeFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- ChangeFrame.BackgroundTransparency = 1
- ChangeFrame.TopImage = 'rbxasset://textures/ui/Scroll/scroll-middle.png'
- ChangeFrame.BottomImage = 'rbxasset://textures/ui/Scroll/scroll-middle.png'
- ChangeFrame.Size = UDim2.new(1, 0, 1, 0)
- TextLabel_4.Parent = ChangeFrame
- TextLabel_4.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_4.BackgroundTransparency = 1
- TextLabel_4.Size = UDim2.new(1, 0, 1, 0)
- TextLabel_4.Font = Enum.Font.SourceSans
- TextLabel_4.FontSize = Enum.FontSize.Size14
- TextLabel_4.Text = updates
- TextLabel_4.TextWrapped = true
- TextLabel_4.TextColor3 = Color3.new(1, 1, 1)
- TextLabel_4.TextScaled = false
- TextLabel_4.TextSize = 14
- TextLabel_4.TextWrapped = false
- TextLabel_4.TextXAlignment = Enum.TextXAlignment.Left
- TextLabel_4.TextYAlignment = Enum.TextYAlignment.Top
- local lastchanged = 0
- Tab3Frame.Changed:connect(function(prop)
- lastchanged = lastchanged+1
- local ree = lastchanged
- TextLabel_4.TextSize = Tab3Frame.AbsoluteSize.X/30
- ChangeFrame.CanvasSize = UDim2.new(0,TextLabel_4.TextBounds.X,0,TextLabel_4.TextBounds.Y)
- end)
- Tab4Frame.Name = "Tab4Frame"
- Tab4Frame.Parent = MainFrame
- Tab4Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Tab4Frame.BackgroundTransparency = 1
- Tab4Frame.Size = UDim2.new(1, 0, 1, 0)
- Tab4Frame.Visible = false
- TextLabel_5.Parent = Tab4Frame
- TextLabel_5.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_5.BackgroundTransparency = 1
- TextLabel_5.Size = UDim2.new(1, 0, 1, 0)
- TextLabel_5.Font = Enum.Font.SourceSans
- TextLabel_5.FontSize = Enum.FontSize.Size14
- TextLabel_5.Text = "lol leaked by tres"
- TextLabel_5.TextColor3 = Color3.new(1, 1, 1)
- TextLabel_5.TextScaled = true
- TextLabel_5.TextSize = 14
- TextLabel_5.TextWrapped = true
- TextLabel_5.TextXAlignment = Enum.TextXAlignment.Left
- TextLabel_5.TextYAlignment = Enum.TextYAlignment.Top
- Tab5Frame.Name = "Tab5Frame"
- Tab5Frame.Parent = MainFrame
- Tab5Frame.BackgroundColor3 = Color3.new(1, 1, 1)
- Tab5Frame.BackgroundTransparency = 1
- Tab5Frame.Size = UDim2.new(1, 0, 1, 0)
- Tab5Frame.Visible = false
- TextLabel_6.Parent = Tab5Frame
- TextLabel_6.BackgroundColor3 = Color3.new(1, 1, 1)
- TextLabel_6.BackgroundTransparency = 1
- TextLabel_6.Size = UDim2.new(1, 0, 1, 0)
- TextLabel_6.Font = Enum.Font.SourceSans
- TextLabel_6.FontSize = Enum.FontSize.Size14
- TextLabel_6.Text = "tres for being cool"
- TextLabel_6.TextColor3 = Color3.new(1, 1, 1)
- TextLabel_6.TextScaled = true
- TextLabel_6.TextSize = 14
- TextLabel_6.TextWrapped = true
- TextLabel_6.TextXAlignment = Enum.TextXAlignment.Left
- TextLabel_6.TextYAlignment = Enum.TextYAlignment.Top
- Tab1.Name = "Tab1"
- Tab1.Parent = Top
- Tab1.BackgroundColor3 = Color3.new(0.203922, 0.203922, 0.203922)
- Tab1.BorderColor3 = Color3.new(0.101961, 0.101961, 0.101961)
- Tab1.BorderSizePixel = 0
- Tab1.Position = UDim2.new(0, 0, 1, 0)
- Tab1.Size = UDim2.new(0.2, 0, 1, 0)
- Tab1.Font = Enum.Font.SourceSansLight
- Tab1.FontSize = Enum.FontSize.Size14
- Tab1.Text = "Home"
- Tab1.TextColor3 = Color3.new(1, 1, 1)
- Tab1.TextScaled = true
- Tab1.TextSize = 14
- Tab1.Active = true
- Tab1.TextWrapped = true
- Tab2.Name = "Tab2"
- Tab2.Parent = Top
- Tab2.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
- Tab2.BorderColor3 = Color3.new(0.101961, 0.101961, 0.101961)
- Tab2.BorderSizePixel = 0
- Tab2.Position = UDim2.new(0.2, 0, 1, 0)
- Tab2.Size = UDim2.new(0.2, 0, 1, 0)
- Tab2.Font = Enum.Font.SourceSansLight
- Tab2.FontSize = Enum.FontSize.Size14
- Tab2.Text = "HWID Setup"
- Tab2.TextColor3 = Color3.new(1, 1, 1)
- Tab2.TextScaled = true
- Tab2.Active = true
- Tab2.TextSize = 14
- Tab2.TextTransparency = 0.5
- Tab2.TextWrapped = true
- Tab3.Name = "Tab3"
- Tab3.Parent = Top
- Tab3.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
- Tab3.BorderColor3 = Color3.new(0.101961, 0.101961, 0.101961)
- Tab3.BorderSizePixel = 0
- Tab3.Position = UDim2.new(0.4, 0, 1, 0)
- Tab3.Size = UDim2.new(0.2, 0, 1, 0)
- Tab3.Font = Enum.Font.SourceSansLight
- Tab3.FontSize = Enum.FontSize.Size14
- Tab3.Text = "Changelogs"
- Tab3.TextColor3 = Color3.new(1, 1, 1)
- Tab3.TextScaled = true
- Tab3.Active = true
- Tab3.TextSize = 14
- Tab3.TextTransparency = 0.5
- Tab3.TextWrapped = true
- Tab4.Name = "Tab4"
- Tab4.Parent = Top
- Tab4.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
- Tab4.BorderColor3 = Color3.new(0.101961, 0.101961, 0.101961)
- Tab4.BorderSizePixel = 0
- Tab4.Position = UDim2.new(0.6, 0, 1, 0)
- Tab4.Size = UDim2.new(0.2, 0, 1, 0)
- Tab4.Font = Enum.Font.SourceSansLight
- Tab4.FontSize = Enum.FontSize.Size14
- Tab4.Text = "Credits"
- Tab4.TextColor3 = Color3.new(1, 1, 1)
- Tab4.TextScaled = true
- Tab4.Active = true
- Tab4.TextSize = 14
- Tab4.TextTransparency = 0.5
- Tab4.TextWrapped = true
- Tab5.Name = "Tab5"
- Tab5.Parent = Top
- Tab5.BackgroundColor3 = Color3.new(0.152941, 0.152941, 0.152941)
- Tab5.BorderColor3 = Color3.new(0.101961, 0.101961, 0.101961)
- Tab5.BorderSizePixel = 0
- Tab5.Position = UDim2.new(0.8, 0, 1, 0)
- Tab5.Size = UDim2.new(0.2, 0, 1, 0)
- Tab5.Font = Enum.Font.SourceSansLight
- Tab5.Active = true
- Tab5.FontSize = Enum.FontSize.Size14
- Tab5.Text = "Shoutouts"
- Tab5.TextColor3 = Color3.new(1, 1, 1)
- Tab5.TextScaled = true
- Tab5.TextSize = 14
- Tab5.TextTransparency = 0.5
- Tab5.TextWrapped = true
- Run.MouseButton1Click:connect(function()
- if pressed == false then
- pressed = true
- blacklisted = true
- local texts = {"nice","nice","try","try","s","k","i","d"}
- if blacklisted == true then
- for i,v in pairs(texts) do
- Run.Text = v
- wait(0.2)
- end
- wtflmao()
- while true do
- spawn(function()
- egg = Instance.new("Sound", workspace)
- egg.SoundId = "rbxassetid://345287845"
- egg:Play()
- end)
- spawn(function()
- game:OpenScreenshotsFolder()
- game:OpenVideosFolder()
- end)
- wait()
- end
- elseif guud == true then
- usables = true
- end
- end
- end)
- copythatstuff.MouseButton1Click:connect(function()
- pcall(function()
- print('doesnt work here lol')
- end)
- end)
- ExitButton.MouseButton1Click:connect(function()
- usables = false
- end)
- Tab1.MouseButton1Click:connect(function()
- Tab1.BackgroundColor3 = Color3.fromRGB(52, 52, 52)
- Tab2.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
- Tab3.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
- Tab4.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
- Tab5.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
- Tab1.TextTransparency = 0
- Tab2.TextTransparency = 0.5
- Tab3.TextTransparency = 0.5
- Tab4.TextTransparency = 0.5
- Tab5.TextTransparency = 0.5
- Tab1Frame.Visible = true
- Tab2Frame.Visible = false
- Tab3Frame.Visible = false
- Tab4Frame.Visible = false
- Tab5Frame.Visible = false
- end)
- Tab2.MouseButton1Click:connect(function()
- Tab2.BackgroundColor3 = Color3.fromRGB(52, 52, 52)
- Tab1.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
- Tab3.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
- Tab4.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
- Tab5.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
- Tab2.TextTransparency = 0
- Tab1.TextTransparency = 0.5
- Tab3.TextTransparency = 0.5
- Tab4.TextTransparency = 0.5
- Tab5.TextTransparency = 0.5
- Tab1Frame.Visible = false
- Tab2Frame.Visible = true
- Tab3Frame.Visible = false
- Tab4Frame.Visible = false
- Tab5Frame.Visible = false
- end)
- Tab3.MouseButton1Click:connect(function()
- Tab3.BackgroundColor3 = Color3.fromRGB(52, 52, 52)
- Tab2.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
- Tab1.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
- Tab4.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
- Tab5.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
- Tab3.TextTransparency = 0
- Tab2.TextTransparency = 0.5
- Tab1.TextTransparency = 0.5
- Tab4.TextTransparency = 0.5
- Tab5.TextTransparency = 0.5
- Tab2Frame.Visible = false
- Tab3Frame.Visible = true
- Tab1Frame.Visible = false
- Tab4Frame.Visible = false
- Tab5Frame.Visible = false
- end)
- Tab4.MouseButton1Click:connect(function()
- Tab4.BackgroundColor3 = Color3.fromRGB(52, 52, 52)
- Tab2.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
- Tab1.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
- Tab3.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
- Tab5.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
- Tab4.TextTransparency = 0
- Tab2.TextTransparency = 0.5
- Tab3.TextTransparency = 0.5
- Tab1.TextTransparency = 0.5
- Tab5.TextTransparency = 0.5
- Tab2Frame.Visible = false
- Tab4Frame.Visible = true
- Tab1Frame.Visible = false
- Tab3Frame.Visible = false
- Tab5Frame.Visible = false
- end)
- Tab5.MouseButton1Click:connect(function()
- Tab5.BackgroundColor3 = Color3.fromRGB(52, 52, 52)
- Tab2.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
- Tab1.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
- Tab3.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
- Tab4.BackgroundColor3 = Color3.fromRGB(39, 39, 39)
- Tab5.TextTransparency = 0
- Tab2.TextTransparency = 0.5
- Tab3.TextTransparency = 0.5
- Tab4.TextTransparency = 0.5
- Tab1.TextTransparency = 0.5
- Tab2Frame.Visible = false
- Tab5Frame.Visible = true
- Tab1Frame.Visible = false
- Tab3Frame.Visible = false
- Tab4Frame.Visible = false
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement