Guest User

Untitled

a guest
Oct 23rd, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.87 KB | None | 0 0
  1. They just made the Charles method a bit harder.
  2.  
  3. Just tested it - don't have time for nice screenshots and stuff - maybe someone else can do that bit.
  4.  
  5. Do not try this if you are not very comfortable with Charles.
  6. Wait until someone puts up screenshots to follow.
  7.  
  8. Have 2 objects on your farm
  9. Charles on Record and Breakpoints.
  10. Sell one object (remember which this one is). When Charles Breakpoints come up - ignore it - but make sure that it comes up.
  11. Go to market, find stuff to send do the normal, up to 6 times.
  12.  
  13. Go back to Charles hit abort on your waiting breakpoint.
  14. The next breakpoint will appear - look at the request amf portion - it should have the number of items you are going to send + 2
  15.  
  16. Go back to your browser - refresh your farm - go immediately to Charles and turn off breakpoints and hit abort on the request.
  17.  
  18. In the recording session - you will see 2 lines marked by red X's - open the second, make sure it is the one you saw before, and click on the pencil to create an editable duplicate.
  19.  
  20. When your farm is loaded, sell the one you did not sell the first time.
  21. When the request and response comes through in Charles - find the sequence number.
  22.  
  23. For your Pencil request - change the first sequence number to it + 1. Increment each sequence number by 1.
  24. Check what you are going to send the 0 item should be the sell of the 1 object you have left, the 1 item should be the publish that you have visited the market, and the rest should be the presents you want to send.
  25. Make sure the token is the same as the one above, if not change it.
  26. Click execute.
  27. go back to the pencil items, change the FBID or items to send but always leave the 1st 2 alone and do not change the sequence numbers.
  28. Click execute.
  29. Rinse and repeat ad nauseum.
  30.  
  31. Sorry I do not have the time to make this easy to understand. Hopefully someone else will take this and add screenshots, etc.
Add Comment
Please, Sign In to add comment