Advertisement
Guest User

For Void

a guest
Jul 15th, 2016
363
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. -PHP Questions-
  2. $login_user = 'username=secret6timb1&password=PasswordHere'; //Pretty sure this one is correct o3o
  3. $file_name_rs = 'rs.txt'; //A file that holds .ROBLOSECURITY, correct?
  4.  
  5. $post_body = file_get_contents('php://input'); //Not sure about this one, It doesn't need anything to be done to it I'm assuming
  6.  
  7.  
  8. I set $login_user to my username and password.
  9. I got EditThisCookie and copied the .ROBLOSECURITY into rs.txt
  10.  
  11. Here's the code you gave me, which I'm using with different var names.
  12.  
  13. local avid = HttpService:PostAsync("yourserver/uploadAsset.php?id=IDOFMODEL", localscript_xml_here);
  14. local localscript = InsertService:LoadAssetVersion(avid);
  15.  
  16. I'm putting the source, the localscript Lua, between these two strings.
  17.  
  18. [===[<roblox xmlns:xmime="http://www.w3.org/2005/05/xmlmime" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.roblox.com/roblox.xsd" version="4"><Item class="LocalScript"><Properties><ProtectedString name="Source">]===];
  19.  
  20. [===[</ProtectedString></Properties></Item></roblox>]===]
  21.  
  22. Using php I have made sure rs.txt exists and is being detected, and have even added echo's to the end of your php to see if anything else would return, which it did.
  23.  
  24. Here's part of the .ROBLOSECURITY cookie
  25.  
  26. _|WARNING:-DO-NOT-SHARE-THIS.--Sharing-this-will-allow-someone-to-log-in-as-you-and-to-steal-your-ROBUX-and-items.|_369F2DB179E51C9CC891090B
  27.  
  28. -------------------------------------------------------------------------------------------------------------------
  29. It's not returning the avid, nor is it updating the model on roblox (if it updates).
  30. I'm hosting using biz.nf, although that shouldn't have anything to do with it as theres no anti-bot plugin's that break php.
  31.  
  32. The only thing I'm assuming could be the problem is .rs not meaning ROBLOSECURITY or 'php://input' as something I have to edit.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement