0% found this document useful (0 votes)
46 views11 pages

Message

The document is a script for creating a GUI in Roblox, consisting of a Frame and multiple TextButtons. Each button has specific functionalities such as stopping music, changing skyboxes, and triggering animations. The buttons are styled with colors and positioned on the Frame for user interaction.

Uploaded by

xzavierw208
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
46 views11 pages

Message

The document is a script for creating a GUI in Roblox, consisting of a Frame and multiple TextButtons. Each button has specific functionalities such as stopping music, changing skyboxes, and triggering animations. The buttons are styled with colors and positioned on the Frame for user interaction.

Uploaded by

xzavierw208
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 11

local Frame = Instance.

new("Frame")
local TextButton = Instance.new("TextButton")
local TextButton_2 = Instance.new("TextButton")
local TextButton_3 = Instance.new("TextButton")
local TextButton_4 = Instance.new("TextButton")
local TextButton_5 = Instance.new("TextButton")
local TextButton_6 = Instance.new("TextButton")
local TextButton_7 = Instance.new("TextButton")
local TextButton_8 = Instance.new("TextButton")
local TextButton_9 = Instance.new("TextButton")
local TextButton_10 = Instance.new("TextButton")
local TextButton_11 = Instance.new("TextButton")
local TextButton_12 = Instance.new("TextButton")
local TextButton_13 = Instance.new("TextButton")
local TextButton_14 = Instance.new("TextButton")
local TextButton_15 = Instance.new("TextButton")
local TextButton_16 = Instance.new("TextButton")
local TextButton_17 = Instance.new("TextButton")
local TextButton_18 = Instance.new("TextButton")
local TextButton_19 = Instance.new("TextButton")
local TextButton_20 = Instance.new("TextButton")
local TextButton_21 = Instance.new("TextButton")
local TextButton_22 = Instance.new("TextButton")
local TextButton_23 = Instance.new("TextButton")
local TextButton_24 = Instance.new("TextButton")
local TextButton_25 = Instance.new("TextButton")
local TextButton_26 = Instance.new("TextButton")
local TextButton_27 = Instance.new("TextButton")
local TextButton_28 = Instance.new("TextButton")
local TextButton_29 = Instance.new("TextButton")
local TextButton_30 = Instance.new("TextButton")
local TextButton_31 = Instance.new("TextButton")
local TextButton_32 = Instance.new("TextButton")
local TextButton_33 = Instance.new("TextButton")
local TextButton_34 = Instance.new("TextButton")
local TextButton_35 = Instance.new("TextButton")
local TextButton_36 = Instance.new("TextButton")
local TextButton_37 = Instance.new("TextButton")
local TextButton_38 = Instance.new("TextButton")
local TextButton_39 = Instance.new("TextButton")
local TextButton_40 = Instance.new("TextButton")
local TextLabel = Instance.new("TextLabel")
local TextLabel_2 = Instance.new("TextLabel")
local ImageLabel = Instance.new("ImageLabel")

--Properties:

Frame.Parent = game.StarterGui.ScreenGui.touchstringanticheat.ImageLabel
Frame.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
Frame.BorderColor3 = Color3.fromRGB(0, 0, 0)
Frame.BorderSizePixel = 0
Frame.Position = UDim2.new(232, 328, 15.7940722, -42)
Frame.Size = UDim2.new(0, 790, 0, 583)

TextButton.Parent = Frame
TextButton.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton.BorderSizePixel = 2
TextButton.Position = UDim2.new(0.798327982, 0, 0.0344683863, 0)
TextButton.Size = UDim2.new(0, 40, 0, 50)
TextButton.Font = Enum.Font.SourceSans
TextButton.Text = "stop music"
TextButton.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton.TextScaled = true
TextButton.TextSize = 14.000
TextButton.TextWrapped = true

TextButton_2.Parent = Frame
TextButton_2.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_2.BorderSizePixel = 2
TextButton_2.Position = UDim2.new(0.751779139, 0, 0.333062917, 0)
TextButton_2.Size = UDim2.new(0, 100, 0, 50)
TextButton_2.Font = Enum.Font.SourceSans
TextButton_2.Text = "Kaax skybox"
TextButton_2.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_2.TextScaled = true
TextButton_2.TextSize = 14.000
TextButton_2.TextWrapped = true

