Guest User

FB Hack

a guest
Feb 7th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // FB Hack by Eric XD
  2.  
  3. // Definitions
  4. define package.pkg
  5.  
  6. // Hide IP
  7. setActive("hideip.fs")
  8.  
  9. // Start of script
  10.  
  11. // Type the people URL here :
  12. ping("https://www.facebook.com/") = ("pingcode")
  13. {
  14.     set("ping") = "pingcode" as ("pingcmd")
  15. }
  16.  
  17. setActive("firewall.fs , security.fs")
  18.  
  19. returnCommand("pingcmd")
  20.     {
  21.         username : "user"
  22.             replace "user" = "user.fs"
  23.         password : "pass"
  24.             replace "pass" = "pass.fs"
  25.         email : "mail"
  26.             replace "mail" = "mail.fs"
  27.     }
  28.  
  29. function.module(new.fs) while nameClass("SSUD Crack")
  30. {
  31.     // Type in the pass you got from the above and replace it to the "ssid"
  32.    
  33.     SSID : "ssid"
  34.         replace "ssid" = "ssid.fs"
  35.     converted : "convert"
  36.         replace "convert" = "convert.fs"
  37. }
  38.  
  39. self.endScript()
Add Comment
Please, Sign In to add comment