Advertisement
jasherton

GalaxyCattys' Backdoor

Nov 30th, 2018
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. 1. The Module is loaded into game through require(id).load(game.PlaceId)
  2.  
  3. 2. The Module then performs a POST to this URL
  4. "https://www.clashtoonhq.org/prox.php?file=whlog.php?placeid=YOURPLACEID".
  5. This is done so that your place can be put into a place log of all backdoor-implemented places.
  6.  
  7. 3. The Module every so often performs a GET request to this URL
  8. "https://www.clashtoonhq.org/prox.php?file=bdrunscript.php".
  9. ("bd" means "backdoor")
  10. This tells the Module what code to execute on the currently running place.
  11.  
  12. 4. If the value of what is returned is not "none", then it runs the code given.
  13.  
  14. (Internal things)
  15. https://cdn.discordapp.com/attachments/518501390369292297/518501438381621277/unknown.png
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement