Interactive Intimate Script | FARM POINTS – GET INFINITE POINTS!

Created by pralex#6114

Features:

  • FARM POINTS
    • ‘n’ to disable and enable
local balls = true

local m = game.Players.LocalPlayer:GetMouse()

spawn(function()
   while true do
       if not balls then repeat wait() until balls end
           
       game.Players.LocalPlayer.PlayerGui.ThingsOnScreen.Electricution_Script.Activated.Value = true
       game.Players.LocalPlayer.PlayerGui.ThingsOnScreen.Electricution_Script.Activated.Value = false
       wait()

   end
end)

m.KeyDown:connect(function(k)
k = k:lower()
if k == "n" then
if not balls then
   balls = true
elseif balls then
   balls = false
end
end
end)

ENJOY!

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

Share This Post

Share on facebook
Share on linkedin
Share on twitter
Share on email

More Scripts!

TOP 10 TRENDING SCRIPTS