Dsp-CS-
Claymore magnet
+98|6676|Alaska
holy shit thats fucking awesome
RasorX
Member
+17|6714|Indianapolis
It could quite possibly be the 1 millionth bug in this game.  Like when you revive sometimes and they get stuck in some goofy pose, his animation may have been stuck in prone.
ImposedThreat
You Were My Promotion
+24|6635|USA
What a poopy butt
basetballjones
Member
+30|6719
OMG BWAHAHA!  I hope I meet somebody doing this on my server, it looks like fun to shoot at!
Phantom2828
Member
+51|6498|Land of the free
what are macros and how do they work and what do you need
-GR33NS-
Member
+10|6471|KILLA KALI

Phantom2828 wrote:

what are macros and how do they work and what do you need
LOL, your funny. Anyways google is your friend & also wikipedia. Here ya go:

WIKIPEDIA.COM


Macro
From Wikipedia, the free encyclopedia
Jump to: navigation, search

    For other uses, see Macro (disambiguation).

A macro in computer science is an abstraction, that defines how a certain input pattern is replaced by an output pattern according to a defined set of rules. There are three broad categories of macros, and each takes a different kind of input pattern to produce a different kind of output pattern.

Programming macros take a computer program as input and output a new, expanded program. Hence, this process is called macro-expansion and the tool that does this is called a macro-expander. For many programming languages, a macro expander is included in the interpreter or compiler. These macros are typically used to enable a higher level of abstraction in programming languages.

Keyboard macros and application macros take a simple command as input and then output a new, expanded set of commands or instructions. These macros are typically used to automate frequently-used sequences or lists of keystrokes or mouse movements.
Contents
[hide]

    * 1 Programming macros
    * 2 Application macros
    * 3 Keyboard macros
    * 4 Macro languages
    * 5 Visual Basic for Applications and macro viruses
    * 6 See also

[edit]

Programming macros

Languages such as C and assembly language have simple macro systems, implemented as preprocessors to the compiler or assembler. C preprocessor macros work by simple textual search-and-replace. More elaborate macros are available to C programmers by using an additional text-processing language such as M4.

Lisp languages such as Common Lisp and Scheme have more elaborate macro systems: in Lisp, macros behave like functions transforming the program text itself, with the full language available to express such transformations. Whereas a C macro may define a simple replacement of one piece of syntax with another, a Lisp macro can control the evaluation of sections of code.

Being able to choose the order of evaluation (see lazy evaluation and non-strict functions) enables the creation of new syntactic constructs (e.g. control structures) indistinguishable from those built into the language. For instance, in a Lisp dialect that has cond but lacks if, it is possible to define the latter in terms of the former using macros. Entire major extensions to Lisp syntax, such as the CLOS system for object-oriented programming, have been defined as macros. Macros also make it possible to define data languages which are immediately compiled into code, which means that constructs such as state machines can be implemented in a way that is both natural and efficient.[1]

MacroML has typed syntax macros, and one productive way to think of these syntax macros is as a multi-stage computation.
[edit]

Application macros

Application programs can also use an analogous system of macros, which allow the user to specify a series of (oft-repeated) actions as one new procedure. These application macros are generally recorded by carrying out the sequence once and letting the application "remember" the actions. More advanced users can often make use of a built-in macro programming language which has direct access to the features of the application.

When programming macros in an unfamiliar macro language, it may be helpful to record a macro to do what the user wants it to do, and then open the macro file and try to gain an understanding of how the command structure works. It is then possible to modify the commands to fine-tune it.
[edit]

Keyboard macros

Keyboard macros or definitions allow short sequences of keystrokes to substitute long sequences of commands, and can automate repetitive tasks. They can be created either by using an application's built-in macro features, or by means of a separate macro program.

During the 1980s, macro programs -- originally SmartKey, then Superkey, KeyWorks, Prokey -- were very popular, first as a means to automatically format screenplays, then for a variety of business tasks. Since the 1990s, keyboard macros are built into most popular applications, such as word processors and spreadsheets, but are more difficult to use than the older macro programs, and require knowledge of programming.
[edit]

Macro languages

A macro language is a programming language in which all or most computation is done by expanding macros. Macro languages are not widely used for general-purpose programming, but are common in text processing applications. Examples:

    * C preprocessor
    * Internet Macros (iOpus)
    * M4 (mentioned previously, originally from AT&T, bundled with Unix)
    * TRAC
    * GPM
    * PHP
    * SMX
    * Stage 2
    * Scripting languages such as Tcl and ECMAScript (a.k.a. ActionScript, DMDScript, JavaScript, JScript) have been embedded in applications so that they behave like macro languages.
    * TeX
    * ml/1
    * Visual Basic Scripting (Microsoft)
    * Lisp has a powerful system of unhygienic syntax macros.
    * Scheme has hygienic syntax macros with a macros by example system, and is probably the most advanced untyped macro system in common use.
    * MacroML is an experimental system that seeks to reconcile static typing and macro systems.
    * The General Purpose Macro Processor is a contextual pattern matching macro processor, which could be described as a combination of regular expressions, EBNF and awk
    * MacroScript (Macro Scheduler)
    * SAM76

