[Home](./index.md) > [bitburner](./bitburner.md) > [Corporation](./bitburner.corporation.md) > [bribe](./bitburner.corporation.bribe.md) ## Corporation.bribe() method Bribe a faction Signature: ```typescript bribe(factionName: string, amountCash: number, amountShares: number): boolean; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | factionName | string | Faction name | | amountCash | number | Amount of money to bribe | | amountShares | number | Amount of shares to bribe | Returns: boolean True if successful, false if not