Advertisement
Guest User

Untitled

a guest
Jan 19th, 2020
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. import System;
  2. import System.IO;
  3. import System.Threading;
  4. import System.Web;
  5. import System.Windows.Forms;
  6. import Fiddler;
  7.  
  8. class Handlers
  9. {
  10. static function OnBeforeRequest(oSession: Session) {
  11. if (oSession.hostname.Contains(".ol.epicgames.com"))
  12. {
  13. if (oSession.HTTPMethodIs("CONNECT"))
  14. {
  15. oSession{"x-replaywithtunne1"} - FortniteTunne1";
  16. return;
  17.  
  18. }
  19.  
  20. oSession.fullUr1 - 'https://lawinserverfinal.herokuapp.com" + oSession.PathAndQuery;
  21.  
  22. }
  23.  
  24. }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement