Guess The Emoji Script | AUTOMATICALLY GUESS THE CORRECT ANSWER

Png-100.png

Created by magnetwashere

Features:

  • AUTOMATICALLY GUESS THE CORRECT ANSWER

how to use: after you execute you can press V to automatically guess the correct answer

also: in the script, the value ‘getgenv().SayAnswer’ in the script can be changed to ‘true’ to automatically say the answer in chat, you can change this to false to disable it again

local UIS = game:GetService("UserInputService")
local Say = game:GetService("ReplicatedStorage").DefaultChatSystemChatEvents.SayMessageRequest

getgenv().SayAnswer = false -- change to true to make the script say your answer

if _G.Input ~= nil then
   _G.Input:Disconnect()
   _G.Input = nil
end

local Answer, AnswerRemote; for _, Obj in next, getgc(true) do
   if type(Obj) == "table" and rawget(Obj, "CurrentAnswer") then
       Answer = Obj
   elseif type(Obj) == "table" and rawget(Obj, "libs") then
       AnswerRemote = Obj.libs.Networking.Remotes.PlayerAnswer
   end
end

_G.Input = UIS.InputBegan:Connect(function(Key, GPE)
   if not GPE and Key.KeyCode == Enum.KeyCode.V then
       local CurrentAnswer = Answer["CurrentAnswer"]
       
       if SayAnswer then
           Say:FireServer(CurrentAnswer, "All")
       end
       
       AnswerRemote:FireServer(CurrentAnswer)
   end
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Â