Advertisement
Guest User

MRSS MULTI KEY

a guest
Sep 16th, 2019
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. import os
  2. import webbrowser
  3. import time
  4. while 1==1:
  5. time.sleep(1100)
  6. from threading import Thread
  7.  
  8. def func1():
  9. os.system("taskkill /f /im RobloxPlayerBeta.exe")
  10.  
  11. def func2():
  12. time.sleep(10)
  13. os.system("taskkill /f /im cmd.exe")
  14.  
  15. def func3():
  16. time.sleep(3)
  17. os.system("taskkill /f /im MRG.exe")
  18.  
  19. def func4():
  20. time.sleep(5)
  21. os.startfile('C:\Program Files (x86)\Multiple RBX Games\MRG.exe')
  22.  
  23.  
  24. if __name__ == '__main__':
  25. Thread(target = func1).start()
  26. Thread(target = func2).start()
  27. Thread(target = func3).start()
  28. Thread(target = func4).start()
  29. time.sleep(6)
  30. webbrowser.get("C:/Program Files (x86)/Google/Chrome/Application/chrome.exe %s").open("https://www.roblox.com/games/2414851778/NEW-DUNGEON-Dungeon-Quest?privateServerLinkCode=nUOXPF06gMfG88bmVIHSsuwDk8gg1YS0")
  31. time.sleep(55)
  32. url = 'https://www.roblox.com/games/2414851778/NEW-DUNGEON-Dungeon-Quest?privateServerLinkCode=nUOXPF06gMfG88bmVIHSsuwDk8gg1YS0'
  33. chrome_path = 'C:/Program Files (x86)/Google/Chrome/Application/chrome.exe %s --incognito'
  34. webbrowser.get(chrome_path).open_new(url)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement