• What language are CS:Source Scripts written in?
    23 replies, posted
The title says it all, I'm pretty much cuious about what language Counter Strike Source scripts are written in. (WarCraft, ZM, Aimbot, ect.) Thanks :)
For most mods, they are written in C++ [editline]02:57AM[/editline] For hacks, that's another story
[QUOTE=B1N4RY!;21026801]For most mods, they are written in C++ [editline]02:57AM[/editline] For hacks, that's another story[/QUOTE] Hmm, thanks =D And for Gmod it's LUA right?
There are a few. [url=http://www.sourcemod.net/]Sourcemod[/url] uses SourcePawn, a derived of Pawn, which is something somewhat similar to C. [url=http://www.eventscripts.com/pages/EventScripts]EventScripts[/url] has two languages, one is called EventScripts and is a custom made language for that but you can also use (and I would recommend you do) Python (they call that ESPython). As for hacks, depending on how they're made and what they do, they can be written in any languages.
Aimbots are C++ programs thats Are injected into the Dlls when playing. Thats how Vac knows if youre hacking if the Default dlls are modified
Thanks guys, I was hoping to take up C++ so I can make shit for CSS ;D, since my clan made a new server, I wish to contribute.
[QUOTE=Ravage5665;21027121]Thanks guys, I was hoping to take up C++ so I can make shit for CSS ;D, since my clan made a new server, I wish to contribute.[/QUOTE] Then C++ won't be useful at all unless you wish to make hacks for your clan. You'd better go with Python and have your clan install ES on their server.
lol [highlight](User was banned for this post ("Why reply?" - SteveUK))[/highlight]
What? Most css addons are EventScripts and python. And hacks are bullshit to make, don't even try.
[QUOTE=Xeon06;21027379]Then C++ won't be useful at all unless you wish to make hacks for your clan. You'd better go with Python and have your clan install ES on their server.[/QUOTE] Thanks, so lets say I wish to make a Bhop script, will that be Python also?
[QUOTE=Ravage5665;21027584]Thanks, so lets say I wish to make a Bhop script, will that be Python also?[/QUOTE] Easiest solution; Auto hot key. [QUOTE=genyus;21026947]Aimbots are C++ programs thats Are injected into the Dlls when playing. Thats how Vac knows if youre hacking if the Default dlls are modified[/QUOTE] Why did you post?
[QUOTE=genyus;21026947]Aimbots are programs thats Are injected into the Dlls when playing. Thats how Vac knows if youre hacking if the Default dlls are modified[/QUOTE] [media]http://www.youtube.com/watch?v=WrjwaqZfjIY[/media]
-snip-
Most hacks (that are not instantly detected) are made with [url=http://www.hex-rays.com/idapro/]extensive knowledge[/url] in [url=http://en.wikipedia.org/wiki/Assembly_language]assembly[/url] and can be programmed in almost any language once the hacker knows how the program works.
hahahahaha. wait so, if it's made in assembly that means it's pretty much undetected right?
[QUOTE=efeX;21030459]hahahahaha. wait so, if it's made in assembly that means it's pretty much undetected right?[/QUOTE] He said not instantly :P.
If your wanting to learn to script for counter strike source and the rest of the non gmod games, look into python. Here's a great site that uses python. I use to do some shit for counter strike source but, got bored for how little I could do. [url]http://www.eventscripts.com/[/url] [url]http://forums.eventscripts.com/[/url] [QUOTE=bord2tears;21029967]Most hacks (that are not instantly detected) are made with [url=http://www.hex-rays.com/idapro/]extensive knowledge[/url] in [url=http://en.wikipedia.org/wiki/Assembly_language]assembly[/url] and can be programmed in almost any language once the hacker knows how the program works.[/QUOTE] Source industries is one good community that has excellent coders for there HAX!
[QUOTE=Ravage5665;21027584]Thanks, so lets say I wish to make a Bhop script, will that be Python also?[/QUOTE] No, that's client side scripting. For this your only option is Source's console scripting which isn't really a language in itself or hacks.
[QUOTE=efeX;21030459]hahahahaha. wait so, if it's made in assembly that means it's pretty much undetected right?[/QUOTE] If the hack runs in ring0 kernel mode, then yes. That's the only exception that I can think of
Do you just ask it to make yourself look smarter?
[QUOTE=B1N4RY!;21034194]If the hack runs in ring0 kernel mode, then yes. That's the only exception that I can think of[/QUOTE] [media]http://www.youtube.com/watch?v=FRMA0ENx-wg[/media] [highlight](User was banned for this post ("Shitposting with video-only replies." - SteveUK))[/highlight]
[QUOTE=layla;21034428][media]http://www.youtube.com/watch?v=FRMA0ENx-wg[/media][/QUOTE] If you have ANY idea on how ring0 hacks work, you wouldn't be shitposting like that.
It's the fact you have no idea what you're talking about. You hear these words from cheating forums and just put them together hoping someone wont call you out on it, that person being me.
No layla, you're an idiot. If a hack was running as a ring 0 task (ie. a driver or kernel patch), it could block VAC (which runs in ring 3) from seeing it. Similar to how rootkits work.
Sorry, you need to Log In to post a reply to this thread.