[edit]

Visual Basic for Applications and macro viruses

Visual Basic for Applications (VBA) is a programming language included in Microsoft Office and some other applications. It is not, by the above definition, a macro language at all. However, its function has evolved from and replaced the macro languages which were originally included in some of these applications so it is popularly and mistakenly called a macro language.

VBA has access to most operating system functions and supports automatic execution when a document is opened. This makes it relatively easy to write computer viruses in VBA, commonly known as macro viruses. In the mid-to-late 1990s, this became one of the most common types of computer virus. Some applications with macro languages, such as OpenOffice.org, deliberately exclude certain functionality (eg: automatic execution) to avoid such susceptibility. However, such features (in particular, automatic execution) remain popular in those applications that include them.
[edit]

See also

    * AutoHotkey
    * AutoIt
    * Image macro
    * Transclusion
    * TouchBoard
s()mtingWong
Member
+48|6663
Haha! thats fooking hillory_us, and i thought volx was bad. I would love to battle with him or anyone who does just to see how good of an aim they have.
stryyker
bad touch
+1,682|6691|California

Rodrick, Get Me the Number for BabySpinach!
MrBrain
Member
+24|6661|Finland
haha, that looked plain silly!

Now the me why shit like this is possible (this is another video nearby the one in this thread):
http://video.google.com/videoplay?docid … &hl=en

Why, why and why is it even possible to do shit like that to games
morphman001
Member
+9|6532|Melbourne
LOL...the lengths pple go to,simply amazing..
mcgid1
Meh...
+129|6687|Austin, TX/San Antonio, TX
In English, in this case a macro is a button on a keyboard programed to carry out a rapid series of commands when pushed.  They're not hacks but they can be very annoying.  In this case it would have been prone-crouch or jump programed to repeat over and over again.  Can only be done with certain keyboards.
AAFCptKabbom
Member
+127|6629|WPB, FL. USA
S ituation
N ormal
A ll
F uck
U p

some funny shit 

Kaboom.
eagles1106
Member
+269|6554|Marlton, New Jersey.
Haha I SO want that, it's the damn Speed Racer of Bf2, wouldn't you want it?  Now all he needs is 30 gadgets shoved up his ass that gives him uncanny advantages over the other players.

Last edited by eagles1106 (2006-08-22 22:04:58)

Cpt.KillerToy12
Be Very... Very Quite... We're Hunting Rabbits
+29|6627|U.S.A
still cant watch it????
alpinestar
Member
+304|6567|New York City baby.
macro
Bunn-Gee
Member
+7|6436

MrBrain wrote:

haha, that looked plain silly!

Now the me why shit like this is possible (this is another video nearby the one in this thread):
http://video.google.com/videoplay?docid … &hl=en

Why, why and why is it even possible to do shit like that to games
YOU KNOW WHAT....FUCK IT!!!!

I'M JUST GONNA BUY THE HACK AND USE IT....I AM SO FREAKING TIRED OF WALKING UP TO A BUILDING WITH AN ENEMY WHO COULDN'T HAVE POSSIBLY SEEN ME COME UP, COME AROUND THE CORNER AND GETTING KILLED WITH ONE SHOT FROM SOME INNACCURATE PIECE OF SHIT GUN FROM 100 FEET AWAY!!!!!!

I'M JUST SO SICK OF IT!!~!!

ok....i'm better now.....
cohen1976
Member
+14|6738
people like taht deserve a knife for that even if on own team
cohen1976
Member
+14|6738

Bunn-Gee wrote:

MrBrain wrote:

haha, that looked plain silly!

Now the me why shit like this is possible (this is another video nearby the one in this thread):
http://video.google.com/videoplay?docid … &hl=en

Why, why and why is it even possible to do shit like that to games
YOU KNOW WHAT....FUCK IT!!!!

I'M JUST GONNA BUY THE HACK AND USE IT....I AM SO FREAKING TIRED OF WALKING UP TO A BUILDING WITH AN ENEMY WHO COULDN'T HAVE POSSIBLY SEEN ME COME UP, COME AROUND THE CORNER AND GETTING KILLED WITH ONE SHOT FROM SOME INNACCURATE PIECE OF SHIT GUN FROM 100 FEET AWAY!!!!!!

I'M JUST SO SICK OF IT!!~!!

