Bee Swarm Simulator script – (Kocmoc Hub)

Bee_Swarm_Simulator

Functions: Autofarm, AutoDig, AutoCombat & more

Script developer: Kocmoc
Video showcase:
Installation guide:
Copy the script from the button below.
Run any Injector (We recommend KRNL Injector)
Install it, insert the script and click execute
Enjoy it)

Thank you for using our website
Your script:

				
					old = hookmetamethod(game,"__namecall",function(...)
    local args = {...}
    if getnamecallmethod() == 'GetClientId' then
          return '64F44D98-3208-43C2-BAFB-C465761995FC'
    elseif getnamecallmethod() == "GetCountryRegionForPlayerAsync" then
         return "RU"
    end
    return old(...)
end)

x = hookmetamethod(game,'__index',function(self,key)
    if key == "GetCountryRegionForPlayerAsync" or key == "CountryRegionCodeReplicate" then
     return 'RU'
end
    return x(self,key)
end)

game.Players.LocalPlayer.Name = "AkrienSide"
game.Players.LocalPlayer.Character.Name = "AkrienSide"
game.Players.LocalPlayer.CharacterAppearanceId = 322205040
game.Players.LocalPlayer.UserId = 322205040
task.wait()
loadstring(game:HttpGet("https://raw.githubusercontent.com/Boxking776/kocmoc/main/kocmoc-remastered.lua", true))()
				
			
Комментарии

No comments yet. Be the first.

Leave a comment