redirectYBCO()
From Hack Wars Wiki
| Function information for redirectYBCO() | |
| Function | redirectYBCO() |
| API | redirect |
| Cost | $50000 |
| Level | 75 |
| CPU Usage | 15 |
| Description | Placed in the 'initialize' section of a Redirecting script, this function will allow you to redirect YBCO.. |
Example
Initialize:
int main(){ redirectYBCO(); } |
