yojimbos_law

edited love tester automation script

Jan 1st, 2019
440
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.55 KB | None | 0 0
  1.  
  2. string avoiding_human_interaction;
  3. if(get_property("_human_interaction_avoided") == ""){
  4. //for bafh
  5. //while(get_clan_id() != 90485){
  6. //for reddit united
  7. while(get_clan_id() != 2047000135){
  8. //cli_execute("/whitelist bonus adventures from hell");
  9. cli_execute("/whitelist reddit united");
  10. }
  11. avoiding_human_interaction = visit_url("clan_viplounge.php?preaction=lovetester");
  12. if(!(avoiding_human_interaction.contains_text("You may still consult Madame Zatara about your relationship with a clanmate"))){
  13. set_property("_human_interaction_avoided","this is text");
  14. }
  15. while(avoiding_human_interaction.contains_text("You may still consult Madame Zatara about your relationship with a clanmate") && get_property("_human_interaction_avoided") == ""){
  16. //for bafh
  17. //avoiding_human_interaction = visit_url("choice.php?whichchoice=1278&which=1&q1=pizza&q2=batman&q3=thick&option=1&whichid=cheesefax&pwd="+my_hash());
  18. //for reddit united
  19. avoiding_human_interaction = visit_url("choice.php?whichchoice=1278&which=1&q1=salt&q2=robin&q3=thick&option=1&whichid=2994453&pwd="+my_hash());
  20. if(!(avoiding_human_interaction.contains_text("You may still consult Madame Zatara about your relationship with a clanmate"))){
  21. set_property("_human_interaction_avoided","this is text");
  22. }
  23. if(avoiding_human_interaction.contains_text("already waiting on your results with")){
  24. wait(5);
  25. }
  26. }
  27. //for bafh
  28. //while(get_clan_id() == 90485){
  29. //for reddit united 2047000135
  30. while(get_clan_id() == 2047000135){
  31. cli_execute("/whitelist e from hel");
  32. }
  33. }
Advertisement
Add Comment
Please, Sign In to add comment