Jump to content

New at scripting, help needed


Unkn0wn
 Share

Recommended Posts

Hmm, i'm in need of some help for a script someone gave me...

:lmao:

It keeps saying "Unable to parse line 11" can someone help me with this.., is it the script or just something in my explorer settings? I'm new at this sorts of things ;)

Loopstart:


random, timer, 180000, 190000
random, logof, 180000, 210000
random, repeat, 2, 5

loopstart:
winactivate, Injustice - Microsoft Internet Explorer

sleep, 2000
send, {ctrldown}f{ctrlup}

sleep, 3000

send, Steal Cheques

sleep, 2000

send, {enter}
send, {enter}
send, {enter}
sleep, 2000
send, {esc}
sleep, 2000

send, {tab}
sleep, 2000

send, {up}
sleep, 2000

send, {enter}


sleep, %timer%

goto, loopstart

Thanks in advance

Link to comment
Share on other sites

Hmm, i'm in need of some help for a script someone gave me...

:lmao:

It keeps saying "Unable to parse line 11" can someone help me with this.., is it the script or just something in my explorer settings? I'm new at this sorts of things ;)

Loopstart:
random, timer, 180000, 190000
random, logof, 180000, 210000
random, repeat, 2, 5

loopstart:
winactivate, Injustice - Microsoft Internet Explorer

sleep, 2000
send, {ctrldown}f{ctrlup}

sleep, 3000

send, Steal Cheques

sleep, 2000

send, {enter}
send, {enter}
send, {enter}
sleep, 2000
send, {esc}
sleep, 2000

send, {tab}
sleep, 2000

send, {up}
sleep, 2000

send, {enter}
sleep, %timer%

goto, loopstart

Thanks in advance

you need parentheses throughout your code. each function should have parentheses around the arguments you're passing.
Link to comment
Share on other sites

umm is this v2? if so u should ask in the v2 forum

AutoIt Console written in C#. Write au3 code right at the console :D_FileWriteToLineWrite to a specific line in a file.My UDF Libraries: MySQL UDF Library version 1.6 MySQL Database UDF's for AutoItI have stopped updating the MySQL thread above, all future updates will be on my SVN. The svn location is:kan2.sytes.net/publicsvn/mysqlnote: This will still be available, but due to my new job, and school hours, am no longer developing this udf.My business: www.hirethebrain.com Hire The Brain HireTheBrain.com Computer Consulting, Design, Assembly and RepairOh no! I've commited Scriptocide!
Link to comment
Share on other sites

Hmm, i'm in need of some help for a script someone gave me...

:lmao:

It keeps saying "Unable to parse line 11" can someone help me with this.., is it the script or just something in my explorer settings? I'm new at this sorts of things ;)

Loopstart:
random, timer, 180000, 190000
random, logof, 180000, 210000
random, repeat, 2, 5

loopstart:
winactivate, Injustice - Microsoft Internet Explorer

sleep, 2000
send, {ctrldown}f{ctrlup}

sleep, 3000

send, Steal Cheques

sleep, 2000

send, {enter}
send, {enter}
send, {enter}
sleep, 2000
send, {esc}
sleep, 2000

send, {tab}
sleep, 2000

send, {up}
sleep, 2000

send, {enter}
sleep, %timer%

goto, loopstart

Thanks in advance

You man want to give the manual a whirl. Your syntax is all messed up. If I were you I would tell your friend not to give me crap code.

[quote] Gilbertson's Law: Nothing is foolproof to a sufficiently talented fool.Sandro Alvares: Flaxcrack is please not noob! i can report you is stop stupid. The Post[/quote]I made this: FWD & MD5PWD()

Link to comment
Share on other sites

here ive fixed most of it..

;~ random, timer, 180000, 190000
;~ random, logof, 180000, 210000
;~ random, repeat, 2, 5

winactivate( 'Injustice - Microsoft Internet Explorer')

sleep( 2000 )
send ('{ctrldown}f{ctrlup}')

sleep (3000)

send ('Steal Cheques')

sleep(2000)

send ('{enter}')
send ('{enter}')
send ('{enter}')
sleep (2000)
send ('{esc}')
sleep (2000)

send ('{tab}')
sleep (2000)

send ('{up}')
sleep (2000)

send ('{enter}')


;~ sleep (%timer%)

Link to comment
Share on other sites

im still fairly certain it was v2 code lol

what i dont know what he mean whit that random... and the other things ive ignored..

Edited by cdkid
AutoIt Console written in C#. Write au3 code right at the console :D_FileWriteToLineWrite to a specific line in a file.My UDF Libraries: MySQL UDF Library version 1.6 MySQL Database UDF's for AutoItI have stopped updating the MySQL thread above, all future updates will be on my SVN. The svn location is:kan2.sytes.net/publicsvn/mysqlnote: This will still be available, but due to my new job, and school hours, am no longer developing this udf.My business: www.hirethebrain.com Hire The Brain HireTheBrain.com Computer Consulting, Design, Assembly and RepairOh no! I've commited Scriptocide!
Link to comment
Share on other sites

Errmm.., it might be.., as i said i'm new at this.. :lmao: if so.., can someone move this to the correct forum...

And i'm sorry.., i should have explained the whole error.., Line 11 is where the first loopstart begins..

rather than seeking help with v2, you should convert to v3 and begin using that. it offers alot more functionality, and there is also alot more support, because that's what most use...
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...