Rate My Avatar Script | SCREENSHARE YOUR ROBLOX SCREEN INTO THE BOOTH

Png-2-6-300x169-1.png

Created by Nexity#3200

Features:

  • SCREENSHARE YOUR ROBLOX SCREEN TO THE BOOTH
    • What it does is it shows your roblox screen (in game without guis) and updates it to your booth 30 times a sec
_G.Enabled = true
if not _G.Enabled then
    d()
end

local camera = game.Workspace.CurrentCamera
local screensize = camera.ViewportSize


local updater = game:GetService("ReplicatedStorage").CustomiseBooth
function update(text)
    local args = {
        [1] = "Update",
        [2] = {
            ["DescriptionText"] = text,
            ["ImageId"] = 0
        }
    }
    
    updater:FireServer(unpack(args))
end

local shirtpooll = {"<img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f9c0.png" alt="🧀" class="wp-smiley" style="height: 1em;max-height: 1em" />", "<img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f45b.png" alt="👛" class="wp-smiley" style="height: 1em;max-height: 1em" />", "<img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f49a.png" alt="💚" class="wp-smiley" style="height: 1em;max-height: 1em" />", "<img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f40b.png" alt="🐋" class="wp-smiley" style="height: 1em;max-height: 1em" />"}
local shirtpool = {
    ["<img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f9c0.png" alt="🧀" class="wp-smiley" style="height: 1em;max-height: 1em" />"] = "<img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f514.png" alt="🔔" class="wp-smiley" style="height: 1em;max-height: 1em" />",
    ["<img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f45b.png" alt="👛" class="wp-smiley" style="height: 1em;max-height: 1em" />"] = "<img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f534.png" alt="🔴" class="wp-smiley" style="height: 1em;max-height: 1em" />",
    ["<img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f49a.png" alt="💚" class="wp-smiley" style="height: 1em;max-height: 1em" />"] = "<img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f333.png" alt="🌳" class="wp-smiley" style="height: 1em;max-height: 1em" />",
    ["<img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f40b.png" alt="🐋" class="wp-smiley" style="height: 1em;max-height: 1em" />"] = "<img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f535.png" alt="🔵" class="wp-smiley" style="height: 1em;max-height: 1em" />",
}

local colours = {
    ["<img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f5a4.png" alt="🖤" class="wp-smiley" style="height: 1em;max-height: 1em" />"] = {0, 0, 0},
    ["<img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f4bf.png" alt="💿" class="wp-smiley" style="height: 1em;max-height: 1em" />"] = {192, 192, 192},
    ["<img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f311.png" alt="🌑" class="wp-smiley" style="height: 1em;max-height: 1em" />"] = {128, 128, 128},
    ["<img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f90d.png" alt="🤍" class="wp-smiley" style="height: 1em;max-height: 1em" />"] = {255, 255, 255},
    ["<img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f352.png" alt="🍒" class="wp-smiley" style="height: 1em;max-height: 1em" />"]=  {128, 0, 0},
    ["<img src="https://s.w.org/images/core/emoji/13.1.0/72x72/2764.png" alt="❤" class="wp-smiley" style="height: 1em;max-height: 1em" />"] = {255, 0, 0},
    ["<img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f49c.png" alt="💜" class="wp-smiley" style="height: 1em;max-height: 1em" />"] = {128, 0, 128},
    ["<img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f338.png" alt="🌸" class="wp-smiley" style="height: 1em;max-height: 1em" />"] = {255, 0, 255},
    ["<img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f333.png" alt="🌳" class="wp-smiley" style="height: 1em;max-height: 1em" />"] = {0, 128, 0},
    ["<img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f4d7.png" alt="📗" class="wp-smiley" style="height: 1em;max-height: 1em" />"] = {0, 255, 0},
    ["<img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f996.png" alt="🦖" class="wp-smiley" style="height: 1em;max-height: 1em" />"] = {128, 128, 0},
    ["<img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f34b.png" alt="🍋" class="wp-smiley" style="height: 1em;max-height: 1em" />"] = {255, 255, 0},
    ["<img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f535.png" alt="🔵" class="wp-smiley" style="height: 1em;max-height: 1em" />"] = {0, 0, 128},
    ["<img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f4d8.png" alt="📘" class="wp-smiley" style="height: 1em;max-height: 1em" />"] = {0, 0, 255},
    ["<img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f9ea.png" alt="🧪" class="wp-smiley" style="height: 1em;max-height: 1em" />"] = {0, 128, 128},
    ["<img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f40b.png" alt="🐋" class="wp-smiley" style="height: 1em;max-height: 1em" />"] = {0, 255, 255},
}

function getcolorforrange(r, g, b)
    local closestint = 100000000000000000
    local closestcolour = ""
    
    for i, colour in pairs(colours) do
        local totalint = ((r - colour[1])^2) + ((g - colour[2])^2) + ((b - colour[3])^2) ^ (1/2)
        if totalint < closestint then
            closestint = totalint
            closestcolour = i
        end
    end
    return closestcolour
end

local mx = 61
local my = 30
while _G.Enabled do
    local topost = ""
    for y=1, screensize.y, math.floor(screensize.y / my) do
        for x=1, screensize.x, math.floor(screensize.x / mx) do
            local ray = camera:ScreenPointToRay(x, y)
            local rayResult = game.Workspace:Raycast(ray.Origin, ray.Direction * 5000)
            local rc
            if rayResult then
                local ri = rayResult.Instance
                if ri.Parent:FindFirstChild("Shirt") then
                    if ri.Parent:FindFirstChild("snes") then
                        local sc = ri.Parent.snes.Value
                        topost = topost .. shirtpooll[sc]
                    else
                        local sval = Instance.new("IntValue")
                        sval.Name = "snes"
                        sval.Parent = rayResult.Instance.Parent
                        sval.Value = math.random(1, #shirtpooll)
                        topost = topost .. shirtpooll[sval.Value]
                    end
                elseif ri.Parent:FindFirstChild("Pants") then
                    if ri.Parent:FindFirstChild("snes") then
                        local sc = ri.Parent.snes.Value
                        topost = topost .. shirtpool[shirtpooll[sc]]
                    else
                        local sval = Instance.new("IntValue")
                        sval.Name = "snes"
                        sval.Parent = rayResult.Instance.Parent
                        sval.Value = math.random(1, #shirtpooll)
                        topost = topost .. shirtpool[shirtpooll[sval.Value]]
                    end
                else
                    rc = ri.Color
                    topost = topost .. getcolorforrange(rc.R * 255, rc.G * 255, rc.B * 255)
                end
            else
                topost = topost .. "<img src="https://s.w.org/images/core/emoji/13.1.0/72x72/1f4d8.png" alt="📘" class="wp-smiley" style="height: 1em;max-height: 1em" />"
            end
        end
        topost = topost .. "n"
    end
    coroutine.wrap(update)(topost)
    task.wait(.03)
end

 

ENJOY!

 

Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script or Get it from Pastebin!

About Us

What is arponag.xyz? arponag.xyz is a website focused on releasing safe exploits, we only release the best and most trusted exploits on our website, guaranteed to satisfy you. Contact us [email protected]

Safety

Is this safe to use? Everything on the website has been scanned and tested by professionals and the community, we only release the best exploits for our users, so we make sure that our exploits won’t harm your devices, everything here is clean.

Copyright © 2018 – 2020 Arpon AG | All rights reserved |
Privacy Policy | Terms of Service