Advertisement
funnybunnyofdoom

installertesto

Feb 4th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1.  
  2.  
  3. startupFile = file.open("startup",'w')
  4.  
  5. file.write('--load apis\n')
  6. file.write('os.loadAPI("BunnyOS/ProgramFiles/install")\n')
  7. file.write('os.loadAPI("BunnyOS/Display/menu")\n')
  8. file.write('os.loadAPI("BunnyOS/Display/clock")\n')
  9. file.write('shell.run("BunnyOS/Display/Control")\n')
  10.  
  11. file.write('--disable terminating\n')
  12. file.write('oldPullEvent = os.pullEvent\n')
  13. file.write('os.pullEvent = os.pullEventRaw\n')
  14.  
  15. startupFile.close()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement