Page 1 of 1

VVVVV - Doing Things the Hard Way / Veni Vidi Vici

Posted: 06 Oct 2017, 07:06
by chris22cali
Hi All,

Here's a little script I made to get the trinket in the game VVVVV for the levels Veni Vidi Vici... etc.

Cheers!

Code: Select all

; STARTING POSITION IS (C) in Doing Thing the Hard Way
; RUN SCRIPT AND SWITCH TO GAME QUICKLY -- YOU HAVE 4 SECONDS
Sleep 4000

; GET IN POSITION
Send {Right down}
Sleep 700
Send {Right up}
Sleep 50

; LIFTOFF
Send !{Space}
Sleep 1
Send {Up down}
Sleep 1
Send {Up up}
Sleep 1
Send !{Space}

; VENI
Sleep 600
Send {Right down}
Sleep 450
Send {Right up}
Sleep 200

; VIDI
Send {Left down}
Sleep 665
Send {Left up}

; VICI
Sleep 1430

; EASY MODE UNLOCKED
Send {Right down}
Sleep 250
Send {Right up}
Sleep 300

; YOUR BITTER TEARS... DELICIOUS
Send {Left down}
Sleep 350
Send {Left up}
Sleep 300

; GETTING HERE IS HALF THE FUND
Send {Right down}
Sleep 200
Send {Right up}
Sleep 200

; LIFTOFF (PART 2)
Send !{Space}
Sleep 1
Send {Up down}
Sleep 1
Send {Up up}
Sleep 1
Send !{Space}
Sleep 1

; GETTING HERE IS HALF THE FUND (PART 2)
Send {Left down}
Sleep 200
Send {Left up}

; YOUR BITTER TEARS... DELICIOUS (PART 2)
Sleep 250
Send {Right down}
Sleep 500
Send {Right up}
Sleep 50

; EASY MODE UNLOCKED (PART 2)
Send {Left down}
Sleep 300
Send {Left up}

; VICI (PART 2)
Sleep 1430

; VIDI (PART 2)
Send {Right down}
Sleep 655
Send {Right up}

; VENI (PART 2)
Sleep 200
Send {Left down}
Sleep 450
Send {Left up}
Sleep 500


Re: VVVVV - Doing Things the Hard Way / Veni Vidi Vici

Posted: 14 Dec 2017, 07:59
by Reloaded
chris22cali wrote:Hi All,

Here's a little script I made to get the trinket in the game VVVVV for the levels Veni Vidi Vici... etc.

Cheers!

Code: Select all

; STARTING POSITION IS (C) in Doing Thing the Hard Way
; RUN SCRIPT AND SWITCH TO GAME QUICKLY -- YOU HAVE 4 SECONDS
Sleep 4000

; GET IN POSITION
Send {Right down}
Sleep 700
Send {Right up}
Sleep 50

; LIFTOFF
Send !{Space}
Sleep 1
Send {Up down}
Sleep 1
Send {Up up}
Sleep 1
Send !{Space}

; VENI
Sleep 600
Send {Right down}
Sleep 450
Send {Right up}
Sleep 200

; VIDI
Send {Left down}
Sleep 665
Send {Left up}

; VICI
Sleep 1430

; EASY MODE UNLOCKED
Send {Right down}
Sleep 250
Send {Right up}
Sleep 300

; YOUR BITTER TEARS... DELICIOUS
Send {Left down}
Sleep 350
Send {Left up}
Sleep 300

; GETTING HERE IS HALF THE FUND
Send {Right down}
Sleep 200
Send {Right up}
Sleep 200

; LIFTOFF (PART 2)
Send !{Space}
Sleep 1
Send {Up down}
Sleep 1
Send {Up up}
Sleep 1
Send !{Space}
Sleep 1

; GETTING HERE IS HALF THE FUND (PART 2)
Send {Left down}
Sleep 200
Send {Left up}

; YOUR BITTER TEARS... DELICIOUS (PART 2)
Sleep 250
Send {Right down}
Sleep 500
Send {Right up}
Sleep 50

; EASY MODE UNLOCKED (PART 2)
Send {Left down}
Sleep 300
Send {Left up}

; VICI (PART 2)
Sleep 1430

; VIDI (PART 2)
Send {Right down}
Sleep 655
Send {Right up}

; VENI (PART 2)
Sleep 200
Send {Left down}
Sleep 450
Send {Left up}
Sleep 500

Haha, nice idea :)