Advertisement
someone_

global.js

Jan 7th, 2013
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // Changing lines 3 through 8 updates the stream codes on the webpage accordingly
  2. // Only edit say 'joowzspeedrun1' to 'whateverthefuckthenewcodeis' the '' is important
  3. var limevcode = 'gdhjvbncvbncvb',
  4.     mipscode = 'joowzdotcom27',
  5.     veemicode = 'noijozxczxc',
  6.     twitchcode = 'jowwow',
  7.     speedrun01 = 'joowzspeedrun1',
  8.     speedrun02 = 'joowzspeedrun2',
  9.     castampcode = 'biopkzxczxc',
  10.  
  11. streamlist = ["limev","mips","veemi","twitch","castamp","speedrun"],
  12.  
  13. mainstream = streamlist[4];
  14. // You can set the main stream here
  15. // What the number inside the square bracket above means:
  16. // 0 - LimeV
  17. // 1 - Mips
  18. // 2 - Veemi
  19. // 3 - Twitch
  20. // 4 - CastAmp
  21. // 5 - Speedrun
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement