The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Control ben (game got banned) script pastebin roblox
By control ben (game got banned) on 2024-09-22 08:00 am | Syntax: LUA | Views: 11



New Script | Raw | Show/Hide line no. | Copy text to clipboard
  1. local gui = game.Players.LocalPlayer.PlayerGui.QuestionGUI.BenOptions
  2. local remote = game:GetService("ReplicatedStorage").CheckBen
  3. local oldNamecall
  4. oldNamecall = hookmetamethod(game, "__namecall", function(self, ...)
  5.         local namecallMethod = getnamecallmethod()
  6.  
  7.         if not checkcaller() and self == remote and namecallMethod == "InvokeServer" then
  8.                 return game.Players.LocalPlayer
  9.         end
  10.         return oldNamecall(self, ...)
  11. end)
  12. gui.Visible = true
  13. gui:GetPropertyChangedSignal("Visible"):Connect(function()
  14.         if gui.Visible == false then
  15.                 gui.Visible = true
  16.         end
  17. end)



  • Recent Roblox Scripts