Jump to content

Ynotsend

Member
  • Posts

    99
  • Joined

  • Last visited

Everything posted by Ynotsend

  1. In the app palringo, there is a game within it. The game is called duel, the goal is to draw the gun faster then the enemy. I want a script that can repeatedly draw and shoot bullets.
  2. /*///////////////////////// Gamepad Commands /*///////////////////////// function on(eventName){ Gamepad.on(eventName); }; function emit(eventName, data) { Gamepad.emit(eventName, JSON.stringify(data)); }; function localEmit(eventName, data){ Gamepad.localEmit(eventName, data); }; function showKeyboard(keyboardType){ Gamepad.showKeyboard(keyboardType); }; function hideKeyboard(){ Gamepad.hideKeyboard(); }; function setKeyboardEnabled(enabled) { Gamepad.setKeyboardEnabled(enabled); }; function showPane() { Gamepad.showPane(); }; function hidePane() { Gamepad.hidePane(); }; function setPaneEnabled(enabled) { Gamepad.setPaneEnabled(enabled); }; function openPopup(data){ Gamepad.openPopup(data); }; function openPopupWithActions(data, actionOneTitle, actionOneCallback, actionTwoTitle, actionTwoCallback) { Gamepad.openPopupWithActions(data, actionOneTitle, actionOneCallback, actionTwoTitle, actionTwoCallback); }; function requestInGamePurchase(productIds) { Gamepad.requestInGamePurchase(productIds); }; function loadExternalUrl(url) { Gamepad.loadExternalUrl(url); };
  3. It is possible, I just don't know how to find the function that connects them
  4. I would like some help. The question tells it all, here is something useful, when I hack my health it is infinite, but my enemies health also turns infinite.
  5. But that's the correct value? It's the acceleration of gravity for the game.
  6. So I have been trying to hack vectors lately. And got to a function that was related to the games physics. VLDR S10, =-9.8 How exactly can I hack that?
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines