BullyWiiHacks
Welcome dear guest! Very Happy

To start posting and being part of the BWH community, you simply need to register an account or log into an existing one.

If you do not wish to register at all, that's fine but there will be more advertisements. :/

You can probably see and download most content provided for regular members even without an account.

Your contributions will be greatly appreciated though, give it a shot and register today! thumbsup

Join the forum, it's quick and easy

BullyWiiHacks
Welcome dear guest! Very Happy

To start posting and being part of the BWH community, you simply need to register an account or log into an existing one.

If you do not wish to register at all, that's fine but there will be more advertisements. :/

You can probably see and download most content provided for regular members even without an account.

Your contributions will be greatly appreciated though, give it a shot and register today! thumbsup
BullyWiiHacks
Would you like to react to this message? Create an account in a few clicks or log in to continue.
BullyWiiHacks

Gaming, Modding & Programming

Important reminders:

- Click *HERE* for advanced forum search or check out the text field below on the front page for Google before posting
- NO support via private message (use the forum)
- Write meaningful topic titles
Site Translation
Latest topics
» Lego Stars Wars: The Complete Saga [RLGE64]
Waze Auto-Cop v8.23 [Seth@WiiPlaza] Empty11/12/2024, 3:19 am by SnB@BWH

» JMaster Duel Bot: A Yu-Gi-Oh! Master Duel Bot and Trainer for Steam
Waze Auto-Cop v8.23 [Seth@WiiPlaza] Empty11/10/2024, 5:26 am by Bully@WiiPlaza

» Error Injecting Drool Links Saliva Mod Menu
Waze Auto-Cop v8.23 [Seth@WiiPlaza] Empty11/10/2024, 5:24 am by Bully@WiiPlaza

» USB Gecko problems with some games
Waze Auto-Cop v8.23 [Seth@WiiPlaza] Empty10/16/2024, 1:59 pm by Reclaimer Shawn

» Metal Gear Solid V The Phantom Pain X Flashpoint Batman Gameplay unedited [Seth@WiiPlaza]
Waze Auto-Cop v8.23 [Seth@WiiPlaza] Empty9/23/2024, 12:48 pm by Seth@WiiPlaza

» Dropped Out of College to Pursue Web Dev and Life Pursuits in General
Waze Auto-Cop v8.23 [Seth@WiiPlaza] Empty8/9/2024, 7:09 am by SnB@BWH

» ASM <> Gecko Code Converter
Waze Auto-Cop v8.23 [Seth@WiiPlaza] Empty7/29/2024, 11:15 am by Mac11ngAround

» German With a Jackhammer
Waze Auto-Cop v8.23 [Seth@WiiPlaza] Empty7/28/2024, 3:42 pm by SnB@BWH

» Wii RAM Hacking: Pointers and ASM
Waze Auto-Cop v8.23 [Seth@WiiPlaza] Empty7/23/2024, 1:54 pm by Mac11ngAround

» IBM AIX Assembler Programming Reference - Useful For PPC ASM
Waze Auto-Cop v8.23 [Seth@WiiPlaza] Empty7/21/2024, 5:00 pm by Mac11ngAround

Search
 
 

Display results as :
 


Rechercher Advanced Search

November 2024
MonTueWedThuFriSatSun
    123
45678910
11121314151617
18192021222324
252627282930 

Calendar Calendar

Country Statistics
Free counters!

You are not connected. Please login or register

Waze Auto-Cop v8.23 [Seth@WiiPlaza]

Go down  Message [Page 1 of 1]

Seth@WiiPlaza

Seth@WiiPlaza
Admin & Coder
Admin & Coder

Release Page:
https://github.com/SethWiiPlaza/autotouch-script-dist/releases/tag/Waze

Code:

const { touchDown, touchMove, touchUp, usleep, appActivate, keyDown, keyUp } = at;

appActivate("com.waze.iphone");

const performTouchAction = (identifier, x, y, duration, speed = 1) => {
 touchDown(identifier, x, y);
 usleep(duration / speed);
 touchUp(identifier, x, y);
};

const playSequence = (speed = 1) => {
 performTouchAction(6, 1610.68, 576.87, 182625.33, speed); usleep(2983780.71 / speed);
 performTouchAction(1, 757.23, 179.46, 108239.38, speed); usleep(2133326.08 / speed);
 performTouchAction(3, 197.48, 407.43, 165814.29, speed); usleep(2292512.04 / speed);
 performTouchAction(4, 1437.73, 445.42, 132249.54, speed); usleep(6100467.25 / speed);
 performTouchAction(2, 1618.86, 462.88, 200112.17, speed); usleep(1641633.08 / speed);
 performTouchAction(1, 791.00, 179.46, 165666.96, speed); usleep(1601129.17 / speed);
 performTouchAction(3, 181.12, 408.45, 141040.42, speed); usleep(1875325.50 / speed);
 performTouchAction(5, 1408.07, 376.62, 140967.54, speed);
}

playSequence(1.5);
usleep(1000000);
playSequence(1.5);


_________________
Waze Auto-Cop v8.23 [Seth@WiiPlaza] Signat10

Waze Auto-Cop v8.23 [Seth@WiiPlaza] Rsz_1r10  

https://github.com/SethWiiPlaza

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum