[ad_1]
Created by Enryu
Features:
--[[
Script [1]: its just farming 3 places (Camp1,Camp2,Camp3)
Script [2]: farming 4 places (Camp1,Camp2,Camp3,SouthPole)
]]--
getgenv().FarmCoin = true
DEBUG_MODE = true -- logging farming process, print out on dev console F9
local SelectScript = 1
local _FERXIIC = ({[1] = game:HttpGet('https://pastebin.com/raw/GK6a9sVQ'), [2] = game:HttpGet('https://pastebin.com/raw/iPK1r1NN')})[SelectScript]
loadstring(_FERXIIC)()
- No water damage, Infinite Energy & Exhaustion
----No water damage
local a = game:GetService("ReplicatedStorage"):FindFirstChild('Freeze_damage')
if a then
a.Name = game:GetService('HttpService'):GenerateGUID()
end
--- Infinite Energy & Exhaustion
local Client = game:GetService('Players').LocalPlayer
local hook
hook = hookmetamethod(game, '__newindex', function(o,k,v)
if o.Parent == Client.Inventory and o.ClassName == 'IntValue' then
if k == 'Value' then
return math.huge
end
end
return hook(o,k,v)
end)
ENJOY!
Warning: DO NOT DOWNLOAD anything from this page, you’re only here to copy the script!
[ad_2]