What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » Plug-Ins » WTBWPLUG

Pages: (2): « First « 1 [ 2 ] Last »
WTBWPLUG
Author: Message:
Alph
Junior Member
**

Avatar

Posts: 25
37 / Male / –
Joined: May 2004
RE: RE: WTBWPLUG
quote:
Originally posted by Komm
*-)

asm = assambler

free... maybe dunno i used in college a lot but with z80-486 micros




hehe i also code asm for my zilog-80 powered Ti-83 :)
[Image: killbill.jpg] [Image: tcpa.gif]
05-31-2004 09:55 PM
Profile PM Find Quote Report
Beno
Junior Member
**

Avatar
42656E6F00

Posts: 98
– / Male / –
Joined: Jan 2004
O.P. RE: WTBWPLUG
Yeah, I knew what assembler was but I didn't know asm stood for that...Shrug...
05-31-2004 09:58 PM
Profile PM Find Quote Report
Beno
Junior Member
**

Avatar
42656E6F00

Posts: 98
– / Male / –
Joined: Jan 2004
O.P. RE: WTBWPLUG
Wait, does someone want to just get me the code if you guys have assembler programs?
05-31-2004 10:00 PM
Profile PM Find Quote Report
bach_m
Veteran Member
*****

Avatar
4837 :P

Posts: 2863
Reputation: 7
37 / Male / –
Joined: Feb 2003
RE: WTBWPLUG
quote:
Originally posted by Sk3tch

It does change the exe it changes one part which (as you said) has the DP size information. In the new Stuff Plug NG alpha i think its done in the loading of the plugin. You can select it from the options if you want it enabled


it isn't a patch pf the EXE. its a plugin for Plus! it never touches the exe, but edits the way it stores the files.
05-31-2004 10:17 PM
Profile E-Mail PM Web Find Quote Report
KeyStorm
Elite Member
*****

Avatar
Inn-sewer-ants-pollie-sea

Posts: 2156
Reputation: 45
38 / Male / –
Joined: Jan 2003
RE: WTBWPLUG
Oh, oh, asm... That reminds me of those 74-75 games... 8-)

I didn't know they were written in asm... That makes them far more amazing. Beno, if you don't have any dissassambler, you don't need to have the code because you won't get it. Trust me ;).

Anyway, take the exe and disassamble it ;)

TheBlasphemer probably also knows how it works.
05-31-2004 11:02 PM
Profile E-Mail PM Web Find Quote Report
Beno
Junior Member
**

Avatar
42656E6F00

Posts: 98
– / Male / –
Joined: Jan 2004
O.P. RE: WTBWPLUG
Here is a pic of a edit program I got...any of that code in assembler?

[Image: attachment.php?pid=254937]

.jpg File Attachment: wtbw_plug.JPG (173.46 KB)
This file has been downloaded 563 time(s).

This post was edited on 05-31-2004 at 11:11 PM by Beno.
05-31-2004 11:06 PM
Profile PM Find Quote Report
Choli
Elite Member
*****

Avatar
Choli

Posts: 4714
Reputation: 42
42 / Male / Flag
Joined: Jan 2003
RE: WTBWPLUG
quote:
Originally posted by Beno
any of that code in assembler?
yep, that's the asm code:
code:
POP ESP
SBB AL,77
JE SHORT setup.00404067

etc....

it's easy, eh? :P
Messenger Plus! en espaņol:
<< http://www.msgpluslive.es/ >>
<< http://foro.msgpluslive.es/ >>
:plus4:
05-31-2004 11:16 PM
Profile PM Find Quote Report
Beno
Junior Member
**

Avatar
42656E6F00

Posts: 98
– / Male / –
Joined: Jan 2004
O.P. RE: WTBWPLUG
Don't make fun; I'm a fan of C++.
Not this crazy old coding...

This post was edited on 05-31-2004 at 11:19 PM by Beno.
05-31-2004 11:18 PM
Profile PM Find Quote Report
lhunath
Full Member
***

Avatar
.{ Lord Daisy }.

Posts: 343
39 / Male / –
Joined: May 2004
RE: WTBWPLUG
It's not at all old coding. It's lowlevel coding and very effective. You have an almost direct access to OS-level programming or even ISA-level programming which allows you to do practically anything a pc can do. C++ is very good as well; but ASM is even better ;) Imagine that. Though it is a true hell to program in it. A single operation like a = b * c takes huge amounts of code. Imagine what writing a word to the screen would be....

Anyway, nowadays it's mainly used for editing, disassambling and debugging programs. And like wtbw did, change the way they work which in no other way can be accomplished ;). It's also the key behind cracking software, keygenerators etc ..
{ -[Image: lhunath.gif]- }
05-31-2004 11:56 PM
Profile E-Mail PM Web Find Quote Report
Beno
Junior Member
**

Avatar
42656E6F00

Posts: 98
– / Male / –
Joined: Jan 2004
O.P. RE: WTBWPLUG
Yeah, the program is pretty cool, It's got a hex editor and stuff, a couple of apps in one(Y)
06-01-2004 01:29 PM
Profile PM Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On