Jump to content

Some annoying pop-ups


Recommended Posts

  • Developers
1 hour ago, Cyonyan said:

First of all, im just your average teen who loves to play games.
I know this is out of the blue but this keeps pop-uping on my pc.
I hope this is the right forum to get help from

Help with your error or help on why this error is popping up without you have written the AutoIt3 script?
What is the EXE that generates this error and what is it for since you Love playing games?

Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

Link to comment
Share on other sites

You probably just have an endif mixed with a wend or something like that

 

example

;Possibility of what you have

While 1
    If $x = $y Then
        ...
    WEnd ;<== Wrong
EndIf ;<== Wrong

;What you want

While 1 
    If $x = $y Then
        ...
    EndIf ;<=== Right
WEnd ;<=== Right

 

Edited by badcoder123
Link to comment
Share on other sites

5 hours ago, badcoder123 said:

You probably just have an endif mixed with a wend or something like thatsdfdsf

 

example

;Possibility of what you have

While 1
    If $x = $y Then
        ...
    WEnd ;<== Wrong
EndIf ;<== Wrong

;What you want

While 1 
    If $x = $y Then
        ...
    EndIf ;<=== Right
WEnd ;<=== Right

 

I don't know whatsoever about these codes.
Maybe this will help,
Before this autoit error, my computer was attacked by the speedy car virus, My stupid cousin downloaded some cheat in my computer for rules of survival(the game I am playing)
tho i completely deleted it and saved my pc and made it back to normal. I probably deleted some file that I shouldn't have because I was deleting files that I was not familiar with(me assuming those are virus which they really are); I am using computer for probably 8 years so I am somewhat familiar with the files, folders, etc.

Link to comment
Share on other sites

I don't know whatsoever about these codes.
Maybe this will help,
Before this autoit error, my computer was attacked by the speedy car virus, My stupid cousin downloaded some cheat in my computer for rules of survival(the game I am playing)
tho i completely deleted it and saved my pc and made it back to normal. I probably deleted some file that I shouldn't have because I was deleting files that I was not familiar with(me assuming those are virus which they really are); I am using computer for probably 8 years so I am somewhat familiar with the files, folders, etc.

Link to comment
Share on other sites

  • Moderators

This is not an AutoIt issue but a malware issue. You need to follow normal procedures for resolving the issue. And as a learning tip, this is why we don't allow discussion of using AutoIt to cheat at video games on the forum. As this is not an A/V forum, thread locked.

Addendum: To the two newer posters (and one who should know better) when you see a Moderator active in a thread asking about the intent of the poster, please stay out until given word it is okay to proceed.

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

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