TextButton_3.Parent = Frame
TextButton_3.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_3.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_3.BorderSizePixel = 2
TextButton_3.Position = UDim2.new(0.206472337, 0, 0.758896947, 0)
TextButton_3.Size = UDim2.new(0, 116, 0, 53)
TextButton_3.Font = Enum.Font.SourceSans
TextButton_3.Text = "shake the map"
TextButton_3.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_3.TextScaled = true
TextButton_3.TextSize = 14.000
TextButton_3.TextWrapped = true

TextButton_4.Parent = Frame
TextButton_4.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_4.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_4.BorderSizePixel = 2
TextButton_4.Position = UDim2.new(0.761483073, 0, 0.557127237, 0)
TextButton_4.Size = UDim2.new(0, 100, 0, 50)
TextButton_4.Font = Enum.Font.SourceSans
TextButton_4.Text = "Chip animation (skybox)"
TextButton_4.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_4.TextScaled = true
TextButton_4.TextSize = 14.000
TextButton_4.TextWrapped = true

TextButton_5.Parent = Frame
TextButton_5.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_5.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_5.BorderSizePixel = 2
TextButton_5.Position = UDim2.new(0.380564332, 0, 0.884158254, 0)
TextButton_5.Size = UDim2.new(0, 100, 0, 50)
TextButton_5.Font = Enum.Font.SourceSans
TextButton_5.Text = "H1 gui V3"
TextButton_5.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_5.TextScaled = true
TextButton_5.TextSize = 14.000
TextButton_5.TextWrapped = true
TextButton_6.Parent = Frame
TextButton_6.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_6.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_6.BorderSizePixel = 2
TextButton_6.Position = UDim2.new(0.0109602623, 0, 0.609294832, 0)
TextButton_6.Size = UDim2.new(0, 124, 0, 57)
TextButton_6.Font = Enum.Font.SourceSans
TextButton_6.Text = "epic music (very loud)"
TextButton_6.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_6.TextScaled = true
TextButton_6.TextSize = 14.000
TextButton_6.TextWrapped = true

TextButton_7.Parent = Frame
TextButton_7.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_7.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_7.BorderSizePixel = 2
TextButton_7.Position = UDim2.new(0.850152612, 0, 0.0255391393, 0)
TextButton_7.Size = UDim2.new(0, 40, 0, 50)
TextButton_7.Font = Enum.Font.SourceSans
TextButton_7.Text = "Theme"
TextButton_7.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_7.TextScaled = true
TextButton_7.TextSize = 14.000
TextButton_7.TextWrapped = true

TextButton_8.Parent = Frame
TextButton_8.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_8.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_8.BorderSizePixel = 2
TextButton_8.Position = UDim2.new(0.547956347, 0, 0.639328659, 0)
TextButton_8.Size = UDim2.new(0, 100, 0, 50)
TextButton_8.Font = Enum.Font.SourceSans
TextButton_8.Text = "Particles 1"
TextButton_8.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_8.TextScaled = true
TextButton_8.TextSize = 14.000
TextButton_8.TextWrapped = true

TextButton_9.Parent = Frame
TextButton_9.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_9.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_9.BorderSizePixel = 2
TextButton_9.Position = UDim2.new(0.753088593, 0, 0.783850193, 0)
TextButton_9.Size = UDim2.new(0, 100, 0, 50)
TextButton_9.Font = Enum.Font.SourceSans
TextButton_9.Text = "Shutdown"
TextButton_9.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_9.TextScaled = true
TextButton_9.TextSize = 14.000
TextButton_9.TextWrapped = true

TextButton_10.Parent = Frame
TextButton_10.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_10.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_10.BorderSizePixel = 2
TextButton_10.Position = UDim2.new(0.402342141, 0, 0.488918781, 0)
TextButton_10.Size = UDim2.new(0, 100, 0, 50)
TextButton_10.Font = Enum.Font.SourceSans
TextButton_10.Text = "rainbow jumpscare"
TextButton_10.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_10.TextScaled = true
TextButton_10.TextSize = 14.000
TextButton_10.TextWrapped = true

TextButton_11.Parent = Frame
TextButton_11.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_11.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_11.BorderSizePixel = 2
TextButton_11.Position = UDim2.new(0.752824366, 0, 0.664214134, 0)
TextButton_11.Size = UDim2.new(0, 100, 0, 50)
TextButton_11.Font = Enum.Font.SourceSans
TextButton_11.Text = "chat all"
TextButton_11.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_11.TextScaled = true
TextButton_11.TextSize = 14.000
TextButton_11.TextWrapped = true

