Raised This Month: $32 Target: $400
 8% 

Showing results 1 to 19 of 19
Search took 0.01 seconds.
Search: Posts Made By: Peace-Maker
Forum: Coding MM:S Plugins & SM Extensions 02-07-2020, 07:02
Replies: 369
Views: 260,346
Posted By Peace-Maker
Re: Signature Request Thread

Most of those functions are inlined or optimized out on windows, so you'd have to emulate their logic yourself if you need windows support. I've tried to outline how to find them below:
...
Forum: Coding MM:S Plugins & SM Extensions 11-29-2016, 21:26
Replies: 369
Views: 260,346
Posted By Peace-Maker
Re: Signature Request Thread

https://github.com/komashchenko/PTaH/blob/master/PTaH.games.txt#L11
Forum: Coding MM:S Plugins & SM Extensions 11-29-2016, 17:11
Replies: 369
Views: 260,346
Posted By Peace-Maker
Re: Signature Request Thread

Try these


"linux" "\x55\x89\xE5\x53\x83\xEC\x14\x8B\x5D\x08\x8B\x8B\xB4\x04\x00\x00\x85\xC9\x74\x2A\x8B\x83\xB4\x04\x00\x00\x85\xC0\x74\x2A\x8B\x10\x85\xD2\x74\x2A\x8B\x55\x0C\x89\x04\x24"...
Forum: Coding MM:S Plugins & SM Extensions 05-21-2014, 06:01
Replies: 369
Views: 260,346
Posted By Peace-Maker
Re: Signature Request Thread

"Games"
{
"cstrike"
{
"Signatures"
{
"LookupAttachment"
{
"library" "server"
"linux" ...
Forum: Coding MM:S Plugins & SM Extensions 05-20-2014, 08:38
Replies: 369
Views: 260,346
Posted By Peace-Maker
Re: Signature Request Thread

You should mention which game you need this signature for ;)
Forum: Coding MM:S Plugins & SM Extensions 04-07-2014, 12:21
Replies: 369
Views: 260,346
Posted By Peace-Maker
Re: Signature Request Thread

You should just change it to vtable call/hook!
\x55\x8B\xEC\x51\x53\x8B\x5D\x2A\x8B\xC1\x56\x57\x89\x45\xFC\x33\xFF
Forum: Coding MM:S Plugins & SM Extensions 02-21-2014, 02:13
Replies: 369
Views: 260,346
Posted By Peace-Maker
Re: Signature Request Thread

I think that's the right one. I'd expect you'll need more stuff changed for MAP to work on csgo on windows again though.
66 3B 0D ? ? ? ? 72 ? A1
Forum: Coding MM:S Plugins & SM Extensions 09-17-2013, 16:20
Replies: 369
Views: 260,346
Posted By Peace-Maker
Re: Signature Request Thread

It's now
55 8B EC B8 ? ? ? ? E8 ? ? ? ? A1 ? ? ? ? 53 56 33 F6 89
_Z14NET_SendPacketP11INetChanneliRK8netadr_sPKhiP8bf_writeb
Forum: Coding MM:S Plugins & SM Extensions 08-15-2013, 07:53
Replies: 369
Views: 260,346
Posted By Peace-Maker
Re: Signature Request Thread

55 8b ec 66 8b 45 08 66 3b 05 ? ? ? ? 72 ? B8 01 00 00 00 84
Forum: Coding MM:S Plugins & SM Extensions 02-11-2013, 21:04
Replies: 369
Views: 260,346
Posted By Peace-Maker
Re: Signature Request Thread

Please test your stuff on linux first before requesting windows signatures-.-
Forum: Coding MM:S Plugins & SM Extensions 02-11-2013, 16:15
Replies: 369
Views: 260,346
Posted By Peace-Maker
Re: Signature Request Thread

CTFPlayer::AddPlayerAttribute(CEconItemAttribute *)
\x55\x8B\xEC\x8B\x45\x08\x85\xC0\x74\x2A\x50\x81\xC1\x04\x0A\x00\x00

CTFPlayer::AwardAchievement(int, int)...
Forum: Coding MM:S Plugins & SM Extensions 08-22-2012, 21:33
Replies: 369
Views: 260,346
Posted By Peace-Maker
Re: Signature Request Thread

It wasn't working in css for quite some time
https://forums.alliedmods.net/showthread.php?p=1771791#post1771791
Forum: Coding MM:S Plugins & SM Extensions 08-22-2012, 20:12
Replies: 369
Views: 260,346
Posted By Peace-Maker
Re: Signature Request Thread

I don't see any broken one there.
Forum: Coding MM:S Plugins & SM Extensions 07-22-2012, 13:00
Replies: 369
Views: 260,346
Posted By Peace-Maker
Re: Signature Request Thread

You could start with this tutorial by your-name-here. http://forums.eventscripts.com/viewtopic.php?p=376443#p376443
If you just want to test stuff, you should consider testing on linux as it's much...
Forum: Coding MM:S Plugins & SM Extensions 07-20-2012, 18:24
Replies: 369
Views: 260,346
Posted By Peace-Maker
Re: Signature Request Thread

In CS:S:

CCollisionEvent::ShouldCollide(IPhysicsObject *, IPhysicsObject *, void *, void *)
Linux: _ZN15CCollisionEvent13ShouldCollideEP14IPhysicsObjectS1_PvS2_
Windows:...
Forum: Coding MM:S Plugins & SM Extensions 06-29-2012, 08:59
Replies: 369
Views: 260,346
Posted By Peace-Maker
Re: Signature Request Thread

I'd recommend to test on linux first before asking for windows signatures, Marcos.
There only is a CCSBot::Follow(CCSPlayer *) btw.
; CCSBot::Follow(CCSPlayer *)
.text:005FB050...
Forum: Coding MM:S Plugins & SM Extensions 06-28-2012, 16:27
Replies: 369
Views: 260,346
Posted By Peace-Maker
Re: Signature Request Thread

Linux: _ZN6CCSBot11SetBotEnemyEP9CCSPlayer
Windows:...
Forum: Coding MM:S Plugins & SM Extensions 06-06-2012, 17:41
Replies: 369
Views: 260,346
Posted By Peace-Maker
Re: Signature Request Thread

they're virtual, so you only need the offsets. why would you want a signature?
Forum: Coding MM:S Plugins & SM Extensions 05-29-2012, 20:44
Replies: 369
Views: 260,346
Posted By Peace-Maker
Re: Signature Request Thread

CCSBot::MoveTowardsPosition(Vector const&)
Linux: _ZN6CCSBot19MoveTowardsPositionERK6Vector
Windows: \x55\x8B\xEC\x83\xEC\x30\x56\x57\x8B\xF1\x8D\x2A\x2A\x56\x50\xE8\x2A\x2A\x2A\x2A\x8B

You'll...
Showing results 1 to 19 of 19

 
Forum Jump

All times are GMT -4. The time now is 03:55.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode