Scripting Helpers is winding down operations and is now read-only. More info→
Ad
Log in to vote
0

I need help, unexcepted symbol near '?'

Asked by 5 years ago
Edited 5 years ago

-- Farewell Infortality. -- Version: 2.82 -- Instances: local GGEAZYPRIVATE = Instance.new("ScreenGui") local frameopen = Instance.new("Frame") local Open = Instance.new("TextButton") local HIMOTD = Instance.new("TextLabel") local bar = Instance.new("Frame") local main = Instance.new("Frame") local setjb = Instance.new("TextButton") local valuej = Instance.new("TextBox") local setwb = Instance.new("TextButton") local valuew = Instance.new("TextBox") local nofallb = Instance.new("TextButton") local close = Instance.new("TextButton") local titlewindow = Instance.new("TextLabel") --Properties: GGEAZYPRIVATE.Name = "GG.EAZY - PRIVATE" GGEAZYPRIVATE.Parent = game.CoreGui frameopen.Name = "frameopen" frameopen.Parent = GGEAZYPRIVATE frameopen.BackgroundColor3 = Color3.new(0, 0, 0) frameopen.BackgroundTransparency = 0.55000001192093 frameopen.BorderSizePixel = 0 frameopen.Position = UDim2.new(0.889289379, 0, 0.432657897, 0) frameopen.Size = UDim2.new(0, 215, 0, 35) Open.Name = "Open" Open.Parent = frameopen Open.BackgroundColor3 = Color3.new(0, 0, 0) Open.BackgroundTransparency = 1 Open.BorderSizePixel = 0 Open.Size = UDim2.new(0, 215, 0, 35) Open.Font = Enum.Font.SourceSansBold Open.Text = "OPEN" Open.TextColor3 = Color3.new(0.407843, 0.396078, 0.396078) Open.TextScaled = true Open.TextSize = 14 Open.TextWrapped = true Open.MouseButton1Down:connect(function() bar.Visible = true frameopen.Visible = false end)? HIMOTD.Name = "HIMOTD" HIMOTD.Parent = GGEAZYPRIVATE HIMOTD.BackgroundColor3 = Color3.new(1, 1, 1) HIMOTD.BackgroundTransparency = 1 HIMOTD.BorderSizePixel = 0 HIMOTD.Position = UDim2.new(0, 0, 0.877234817, 0) HIMOTD.Size = UDim2.new(0, 123, 0, 94) HIMOTD.Font = Enum.Font.SourceSansBold HIMOTD.Text = "GG.EAZY VERSION: PRIVATE" HIMOTD.TextColor3 = Color3.new(1, 1, 1) HIMOTD.TextSize = 19 HIMOTD.TextWrapped = true bar.Name = "bar" bar.Parent = GGEAZYPRIVATE bar.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078) bar.BorderColor3 = Color3.new(1, 1, 1) bar.BorderSizePixel = 0 bar.Position = UDim2.new(0.868827105, 0, 0.573301554, 0) bar.Size = UDim2.new(0, 242, 0, 34) bar.Active = true bar.draggable = true main.Name = "main" main.Parent = bar main.BackgroundColor3 = Color3.new(0, 0, 0) main.BorderColor3 = Color3.new(1, 1, 1) main.BorderSizePixel = 0 main.Position = UDim2.new(0, 0, 1, 0) main.Size = UDim2.new(0, 242, 0, 215) setjb.Name = "setjb" setjb.Parent = main setjb.BackgroundColor3 = Color3.new(0, 0, 0) setjb.BorderColor3 = Color3.new(1, 1, 1) setjb.Position = UDim2.new(0.0454545468, 0, 0.0281092003, 0) setjb.Size = UDim2.new(0, 89, 0, 35) setjb.Font = Enum.Font.SourceSansBold setjb.Text = "SET JP" setjb.TextColor3 = Color3.new(1, 1, 1) setjb.TextSize = 20 setjb.TextWrapped = true setjb.MouseButton1Click:connect(function() game.Players.LocalPlayer.Character.Humanoid.JumpPower = valuej.Text end) valuej.Name = "value j" valuej.Parent = setjb valuej.BackgroundColor3 = Color3.new(0, 0, 0) valuej.BorderColor3 = Color3.new(1, 1, 1) valuej.Position = UDim2.new(1.19101119, 0, 0, 0) valuej.Size = UDim2.new(0, 119, 0, 35) valuej.Font = Enum.Font.SourceSansSemibold valuej.Text = "" valuej.TextColor3 = Color3.new(1, 1, 1) valuej.TextSize = 20 setwb.Name = "setwb" setwb.Parent = main setwb.BackgroundColor3 = Color3.new(0, 0, 0) setwb.BorderColor3 = Color3.new(1, 1, 1) setwb.Position = UDim2.new(0.0454545468, 0, 0.251878351, 0) setwb.Size = UDim2.new(0, 89, 0, 35) setwb.Font = Enum.Font.SourceSansBold setwb.Text = "SET JP" setwb.TextColor3 = Color3.new(1, 1, 1) setwb.TextSize = 20 setwb.TextWrapped = true setwb.MouseButton1Click:connect(function() game.Players.LocalPlayer.Character.Humanoid.walkspeed = valuew.Text end) valuew.Name = "value w" valuew.Parent = setwb valuew.BackgroundColor3 = Color3.new(0, 0, 0) valuew.BorderColor3 = Color3.new(1, 1, 1) valuew.Position = UDim2.new(1.19101119, 0, 0, 0) valuew.Size = UDim2.new(0, 119, 0, 35) valuew.Font = Enum.Font.SourceSansSemibold valuew.Text = "" valuew.TextColor3 = Color3.new(1, 1, 1) valuew.TextSize = 20 nofallb.Name = "nofallb" nofallb.Parent = main nofallb.BackgroundColor3 = Color3.new(0, 0, 0) nofallb.BorderColor3 = Color3.new(1, 1, 1) nofallb.Position = UDim2.new(0.0454545468, 0, 0.460465103, 0) nofallb.Size = UDim2.new(0, 225, 0, 36) nofallb.Font = Enum.Font.SourceSansBold nofallb.Text = "No fall damage!" nofallb.TextColor3 = Color3.new(1, 1, 1) nofallb.TextScaled = true nofallb.TextSize = 14 nofallb.TextWrapped = true nofallb.MouseButton1Click:connect(function() while wait(0.01) do a = Instance.new("Script", game.Players.LocalPlayer.Character) a.Name = "CharacterScript" wait(0.02) game.Players.LocalPlayer.Character.CharacterScript:Destroy() end end) close.Name = "close" close.Parent = bar close.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078) close.BorderSizePixel = 0 close.Position = UDim2.new(0.809917331, 0, 0, 0) close.Size = UDim2.new(0, 46, 0, 33) close.Font = Enum.Font.SourceSans close.Text = "X" close.TextColor3 = Color3.new(1, 0, 0) close.TextScaled = true close.TextSize = 14 close.TextWrapped = true close.MouseButton1Click:connect(function() frameopen.Visible = true bar.Visible = false end) titlewindow.Name = "titlewindow" titlewindow.Parent = bar titlewindow.BackgroundColor3 = Color3.new(0.196078, 0.196078, 0.196078) titlewindow.BorderSizePixel = 0 titlewindow.Position = UDim2.new(0, 0, 0.0170399398, 0) titlewindow.Size = UDim2.new(0, 164, 0, 33) titlewindow.Font = Enum.Font.Cartoon titlewindow.Text = "GG.EAZY" titlewindow.TextColor3 = Color3.new(1, 1, 1) titlewindow.TextScaled = true titlewindow.TextSize = 14 titlewindow.TextWrapped = true -- Scripts:

why, help me fast, please.. error: https://gyazo.com/6b4d46da0f34fb2405ed9082f4b0c921 <---- picture of error

0
Describe your problem, and put the code in a code block instead of pasting the code in the problem box and asking for help wilsonsilva007 373 — 5y
0
so umm TheTurtleStudioYT 15 — 5y
0
this kind of looks like an exploit script.... TheTurtleStudioYT 15 — 5y
0
Yup. lubieplackihas -58 — 5y

1 answer

Log in to vote
0
Answered by 5 years ago

Line 45 says "unexpected symbol near ?" because there's a question mark on line 45.

Ad

Answer this question