TextButton_12.Parent = Frame
TextButton_12.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_12.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_12.BorderSizePixel = 2
TextButton_12.Position = UDim2.new(0.0196884032, 0, 0.75750947, 0)
TextButton_12.Size = UDim2.new(0, 134, 0, 57)
TextButton_12.Font = Enum.Font.SourceSans
TextButton_12.Text = "anti-leave"
TextButton_12.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_12.TextScaled = true
TextButton_12.TextSize = 14.000
TextButton_12.TextWrapped = true

TextButton_13.Parent = Frame
TextButton_13.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_13.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_13.BorderSizePixel = 2
TextButton_13.Position = UDim2.new(0.207518697, 0, 0.875342727, 0)
TextButton_13.Size = UDim2.new(0, 116, 0, 56)
TextButton_13.Font = Enum.Font.SourceSans
TextButton_13.Text = "john doe (R6 ONLY)"
TextButton_13.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_13.TextScaled = true
TextButton_13.TextSize = 14.000
TextButton_13.TextWrapped = true

TextButton_14.Parent = Frame
TextButton_14.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_14.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_14.BorderSizePixel = 2
TextButton_14.Position = UDim2.new(0.551503539, 0, 0.762780607, 0)
TextButton_14.Size = UDim2.new(0, 100, 0, 50)
TextButton_14.Font = Enum.Font.SourceSans
TextButton_14.Text = "burn lgbtq sky"
TextButton_14.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_14.TextScaled = true
TextButton_14.TextSize = 14.000
TextButton_14.TextWrapped = true
TextButton_15.Parent = Frame
TextButton_15.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_15.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_15.BorderSizePixel = 2
TextButton_15.Position = UDim2.new(0.2320465, 0, 0.279404253, 0)
TextButton_15.Size = UDim2.new(0, 100, 0, 50)
TextButton_15.Font = Enum.Font.SourceSans
TextButton_15.Text = "P00ngskid v10"
TextButton_15.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_15.TextScaled = true
TextButton_15.TextSize = 14.000
TextButton_15.TextWrapped = true

TextButton_16.Parent = Frame
TextButton_16.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_16.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_16.BorderSizePixel = 2
TextButton_16.Position = UDim2.new(0.735561848, 0, 0.0406949036, 0)
TextButton_16.Size = UDim2.new(0, 50, 0, 50)
TextButton_16.Font = Enum.Font.SourceSans
TextButton_16.Text = "Skybox 1"
TextButton_16.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_16.TextScaled = true
TextButton_16.TextSize = 14.000
TextButton_16.TextWrapped = true

TextButton_17.Parent = Frame
TextButton_17.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_17.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_17.BorderSizePixel = 2
TextButton_17.Position = UDim2.new(0.226509988, 0, 0.500139117, 0)
TextButton_17.Size = UDim2.new(0, 100, 0, 50)
TextButton_17.Font = Enum.Font.SourceSans
TextButton_17.Text = "red map"
TextButton_17.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_17.TextScaled = true
TextButton_17.TextSize = 14.000
TextButton_17.TextWrapped = true

TextButton_18.Parent = Frame
TextButton_18.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_18.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_18.BorderSizePixel = 2
TextButton_18.Position = UDim2.new(0.813658655, 0, 0.138787374, 0)
TextButton_18.Size = UDim2.new(0, 100, 0, 50)
TextButton_18.Font = Enum.Font.SourceSans
TextButton_18.Text = "K00pGui V8"
TextButton_18.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_18.TextScaled = true
TextButton_18.TextSize = 14.000
TextButton_18.TextWrapped = true

TextButton_19.Parent = Frame
TextButton_19.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_19.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_19.BorderSizePixel = 2
TextButton_19.Position = UDim2.new(0.00972901937, 0, 0.315301597, 0)
TextButton_19.Size = UDim2.new(0, 114, 0, 63)
TextButton_19.Font = Enum.Font.SourceSans
TextButton_19.Text = "Map"
TextButton_19.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_19.TextScaled = true
TextButton_19.TextSize = 14.000
TextButton_19.TextWrapped = true

TextButton_20.Parent = Frame
TextButton_20.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_20.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_20.BorderSizePixel = 2
TextButton_20.Position = UDim2.new(0.688188136, 0, 0.139344782, 0)
TextButton_20.Size = UDim2.new(0, 100, 0, 50)
TextButton_20.Font = Enum.Font.SourceSans
TextButton_20.Text = "Skybox 2"
TextButton_20.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_20.TextScaled = true
TextButton_20.TextSize = 14.000
TextButton_20.TextWrapped = true

TextButton_21.Parent = Frame
TextButton_21.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_21.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_21.BorderSizePixel = 2
TextButton_21.Position = UDim2.new(0.547755003, 0, 0.487990797, 0)
TextButton_21.Size = UDim2.new(0, 100, 0, 50)
TextButton_21.Font = Enum.Font.SourceSans
TextButton_21.Text = "666"
TextButton_21.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_21.TextScaled = true
TextButton_21.TextSize = 14.000
TextButton_21.TextWrapped = true

TextButton_22.Parent = Frame
TextButton_22.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_22.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_22.BorderSizePixel = 2
TextButton_22.Position = UDim2.new(0.752623975, 0, 0.464016885, 0)
TextButton_22.Size = UDim2.new(0, 100, 0, 50)
TextButton_22.Font = Enum.Font.SourceSans
TextButton_22.Text = "Rain Fire Bricks"
TextButton_22.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_22.TextScaled = true
TextButton_22.TextSize = 14.000
TextButton_22.TextWrapped = true

TextButton_23.Parent = Frame
TextButton_23.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_23.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_23.BorderSizePixel = 2
TextButton_23.Position = UDim2.new(0.541195691, 0, 0.347939312, 0)
TextButton_23.Size = UDim2.new(0, 100, 0, 50)
TextButton_23.Font = Enum.Font.SourceSans
TextButton_23.Text = "Decal 4"
TextButton_23.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_23.TextScaled = true
TextButton_23.TextSize = 14.000
TextButton_23.TextWrapped = true

TextButton_24.Parent = Frame
TextButton_24.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_24.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_24.BorderSizePixel = 2
TextButton_24.Position = UDim2.new(0.540273666, 0, 0.245710969, 0)
TextButton_24.Size = UDim2.new(0, 100, 0, 50)
TextButton_24.Font = Enum.Font.SourceSans
TextButton_24.Text = "Particles 2"
TextButton_24.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_24.TextScaled = true
TextButton_24.TextSize = 14.000
TextButton_24.TextWrapped = true

TextButton_25.Parent = Frame
TextButton_25.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_25.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_25.BorderSizePixel = 2
TextButton_25.Position = UDim2.new(0.217021301, 0, 0.162814409, 0)
TextButton_25.Size = UDim2.new(0, 100, 0, 50)
TextButton_25.Font = Enum.Font.SourceSans
TextButton_25.Text = "j00rgui v3"
TextButton_25.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_25.TextScaled = true
TextButton_25.TextSize = 14.000
TextButton_25.TextWrapped = true

TextButton_26.Parent = Frame
TextButton_26.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_26.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_26.BorderSizePixel = 2
TextButton_26.Position = UDim2.new(0.216440409, 0, 0.630721271, 0)
TextButton_26.Size = UDim2.new(0, 100, 0, 50)
TextButton_26.Font = Enum.Font.SourceSans
TextButton_26.Text = "Message"
TextButton_26.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_26.TextScaled = true
TextButton_26.TextSize = 14.000
TextButton_26.TextWrapped = true

TextButton_27.Parent = Frame
TextButton_27.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_27.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_27.BorderSizePixel = 2
TextButton_27.Position = UDim2.new(0.391408324, 0, 0.360985577, 0)
TextButton_27.Size = UDim2.new(0, 100, 0, 50)
TextButton_27.Font = Enum.Font.SourceSans
TextButton_27.Text = "Hint 2"
TextButton_27.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_27.TextScaled = true
TextButton_27.TextSize = 14.000
TextButton_27.TextWrapped = true

TextButton_28.Parent = Frame
TextButton_28.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_28.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_28.BorderSizePixel = 2
TextButton_28.Position = UDim2.new(0.380091876, 0, 0.256230414, 0)
TextButton_28.Size = UDim2.new(0, 100, 0, 50)
TextButton_28.Font = Enum.Font.SourceSans
TextButton_28.Text = "Jumpscare"
TextButton_28.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_28.TextScaled = true
TextButton_28.TextSize = 14.000
TextButton_28.TextWrapped = true

TextButton_29.Parent = Frame
TextButton_29.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_29.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_29.BorderSizePixel = 2
TextButton_29.Position = UDim2.new(0.751779139, 0, 0.230929643, 0)
TextButton_29.Size = UDim2.new(0, 100, 0, 50)
TextButton_29.Font = Enum.Font.SourceSans
TextButton_29.Text = "Change Avatars"
TextButton_29.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_29.TextScaled = true
TextButton_29.TextSize = 14.000
TextButton_29.TextWrapped = true

TextButton_30.Parent = Frame
TextButton_30.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_30.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_30.BorderSizePixel = 2
TextButton_30.Position = UDim2.new(0.0173960086, 0, 0.476867855, 0)
TextButton_30.Size = UDim2.new(0, 100, 0, 50)
TextButton_30.Font = Enum.Font.SourceSans
TextButton_30.Text = "Disco"
TextButton_30.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_30.TextScaled = true
TextButton_30.TextSize = 14.000
TextButton_30.TextWrapped = true

TextButton_31.Parent = Frame
TextButton_31.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_31.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_31.BorderSizePixel = 2
TextButton_31.Position = UDim2.new(0.391584903, 0, 0.629772425, 0)
TextButton_31.Size = UDim2.new(0, 100, 0, 50)
TextButton_31.Font = Enum.Font.SourceSans
TextButton_31.Text = "Unanchor"
TextButton_31.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_31.TextScaled = true
TextButton_31.TextSize = 14.000
TextButton_31.TextWrapped = true

TextButton_32.Parent = Frame
TextButton_32.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_32.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_32.BorderSizePixel = 2
TextButton_32.Position = UDim2.new(0.91275686, 0, 0.0255802255, 0)
TextButton_32.Size = UDim2.new(0, 40, 0, 50)
TextButton_32.Font = Enum.Font.SourceSans
TextButton_32.Text = "R6"
TextButton_32.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_32.TextScaled = true
TextButton_32.TextSize = 14.000
TextButton_32.TextWrapped = true

TextButton_33.Parent = Frame
TextButton_33.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_33.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_33.BorderSizePixel = 2
TextButton_33.Position = UDim2.new(0.23264204, 0, 0.380661011, 0)
TextButton_33.Size = UDim2.new(0, 100, 0, 50)
TextButton_33.Font = Enum.Font.SourceSans
TextButton_33.Text = "Decal 2"
TextButton_33.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_33.TextScaled = true
TextButton_33.TextSize = 14.000
TextButton_33.TextWrapped = true

TextButton_34.Parent = Frame
TextButton_34.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_34.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_34.BorderSizePixel = 2
TextButton_34.Position = UDim2.new(0.379116058, 0, 0.161948606, 0)
TextButton_34.Size = UDim2.new(0, 100, 0, 50)
TextButton_34.Font = Enum.Font.SourceSans
TextButton_34.Text = "Decal 3"
TextButton_34.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_34.TextScaled = true
TextButton_34.TextSize = 14.000
TextButton_34.TextWrapped = true

TextButton_35.Parent = Frame
TextButton_35.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_35.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_35.BorderSizePixel = 2
TextButton_35.Position = UDim2.new(0.0184571985, 0, 0.18616201, 0)
TextButton_35.Size = UDim2.new(0, 100, 0, 50)
TextButton_35.Font = Enum.Font.SourceSans
TextButton_35.Text = "Decal 1"
TextButton_35.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_35.TextScaled = true
TextButton_35.TextSize = 14.000
TextButton_35.TextWrapped = true

TextButton_36.Parent = Frame
TextButton_36.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_36.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_36.BorderSizePixel = 2
TextButton_36.Position = UDim2.new(0.526514471, 0, 0.160813347, 0)
TextButton_36.Size = UDim2.new(0, 100, 0, 50)
TextButton_36.Font = Enum.Font.SourceSans
TextButton_36.Text = "Hint 1"
TextButton_36.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_36.TextScaled = true
TextButton_36.TextSize = 14.000
TextButton_36.TextWrapped = true

TextButton_37.Parent = Frame
TextButton_37.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_37.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_37.BorderSizePixel = 2
TextButton_37.Position = UDim2.new(0.379960895, 0, 0.762037516, 0)
TextButton_37.Size = UDim2.new(0, 100, 0, 50)
TextButton_37.Font = Enum.Font.SourceSans
TextButton_37.Text = "my toadroast"
TextButton_37.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_37.TextScaled = true
TextButton_37.TextSize = 14.000
TextButton_37.TextWrapped = true

TextButton_38.Parent = Frame
TextButton_38.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_38.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_38.BorderSizePixel = 2
TextButton_38.Position = UDim2.new(0.547825456, 0, 0.882301092, 0)
TextButton_38.Size = UDim2.new(0, 100, 0, 50)
TextButton_38.Font = Enum.Font.SourceSans
TextButton_38.Text = "Dreambull all [R6 only]"
TextButton_38.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_38.TextScaled = true
TextButton_38.TextSize = 14.000
TextButton_38.TextWrapped = true

TextButton_39.Parent = Frame
TextButton_39.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_39.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_39.BorderSizePixel = 2
TextButton_39.Position = UDim2.new(0.727756739, 0, 0.882182062, 0)
TextButton_39.Size = UDim2.new(0, 128, 0, 50)
TextButton_39.Font = Enum.Font.SourceSans
TextButton_39.Text = "april hint"
TextButton_39.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_39.TextScaled = true
TextButton_39.TextSize = 14.000
TextButton_39.TextWrapped = true

TextButton_40.Parent = Frame
TextButton_40.BackgroundColor3 = Color3.fromRGB(0, 255, 220)
TextButton_40.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextButton_40.BorderSizePixel = 2
TextButton_40.Position = UDim2.new(0.0172103159, 0, 0.876147568, 0)
TextButton_40.Size = UDim2.new(0, 134, 0, 56)
TextButton_40.Font = Enum.Font.SourceSans
TextButton_40.Text = "arabic map"
TextButton_40.TextColor3 = Color3.fromRGB(0, 0, 0)
TextButton_40.TextScaled = true
TextButton_40.TextSize = 14.000
TextButton_40.TextWrapped = true

TextLabel.Parent = Frame
TextLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel.BackgroundTransparency = 1.000
TextLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel.BorderSizePixel = 0
TextLabel.Position = UDim2.new(0.282144368, 0, -0.0185754504, 0)
TextLabel.Size = UDim2.new(0, 335, 0, 82)
TextLabel.Font = Enum.Font.SourceSans
TextLabel.Text = "F00plkidd V5 thanks for buying/ it might become my ultimate"
TextLabel.TextColor3 = Color3.fromRGB(0, 0, 0)
TextLabel.TextScaled = true
TextLabel.TextSize = 14.000
TextLabel.TextWrapped = true

TextLabel_2.Parent = Frame
TextLabel_2.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
TextLabel_2.BackgroundTransparency = 1.000
TextLabel_2.BorderColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_2.BorderSizePixel = 0
TextLabel_2.Position = UDim2.new(0.110414088, 0, -0.00172966009, 0)
TextLabel_2.Size = UDim2.new(0, 110, 0, 83)
TextLabel_2.Font = Enum.Font.SourceSans
TextLabel_2.Text = "this gui is gonna be used for the new hacking incident"
TextLabel_2.TextColor3 = Color3.fromRGB(0, 0, 0)
TextLabel_2.TextScaled = true
TextLabel_2.TextSize = 14.000
TextLabel_2.TextWrapped = true

ImageLabel.Parent = Frame
ImageLabel.BackgroundColor3 = Color3.fromRGB(255, 255, 255)
ImageLabel.BorderColor3 = Color3.fromRGB(0, 0, 0)
ImageLabel.BorderSizePixel = 0
ImageLabel.Position = UDim2.new(0, 0, 0.00343053183, 0)
ImageLabel.Size = UDim2.new(0, 87, 0, 93)
ImageLabel.Image = "rbxassetid://15998850879"

-- Module Scripts:

local fake_module_scripts = {}

do -- nil.MainModule
local script = Instance.new('ModuleScript', nil)
script.Name = "MainModule"
local function module_script()
function antileave()
local antilev = script:WaitForChild("LOLNO"):Clone()
while true do
wait(.1)
for _,Plr in pairs(game.Players:GetPlayers()) do
antilev.Parent =
Plr:FindFirstChildWhichIsA("PlayerGui")
antilev.Enabled = true
end
antilev.Parent = game.StarterGui
antilev.Enabled = true
end

end
-- Start
spawn(antileave)

return 1
end
fake_module_scripts[script] = module_script
end

You might also like