ok....i'm better now.....
lol look at ur stats befor eu acuse someone of hacking, u just sux! sry but u do lol
jkohlc
2142th Whore
+214|6497|Singapore
tell that guy to stop fucking the ground
i3igpete
Support Specialist
+6|6483
haha that was hilarious
Gentlesouljah.e
Member
+14|6433|United States
hahahahahaha im pissing myself laughing...holy hell! bwhahaha
Bunn-Gee
Member
+7|6436

cohen1976 wrote:

Bunn-Gee wrote:

MrBrain wrote:

haha, that looked plain silly!

Now the me why shit like this is possible (this is another video nearby the one in this thread):
http://video.google.com/videoplay?docid … &hl=en

Why, why and why is it even possible to do shit like that to games
YOU KNOW WHAT....FUCK IT!!!!

I'M JUST GONNA BUY THE HACK AND USE IT....I AM SO FREAKING TIRED OF WALKING UP TO A BUILDING WITH AN ENEMY WHO COULDN'T HAVE POSSIBLY SEEN ME COME UP, COME AROUND THE CORNER AND GETTING KILLED WITH ONE SHOT FROM SOME INNACCURATE PIECE OF SHIT GUN FROM 100 FEET AWAY!!!!!!

I'M JUST SO SICK OF IT!!~!!

ok....i'm better now.....
lol look at ur stats befor eu acuse someone of hacking, u just sux! sry but u do lol
Um...I know....that's the point.

I can deal with being crappy and getting beat by good players.  What I can't deal with is getting beat by hackers.

In fact....what I don't understand is why really good players aren't more pissed about hacks than the bad players.  The hackers give authentic good players a really bad name.  See.....if the game was "clean" then whenever a crappy player like me get's beat then there is no question that it's due to the skill of the good player.  But with MSX spreading like herpes in a sex convention then it gives an excuse to accuse someone of "hax" whenever they wtfpwnbbq someone.  I know if I was good and people accused me of hacking all the time I would be really pissed at hacks out there.

I see more "I'm so good I don't need hacks so I don't care" attitude than I see "those hacks make me mad because I'm good with skill and people accuse me of hacks".  The good players should be the ones MOST pissed by the hacks.

Last edited by Bunn-Gee (2006-08-23 08:29:10)

sagexp
Member
+16|6525

Bunn-Gee wrote:

cohen1976 wrote:

Bunn-Gee wrote:


YOU KNOW WHAT....FUCK IT!!!!

I'M JUST GONNA BUY THE HACK AND USE IT....I AM SO FREAKING TIRED OF WALKING UP TO A BUILDING WITH AN ENEMY WHO COULDN'T HAVE POSSIBLY SEEN ME COME UP, COME AROUND THE CORNER AND GETTING KILLED WITH ONE SHOT FROM SOME INNACCURATE PIECE OF SHIT GUN FROM 100 FEET AWAY!!!!!!

I'M JUST SO SICK OF IT!!~!!

ok....i'm better now.....
lol look at ur stats befor eu acuse someone of hacking, u just sux! sry but u do lol
Um...I know....that's the point.

I can deal with being crappy and getting beat by good players.  What I can't deal with is getting beat by hackers.

In fact....what I don't understand is why really good players aren't more pissed about hacks than the bad players.  The hackers give authentic good players a really bad name.  See.....if the game was "clean" then whenever a crappy player like me get's beat then there is no question that it's due to the skill of the good player.  But with MSX spreading like herpes in a sex convention then it gives an excuse to accuse someone of "hax" whenever they wtfpwnbbq someone.  I know if I was good and people accused me of hacking all the time I would be really pissed at hacks out there.

I see more "I'm so good I don't need hacks so I don't care" attitude than I see "those hacks make me mad because I'm good with skill and people accuse me of hacks".  The good players should be the ones MOST pissed by the hacks.
Been playing a couple of months and at first I was convinced guys where using hacks, but now as i get to know the game better and my ability improves I find my stats going up and i do things that would get someone accused of hacking. My specialty is shooting both helis in sharqi down off there pads, and seeing sutle changes in the graphics announcing an enemy coming around the corner. I follow the UAV closely and look for any of my guys that have been shot in my area and listen for enemy shots,shouts,footsteps and of course vehicles. Play smart read the tips section and dont jump to conclusions.
I have only witnessed padders, macro users and general pricks on servers but none out and out hackers
137twozerosniper
Member
+57|6536|UK
talk to volx he will tell u...
ig
This topic seems to have no actual posts
+1,199|6493

MrBrain wrote:

haha, that looked plain silly!

Now the me why shit like this is possible (this is another video nearby the one in this thread):
http://video.google.com/videoplay?docid … &hl=en

Why, why and why is it even possible to do shit like that to games
hack or not, that guy fucking sucked. i would own his ass about every single time.

Board footer

Privacy Policy - © 2024 Jeff Minard