Jump to content

Recommended Posts

Posted

If you haven't played it, then you can find it here

Basically this cheat makes you shoot multiple bullets at a time on level two. Pause it on parts where you need to saw stuff though.

Opt ( "SendKeyDelay", 0 )
HotKeySet ( "{Space}", "Moo" )
HotKeySet ( "{Pause}", "Pause" )
HotKeySet ( "{End}", "Quit" )
While 1
    Sleep ( 100 )
WEnd
Func Moo()
    HotKeySet ( "{Space}" )
    AdlibEnable ( "SendSpace", 1 )
    Send ( "{Space}{Space}{Space}{Space}{Space}" )
    Sleep ( 10 )
    AdlibDisable ( )
    HotKeySet ( "{Space}", "Moo" )
EndFunc

Func SendSpace()
    Send ( "{Space}{Space}{Space}{Space}{Space}" )
EndFunc

Func Pause() 
    HotKeySet("{Pause}", "Unpause")
    HotKeySet("{Space}" )
EndFunc

Func Unpause()
    HotKeySet("{Pause}", "Pause")
    HotKeySet("{Space}", "Moo" )
EndFunc

Func Quit()
    Exit
EndFunc

If you didn't already figure it out, Pause pauses/unpauses the script, and End stops the script.

This is a really, really simple script but maybe some noobs can learn from it.

[font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font]

Posted (edited)

i wrote it a real long time ago

I can see that.

This is a really, really simple script but maybe some noobs can learn from it.

Yeah and not only Noobs learn from this.. it teached me "how not to script". Edited by AceLoc

[quote name='AceLoc']I gots new sunglasses there cool.[/quote]

Posted

I just noticed that your avatar says "Forever writing useless yet interesting scripts". This script is useless and only interesting as a example of how not to script.

:lmao:

[quote name='AceLoc']I gots new sunglasses there cool.[/quote]

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...