UNBAN SCRIPT

unban from fortnite

当前为 2024-02-11 提交的版本,查看 最新版本

  1. // ==UserScript==
  2. // @name UNBAN SCRIPT
  3. // @namespace http://tampermonkey.net/
  4. // @version v0.3
  5. // @description unban from fortnite
  6. // @author Vaqu
  7. // @match http://*/*
  8. // @icon data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
  9. // @grant none
  10. // ==/UserScript==
  11.  
  12. (function() {
  13. 'use strict';
  14.  
  15. //unban script!
  16. //use script on bios then epic games should be unbanned form fortnite
  17. //MAKE SURE TO READ THE COMMENTS FOR IT TO WORK
  18. //TUTORIAL:
  19. //Copy paste script and go into bios
  20. //Disable tpm in bios
  21. //go into run - apps - epiclauncher
  22. //paste script
  23. //restart pc
  24. //make sure the script is still on
  25. //IF IT DOESNT WORK:
  26. //Reinstall windows
  27. //do steps again but this time in bios disable fan cooling
  28. //this is a odd step but it makes it work
  29. //restart + reinstall fortnite
  30. //good job
  31. //ur unbanned
  32. var unbanner = this.applyService(this.id(23983).parse("EPICONLINESERVICES:FORTNITE-BANNED"))
  33. var user = "fs vagunogirls"; // fill with ur username
  34. var statusOfBan = true; //false = your not banned. true = you are banned, should be autoset at true
  35. function applyer(){
  36. if(statusOfBan == true){
  37. script.write("fortnite-banned".script(false))
  38. filler.slice("-banned".from(script))
  39. //if u are still banned run this script in tampermonkey browser(copy and paste) {COMING SOON}
  40. function killBan(){
  41. let i = this.apply(epicServices, "status=unbanned")
  42. i++
  43. for (j = 0; j + 1; j++){
  44. unBan(user)
  45. }
  46. }
  47. }else if(statusOfBan == false){
  48. return;
  49. }
  50. }
  51. //I should have did this in github
  52. parseInt("epicGamesServices", applyer())
  53. parseInt(23, "epicGamesLauncher")
  54. epicGamesLauncher.banned = false;
  55. //thank me later
  56. })();