PLS DONATE Script | FORTUNE COOKIE

Png-3-4-300x169-1.png

Created by BeterGriffin#9364

Features:

  • SAYS A RANDOM FORTUNE COOKIE QUOTE EVERYTIME SOMEONE DONATES TO YOU
repeat wait() until game:IsLoaded()
print("Executed")
local ChatEvent = game:GetService"ReplicatedStorage".DefaultChatSystemChatEvents.SayMessageRequest
print("Locals Loaded")
getgenv().MessageStatus = true
getgenv().Message = { -- Put quotes in here.
    "A person who is nice to you, but rude to the waiter, is not a nice person.",
    "Be nice to people on your way up because youll meet them on your way down.",
    "You must not let anyone define your limits because of where you come from. Your only limit is your soul.",
    "It’s a small world after all.",
    "Our fate lives within us. You only have to be brave enough to see it.",
    "Being brave doesn’t mean you go looking for trouble.", "You're never too old to wish upon a star.",
    "I’d rather die today than live 100 years without knowing you.",
    "I can show you the world…",
    "I‘ll make a man out of you.",
    "Laughter is timeless, imagination has no age, and dreams are forever.",
    "This is love. You’re not gonna find another girl like her in a million years. Believe me, I know. I’ve looked.",
    "If there ever comes a day when we can’t be together, keep me in your heart. I’ll stay there forever.",
}
local debounce = false
print("Globals Loaded")

print("Executed")

game.Players.LocalPlayer.leaderstats.Raised.Changed:Connect(function()
    if getgenv().MessageStatus == true then
        if not debounce then
            debounce = true
            wait(1)
            print("Try Chat")
            ChatEvent:FireServer(getgenv().Message[math.random(1,#getgenv().Message)],"All")
            wait(3)
            debounce = false
        end
    end
end)

for i,v in pairs(getconnections(game:GetService("Players").LocalPlayer.Idled)) do
    v:Disable()
end

ENJOY!

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

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Â