Jump to content

Twist_of_Fate

Members
  • Posts

    30
  • Joined

  • Last visited

About Twist_of_Fate

  • Birthday 01/24/1969

Contact Methods

  • Website URL
    http://

Profile Information

  • Gender
    Male
  • Location
    London,Canada

Twist_of_Fate's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Thanks error ill try that. greatly apprecated.
  2. Below is the code (i didnt make) that is in the frenzy file to scramble a frenzy word. The problem i am having is if you look you will see %x is less than or equal to 12. so in essense that should allow any words that are 12 or less letters. I want to change it to 15 or less, but what is happening is if its less letters than the number than it will show in the room the scrambled letters with numbers. and example would be(and this is with the code below) say the word is bobblehead it will show it scrambled as lebab2dbbe9o. i placed the whole thing in here in case im missing something. Basically what im asking is how can i get this so it will scramble 10 to 15 letter words with no numbers being shown as i showed in my example. CODE alias scrambleWFword { set %WF.Word $read(TEXT\10letters.txt) window -h @WFScramble var %x = 1, %y = 1,%WF.ScrambleWord while (%x <= 12) { aline @WFScramble $mid(%WF.Word,%x,1) $rand(1,1000) inc %x } filter -wwcteu 2 32 @WFScramble @WFScramble while ($line(@WFScramble,%y)) { var %WF.ScrambleWord %WF.ScrambleWord $+ $gettok($ifmatch,1,32) inc %y } window -c @WFScramble set %UNSWF.Word %WF.Word set %WF.Word %WF.ScrambleWord if ($isid) { return %WF.Word }
  3. try where it says (set -u2) change the 2 that area is the part that sets the amount of time.i hope this helps.
  4. it was brought to d33j and my attention that there is an if error with frenzy.i am gonna post the fix here on *:text:*:*: { playgame $Strip($1-) | if (%WF.Playing == Yes) } change that to this on *:text:*:*: { playgame $Strip($1-) | if (%WF.Playing == Yes) WFidletimer }
  5. you one time gave me a link that explained the hows tos of scripting for vsix i had it in my favourites but i have since switched computers so i dont have it anymore.
  6. i would also like to make this work in vsix but the coding is different.if one of you vsix ppl could look at the code in this and give me a push in the right direction i would greatly appreciate it.or even if x-fusion could give me the link that he gave me before i switch puters i could try doing it myself.
  7. i hope all the bugs are worked out now.plz let me know if not.and if you are in a chat this doesnt work let me know and if i cant help you im sure there are some her that can.and error have a look.
  8. i apologise as noone told me that using wfstart didnt start scramble frenzy.i always start it from the bot.i have fixed that and i have also removed the idle timer(for those that want it to run continuously.it also works on other servers as i have tested it.i will submit it for downloads with the word frenzy steal game this weekend.
  9. go here i know the answer is here but im not gonna look at all 52 pages of his forum for the answer as he says i am lazy http://s7.invisionfree.com/Petertje
  10. when you open mirc.goto moschino setup.then add new passport.make sure that you have auto updater unchecked.then right click you passport and click switch without updating.then try to join rooms.
  11. try a different browser.cuz i have no problem with firefox or ie7.maybe try crazy or flock as your browser for buzzen.the only time i had that problem was when the new flash came out.i will lok and see if i still have their solution that worked for me,but i doubt i do.if i do i will link it or send it to techgear for future use.
  12. evolution scriptz has both a full AC bot and the chat wizard in the new downloads section.
  13. sorry about that i didnt try the link i just got it off their forum.if i find it i will let you know.
  14. i joined that chat network and i found the answer to your question in their forum.this is from AccessTemplar Chat Service forum
  15. i downloaded the emerge script yesterday and decided to see what it will do.first i will say the connection is very good.i had it running in a room for about 18 hrs and not once did it moof and come back.the only downfall of this(and it is an easy fix) is that when you load a game like super trivia or wordfrenzy it doesnt use the font system in those games, it uses the font that is set for the bot.i would recommend this for anyone that is new to bots and is just using it to join their room.the protections are good, if you need them.and it is easy to find everything you need.the only thing that needs to be done is the font for games.i can fix that myself but for joe noob they would have a problem.
×
×
  • Create New...