Can anyone make or know christmas gift farm script for this game ?

D

DarkestAce

Ace
Ultra Member
Joined
Dec 3, 2021
Messages
730
Reaction score
53
Location
Unknown
Doesnt seem like to popular of a game, check Robloxscripts.com
 
G

GTHOSTSS

Confirmed Memb.
Joined
Jul 1, 2022
Messages
101
Reaction score
4
execute this in synapse or whatever you use
local Client = game.Players.LocalPlayer local Remote = Client.RemoteEvent local UIS = game:GetService("UserInputService") local n; n = hookmetamethod(game, "__namecall", function(self, ...) if getnamecallmethod() == "NextInteger" and getcallingscript().Name == "scramble" then return 1 end return n(self, ...) end) UIS.InputBegan:connect(function(k, t) if k.KeyCode == Enum.KeyCode.Return and not t then for _, Present in pairs(workspace.DroppedGifts:GetChildren()) do if Present.Name == "Minigame Present" and Present:FindFirstChild("Present2") then Remote:FireServer("ChoiceAnswer", true) Remote:FireServer("ScramblerAnswer", "Adharcaiin") end end end end) while task.wait() do if Client.Character then for _, Present in pairs(workspace.DroppedGifts:GetChildren()) do if Present.Name == "Regular Present" and Present:FindFirstChild("Present1") then firetouchinterest(Client.Character.PrimaryPart, Present.Present1, 0) firetouchinterest(Client.Character.PrimaryPart, Present.Present1, 1) end end end end
 
SPAM IS FORBIDDEN!
  • SPAMMERS ARE BANNED FROM THE FORUM AND CANNOT USE ANY OF THE CHEATS
  • For example: thanks, thx, very good, asdqwe, working, ty and so on!
  • For example: Writing the same message over and over. thanks, thx and so on!
  • Copying and copying someone else's message is prohibited.
  • It is forbidden to send messages to increase the number of comments on threads that you have no knowledge of.
  • Write your own opinion when commenting!
  • If you see spam message, please let us know with the REPORT button!

Tema düzenleyici

Top Bottom