|
You last visited: Today at 04:27
Advertisement
Quiz Helper
Discussion on Quiz Helper within the Battle of the Immortals forum part of the MMORPGs category.
05/22/2011, 05:48
|
#166
|
elite*gold: 0
Join Date: Jul 2010
Posts: 188
Received Thanks: 158
|
Quote:
Originally Posted by tekc
currently, i have no plans to add in the BOI quiz functionality, that may change in the future if the quiz stops being fun
|
Personally, the reasons I released the quiz bot in the first place were:
1 - I claimed I would release it if I ever made it, assuming I never would, then managed to make it within a week of that.
2 - I didn't think I would fill in the .ini file on my own as easily as I did, so thought community assistance would be required to ever get perfect scores
3 - The quiz was NEVER fun for me. Their questions aren't all about the game itself, and yet their pool of possible questions is so pathetically small that repeats showed up nearly instantly. And giving all people the same questions, at the same time, with answers in the same order is STUPID, and sets the entire thing up to be abused. And finally: Allowing you to multi-client 3 accounts LEGALLY, all of whom take the same quiz, and can thus all guess at the answer and obtain the proper result 75% of the time is just broken to begin with (was how I got top 10 regularly before the helper. Quite certain it is how most others did as well in the first few weeks)
In light of #3 in the list, I had really hoped that by getting people with flawless scores to not even make the top 100 PWE might get a clue and change the quiz to be something more enjoyable. Sadly that never happened.
Oddly enough, one of the other games I played (briefly) after BoI was Kitsu Saga, they have a quiz event on there as well, but for their quiz it was a GM who was online and making up questions on the spot. Was far more enjoyable.
|
|
|
05/22/2011, 18:38
|
#167
|
elite*gold: 0
Join Date: Jul 2009
Posts: 22
Received Thanks: 3
|
Hey there .
I have a problem with the bot o.o
Until the aniversary patch , the bot worked fine , but now no quizz or any kind of bot won`t work - it won`t find any char .
Is it just me or does this happen to everyone ?
Thanks !
|
|
|
05/22/2011, 18:50
|
#168
|
elite*gold: 0
Join Date: Jul 2009
Posts: 22
Received Thanks: 3
|
delete this plz
|
|
|
05/22/2011, 22:45
|
#169
|
elite*gold: 0
Join Date: May 2009
Posts: 13
Received Thanks: 0
|
Download the updated version, not the one on first page..if you got updated version remember to run it as administrator..
|
|
|
05/24/2011, 21:03
|
#170
|
elite*gold: 0
Join Date: Apr 2011
Posts: 54
Received Thanks: 27
|
works  but i need source code for this smaller quiz helper with LM and WOW ;] give me link plz
|
|
|
05/25/2011, 04:18
|
#171
|
elite*gold: 0
Join Date: Mar 2009
Posts: 15
Received Thanks: 1
|
why dont have current character on me??
|
|
|
05/25/2011, 12:18
|
#172
|
elite*gold: 0
Join Date: Apr 2011
Posts: 54
Received Thanks: 27
|
i know all new offsets xD and only i can update this bot ^ ^
|
|
|
05/25/2011, 13:44
|
#173
|
elite*gold: 0
Join Date: Nov 2008
Posts: 4
Received Thanks: 1
|
Quote:
Originally Posted by kurus123
works  but i need source code for this smaller quiz helper with LM and WOW ;] give me link plz
|
woa... you should give us quiz bot first =p
|
|
|
05/25/2011, 17:41
|
#174
|
elite*gold: 0
Join Date: May 2011
Posts: 5
Received Thanks: 1
|
well if only u can update the quiz helper could u plz fix it so that we can use it again cause it's not showing the char's name even if u refresh the list! also please let us know when u updated it
|
|
|
05/25/2011, 17:43
|
#175
|
elite*gold: 0
Join Date: Aug 2008
Posts: 267
Received Thanks: 106
|
Quote:
Originally Posted by kurus123
i know all new offsets xD and only i can update this bot ^ ^
|
yea please update it^^
|
|
|
05/25/2011, 18:58
|
#176
|
elite*gold: 0
Join Date: Oct 2009
Posts: 1,217
Received Thanks: 687
|
Quote:
Originally Posted by kurus123
i know all new offsets xD and only i can update this bot ^ ^
|
good job and go straight ahead and update the bot
but please update only LM and WoW. if you also release the updated BoI Quiz part, it will destroy the event again =\
It's up to you.
|
|
|
05/25/2011, 19:09
|
#177
|
elite*gold: 0
Join Date: Apr 2011
Posts: 54
Received Thanks: 27
|
Quote:
Originally Posted by Inathero
good job and go straight ahead and update the bot
but please update only LM and WoW. if you also release the updated BoI Quiz part, it will destroy the event again =\
It's up to you.
|
i want update but i don't have source code of quiz helper with LM and WoW ;/
|
|
|
05/25/2011, 19:47
|
#178
|
elite*gold: 0
Join Date: Feb 2011
Posts: 57
Received Thanks: 14
|
Quote:
Originally Posted by kurus123
i know all new offsets xD and only i can update this bot ^ ^
|
not true, i updated the bot a while ago
Quote:
Originally Posted by jeff7214
well if only u can update the quiz helper could u plz fix it so that we can use it again cause it's not showing the char's name even if u refresh the list! also please let us know when u updated it
|
Quote:
Originally Posted by bilal2504
yea please update it^^
|
I've already updated and posted a working version
See here:  Same thread, page 16, post156
don't release the Quiz Bot, some of us find the quiz to still be fun
|
|
|
05/25/2011, 20:08
|
#179
|
elite*gold: 0
Join Date: Apr 2011
Posts: 54
Received Thanks: 27
|
Quote:
Originally Posted by dlnqt
Here are the source codes for Warning of Wisdom and Love Match ripped from dumpersta's quiz helper bot, I won't include the BOI Quiz source code though..
Love Match:
Code:
public class LoveMatchCompanion : Form
{
// Fields
private Thread AnswerThread;
private QuizHelper.QuizHelper.ProcData bot;
private IContainer components;
private IniFile IniFile = new IniFile(Application.StartupPath + @"\Love Match.ini");
private Label label2;
private Label label4;
public string LastQuestion;
private QuizHelper.QuizHelper masterWindow;
private Label output_PartnerAnswer;
private Label output_Question;
private Label output_YourAnswer;
public static int pQuiz_Question = 0x13d7b78;
private Label txt_Question;
// Methods
public LoveMatchCompanion(QuizHelper.QuizHelper frm1)
{
this.InitializeComponent();
this.masterWindow = frm1;
if (this.masterWindow.lstbx_CharNames.SelectedItems.Count > 0)
{
foreach (QuizHelper.QuizHelper.ProcData data in this.masterWindow.botSessions)
{
if (data.Name == this.masterWindow.lstbx_CharNames.SelectedItem.ToString())
{
this.bot = data;
}
}
}
else
{
return;
}
this.AnswerThread = new Thread(new ThreadStart(this.Thread_Answers));
this.AnswerThread.Start();
}
protected override void Dispose(bool disposing)
{
this.AnswerThread.Abort();
this.masterWindow.LoveMatchWindow = null;
if (disposing && (this.components != null))
{
this.components.Dispose();
}
base.Dispose(disposing);
}
private void InitializeComponent()
{
ComponentResourceManager manager = new ComponentResourceManager(typeof(LoveMatchCompanion));
this.txt_Question = new Label();
this.output_Question = new Label();
this.label2 = new Label();
this.output_YourAnswer = new Label();
this.label4 = new Label();
this.output_PartnerAnswer = new Label();
base.SuspendLayout();
this.txt_Question.AutoSize = true;
this.txt_Question.Location = new Point(12, 9);
this.txt_Question.Name = "txt_Question";
this.txt_Question.Size = new Size(0x34, 13);
this.txt_Question.TabIndex = 0;
this.txt_Question.Text = "Question:";
this.output_Question.AutoSize = true;
this.output_Question.Font = new Font("Microsoft Sans Serif", 15f, FontStyle.Regular, GraphicsUnit.Point, 0);
this.output_Question.Location = new Point(0x1c, 0x16);
this.output_Question.Name = "output_Question";
this.output_Question.Size = new Size(180, 0x19);
this.output_Question.TabIndex = 1;
this.output_Question.Text = "No Question Active";
this.label2.AutoSize = true;
this.label2.Location = new Point(12, 0x2f);
this.label2.Name = "label2";
this.label2.Size = new Size(0x43, 13);
this.label2.TabIndex = 2;
this.label2.Text = "You Answer:";
this.output_YourAnswer.AutoSize = true;
this.output_YourAnswer.Font = new Font("Microsoft Sans Serif", 15f, FontStyle.Regular, GraphicsUnit.Point, 0);
this.output_YourAnswer.Location = new Point(0x1c, 60);
this.output_YourAnswer.Name = "output_YourAnswer";
this.output_YourAnswer.Size = new Size(180, 0x19);
this.output_YourAnswer.TabIndex = 3;
this.output_YourAnswer.Text = "No Question Active";
this.label4.AutoSize = true;
this.label4.Location = new Point(11, 0x55);
this.label4.Name = "label4";
this.label4.Size = new Size(0x57, 13);
this.label4.TabIndex = 4;
this.label4.Text = "Partner Answers:";
this.output_PartnerAnswer.AutoSize = true;
this.output_PartnerAnswer.Font = new Font("Microsoft Sans Serif", 15f, FontStyle.Regular, GraphicsUnit.Point, 0);
this.output_PartnerAnswer.Location = new Point(0x1c, 0x62);
this.output_PartnerAnswer.Name = "output_PartnerAnswer";
this.output_PartnerAnswer.Size = new Size(180, 0x19);
this.output_PartnerAnswer.TabIndex = 5;
this.output_PartnerAnswer.Text = "No Question Active";
base.AutoScaleDimensions = new SizeF(6f, 13f);
base.AutoScaleMode = AutoScaleMode.Font;
base.ClientSize = new Size(0x25a, 130);
base.Controls.Add(this.output_PartnerAnswer);
base.Controls.Add(this.label4);
base.Controls.Add(this.output_YourAnswer);
base.Controls.Add(this.label2);
base.Controls.Add(this.output_Question);
base.Controls.Add(this.txt_Question);
base.FormBorderStyle = FormBorderStyle.FixedToolWindow;
base.Icon = (Icon) manager.GetObject("$this.Icon");
base.MaximizeBox = false;
this.MaximumSize = new Size(0x260, 0x9a);
base.MinimizeBox = false;
this.MinimumSize = new Size(0x260, 0x9a);
base.Name = "LoveMatchCompanion";
base.ShowInTaskbar = false;
this.Text = "Love Match Companion";
base.TopMost = true;
base.ResumeLayout(false);
base.PerformLayout();
}
public void Thread_Answers()
{
while (true)
{
int baseAddress = BitConverter.ToInt32(Hacking.Process_ReadMemory(this.bot.Handle, pQuiz_Question, 4), 0);
if (baseAddress != 0)
{
string section = Hacking.Process_ReadStringFromMemory(this.bot.Handle, baseAddress, false);
if (section != this.LastQuestion)
{
this.IniFile.IniWriteValue(section, "Question Type", "Love Match");
this.output_Question.Text = section;
this.LastQuestion = section;
this.output_YourAnswer.Text = this.IniFile.IniReadValue(section, "Your Answer");
this.output_PartnerAnswer.Text = this.IniFile.IniReadValue(section, "Partner Answer");
}
Thread.Sleep(100);
}
}
}
}
Warning of Wisdom:
Code:
public class Warning : Form
{
// Fields
private Thread AnswerThread;
private QuizHelper.QuizHelper.ProcData bot;
private IContainer components;
private IniFile IniFile = new IniFile(Application.StartupPath + @"\Warning of Wisdom.ini");
private Label label_Answer;
private Label label_Question;
public string LastQuestion;
private QuizHelper.QuizHelper masterWindow;
private Label output_Answer;
private Label output_Question;
public static int pQuiz_Question = 0x13c1a1c;
// Methods
public Warning(QuizHelper.QuizHelper frm1)
{
this.InitializeComponent();
this.masterWindow = frm1;
if (this.masterWindow.lstbx_CharNames.SelectedItems.Count > 0)
{
foreach (QuizHelper.QuizHelper.ProcData data in this.masterWindow.botSessions)
{
if (data.Name == this.masterWindow.lstbx_CharNames.SelectedItem.ToString())
{
this.bot = data;
}
}
}
else
{
return;
}
this.AnswerThread = new Thread(new ThreadStart(this.Thread_Answers));
this.AnswerThread.Start();
}
protected override void Dispose(bool disposing)
{
this.AnswerThread.Abort();
this.masterWindow.WarningWindow = null;
if (disposing && (this.components != null))
{
this.components.Dispose();
}
base.Dispose(disposing);
}
private void InitializeComponent()
{
ComponentResourceManager manager = new ComponentResourceManager(typeof(Warning));
this.label_Question = new Label();
this.output_Question = new Label();
this.label_Answer = new Label();
this.output_Answer = new Label();
base.SuspendLayout();
this.label_Question.AutoSize = true;
this.label_Question.Location = new Point(13, 13);
this.label_Question.Name = "label_Question";
this.label_Question.Size = new Size(0x31, 13);
this.label_Question.TabIndex = 0;
this.label_Question.Text = "Question";
this.output_Question.AutoSize = true;
this.output_Question.Font = new Font("Microsoft Sans Serif", 16f, FontStyle.Regular, GraphicsUnit.Point, 0);
this.output_Question.Location = new Point(0x1a, 30);
this.output_Question.Name = "output_Question";
this.output_Question.Size = new Size(0xb1, 0x1a);
this.output_Question.TabIndex = 1;
this.output_Question.Text = "Current Question";
this.label_Answer.AutoSize = true;
this.label_Answer.Location = new Point(0x10, 60);
this.label_Answer.Name = "label_Answer";
this.label_Answer.Size = new Size(0x2d, 13);
this.label_Answer.TabIndex = 2;
this.label_Answer.Text = "Answer:";
this.output_Answer.AutoSize = true;
this.output_Answer.Font = new Font("Microsoft Sans Serif", 16f, FontStyle.Regular, GraphicsUnit.Point, 0);
this.output_Answer.Location = new Point(0x1f, 0x4d);
this.output_Answer.Name = "output_Answer";
this.output_Answer.Size = new Size(0xa3, 0x1a);
this.output_Answer.TabIndex = 3;
this.output_Answer.Text = "Current Answer";
base.AutoScaleDimensions = new SizeF(6f, 13f);
base.AutoScaleMode = AutoScaleMode.Font;
base.ClientSize = new Size(0x203, 0x73);
base.Controls.Add(this.output_Answer);
base.Controls.Add(this.label_Answer);
base.Controls.Add(this.output_Question);
base.Controls.Add(this.label_Question);
base.FormBorderStyle = FormBorderStyle.FixedToolWindow;
base.Icon = (Icon) manager.GetObject("$this.Icon");
base.MaximizeBox = false;
this.MaximumSize = new Size(0x209, 0x8b);
base.MinimizeBox = false;
this.MinimumSize = new Size(0x209, 0x8b);
base.Name = "Warning";
base.ShowInTaskbar = false;
base.SizeGripStyle = SizeGripStyle.Hide;
this.Text = "Warning of Wisdom Guide";
base.TopMost = true;
base.ResumeLayout(false);
base.PerformLayout();
}
public void Thread_Answers()
{
while (true)
{
int baseAddress = BitConverter.ToInt32(Hacking.Process_ReadMemory(this.bot.Handle, pQuiz_Question, 4), 0);
if (baseAddress != 0)
{
string section = Hacking.Process_ReadStringFromMemory(this.bot.Handle, baseAddress, false);
if (section.Contains("Which incorrectly describes Starword [Silence]?"))
{
this.output_Question.Text = section;
this.LastQuestion = section;
this.output_Answer.Text = "Silence Resistance +2%";
}
else if (section.Contains("Which is the league name in [Ancient Ruins]?"))
{
this.output_Question.Text = section;
this.LastQuestion = section;
this.output_Answer.Text = "Gramr (or Chaosflame)";
}
else if (section.Contains("How many sources are there in [Ancient Ruins]?"))
{
this.output_Question.Text = section;
this.LastQuestion = section;
this.output_Answer.Text = "3";
}
else if (section.Contains("The level requirement for [Ancient Ruins] is ( )?"))
{
this.output_Question.Text = section;
this.LastQuestion = section;
this.output_Answer.Text = "45";
}
else if (section != this.LastQuestion)
{
this.output_Question.Text = section;
this.LastQuestion = section;
this.output_Answer.Text = this.IniFile.IniReadValue(section, "Answer");
this.IniFile.IniWriteValue(section, "Answer", this.output_Answer.Text);
}
Thread.Sleep(100);
}
}
}
}
|
Where did you get it??
|
|
|
05/26/2011, 08:07
|
#180
|
elite*gold: 0
Join Date: Jun 2009
Posts: 43
Received Thanks: 2
|
sadly quiz bot is out again, many people have it updated right now it's just not too "public".
|
|
|
 |
|
Similar Threads
|
GM quiz bot
02/14/2010 - General Gaming Discussion - 1 Replies
i use ac tools for my macros in hero online.
but i need a gm quiz bot.
Help me please.
Other all in one bots doesnt for me (in turkish server)
thanks...
|
WAR Quiz
11/27/2009 - General Gaming Discussion - 21 Replies
Um hier mal ein bisschen Stimmung in den Laden zu bringen starte ich hier jetzt mal ein Quiz. Sollte eigentlich jeder kennen ;)
Der ERSTE der die Frage bewantwortet stellt die nächste Frage. Schwierigkeit und Thema wählt ihr aus, einzige Bedingung ist natürlich, das eure Frage was mit Warhammer zu tun haben muss. (Man kann also genauso eine Frage zu einem Klassenmeisterschafts-Talent stellen wie eine Lore-Frage).
Ich fang dann einfach mal mit was leichtem an:
Nenne die 5 Götter des...
|
Lanterns Quiz
10/11/2009 - Conquer Online 2 - 0 Replies
Hi guys...
Someone know all the answers for this quiz?
Btw for the ones that dont know what is the award,is a Lotery Ticket
|
Quiz: All Questions Right
05/20/2009 - CO2 Exploits, Hacks & Tools - 12 Replies
Many people have been wondering how people can get all the quiz show questions right every time. This is very simple to accomplish.
Here is an easy way to correctly answer:
1. Get a multi-client and log in your main and 3 characters.(make sure characters aren't going to level up from every right question)
2. Answer a question on one of your characters and watch how much exp. you gain, you should gain about double the amount for a right question than a wrong question.
3. If you...
|
Quiz.
01/08/2009 - CO2 Programming - 10 Replies
Hello.... i got an question. Is there any way that C# can use "right click" or press a key , like "F1" or any others...?
|
All times are GMT +1. The time now is 04:27.
|
|