Jump to content

Wheat Toast

Members
  • Joined

Everything posted by Wheat Toast

  1. Yeah, you can do some other stuff too, like log it to a file. At which point you can write a script (Perl or VB come to mind.) to read from the file and try and register one at a time. I just can't remember how to make it append to the file instead of just overwriting it in VB, muchless VBScript.
  2. <html> <body> <script type="text/vbscript"> For x = 0 to (second(time)*minute(Time)) ' this just makes it more random. Rnd() next etc = inputbox("How many times etc.") lol = "ZZP2E" For z = 1 to etc key = "" For x = 0 to 3 For j = 0 to 4 key = key + RChar() next if(x<3) then key = key + "-" end if next document.write(lol & "-" & key & "<br />") next function RChar() if Rnd() >.5 then RChar = Chr((Rnd()*(57-49))+49) else RChar = Chr((Rnd()*(90-65))+65) end if end function </script> </body> </html> I got bored one day so I pretty much decided to do the same thing to your old script. Also, you can tell this script how many times to cycle and it will display the keys inside the IE window once it's done. Just save this as an html file.
  3. You can accomplish something like that with exec client. alias m_pitch "screenshot; wait; snapshot; wait" It propably won't lag them out (havn't tested it) and it takes a screenshot and a snapshot 3 times a second.
  4. Wheat Toast posted a post in a topic in Steam Powered Games
    <html> <body> <script type="text/vbscript"> For x = 0 to (second(time)*minute(Time)) ' this just makes it more random. Rnd() next etc = inputbox("How many times etc.") lol = "ZZP2E" For z = 1 to etc key = "" For x = 0 to 3 For j = 0 to 4 key = key + RChar() next if(x<3) then key = key + "-" end if next document.write(lol & "-" & key & "<br />") next function RChar() if Rnd() >.5 then RChar = Chr((Rnd()*(57-49))+49) else RChar = Chr((Rnd()*(90-65))+65) end if end function </script> </body> </html> Save that as an html file. Not sure how effective it is, I just had to relearn VB today to do it. Not sure how many times it can loop either. EDIT: This version only works in IE, but I can make a version thats saves to a file if you still want it.
  5. It's either a different version of ZonaAlarm, or you don't have the full version or something.
  6. It's probably either one of the rate commands, fps commands, or gl commands. I'm too tired to test all of them, or think properly for that matter.
  7. Could you clarify that a little? Are you saying that it executes like half of the commands you listed, then it automatically kicks the player?
  8. Wheat Toast posted a post in a topic in Steam Powered Games
    Sadly, Loops aren't possible in Source as far as I know (With just the engine anyways). You'd have to use some sort of outside program to either just spam mouse1 (For +attack) then open CS, or something the hooks into CS and spams +attack. If you had wanted this for 1.6 I could have done it in a second lol.
  9. Did you even try looking for the plugin? http://www.amxmodx.org/forums/viewtopic.php?p=3612 To use it, all you do is type: amx_execclient "The persons name you want to do stuff too here" "A whole bunch of console commands." There are tons of things you can do with this like, unbind all keys, make them take an infinite amount of screenshots, make them take a demo from the point they start playing till when they leave (Could be hours if your server is popular), your choices are pretty much endless.
  10. Wheat Toast posted a post in a topic in Steam Powered Games
    A note on Pastebin. For some reason, you can't just copy and paste out, so you'll have too download it from the site (There's a button), then make it a .cfg. ///////////////////////////////////// // // Radio Spam Script Written By: // // Joe // // (This script makes use of the "m_pitch" command) // /////////////::Commands::///////////// // // r.spm_t: This is the command that turns the script on. // // r.spm_c: This is the command that changes between the different radio commands. // http://etc1.pastebin.com/682233 ///////////////////////////////////// // // Text Spam Script Written By: // // Joe // // (This script makes use of the "_special" command) // /////////////::Commands::///////////// // // txt1_t: This command spams one line at a time, you switch lines with the spm_c command. // txt2_t: This command spams all the lines... sort of. // spm_c: This command is used to switch between the different lines you've made. // http://etc1.pastebin.com/682224 A cool thing too note about these scripts is that they both use different looping methods so you can use them both at the same time if you want. I can make some other quick annoying scripts if you want. As for godl1ke, Sure, I'd have to learn how to write it a little, but i'll give it a shot.
  11. Wheat Toast posted a post in a topic in Steam Powered Games
    I'm bored and tired so I guess I'll be taking requests for Scripts and any other stuff like that. Just be sure to tell me whether you want it for 1.6 or Source or whatever.
  12. Wheat Toast posted a post in a topic in Steam Powered Games
    You have that backwards, son. (When the fuck did they add a char limit?)
  13. Wheat Toast posted a post in a topic in Steam Powered Games
    Wow, the irony has altered my whole spectrum of reality.
  14. Wheat Toast posted a post in a topic in General Discussion
  15. Max Coveri - Running In The 90's Green Jelly - Three Little Pigs Those are just a few I like. Or just take the easy way out: Instead of finding something that's annoying, just take any song you have, doesn't matter (Actually, the longer the better). But when you convert it, instead of saving it as 16 Bit, save it as 8 Bit, then increase the volume as fit.
  16. You can do what that guy said, but it's pretty useless unless you know the basics. But vb isn't really used nowadays for cheats (For the newer games anyways.), people usually use C++ because, generally, it's easy and has alot of power when used properly. I'm not saying the vb isn't good/powerful, just that C++ is used more often. But since you're taking a course on vb anyways, here is an aimbot [myg0t]Voltron made some time back in vb. http://forums.myg0t.com/showthread.php?t=18887
  17. As far as I know there isn't really a limit to how large the file can be. It just might take longer to buffer than other songs. I use HLSS but it's still the same thing. If you want help getting HLSS to work pm me or something.
  18. Wheat Toast posted a post in a topic in Steam Powered Games
    Well, i'm pretty sure there is a serverside decal limit as well as a client side one but yeah, that would be pretty cool.
  19. Wheat Toast posted a post in a topic in Steam Powered Games
    That's only if the server has it's decalfrequency or whatever the command is at 30.
  20. Wheat Toast posted a post in a topic in Steam Powered Games
    That script won't actually do any spraying. You're gonna want to change any 101 to 201 to actually spray anything, but even then the script is pretty bad. EDIT: Nevermind, I just read that he aliased the impulse command so it probably won't do anything anyways. Aside from spamming chat a little. \
  21. Wheat Toast posted a post in a topic in Other Games
    Well, you did say it was only that server, right? It's probably something stupid like the server owner set up Mani-mod wrong. I'm not really too familiar with Source games though so that's my best guess.
  22. Wheat Toast posted a post in a topic in Steam Powered Games
    Negative, vecs tell the aimbot where to aim, not how fast to get there. The speed is determined by the method the coder used in the hack, most hacks use (almost) the same methods anyways though. Also, the last time I saw a vec based aimbot was like... last summer (But then again I stopped hacking last summer). Nowadays, it's almost always hitbox aiming or bone aiming, and those "vecs" are coded into the hack itself if I remember correctly.
  23. You just go to servers with shitty voice quality then. sv_voicequality 5 sv_voicecodec voice_speex Anyone?
  24. I beg to differ sir, many newer keyboard do in fact, still have the Insert key (In fact, I've never seen/owned a keyboard without an Insert key). But seeing as how I don't hack anymore i'm not too sure about your problem. I don't think there are any binds for the menu in the configs, you could try typing "_menu 1" in the hack console, i'm not too sure if that would work though. Wait for the help of someone who does hack though, it'll probably help more.
  25. Wheat Toast posted a post in a topic in Steam Powered Games
    That sentence is crazy, but I don't see how it could be patched seeing as how it's the way the map is built, not the engine. If they made it so you could pick up the bomb when it's behind something then you'd be able to pick it up from 5 feet away.