Quiz Helper

07/14/2011 06:07 My420Time#256
Quote:
Originally Posted by girmak View Post
Tried it with LM and well it just didnt work... the name populated but that was it.
Might have a bad offset for LM then, like I said no guarantees. Only did a quick find on the offsets may have grabbed a bad one. Feel free to grab cheat engine and correct it yourself!
07/14/2011 09:20 s4lly#257
no garanties from mine either :)
07/14/2011 13:23 ronzbonz#258
working with WW
07/14/2011 17:24 omermiz_1#259
what is WW ? :)
07/14/2011 18:22 s4lly#260
word of wisdom
07/14/2011 19:32 Ohai_Mash#261
Not working on BOI Quiz =/
07/14/2011 19:43 dario0706#262
cant even get my char in refresh list... dunno wheres problem
07/14/2011 19:44 Srich2k9#263
dont read questions on boi quiz
07/14/2011 19:47 nixxy83#264
failed on boi quiz
07/14/2011 20:18 s4lly#265
hmmm then i find the new ones
07/14/2011 20:30 1p1k#266
Quote:
Originally Posted by s4lly View Post
hmmm then i find the new ones
Try this one, I only found the BOI Quiz questions bc that is probably all we need.
07/14/2011 21:01 kurus123#267
Quote:
Originally Posted by 1p1k View Post
Try this one, I only found the BOI Quiz questions bc that is probably all we need.
nice try :D

try made like this and u will be PRO ;]

[Only registered and activated users can see links. Click Here To Register...]
07/14/2011 22:01 Ohai_Mash#268
Why do u share it kurus?
07/14/2011 22:02 Ohai_Mash#269
Quote:
Originally Posted by 1p1k View Post
Try this one, I only found the BOI Quiz questions bc that is probably all we need.
Where can i put the file? Also about the Boi bot source where can i put all the files inside the rar?
07/14/2011 22:37 1p1k#270
Quote:
Originally Posted by Ohai_Mash View Post
Where can i put the file? Also about the Boi bot source where can i put all the files inside the rar?
The rar file contains the addresses for the questions of BOI Quiz event. You should replace either one of those with the underlined address:
Code:
// Question
        [B]public static int pQuiz_Question = 0x400000 + [U]0x0107DF04[/U]; [/B]   //4byte, Points to name with 0 offset
        // Answer A
        public static int pQuiz_AnswerA = 0x400000 + 0x01077568;    //4byte, Points to name with 7 offset (7 offset removes the "A   " prefix to answer)
        // Answer B
        public static int pQuiz_AnswerB = 0x400000 + 0x01077B98;    //4byte, Points to name with 7 offset
        // Answer C
        public static int pQuiz_AnswerC = 0x400000 + 0x010781C8;    //4byte, Had a 14 offset when first viewed
        // Answer D
        public static int pQuiz_AnswerD = 0x400000 + 0x010787f8;    //4byte, Points to name with 7 offset
        public string LastQuestion;
From BoI_Quiz_Helper.BOIQuiz by MyTime420

You might want to find the addresses for Answer A,B,C, and D as well to ensure the correct behavior. If you reuse a quiz helper that doesnt make use of the answers' addresses, modifying the questions' address should make it work :D

Cheers,