Categories > Exploiting > Scripts >

(REQUEST) Can someone make an anti kick script for Mow My Lawn 2

Posts: 6

Threads: 3

Joined: Sep, 2022

Reputation: 0

Posted

So i tried to get a gamepass weapon for free but now it kicks me when i join. is there any way to bypass it?

https://www.roblox.com/games/115917693/MOW-MY-LAWN-2

  • 0

Posts: 26

Threads: 1

Joined: May, 2022

Reputation: -2

Replied

You can only bypass client kicks. If the game your talking about is kicking you with a client kick, then sure. try turning on auto attach and

auto execute. 

 

============================================================

============================================================

 

local Players = game:GetService("Players")
local OldNameCall = nil


getgenv().SendNotifications = true


OldNameCall = hookmetamethod(game, "__namecall", function(Self, ...)
    local NameCallMethod = getnamecallmethod()

    if tostring(string.lower(NameCallMethod)) == "kick" then
        if getgenv().SendNotifications == true then
          warn("Kick Prevented!")
        end
       
        return nil
    end
   
    return OldNameCall(Self, ...)
end)
  • 0

https://media.discordapp.net/attachments/1046009045988941834/1046009238054518794/image.png

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )