Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- wait(1)
- if game.CoreGui:FindFirstChild("JJGUI") then
- game.CoreGui.JJMAGUI:Remove()
- end
- -- Objects
- local JJGUI = Instance.new("ScreenGui")
- local DragFrame = Instance.new("Frame")
- local guiname = Instance.new("TextLabel")
- local openclose = Instance.new("TextButton")
- local MainFrame = Instance.new("ImageLabel")
- local plrname = Instance.new("TextBox")
- local statname = Instance.new("TextBox")
- local value = Instance.new("TextBox")
- local changestat = Instance.new("TextButton")
- local changestand = Instance.new("TextButton")
- local printstands = Instance.new("TextButton")
- local timestopon = Instance.new("TextButton")
- local timestopoff = Instance.new("TextButton")
- -- Properties
- JJGUI.Name = "JJMAGUI"
- JJGUI.Parent = game.CoreGui
- DragFrame.Name = "DragFrame"
- DragFrame.Parent = JJGUI
- DragFrame.Active = true
- DragFrame.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- DragFrame.BorderColor3 = Color3.new(0, 0, 0)
- DragFrame.Position = UDim2.new(0.539173365, 0, 0.453608245, 0)
- DragFrame.Size = UDim2.new(0, 267, 0, 33)
- DragFrame.Draggable = true
- guiname.Name = "guiname"
- guiname.Parent = DragFrame
- guiname.BackgroundColor3 = Color3.new(1, 1, 1)
- guiname.BackgroundTransparency = 1
- guiname.Size = UDim2.new(0, 181, 0, 33)
- guiname.Font = Enum.Font.SourceSansLight
- guiname.Text = "JJGUI by wxxaak"
- guiname.TextColor3 = Color3.new(1, 1, 1)
- guiname.TextScaled = true
- guiname.TextSize = 14
- guiname.TextStrokeTransparency = 0
- guiname.TextWrapped = true
- openclose.Name = "openclose"
- openclose.Parent = DragFrame
- openclose.BackgroundColor3 = Color3.new(1, 1, 1)
- openclose.BackgroundTransparency = 1
- openclose.Position = UDim2.new(0.855263174, 0, 0, 0)
- openclose.Size = UDim2.new(0, 33, 0, 33)
- openclose.Font = Enum.Font.SourceSansLight
- openclose.Text = "+"
- openclose.TextColor3 = Color3.new(1, 1, 1)
- openclose.TextScaled = true
- openclose.TextSize = 14
- openclose.TextStrokeTransparency = 0
- openclose.TextWrapped = true
- MainFrame.Name = "MainFrame"
- MainFrame.Parent = DragFrame
- MainFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- MainFrame.BorderColor3 = Color3.new(0, 0, 0)
- MainFrame.Position = UDim2.new(0, 0, 1, 0)
- MainFrame.Size = UDim2.new(0, 267, 0, 248)
- MainFrame.Image = "rbxassetid://2265099087"
- MainFrame.Visible = false
- plrname.Name = "plrname"
- plrname.Parent = MainFrame
- plrname.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- plrname.BorderColor3 = Color3.new(0, 0, 0)
- plrname.Position = UDim2.new(0.123595506, 0, 0.0221860372, 0)
- plrname.Size = UDim2.new(0, 200, 0, 34)
- plrname.Font = Enum.Font.SourceSansLight
- plrname.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
- plrname.Text = "Player Name"
- plrname.TextColor3 = Color3.new(1, 1, 1)
- plrname.TextScaled = true
- plrname.TextSize = 14
- plrname.TextStrokeTransparency = 0
- plrname.TextWrapped = true
- statname.Name = "statname"
- statname.Parent = MainFrame
- statname.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- statname.BorderColor3 = Color3.new(0, 0, 0)
- statname.Position = UDim2.new(0.123595506, 0, 0.187210381, 0)
- statname.Size = UDim2.new(0, 200, 0, 34)
- statname.Font = Enum.Font.SourceSansLight
- statname.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
- statname.Text = "Stat - ex. TW or Power"
- statname.TextColor3 = Color3.new(1, 1, 1)
- statname.TextScaled = true
- statname.TextSize = 14
- statname.TextStrokeTransparency = 0
- statname.TextWrapped = true
- value.Name = "value"
- value.Parent = MainFrame
- value.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- value.BorderColor3 = Color3.new(0, 0, 0)
- value.Position = UDim2.new(0.123999998, 0, 0.351999998, 0)
- value.Size = UDim2.new(0, 200, 0, 34)
- value.Font = Enum.Font.SourceSansLight
- value.PlaceholderColor3 = Color3.new(0.698039, 0.698039, 0.698039)
- value.Text = "Value - ex. 1000"
- value.TextColor3 = Color3.new(1, 1, 1)
- value.TextScaled = true
- value.TextSize = 14
- value.TextStrokeTransparency = 0
- value.TextWrapped = true
- changestat.Name = "changestat"
- changestat.Parent = MainFrame
- changestat.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- changestat.BorderColor3 = Color3.new(0, 0, 0)
- changestat.Position = UDim2.new(0.123999998, 0, 0.51700002, 0)
- changestat.Size = UDim2.new(0, 95, 0, 34)
- changestat.Font = Enum.Font.SourceSansLight
- changestat.Text = "Change Stat"
- changestat.TextColor3 = Color3.new(1, 1, 1)
- changestat.TextScaled = true
- changestat.TextSize = 14
- changestat.TextStrokeTransparency = 0
- changestat.TextWrapped = true
- changestand.Name = "changestand"
- changestand.Parent = MainFrame
- changestand.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- changestand.BorderColor3 = Color3.new(0, 0, 0)
- changestand.Position = UDim2.new(0.51700002, 0, 0.51700002, 0)
- changestand.Size = UDim2.new(0, 95, 0, 34)
- changestand.Font = Enum.Font.SourceSansLight
- changestand.Text = "Change Stand"
- changestand.TextColor3 = Color3.new(1, 1, 1)
- changestand.TextScaled = true
- changestand.TextSize = 14
- changestand.TextStrokeTransparency = 0
- changestand.TextWrapped = true
- printstands.Name = "printstands"
- printstands.Parent = MainFrame
- printstands.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- printstands.BorderColor3 = Color3.new(0, 0, 0)
- printstands.Position = UDim2.new(0.323000014, 0, 0.681999981, 0)
- printstands.Size = UDim2.new(0, 95, 0, 34)
- printstands.Font = Enum.Font.SourceSansLight
- printstands.Text = "Print Stands"
- printstands.TextColor3 = Color3.new(1, 1, 1)
- printstands.TextScaled = true
- printstands.TextSize = 14
- printstands.TextStrokeTransparency = 0
- printstands.TextWrapped = true
- timestopon.Name = "timestopon"
- timestopon.Parent = MainFrame
- timestopon.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- timestopon.BorderColor3 = Color3.new(0, 0, 0)
- timestopon.Position = UDim2.new(0.123999998, 0, 0.847000003, 0)
- timestopon.Size = UDim2.new(0, 95, 0, 34)
- timestopon.Font = Enum.Font.SourceSansLight
- timestopon.Text = "TimeStop ON"
- timestopon.TextColor3 = Color3.new(1, 1, 1)
- timestopon.TextScaled = true
- timestopon.TextSize = 14
- timestopon.TextStrokeTransparency = 0
- timestopon.TextWrapped = true
- timestopoff.Name = "timestopoff"
- timestopoff.Parent = MainFrame
- timestopoff.BackgroundColor3 = Color3.new(0.117647, 0.117647, 0.117647)
- timestopoff.BorderColor3 = Color3.new(0, 0, 0)
- timestopoff.Position = UDim2.new(0.517258406, 0, 0.847000003, 0)
- timestopoff.Size = UDim2.new(0, 95, 0, 34)
- timestopoff.Font = Enum.Font.SourceSansLight
- timestopoff.Text = "TimeStop OFF"
- timestopoff.TextColor3 = Color3.new(1, 1, 1)
- timestopoff.TextScaled = true
- timestopoff.TextSize = 14
- timestopoff.TextStrokeTransparency = 0
- timestopoff.TextWrapped = true
- --openclose
- local uitoggle = 0
- openclose.MouseButton1Down:Connect(function()
- if uitoggle == 0 then
- openclose.Text = "-"
- MainFrame.Visible = true
- uitoggle = 1
- else
- openclose.Text = "+"
- MainFrame.Visible = false
- uitoggle = 0
- end
- end)
- --scripts
- --stand changer
- changestand.MouseButton1Down:Connect(function()
- local number = 10
- local plr = game:GetService("Players")[plrname.Text].Stand
- local stand = statname.Text
- game.ReplicatedStorage.Logic.misc:FireServer(number, plr, stand)
- end)
- --stat changer
- changestat.MouseButton1Down:Connect(function()
- local number = 10
- local plr = game:GetService("Players")[plrname.Text][statname.Text]
- local stat = value.Text
- game.ReplicatedStorage.Logic.misc:FireServer(number, plr, stat)
- end)
- --print stands
- printstands.MouseButton1Down:Connect(function()
- for _,v in pairs(game.ReplicatedStorage.Stands:GetChildren()) do
- print(v.Name)
- end
- end)
- --timestop on
- local n1 = 60
- local enabled = 0
- local disabled = 1
- local player = game.Players.LocalPlayer
- local sound1 = game.Players.LocalPlayer.Character.Torso:FindFirstChild("specialsound")
- local sound2 = game.Players.LocalPlayer.Character.Torso:FindFirstChild("specialsound2")
- local letters = "asdj92udu92hu9uasud9u2df"
- timestopon.MouseButton1Down:Connect(function()
- game.ReplicatedStorage.Specials.timestop:FireServer(n1, player, sound1, sound2, enabled, letters)
- end)
- --timestop off
- timestopoff.MouseButton1Down:Connect(function()
- game.ReplicatedStorage.Specials.timestop:FireServer(n1, player, sound1, sound2, disabled, letters)
- end)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement