Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- -- Objects
- local RafxxGUI = Instance.new("ScreenGui")
- local Raf = Instance.new("TextLabel")
- local home = Instance.new("TextButton")
- local lua = Instance.new("TextButton")
- local fillgap = Instance.new("Frame")
- local Inj = Instance.new("TextButton")
- local ae = Instance.new("Frame")
- local credits = Instance.new("TextButton")
- local mfor = Instance.new("TextButton")
- local injectWait = Instance.new("TextLabel")
- local luaFrame = Instance.new("TextLabel")
- local luaScript = Instance.new("TextBox")
- local exe = Instance.new("TextButton")
- local clr = Instance.new("TextButton")
- -- Properties
- RafxxGUI.Name = "RafxxGUI"
- RafxxGUI.Parent = game.CoreGui
- Raf.Name = "Raf"
- Raf.Parent = RafxxGUI
- Raf.Active = true
- Raf.BackgroundColor3 = Color3.new(0, 1, 0)
- Raf.BorderSizePixel = 0
- Raf.Draggable = true
- Raf.Position = UDim2.new(0, 115, 0, 116)
- Raf.Size = UDim2.new(0, 462, 0, 98)
- Raf.Font = Enum.Font.SourceSans
- Raf.FontSize = Enum.FontSize.Size14
- Raf.Text = "Rafxx"
- Raf.TextColor3 = Color3.new(1, 1, 1)
- Raf.TextScaled = true
- Raf.TextSize = 14
- Raf.TextWrapped = true
- Raf.TextXAlignment = Enum.TextXAlignment.Left
- home.Name = "home"
- home.Parent = Raf
- home.BackgroundColor3 = Color3.new(0, 1, 0)
- home.BorderSizePixel = 0
- home.Position = UDim2.new(0, 0, 0, 98)
- home.Size = UDim2.new(0, 200, 0, 60)
- home.Font = Enum.Font.SourceSans
- home.FontSize = Enum.FontSize.Size14
- home.Text = "Home 🏠"
- home.TextColor3 = Color3.new(1, 0, 0)
- home.TextScaled = true
- home.TextSize = 14
- home.TextWrapped = true
- lua.Name = "lua"
- lua.Parent = Raf
- lua.BackgroundColor3 = Color3.new(0, 1, 0)
- lua.BorderSizePixel = 0
- lua.Position = UDim2.new(0, 261, 0, 98)
- lua.Size = UDim2.new(0, 201, 0, 60)
- lua.Font = Enum.Font.SourceSans
- lua.FontSize = Enum.FontSize.Size14
- lua.Text = ""
- lua.TextColor3 = Color3.new(1, 0, 0)
- lua.TextScaled = true
- lua.TextSize = 14
- lua.TextWrapped = true
- fillgap.Name = "fillgap"
- fillgap.Parent = Raf
- fillgap.BackgroundColor3 = Color3.new(0, 1, 0)
- fillgap.BorderSizePixel = 0
- fillgap.Position = UDim2.new(0, 199, 0, 98)
- fillgap.Size = UDim2.new(0, 82, 0, 60)
- Inj.Name = "Inj"
- Inj.Parent = Raf
- Inj.BackgroundColor3 = Color3.new(0, 0, 0)
- Inj.BorderColor3 = Color3.new(0, 1, 1)
- Inj.BorderSizePixel = 5
- Inj.Position = UDim2.new(0, 319, 0, 20)
- Inj.Size = UDim2.new(0, 119, 0, 59)
- Inj.Font = Enum.Font.SourceSans
- Inj.FontSize = Enum.FontSize.Size14
- Inj.Text = "Inject"
- Inj.TextColor3 = Color3.new(1, 1, 1)
- Inj.TextScaled = true
- Inj.TextSize = 14
- Inj.TextWrapped = true
- ae.Name = "ae"
- ae.Parent = Raf
- ae.BackgroundColor3 = Color3.new(0.301961, 0.301961, 0.301961)
- ae.BorderSizePixel = 0
- ae.Position = UDim2.new(0, 0, 0, 158)
- ae.Size = UDim2.new(0, 462, 0, 279)
- credits.Name = "credits"
- credits.Parent = ae
- credits.BackgroundColor3 = Color3.new(0, 0, 0)
- credits.BorderSizePixel = 0
- credits.Position = UDim2.new(0, 0, 0, 279)
- credits.Size = UDim2.new(0, 462, 0, 50)
- credits.Font = Enum.Font.SourceSans
- credits.FontSize = Enum.FontSize.Size14
- credits.Text = "Credits"
- credits.TextColor3 = Color3.new(1, 1, 1)
- credits.TextScaled = true
- credits.TextSize = 14
- credits.TextWrapped = true
- mfor.Name = "mfor"
- mfor.Parent = credits
- mfor.BackgroundColor3 = Color3.new(0, 0, 0)
- mfor.BorderSizePixel = 0
- mfor.Position = UDim2.new(0, 0, 0, 50)
- mfor.Size = UDim2.new(0, 462, 0, 50)
- mfor.Font = Enum.Font.SourceSans
- mfor.FontSize = Enum.FontSize.Size14
- mfor.Text = "Who I Made This For"
- mfor.TextColor3 = Color3.new(1, 1, 1)
- mfor.TextScaled = true
- mfor.TextSize = 14
- mfor.TextWrapped = true
- injectWait.Name = "injectWait"
- injectWait.Parent = Raf
- injectWait.BackgroundColor3 = Color3.new(1, 1, 1)
- injectWait.BackgroundTransparency = 1
- injectWait.BorderSizePixel = 0
- injectWait.Position = UDim2.new(0, 0, 0, 170)
- injectWait.Size = UDim2.new(0, 462, 0, 246)
- injectWait.Font = Enum.Font.SourceSans
- injectWait.FontSize = Enum.FontSize.Size14
- injectWait.Text = "Waiting For Injection..."
- injectWait.TextColor3 = Color3.new(1, 0, 0)
- injectWait.TextScaled = true
- injectWait.TextSize = 14
- injectWait.TextWrapped = true
- luaFrame.Name = "luaFrame"
- luaFrame.Parent = Raf
- luaFrame.BackgroundColor3 = Color3.new(1, 1, 1)
- luaFrame.BackgroundTransparency = 1
- luaFrame.BorderSizePixel = 0
- luaFrame.Position = UDim2.new(0, 167, 0, 185)
- luaFrame.Size = UDim2.new(0, 128, 0, 83)
- luaFrame.Visible = false
- luaFrame.Font = Enum.Font.SourceSans
- luaFrame.FontSize = Enum.FontSize.Size14
- luaFrame.Text = "LUA"
- luaFrame.TextColor3 = Color3.new(1, 0, 0)
- luaFrame.TextScaled = true
- luaFrame.TextSize = 14
- luaFrame.TextWrapped = true
- luaScript.Name = "luaScript"
- luaScript.Parent = luaFrame
- luaScript.BackgroundColor3 = Color3.new(1, 0, 0)
- luaScript.BorderSizePixel = 0
- luaScript.Position = UDim2.new(0, -93, 0, 83)
- luaScript.Size = UDim2.new(0, 315, 0, 50)
- luaScript.ClearTextOnFocus = false
- luaScript.Font = Enum.Font.SourceSans
- luaScript.FontSize = Enum.FontSize.Size14
- luaScript.Text = "Lua Script"
- luaScript.TextColor3 = Color3.new(1, 1, 1)
- luaScript.TextScaled = true
- luaScript.TextSize = 14
- luaScript.TextWrapped = true
- exe.Name = "exe"
- exe.Parent = luaScript
- exe.BackgroundColor3 = Color3.new(1, 0, 0)
- exe.BorderSizePixel = 0
- exe.Position = UDim2.new(0, 0, 0, 67)
- exe.Size = UDim2.new(0, 137, 0, 50)
- exe.Font = Enum.Font.SourceSans
- exe.FontSize = Enum.FontSize.Size14
- exe.Text = "Execute"
- exe.TextColor3 = Color3.new(1, 1, 1)
- exe.TextScaled = true
- exe.TextSize = 14
- exe.TextWrapped = true
- clr.Name = "clr"
- clr.Parent = exe
- clr.BackgroundColor3 = Color3.new(1, 0, 0)
- clr.BorderSizePixel = 0
- clr.Position = UDim2.new(0, 176, 0, 0)
- clr.Size = UDim2.new(0, 137, 0, 50)
- clr.Font = Enum.Font.SourceSans
- clr.FontSize = Enum.FontSize.Size14
- clr.Text = "Clear"
- clr.TextColor3 = Color3.new(1, 1, 1)
- clr.TextScaled = true
- clr.TextSize = 14
- clr.TextWrapped = true
- Inj.MouseButton1Click:connect(function()
- injectWait.Text = "Injected! Enjoy!"
- lua.Text = "Lua"
- end)
- credits.MouseButton1Click:connect(function()
- credits.Text = "Discord:"
- wait(2)
- credits.Text = "Quick Shoot Sniper#0187"
- wait(2)
- credits.Text = "Credits"
- end)
- mfor.MouseButton1Click:connect(function()
- mfor.Text = "Discord:"
- wait(2)
- mfor.Text = "Xenor#6458"
- wait(2)
- mfor.Text = "Who I Made This For"
- end)
- lua.MouseButton1Click:connect(function()
- home.Text = "Home"
- lua.Text = "Lua 🏠"
- injectWait.Visible = false
- luaFrame.Visible = true
- end)
- home.MouseButton1Click:connect(function()
- home.Text = "Home 🏠"
- lua.Text = "Lua"
- injectWait.Visible = true
- luaFrame.Visible = false
- end)
- exe.MouseButton1Click:connect(function()
- loadstring(luaScript.Text)()
- end)
- clr.MouseButton1Click:connect(function()
- luaScript.Text = ""
- end)
Add Comment
Please, Sign In to add comment