Difference between revisions of "Bot Playground/Faq"
From SmartBots Developers Docs
								 (Created page with "; Is my bot password safe? : Yes. We do not store bot and SmartBots account passwords on a sandbox server at all. ; Can scripts read files? : No. The scripts are sandboxed and...")  | 
				|||
| Line 1: | Line 1: | ||
| + | {{DISPLAYTITLE:Bots Playground FAQ}}  | ||
| + | |||
; Is my bot password safe? : Yes. We do not store bot and SmartBots account passwords on a sandbox server at all.  | ; Is my bot password safe? : Yes. We do not store bot and SmartBots account passwords on a sandbox server at all.  | ||
; Can scripts read files? : No. The scripts are sandboxed and can't access world outside the sandbox. However, check the "Bug Hunter" program below.  | ; Can scripts read files? : No. The scripts are sandboxed and can't access world outside the sandbox. However, check the "Bug Hunter" program below.  | ||
; Can I crash the server? : Yes, easily. Just write the script which starts a dead loop. During the beta test we don't track and kill such scripts (we will later). So... just act wisely.  | ; Can I crash the server? : Yes, easily. Just write the script which starts a dead loop. During the beta test we don't track and kill such scripts (we will later). So... just act wisely.  | ||
; Can someone access my scripts? : We think nobody can, but check the Bug Hunter program below. And remember that your program does not hold any bot and account passwords.  | ; Can someone access my scripts? : We think nobody can, but check the Bug Hunter program below. And remember that your program does not hold any bot and account passwords.  | ||
| + | |||
| + | {{NavMenu}}  | ||
| + | __NOTOC__  | ||
Revision as of 16:54, 30 August 2022
- Is my bot password safe?
 - Yes. We do not store bot and SmartBots account passwords on a sandbox server at all.
 - Can scripts read files?
 - No. The scripts are sandboxed and can't access world outside the sandbox. However, check the "Bug Hunter" program below.
 - Can I crash the server?
 - Yes, easily. Just write the script which starts a dead loop. During the beta test we don't track and kill such scripts (we will later). So... just act wisely.
 - Can someone access my scripts?
 - We think nobody can, but check the Bug Hunter program below. And remember that your program does not hold any bot and account passwords.