Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Made By Ryan_devil2#3120
- local GrassGui = Instance.new("ScreenGui")
- local logingui = Instance.new("Frame")
- local logintext = Instance.new("TextLabel")
- local user = Instance.new("TextBox")
- local pass = Instance.new("TextBox")
- local submit = Instance.new("TextButton")
- local help = Instance.new("TextLabel")
- local openframe = Instance.new("Frame")
- local open = Instance.new("TextButton")
- local maingui = Instance.new("Frame")
- local titlegui = Instance.new("TextLabel")
- local scriptexecutorbutton = Instance.new("TextButton")
- local Guisbutton = Instance.new("TextButton")
- local quickcmdbutton = Instance.new("TextButton")
- local closemaingui = Instance.new("TextButton")
- local titlegui_2 = Instance.new("TextLabel")
- local Executor = Instance.new("Frame")
- local bar = Instance.new("Frame")
- local closeexecutor = Instance.new("TextButton")
- local bar2 = Instance.new("Frame")
- local ScrollingFrame = Instance.new("ScrollingFrame")
- local input = Instance.new("TextBox")
- local executebutton = Instance.new("TextButton")
- local clearbutton = Instance.new("TextButton")
- local Guissection = Instance.new("Frame")
- local bar_2 = Instance.new("Frame")
- local bar2_2 = Instance.new("Frame")
- local title = Instance.new("TextLabel")
- local closeguisection = Instance.new("TextButton")
- local counterpepsi = Instance.new("TextButton")
- local snippet = Instance.new("TextButton")
- local Ninjalegends = Instance.new("TextButton")
- local Madhaxx = Instance.new("TextButton")
- local Jailbroken = Instance.new("TextButton")
- local Blackholesim = Instance.new("TextButton")
- local title_2 = Instance.new("TextLabel")
- local quickcmds = Instance.new("Frame")
- local bar_3 = Instance.new("Frame")
- local closequickcmds = Instance.new("TextButton")
- local Walkspeed = Instance.new("TextButton")
- local BTools = Instance.new("TextButton")
- local Infiniteyield = Instance.new("TextButton")
- local jpower = Instance.new("TextButton")
- --Properties:
- GrassGui.Name = "Grass Gui"
- GrassGui.Parent = game.CoreGui
- GrassGui.ZIndexBehavior = Enum.ZIndexBehavior.Sibling
- logingui.Name = "logingui"
- logingui.Parent = GrassGui
- logingui.Active = true
- logingui.AnchorPoint = Vector2.new(0.5, 0.5)
- logingui.BackgroundColor3 = Color3.new(0, 1, 0)
- logingui.BorderColor3 = Color3.new(0, 0.552941, 0.027451)
- logingui.BorderSizePixel = 6
- logingui.Position = UDim2.new(0.833333373, 0, 0.510775864, 0)
- logingui.Size = UDim2.new(0, 432, 0, 403)
- logingui.Visible = true
- logingui.Draggable = true
- logintext.Name = "logintext"
- logintext.Parent = logingui
- logintext.AnchorPoint = Vector2.new(0.5, 0.5)
- logintext.BackgroundColor3 = Color3.new(0, 0.529412, 0)
- logintext.Position = UDim2.new(0.5, 0, 0.0496277735, 0)
- logintext.Size = UDim2.new(0, 432, 0, 40)
- logintext.Font = Enum.Font.Cartoon
- logintext.Text = "Please Login To Continue"
- logintext.TextColor3 = Color3.new(0.12549, 0.12549, 0.12549)
- logintext.TextScaled = true
- logintext.TextSize = 14
- logintext.TextStrokeColor3 = Color3.new(0, 1, 0.152941)
- logintext.TextStrokeTransparency = 0.5
- logintext.TextWrapped = true
- user.Name = "user"
- user.Parent = logingui
- user.AnchorPoint = Vector2.new(0.5, 0.5)
- user.BackgroundColor3 = Color3.new(0.25098, 0.501961, 0.00784314)
- user.BorderSizePixel = 7
- user.Position = UDim2.new(0.498842597, 0, 0.318858564, 0)
- user.Size = UDim2.new(0, 347, 0, 35)
- user.Font = Enum.Font.SciFi
- user.Text = "Username"
- user.TextColor3 = Color3.new(0.219608, 0.219608, 0.219608)
- user.TextScaled = true
- user.TextSize = 14
- user.TextWrapped = true
- pass.Name = "pass"
- pass.Parent = logingui
- pass.AnchorPoint = Vector2.new(0.5, 0.5)
- pass.BackgroundColor3 = Color3.new(0.25098, 0.501961, 0.00784314)
- pass.BorderSizePixel = 7
- pass.Position = UDim2.new(0.498842597, 0, 0.586848676, 0)
- pass.Size = UDim2.new(0, 347, 0, 35)
- pass.Font = Enum.Font.SciFi
- pass.Text = "Password"
- pass.TextColor3 = Color3.new(0.219608, 0.219608, 0.219608)
- pass.TextScaled = true
- pass.TextSize = 14
- pass.TextWrapped = true
- submit.Name = "submit"
- submit.Parent = logingui
- submit.AnchorPoint = Vector2.new(0.5, 0.5)
- submit.BackgroundColor3 = Color3.new(0.0627451, 0.501961, 0.25098)
- submit.BorderSizePixel = 5
- submit.Position = UDim2.new(0.5, 0, 0.897022307, 0)
- submit.Size = UDim2.new(0, 432, 0, 39)
- submit.Font = Enum.Font.GothamBold
- submit.Text = "Submit"
- submit.TextColor3 = Color3.new(0, 0, 0)
- submit.TextScaled = true
- submit.TextSize = 14
- submit.TextWrapped = true
- submit.MouseButton1Down:connect(function()
- if user.Text == "YUQ912O" and pass.Text == "0291QUY" then
- logingui.Visible = false
- openframe.Visible = true
- end
- end)
- help.Name = "help"
- help.Parent = logingui
- help.AnchorPoint = Vector2.new(0.5, 0.5)
- help.BackgroundColor3 = Color3.new(0.0627451, 0.501961, 0.25098)
- help.Position = UDim2.new(0.5, 0, 0.163771749, 0)
- help.Size = UDim2.new(0, 432, 0, 40)
- help.Font = Enum.Font.SourceSansSemibold
- help.Text = "Need Help? Goto https://pastebin.com/r03y4iyj to get your login"
- help.TextColor3 = Color3.new(0, 0, 0)
- help.TextScaled = true
- help.TextSize = 14
- help.TextWrapped = true
- openframe.Name = "openframe"
- openframe.Parent = GrassGui
- openframe.Active = true
- openframe.AnchorPoint = Vector2.new(0.5, 0.5)
- openframe.BackgroundColor3 = Color3.new(0, 0.545098, 0)
- openframe.Position = UDim2.new(0.0564304255, 0, 0.530172348, 0)
- openframe.Size = UDim2.new(0, 172, 0, 33)
- openframe.Visible = false
- open.Name = "open"
- open.Parent = openframe
- open.AnchorPoint = Vector2.new(0.5, 0.5)
- open.BackgroundColor3 = Color3.new(0, 0.886275, 0)
- open.Position = UDim2.new(0.497092247, 0, 0.484848499, 0)
- open.Size = UDim2.new(0, 151, 0, 22)
- open.Text = "Open"
- open.TextColor3 = Color3.new(0, 0, 0)
- open.TextScaled = true
- open.TextSize = 14
- open.TextWrapped = true
- open.MouseButton1Down:connect(function()
- openframe.Visible = false
- maingui.Visible = true
- end)
- maingui.Name = "maingui"
- maingui.Parent = GrassGui
- maingui.Active = true
- maingui.AnchorPoint = Vector2.new(0.5, 0.5)
- maingui.BackgroundColor3 = Color3.new(0.0509804, 0.372549, 0.0470588)
- maingui.BorderColor3 = Color3.new(0, 0, 0)
- maingui.BorderSizePixel = 3
- maingui.Position = UDim2.new(0.416338533, 0, 0.489942461, 0)
- maingui.Size = UDim2.new(0, 507, 0, 282)
- maingui.Visible = false
- maingui.Draggable = true
- titlegui.Name = "titlegui"
- titlegui.Parent = maingui
- titlegui.AnchorPoint = Vector2.new(0.5, 0.5)
- titlegui.BackgroundColor3 = Color3.new(0, 0.717647, 0)
- titlegui.Position = UDim2.new(0.441814601, 0, 0.0744681954, 0)
- titlegui.Size = UDim2.new(0, 448, 0, 42)
- titlegui.Font = Enum.Font.SourceSansSemibold
- titlegui.Text = "Thanks for using Grass!"
- titlegui.TextColor3 = Color3.new(0, 0, 0)
- titlegui.TextScaled = true
- titlegui.TextSize = 14
- titlegui.TextWrapped = true
- scriptexecutorbutton.Name = "scriptexecutorbutton"
- scriptexecutorbutton.Parent = maingui
- scriptexecutorbutton.AnchorPoint = Vector2.new(0.5, 0.5)
- scriptexecutorbutton.BackgroundColor3 = Color3.new(0, 0.741176, 0.129412)
- scriptexecutorbutton.Position = UDim2.new(0.226511911, 0, 0.317375869, 0)
- scriptexecutorbutton.Size = UDim2.new(0, 187, 0, 50)
- scriptexecutorbutton.Text = "Script Executor"
- scriptexecutorbutton.TextColor3 = Color3.new(0, 0, 0)
- scriptexecutorbutton.TextScaled = true
- scriptexecutorbutton.TextSize = 14
- scriptexecutorbutton.TextWrapped = true
- scriptexecutorbutton.MouseButton1Down:connect(function()
- Executor.Visible = true
- end)
- Guisbutton.Name = "Guisbutton"
- Guisbutton.Parent = maingui
- Guisbutton.AnchorPoint = Vector2.new(0.5, 0.5)
- Guisbutton.BackgroundColor3 = Color3.new(0, 0.741176, 0.129412)
- Guisbutton.Position = UDim2.new(0.697912276, 0, 0.317375869, 0)
- Guisbutton.Size = UDim2.new(0, 187, 0, 50)
- Guisbutton.Text = "Guis for Jailbreak, Madcity etc"
- Guisbutton.TextColor3 = Color3.new(0, 0, 0)
- Guisbutton.TextScaled = true
- Guisbutton.TextSize = 14
- Guisbutton.TextWrapped = true
- Guisbutton.MouseButton1Down:connect(function()
- Guissection.Visible = true
- end)
- quickcmdbutton.Name = "quickcmdbutton"
- quickcmdbutton.Parent = maingui
- quickcmdbutton.AnchorPoint = Vector2.new(0.5, 0.5)
- quickcmdbutton.BackgroundColor3 = Color3.new(0, 0.741176, 0.129412)
- quickcmdbutton.Position = UDim2.new(0.478977382, 0, 0.824468076, 0)
- quickcmdbutton.Size = UDim2.new(0, 187, 0, 50)
- quickcmdbutton.Text = "Quick cmd"
- quickcmdbutton.TextColor3 = Color3.new(0, 0, 0)
- quickcmdbutton.TextScaled = true
- quickcmdbutton.TextSize = 14
- quickcmdbutton.TextWrapped = true
- quickcmdbutton.MouseButton1Down:connect(function()
- quickcmds.Visible = true
- end)
- closemaingui.Name = "closemaingui"
- closemaingui.Parent = maingui
- closemaingui.AnchorPoint = Vector2.new(0.5, 0.5)
- closemaingui.BackgroundColor3 = Color3.new(1, 1, 1)
- closemaingui.BackgroundTransparency = 1
- closemaingui.Position = UDim2.new(0.941814601, 0, 0.0709219873, 0)
- closemaingui.Size = UDim2.new(0, 59, 0, 40)
- closemaingui.Font = Enum.Font.GothamBlack
- closemaingui.Text = "X"
- closemaingui.TextColor3 = Color3.new(0, 0, 0)
- closemaingui.TextScaled = true
- closemaingui.TextSize = 14
- closemaingui.TextWrapped = true
- closemaingui.MouseButton1Down:connect(function()
- maingui.Visible = false
- openframe.Visible = true
- end)
- titlegui_2.Name = "titlegui"
- titlegui_2.Parent = maingui
- titlegui_2.AnchorPoint = Vector2.new(0.5, 0.5)
- titlegui_2.BackgroundColor3 = Color3.new(0, 0.717647, 0)
- titlegui_2.Position = UDim2.new(0.499013811, 0, 0.574468195, 0)
- titlegui_2.Size = UDim2.new(0, 448, 0, 42)
- titlegui_2.Font = Enum.Font.SourceSansSemibold
- titlegui_2.Text = "Simulator guis are in the gui section!"
- titlegui_2.TextColor3 = Color3.new(0, 0, 0)
- titlegui_2.TextScaled = true
- titlegui_2.TextSize = 14
- titlegui_2.TextWrapped = true
- Executor.Name = "Executor"
- Executor.Parent = GrassGui
- Executor.Active = true
- Executor.AnchorPoint = Vector2.new(0.5, 0.5)
- Executor.BackgroundColor3 = Color3.new(0, 1, 0)
- Executor.Position = UDim2.new(0, 739, 0, 368)
- Executor.Size = UDim2.new(0, 583, 0, 444)
- Executor.Visible = false
- Executor.Draggable = true
- bar.Name = "bar"
- bar.Parent = Executor
- bar.AnchorPoint = Vector2.new(0.5, 0.5)
- bar.BackgroundColor3 = Color3.new(0, 0.501961, 0.00784314)
- bar.Position = UDim2.new(0, 291, 0, 23)
- bar.Size = UDim2.new(0, 583, 0, 46)
- closeexecutor.Name = "closeexecutor"
- closeexecutor.Parent = Executor
- closeexecutor.AnchorPoint = Vector2.new(0.5, 0.5)
- closeexecutor.BackgroundColor3 = Color3.new(1, 1, 1)
- closeexecutor.BackgroundTransparency = 1
- closeexecutor.Position = UDim2.new(0.948675692, 0, 0.0506517179, 0)
- closeexecutor.Size = UDim2.new(0, 59, 0, 40)
- closeexecutor.Font = Enum.Font.GothamBlack
- closeexecutor.Text = "X"
- closeexecutor.TextColor3 = Color3.new(0, 0, 0)
- closeexecutor.TextScaled = true
- closeexecutor.TextSize = 14
- closeexecutor.TextWrapped = true
- closeexecutor.MouseButton1Down:connect(function()
- Executor.Visible = false
- end)
- bar2.Name = "bar2"
- bar2.Parent = Executor
- bar2.AnchorPoint = Vector2.new(0.5, 0.5)
- bar2.BackgroundColor3 = Color3.new(0, 0.741176, 0)
- bar2.BorderSizePixel = 0
- bar2.Position = UDim2.new(0, 291, 0, 49)
- bar2.Size = UDim2.new(0, 583, 0, 7)
- ScrollingFrame.Parent = Executor
- ScrollingFrame.Active = true
- ScrollingFrame.AnchorPoint = Vector2.new(0.5, 0.5)
- ScrollingFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- ScrollingFrame.BackgroundTransparency = 1
- ScrollingFrame.Position = UDim2.new(0, 290, 0, 237)
- ScrollingFrame.Size = UDim2.new(0, 553, 0, 333)
- ScrollingFrame.CanvasSize = UDim2.new(0, 0, 1e+09, 0)
- input.Name = "input"
- input.Parent = ScrollingFrame
- input.AnchorPoint = Vector2.new(0.5, 0.5)
- input.BackgroundColor3 = Color3.new(1, 1, 1)
- input.BorderSizePixel = 0
- input.Position = UDim2.new(0, 270, 0, 495)
- input.Size = UDim2.new(0, 537, 0, 990)
- input.ClearTextOnFocus = false
- input.Font = Enum.Font.SourceSans
- input.MultiLine = true
- input.Text = ""
- input.TextColor3 = Color3.new(0, 0, 0)
- input.TextSize = 20
- input.TextXAlignment = Enum.TextXAlignment.Left
- input.TextYAlignment = Enum.TextYAlignment.Top
- executebutton.Name = "executebutton"
- executebutton.Parent = Executor
- executebutton.AnchorPoint = Vector2.new(0.5, 0.5)
- executebutton.BackgroundColor3 = Color3.new(0.0313726, 0.564706, 0.0196078)
- executebutton.Position = UDim2.new(0, 157, 0, 423)
- executebutton.Size = UDim2.new(0, 215, 0, 29)
- executebutton.Font = Enum.Font.SciFi
- executebutton.Text = "Execute"
- executebutton.TextColor3 = Color3.new(0, 0, 0)
- executebutton.TextScaled = true
- executebutton.TextSize = 14
- executebutton.TextWrapped = true
- executebutton.MouseButton1Down:connect(function()
- loadstring(input.Text)()
- end)
- clearbutton.Name = "clearbutton"
- clearbutton.Parent = Executor
- clearbutton.AnchorPoint = Vector2.new(0.5, 0.5)
- clearbutton.BackgroundColor3 = Color3.new(0.0313726, 0.564706, 0.0196078)
- clearbutton.Position = UDim2.new(0, 416, 0, 423)
- clearbutton.Size = UDim2.new(0, 215, 0, 29)
- clearbutton.Font = Enum.Font.SciFi
- clearbutton.Text = "Clear"
- clearbutton.TextColor3 = Color3.new(0, 0, 0)
- clearbutton.TextScaled = true
- clearbutton.TextSize = 14
- clearbutton.TextWrapped = true
- clearbutton.MouseButton1Down:connect(function()
- input.Text = ""
- end)
- Guissection.Name = "Guissection"
- Guissection.Parent = GrassGui
- Guissection.Active = true
- Guissection.AnchorPoint = Vector2.new(0.5, 0.5)
- Guissection.BackgroundColor3 = Color3.new(0, 1, 0)
- Guissection.Position = UDim2.new(0, 1233, 0, 363)
- Guissection.Size = UDim2.new(0, 498, 0, 373)
- Guissection.Visible = false
- Guissection.Draggable = true
- bar_2.Name = "bar"
- bar_2.Parent = Guissection
- bar_2.AnchorPoint = Vector2.new(0.5, 0.5)
- bar_2.BackgroundColor3 = Color3.new(0, 0.490196, 0)
- bar_2.Position = UDim2.new(0, 249, 0, 21)
- bar_2.Size = UDim2.new(0, 498, 0, 43)
- bar2_2.Name = "bar2"
- bar2_2.Parent = Guissection
- bar2_2.AnchorPoint = Vector2.new(0.5, 0.5)
- bar2_2.BackgroundColor3 = Color3.new(0, 0.768628, 0)
- bar2_2.BorderSizePixel = 0
- bar2_2.Position = UDim2.new(0, 249, 0, 50)
- bar2_2.Size = UDim2.new(0, 498, 0, 15)
- title.Name = "title"
- title.Parent = Guissection
- title.AnchorPoint = Vector2.new(0.5, 0.5)
- title.BackgroundColor3 = Color3.new(1, 1, 1)
- title.BackgroundTransparency = 1
- title.Position = UDim2.new(0, 221, 0, 17)
- title.Size = UDim2.new(0, 443, 0, 35)
- title.Text = "Welcome To The Gui Section!"
- title.TextColor3 = Color3.new(0, 0, 0)
- title.TextScaled = true
- title.TextSize = 14
- title.TextWrapped = true
- closeguisection.Name = "closeguisection"
- closeguisection.Parent = Guissection
- closeguisection.AnchorPoint = Vector2.new(0.5, 0.5)
- closeguisection.BackgroundColor3 = Color3.new(1, 1, 1)
- closeguisection.BackgroundTransparency = 1
- closeguisection.Position = UDim2.new(0.945830643, 0, 0.0521552339, 0)
- closeguisection.Size = UDim2.new(0, 59, 0, 40)
- closeguisection.Font = Enum.Font.GothamBlack
- closeguisection.Text = "X"
- closeguisection.TextColor3 = Color3.new(0, 0, 0)
- closeguisection.TextScaled = true
- closeguisection.TextSize = 14
- closeguisection.TextWrapped = true
- closeguisection.MouseButton1Down:connect(function()
- Guissection.Visible = false
- end)
- counterpepsi.Name = "counterpepsi"
- counterpepsi.Parent = Guissection
- counterpepsi.AnchorPoint = Vector2.new(0.5, 0.5)
- counterpepsi.BackgroundColor3 = Color3.new(0, 0.721569, 0)
- counterpepsi.Position = UDim2.new(0, 132, 0, 99)
- counterpepsi.Size = UDim2.new(0, 200, 0, 50)
- counterpepsi.Font = Enum.Font.SourceSansLight
- counterpepsi.Text = "CounterBlox"
- counterpepsi.TextColor3 = Color3.new(0, 0, 0)
- counterpepsi.TextScaled = true
- counterpepsi.TextSize = 14
- counterpepsi.TextWrapped = true
- counterpepsi.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/mVJhUqiD", true))()
- end)
- snippet.Name = "snippet"
- snippet.Parent = Guissection
- snippet.AnchorPoint = Vector2.new(0.5, 0.5)
- snippet.BackgroundColor3 = Color3.new(0, 0.721569, 0)
- snippet.Position = UDim2.new(0, 367, 0, 99)
- snippet.Size = UDim2.new(0, 200, 0, 50)
- snippet.Font = Enum.Font.SourceSansLight
- snippet.Text = "CounterBlox OP"
- snippet.TextColor3 = Color3.new(0, 0, 0)
- snippet.TextScaled = true
- snippet.TextSize = 14
- snippet.TextWrapped = true
- snippet.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/JV8wkpQV", true))()
- end)
- Ninjalegends.Name = "Ninjalegends"
- Ninjalegends.Parent = Guissection
- Ninjalegends.AnchorPoint = Vector2.new(0.5, 0.5)
- Ninjalegends.BackgroundColor3 = Color3.new(0, 0.721569, 0)
- Ninjalegends.Position = UDim2.new(0, 132, 0, 186)
- Ninjalegends.Size = UDim2.new(0, 200, 0, 50)
- Ninjalegends.Font = Enum.Font.SourceSansLight
- Ninjalegends.Text = "NinjaLegends OP"
- Ninjalegends.TextColor3 = Color3.new(0, 0, 0)
- Ninjalegends.TextScaled = true
- Ninjalegends.TextSize = 14
- Ninjalegends.TextWrapped = true
- Ninjalegends.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/PNTWkYaW", true))()
- end)
- Madhaxx.Name = "Madhaxx"
- Madhaxx.Parent = Guissection
- Madhaxx.AnchorPoint = Vector2.new(0.5, 0.5)
- Madhaxx.BackgroundColor3 = Color3.new(0, 0.721569, 0)
- Madhaxx.Position = UDim2.new(0, 367, 0, 186)
- Madhaxx.Size = UDim2.new(0, 200, 0, 50)
- Madhaxx.Font = Enum.Font.SourceSansLight
- Madhaxx.Text = "MadCity OP"
- Madhaxx.TextColor3 = Color3.new(0, 0, 0)
- Madhaxx.TextScaled = true
- Madhaxx.TextSize = 14
- Madhaxx.TextWrapped = true
- Madhaxx.MouseButton1Down:connect(function()
- loadstring(game:GetObjects('rbxassetid://3015089451')[1].Source)()
- end)
- Jailbroken.Name = "Jailbroken"
- Jailbroken.Parent = Guissection
- Jailbroken.AnchorPoint = Vector2.new(0.5, 0.5)
- Jailbroken.BackgroundColor3 = Color3.new(0, 0.721569, 0)
- Jailbroken.Position = UDim2.new(0, 132, 0, 273)
- Jailbroken.Size = UDim2.new(0, 200, 0, 50)
- Jailbroken.Font = Enum.Font.SourceSansLight
- Jailbroken.Text = "Jailbreak OP"
- Jailbroken.TextColor3 = Color3.new(0, 0, 0)
- Jailbroken.TextScaled = true
- Jailbroken.TextSize = 14
- Jailbroken.TextWrapped = true
- Jailbroken.MouseButton1Down:connect(function()
- loadstring(game:GetObjects("rbxassetid://3473939051")[1].Source)()
- end)
- Blackholesim.Name = "Blackholesim"
- Blackholesim.Parent = Guissection
- Blackholesim.AnchorPoint = Vector2.new(0.5, 0.5)
- Blackholesim.BackgroundColor3 = Color3.new(0, 0.721569, 0)
- Blackholesim.Position = UDim2.new(0, 367, 0, 273)
- Blackholesim.Size = UDim2.new(0, 200, 0, 50)
- Blackholesim.Font = Enum.Font.SourceSansLight
- Blackholesim.Text = "BlackHole Simulator OP"
- Blackholesim.TextColor3 = Color3.new(0, 0, 0)
- Blackholesim.TextScaled = true
- Blackholesim.TextSize = 14
- Blackholesim.TextWrapped = true
- Blackholesim.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/XbTMmY4r", true))()
- end)
- title_2.Name = "title"
- title_2.Parent = Guissection
- title_2.AnchorPoint = Vector2.new(0.5, 0.5)
- title_2.BackgroundColor3 = Color3.new(1, 1, 1)
- title_2.BackgroundTransparency = 1
- title_2.Position = UDim2.new(0, 245, 0, 349)
- title_2.Size = UDim2.new(0, 443, 0, 35)
- title_2.Text = "Made By Ryan_devil2#3120"
- title_2.TextColor3 = Color3.new(0, 0, 0)
- title_2.TextScaled = true
- title_2.TextSize = 14
- title_2.TextWrapped = true
- quickcmds.Name = "quickcmds"
- quickcmds.Parent = GrassGui
- quickcmds.Active = true
- quickcmds.AnchorPoint = Vector2.new(0.5, 0.5)
- quickcmds.BackgroundColor3 = Color3.new(0, 1, 0)
- quickcmds.Position = UDim2.new(0, 1078, 0, 329)
- quickcmds.Size = UDim2.new(0, 213, 0, 212)
- quickcmds.Visible = false
- quickcmds.Draggable = true
- bar_3.Name = "bar"
- bar_3.Parent = quickcmds
- bar_3.AnchorPoint = Vector2.new(0.5, 0.5)
- bar_3.BackgroundColor3 = Color3.new(0, 0.752941, 0)
- bar_3.BorderSizePixel = 0
- bar_3.Position = UDim2.new(0, 106, 0, 12)
- bar_3.Size = UDim2.new(0, 213, 0, 25)
- closequickcmds.Name = "closequickcmds"
- closequickcmds.Parent = quickcmds
- closequickcmds.AnchorPoint = Vector2.new(0.5, 0.5)
- closequickcmds.BackgroundColor3 = Color3.new(1, 1, 1)
- closequickcmds.BackgroundTransparency = 1
- closequickcmds.Position = UDim2.new(0.920687497, 0, 0.0591295362, 0)
- closequickcmds.Size = UDim2.new(0, 48, 0, 27)
- closequickcmds.Font = Enum.Font.GothamBlack
- closequickcmds.Text = "X"
- closequickcmds.TextColor3 = Color3.new(0, 0, 0)
- closequickcmds.TextScaled = true
- closequickcmds.TextSize = 14
- closequickcmds.TextWrapped = true
- closequickcmds.MouseButton1Down:connect(function()
- quickcmds.Visible = false
- end)
- Walkspeed.Name = "Walkspeed"
- Walkspeed.Parent = quickcmds
- Walkspeed.AnchorPoint = Vector2.new(0.5, 0.5)
- Walkspeed.BackgroundColor3 = Color3.new(0, 0.776471, 0.0117647)
- Walkspeed.Position = UDim2.new(0, 106, 0, 50)
- Walkspeed.Size = UDim2.new(0, 182, 0, 33)
- Walkspeed.Font = Enum.Font.SciFi
- Walkspeed.Text = "Walkspeed"
- Walkspeed.TextColor3 = Color3.new(0, 0, 0)
- Walkspeed.TextScaled = true
- Walkspeed.TextSize = 14
- Walkspeed.TextWrapped = true
- Walkspeed.MouseButton1Down:connect(function()
- game:GetService("Players").LocalPlayer.Character.Humanoid.WalkSpeed = 100
- end)
- BTools.Name = "BTools"
- BTools.Parent = quickcmds
- BTools.AnchorPoint = Vector2.new(0.5, 0.5)
- BTools.BackgroundColor3 = Color3.new(0, 0.776471, 0.0117647)
- BTools.Position = UDim2.new(0, 106, 0, 97)
- BTools.Size = UDim2.new(0, 182, 0, 33)
- BTools.Font = Enum.Font.SciFi
- BTools.Text = "Btools"
- BTools.TextColor3 = Color3.new(0, 0, 0)
- BTools.TextScaled = true
- BTools.TextSize = 14
- BTools.TextWrapped = true
- BTools.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/sichDnn0"))()
- end)
- Infiniteyield.Name = "Infiniteyield"
- Infiniteyield.Parent = quickcmds
- Infiniteyield.AnchorPoint = Vector2.new(0.5, 0.5)
- Infiniteyield.BackgroundColor3 = Color3.new(0, 0.776471, 0.0117647)
- Infiniteyield.Position = UDim2.new(0, 106, 0, 143)
- Infiniteyield.Size = UDim2.new(0, 182, 0, 33)
- Infiniteyield.Font = Enum.Font.SciFi
- Infiniteyield.Text = "infinite Yield "
- Infiniteyield.TextColor3 = Color3.new(0, 0, 0)
- Infiniteyield.TextScaled = true
- Infiniteyield.TextSize = 14
- Infiniteyield.TextWrapped = true
- Infiniteyield.MouseButton1Down:connect(function()
- loadstring(game:HttpGet("https://pastebin.com/raw/tzTXmYf2", true))()
- end)
- jpower.Name = "jpower"
- jpower.Parent = quickcmds
- jpower.AnchorPoint = Vector2.new(0.5, 0.5)
- jpower.BackgroundColor3 = Color3.new(0, 0.776471, 0.0117647)
- jpower.Position = UDim2.new(0, 106, 0, 187)
- jpower.Size = UDim2.new(0, 182, 0, 33)
- jpower.Font = Enum.Font.SciFi
- jpower.Text = "Jump Power"
- jpower.TextColor3 = Color3.new(0, 0, 0)
- jpower.TextScaled = true
- jpower.TextSize = 14
- jpower.TextWrapped = true
- jpower.MouseButton1Down:connect(function()
- game:GetService("Players").LocalPlayer.Character.Humanoid.JumpPower = 130
- end)
- -- Scripts:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement