Everything posted by Wheat Toast
-
My Ghetto Ass KeyGen + Whatever.
I really wish someone would show me a better algorithm other than just "Insert random characters here"... That add/subtract method is almost the same as this. Anyways, if I take this to C++ it will be the ugliest code ever. Inefficient, bufferoverflows, etc. Plus I don't know how to do much except working with files, math, input/output... The basics. Soooooo, if anyone wants to help me with C++ that'd be awesome cause I still suck at making it look pretty. Oh, also I don't know how to do any windows programing yet so I can't make the external part of the program to be look pretty either. But anyways, if anyone needs anything for CS just ask, i've been pretty bored this week. (Hence the update)
-
Whats your workout routine?
My workout routine? Let's see... Masturbate with EZ-Cheese (Warm-up) 3 reps of 5 Snickers 3 reps of 10 Cokes 2 reps of Beef Jerky 27 Twinkies Repeat until bedtime... Been doing since I was 11.
-
Where does your Alias come from ?
My friends and I used to hack alot a year or so ago, we had hundreds of different names. Eventually we got to naming ourselfs after food, my friends we Thai Chili and Kabuki Mushroom, I was Wheat Toast. I dunno, just thought it was funny. Yeah...
-
My Ghetto Ass KeyGen + Whatever.
I was actually going to do that, problem is I don't know any methods of doing this in, well, pretty much any language. Got a suggestion of what language would be best for such a thing? Right now I have C++, VB6, and Perl (I forgot if I have Python or not, not like it's a problem getting it or most other scripting languages though).
-
Awp Script
Yeah, i'll write that for you when I get back, 1.6 or Source? EDIT: I don't know why I asked whether it was Source or not, not like it matters... But I got around to writing the scripts: //Awp to Pistol Script By: Joe //(Only works while on slot1) alias lol_atk "+attack; wait; sslott2" alias +lol_atk "lol_atk" alias -lol_atk "-attack" alias sslott1 "slot1; alias +lol_atk lol_atk1" alias sslott2 "slot2; alias +lol_atk +attack" You bind 1 to sslott1, 2 to sslott2, and whatever you use to fire to +lol_atk Not sure if it's HLG proof, but it should work on normal servers, if you want me to write a toggle or something just tell me.
-
My Ghetto Ass KeyGen + Whatever.
Um, no "real" math involved sir, it's all random. All it does is it takes a random character A-Z, 0-9 and adds them to a key until it has 20 characters and slaps a user defined prefix at the beginning. I said that it probably wouldn't work any better than the older VBScript one but I never tested either so I can't really judge. I just rewrote the thing cause I was bored. Whatever though, if you want to tell me the prefixes for your keys that would be cool, other than that I can help you with most of you CS needs, etc.
-
My Ghetto Ass KeyGen + Whatever.
Well, I got really bored a few days ago so I rewrote the KeyGen m0t++ wrote in VBScript in Javascript. The only reason I did it was because I had a couple people who wanted to use the script but didn't have IE. On the plus side, I had a little extra time to make it even more user friendly. Tell me what you guys think, and remember, it will only create keys that look like real keys, it's all luck whether or not it's valid. <html> <title>Wheat Toast's Ghetto Ass KeyGen. ©2006 etc.</title> <script language="JavaScript"> function GenerateKey() { var length = 20 var Key = "" var noPunc = true var Prefix = document.aForm.prefix.options[document.aForm.prefix.selectedIndex].value var HowMany = document.aForm.howmany.value var Final = "" if (Prefix == "etc") { alert("If there is any you can help this project grow in any way, PM Me on the myg0t forums." + '\n' + "This would include suggestions, providing the first 5 digits of a legit key, or just anything else you can think of." + '\n' + "- Wheat Toast") return false } for (p = 0; p < HowMany; p++) { for (i = 0; i < length; i++) { numX = getRandomNum(); if (noPunc) { while (checkEtc(numX)) { numX = getRandomNum(); } } if (i == 5) { Key = Key + "-" } else if (i == 10) { Key = Key + "-" } else if (i == 15) { Key = Key + "-" } Key = Key + String.fromCharCode(numX) } Final = Prefix + "-" + Key document.write(Final + "<br>") Key = "" } } function getRandomNum() { var rndNum = Math.random() rndNum = parseInt(rndNum * 1000) rndNum = (rndNum % 43) + 48 return rndNum } function checkEtc(num) { if ((num >=58) && (num <=64)) { return true } return false } </script> <form name="aForm"> <center> Select Your Prefix And How Many Times To Loop, Please.<br><br> <select name="prefix"> <option value="ZZP2E">ZZP2E <option value="YRP2G">YRP2G <option value="4ZB2R">4ZB2R <option value="etc">Need More. </select> <input type="text" name="howmany" value= "10" size="5"> <input type="button" value="Generate Key" onClick="GenerateKey()"> </center> </form> </html> It probably won't work any better or any worse, it's all just random numbers/letters for filler with a prefix. Also, this script isn't too clean or efficient, but it gets the job done I guess. Also, If anyone get's any legit keys from this could they supply me with the first 5 digits of the key. I'm already adding a random fuction for the prefixes but I probably won't get around to that for a while. Other than that suggestions are welcome, helping me clean up my script (I'm not too good at any language so this isn't an exception), other functions, new methods, etc. On a side note, I'll also be taking requests for whatever. This includes scripts, custom sounds, whatever I can help with (Pretty much the only thing I can't do for CS is make models or code hacks).
-
Help Activating A CD-Key
A key isn't that expensive is it? HL2 is $30, Source is $20, and 1.6 is $10. Other than that your out of luck unless you know how to steal or can pretend like being a girl on MSN/AIM... The only other thing you could do is use a Key gen but it's all luck if you get a working key for that.
-
new ******* source
I don't think it is, and since I don't have the source, I can't really check. I think he was just responding to Sv۞b۞da though. (I like to point out the obvious so I am right 90% of time.)
-
What if Zombies attacked?
Zombies Ate My Neighbors.
-
speed sprays?
Not really possible in general because the amount of sprays (Just decals in general, actually) that show is server side, as well as client side. Not only that, but the rate at which you can spray them is server side as well. So overall the only way that this would be possible is if the server had a decalfrequency of 0 (I think that's the command) and a default or higher decal limit.
-
Superhero mod?
Well, seeing as how you're admin (or maybe even your own server) there should be an option in the admin menu. If there isn't then just edit the config file, I forgot what it's called, just find your Steam ID and put however much XP you want.
-
myg0t under new management
I used to own it on VHS...
-
my fucking mic for cs HELP!
Um... I don't know, it's really just dependent on your other rates, just try some high number like 75 or 80 (if it's lower than that). If the rate is already high, i'm not too sure how to fix it, I havn't really dealt with a problem like this for a few years...
-
myg0t under new management
Shaq-Fu?
-
Good voice annoy
When I read that it seemed to me like nobody knows how to convert songs or something. But anyways, size doesn't matter at all. Here's a couple of songs that I think are really annoying/ funny for me to listen to. The Whisper Song (Icrease the mid by 700% or something like that, it's all just sharp voice with normal bass, etc.) Rock You Like A Hurricane (Increase the volume to death ammounts, it with show any other song up.) Here's my favorite: The Drowning Theme from Sonic the Hedgehog 1 (I looped it for like 23 minutes and it gets the job done...)
-
Everyday programming - C# or Java
I believe you are forgetting about Brainfuck. Best. Language. Ever.
-
my fucking mic for cs HELP!
I don't know if this still works or is still a problem nowadays, but try increasing you cl_cmdrate. That always used to fix my mic like a year and a half ago.
-
1.6 Wallhacked Models
Impossible. (Without a hack anyways.) The only way you could do that (that I can think of anyways) is to have the model have "spikes" that reach off in the X, Y, and Z axis really far. That way the model would kind of swing through the wall sometimes. Here's an example of what I mean: http://img291.imageshack.us/img291/2489/exampleyn4.png The only problem is i'm not to good at making/ hacking models so I can't really make player models like this. (I didn't make this, just an example.)
-
What program can i have to source if not amx?????
You've made like 7 threads about AMX, seriously. Just Google it. But, I would suggest Mani Mod. That's what all the popular children are using these days.
-
1.6 Wallhacked Models
What is a "wallhacked model"? Anyone care to elaborate?
-
no knife?
Did you even attempt to read my post? Also, ScoutzKnivez is only KNIVES and SCOUTS, the only way you would start witout a knife, on that map anyways, is a glitch (Fullupdate included). Other than that, it's usually built into the map.
- can i get amx to cs source?
-
source hack
Readme? Other than that I can't help you, it either doesn't work cause it got patched or you aren't doing something right.
-
Brightskins for 1.6?
http://img388.imageshack.us/img388/120/microdotmodels6gi.png The download in on rapidshare, so if you got any problems like you ISP won't let you download from there just tell me. Download Credits to (I think) mind-friend.