Jump to content

M3 Monitor Src


M3CODE
 Share

Recommended Posts

Sometimes people have ideas.

Sometimes you want to share your ideas with the world.

Sometimes your ideas are good.

Sometimes, some ideas just aren't.

Sometimes, you need to stop and think to yourself, is my idea good?

Is the solution I have created efficient?

Will my idea be a good contribution?

Will my solution confuse or baffle people as to its intentions?

Does my solution simplify a problem or does it make the problem look needlessly complicated?

Please, stop and think for a while.

Does my solution provide any practical advantages over another?

;=================================================
; Autor :  M3
; Proposito : Alternativa a StringLen  ( AutoIt )
; Modulo Original Vb6  Ported to AutoIt 
; Autor :  M3
;==================================================

Func sLenEx($sStr)

 Local $Result , $i , $bLen
 Do
   $i = $i + 1
   $bLen = StringLeft($sStr, $i)
   $Result = $i
 Until  $sStr = $bLen
 Return $Result

EndFunc

Does your above example provide any practical advantages over the native stringlen() function?

Why should one consider your alternative?

You provide no information on what leads you to believe that your solutions or alternatives are "good" solutions or alternatives.

But obviously, there's something you know, and that's why you posted them.

So please, can you explain why you created these alternatives?

And can you explain the purpose of the script in this thread?

By what I can tell, what your script will do is disable operation of 3 of the worlds most popular internet browser application only when they are displaying a popular malicious file detection website.

What is the problem you created this solution for?

Link to comment
Share on other sites

Thanks for your comment man and sorry if it a wrong place to this posts , i made this alternatives because some of this functions are detect By antivirus when we make malwares tools , just it , and this tread its because some people upload malware tool on this sites , and this sites send and sale for company Avs the code for a malware and will be detected soon ....this code when inject block this

sorry if you dont like and for my ugly english , I dont like to use google translator

Hope you undestand , thanks in advance

Edited by M3CODE
Link to comment
Share on other sites

Well, your English is not too shabby pal, I can understand you well enough.

As for some applications being detected by antivirus software, well, that's unfortunate.

The problem is that some people just don't like it when they have maleware on their computers.

If only people didn't care for malware on their computers huh?

Anyway, I would recommend you read the forum rules.

Why should I read the forum rules? Well, the answer is simple, sometimes websites have guidelines on what is acceptable and what is not.

And when people are not aware of what is not acceptable, they may unintentionally have conflict with those rules.

Read them and ask yourself, is my content within the guidelines of what is acceptable?

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...