Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation since 08/31/2010 in all areas

  1. err0r

    Sparkpea roomlister

    I threw this together. I tested briefly and it worked but you may encounter something I missed. Use and edit as you please. Txt file included. SPCN-Window-Roomlister.txt
    2 points
  2. finally uploaded Jaeger Connection. Was up til 4am finishing it so apologies if any missed errors. There is an error on first run of Jaeger. When You open the Setup Dialog it will give an error as no Font is selected and its trying to read it.. i should fix that.. i will fix that LOL so yeah select ya font and will all be be good... YOU MUST SELECT A FONT.. just thought of that.. could be a problem if you dont select font for alias to read. LOL thinking of lots as im typing this out.. doh Guess thats why they call it beta.... finding shits to fixor.🔍 if anyone finds any other bugs hit me up in %#atomic on any server or in here Cheers.. Roo
    2 points
  3. It looks like Cobra has backtracked on his claims and deleted his posts.
    1 point
  4. https://discord.com/invite/WRzYCwJp @Charles heres the new link. If you are the charles I think you are, id like to have an old chat once more.. be safe yal.
    1 point
  5. I don't get you guys have a MSN Reunion instead of being on Discord why not choose a chat site where you can still script and open a room calld MSN Reunion. Buzzen Chat which is also developed by an old MSN scripter called Duke
    1 point
  6. You could figure out the exact mechanism used to generate the gatekeeper ID instead of relying on re-installing it each time. From there you could use something like Ollydbg to patch the function. You could also bypass using the ocx at all if you determine how the auth works. It ended up involving 18 instances of the number '6' when generating the gatekeeper id at one point. This is how you could specify the exact gatekeeper id you wanted. eXonyte was also privy to how this worked. I am unsure if there was ever a public release of information explaining how the gatekeeper was generated.
    1 point
  7. Ive used it and it works well but maybe your not adding the server addrerss Go Here
    1 point
  8. Sparkpea (SPCN) has changed their server since that connection was released. They now use IRCwx the same as Buzzen. You can use ircwx conn @ https://www.tg007.net/file-1731
    1 point
  9. I'm for sure checking out the adobe photo shop express and probably some of the others thanks for the share.
    1 point
  10. http://filesort.d-web.site/ File Collection Tool, its just a simple batch file... Upload The Tools Output To The Site And You Can Do 5 Things..... Create List Of All Or Specified File Extention Types (With Or Without Extention|Handy To Make DJ Playtlists) Remove Files All Or Types Of File Specified. Copy Files To New Directory. (Handy for collecting ico , jpg, gif & png files) Append Text To Start Or End Of The Files Specified, filelister.zip
    1 point
  11. chain

    Sparkpea roomlister

    thats why they call him err0r!!
    1 point
  12. Paige

    Sparkpea roomlister

    Thank you so much errOr, it works perfect on my Psychedelic script i'm making. You seem to be able to code anything !!, and such a fast response!
    1 point
  13. thanks for submitting them.. looking forward to testing them out.
    1 point
  14. JOhnson

    Evolution IRCWX

    I haves just downloaded the latest Moschino from here and all codes are working ... as Shannon said you haves made her day and you have put a big smile 😊 on my face and all ... thanks a lot err0r another good job you haves done ... also thanks for all the help on this one
    1 point
  15. Shannons69

    Evolution IRCWX

    Thanks err0r! So far, so good! You made me a very happy camper!
    1 point
  16. For the last day or so you may have noticed you got a warning message when you visited our site. I assure you the website was and is safe. The old SSL certificate had expired and we had trouble getting the new one installed. There was no breach or "hacker" activity. Everything is right in the world of TG007.net again so please enjoy your visit.
    1 point
  17. err0r

    err0r Appreciation

    thank you for the kind words and welcome back!
    1 point
  18. Winz

    GUNicklist

    So Paige gave me a ton of ideas... I'm going to start working on them now. If anyone has ideas, please post them here. Thanks!
    1 point
  19. Sophist

    Whilefix For Mirc V7+

    I know this is a little late (LOL - several years late) but the solution does NOT require any DLLs. Suppose you have a loop that iterates 1 million times. You update the code to loop (say) 1,000 times, and when that has completed queue the same loop again on a ".timer 1 0" to run the next 1,000 iterations. What this does is give up control to allow mIRC to process other things every time you queue the next 1,000 iterations on the timer. You should aim IMO for each chunk to take c. 100ms to run - any longer and mIRC will feel laggy, and significantly shorter starts to create significant overhead - and you can even measure how long it took for e.g. the first 1,000 iterations and then adjust the number of iterations for further chunks to be closer to the 100ms target. I have something like this working nicely on a script I am currently writing which loads a large database from a flat file into hash tables in this asynchronous way. (Plus once the data is loaded, it uses hsave to create a cache so that next time it can use hload to populate the hash table which is c. 7x faster - and it uses a similar technique to save and load hashtables asynchronously. Finally if you try to use the data when it is still loading asynchronously, then it switches the chunk size to a huge number and loads the rest of the data synchronously so it can use it and return data to the calling script.) All of this is achieved using standard mSL without any DLLs.
    1 point
  20. i have been really busy, i am streaming a minecraft lets play series that i started with my daughter. i keep it going and she joins in when shes not so busy with school. It usually ends up in death and destruction , my death and she destroys everything lol we have 480 followers on twitch so far and another 120 on youtube. Its slow going but we enjoy it
    1 point
  21. danger

    Broken Remotes.mrc

    Bans, Hosts, Owners, Grants & Invites Access All Require $ial($nick).user to work correctly too many wildcard entries such as $address($nick,1) stop access being able to add and spams a "too many wild card entries" message whenever access is attempted. To fix your connection so $ial($nick).user is correct do the following: (1.) Find server sockread within your scripts connection file. * Will be be something along the lines of (Socket name "server" could be just about anything): on *:SOCKREAD:server: { (2.) Find line in the sockread that says tokenize 32 %something ("%something" could be anything just look for the "tokenize 32" it will be near the top of the sockread. (3.) Below the tokenize 32 put the following code: if ($istok(PRIVMSG WHISPER NOTICE JOIN PART QUIT MODE KICK INVITE KNOCK 822 821,$2,32)) && ($numtok($1,33) > 1) { var %changevar, %l %changevar = $+($gettok($1,1,33),!,$gettok($gettok($1,2,33),$numtok($gettok($1,2,33),46),46)) $2- tokenize 32 %changevar } Change the varible name %changevar to the varible name used in your connections "tokenize 32" you dont need to include the local var declaration "var %changevar, %l" if changing it to your connections sockread varible. You can now use $ial($nick).user for access and whatever in script it will always be the same. For Your Personal Access Entries Use: $ial($me).user * Raw Connection: To get users correct user IAL for access purposes, You need to use: $gettok($ial($nick).user,$numtok($ial($nick).user,46),46) within the your code. if you wish to turn it into an alias use: alias ial.user return $gettok($ial($1).user,$numtok($ial($1).user,46),46) then in code use: $ial.user($nick) for remotes or $ial.user($$1) for poppups
    1 point
  22. JOhnson

    Sparkpea

    seems that someone has took it in there head to show the sparkpea.net that they are vulnerable to attack from been hacked ? what a shame that so many people lost out on chat when someone thinks there about the rest ... may your soul rest in peace and may we bury you with the rest
    1 point
  23. mIRC 6.14 has been released and is ready to download from techgear >> HERE << for a full list of changes for this version you can visit mIRC's Homepage >> HERE <<
    1 point
×
×
  • Create New...