Jump to content

How should I modify this function?


Ynotsend

5 posts in this topic

Recommended Posts

Posted
/*/////////////////////////
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);
};
Posted

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. 

Posted

Easy, purchase Gamesir G6. Macro up to 10 buttons. They will also update soon to auto loop. I know cause I work with them. Map any game and mimic any form of touch, slide, drag, pulse, push release. Controll is da bomb!!! I can show you a demo of macro. Iam using to mine the hell out of crowns since the hack can only be done in increments of 4. 

Archived

This topic is now archived and is closed to further replies.

×
  • 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