www.roblox-scripter.com

Script – Untitled Attack on Titan

Thank you for using our website
Your script:

Godmode

				
					game.Players.LocalPlayer.Character:WaitForChild("GettingGrabbed", 9e9):Destroy()

				
			

Infinite Gas

				
					game.Players.LocalPlayer.Character:WaitForChild("RemainingGas", 9e9):Destroy()

				
			

Infinite blades

				
					local hook
hook = hookmetamethod(game, "__namecall", function(...)
   local Args = {...}
   local method = getnamecallmethod()
   if method:lower() == "fireserver" and Args[1].Name == "BladeDurEvent" then
      return
   end
   return hook(...)
end)
				
			

Draw Russian flag (What?)

				
					local function fire(color)
   game:GetService("Players").LocalPlayer.PlayerGui.FlareGui.LocalScript:WaitForChild("RemoteEvent"):FireServer(color)
   return task.wait(1)
end
fire(Color3.fromRGB(255, 255, 255))
fire(Color3.fromRGB(0, 0, 255))
fire(Color3.fromRGB(255, 0, 0))
				
			

How about trying out new scripts?