Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Hey, this is shadowx360 from uc-forum
- [2012-02-29 22:11:20] Orange`: Orange` wymienił się szczegółowymi danymi z James (Charlemagne).
- [2012-02-29 22:21:36] Orange`: hey
- [2012-02-29 22:24:00] James (Charlemagne): hey
- [2012-02-29 22:24:57] Orange`: have you managed to get nospread that works without being host @ aiw ?
- [2012-02-29 22:25:25] James (Charlemagne): nospread isn't client sided
- [2012-02-29 22:25:31] James (Charlemagne): meaning it's not calculated on your side
- [2012-02-29 22:25:39] James (Charlemagne): so you can't do anything about the that there's spread
- [2012-02-29 22:25:45] James (Charlemagne): what you can do is predict where the next one will go
- [2012-02-29 22:25:54] Orange`: yeah I know
- [2012-02-29 22:25:55] James (Charlemagne): so by doing that, you can move your view angles and thus compensate
- [2012-02-29 22:26:01] James (Charlemagne): you don't need to be host for that
- [2012-02-29 22:27:35] Orange`: I assume it's hard
- [2012-02-29 22:28:19] James (Charlemagne): no, the code for it is posted on uc-forum
- [2012-02-29 22:28:25] James (Charlemagne): just copy/paste
- [2012-02-29 22:29:23] Orange`: where ?
- [2012-02-29 22:29:56] James (Charlemagne): http://www.uc-forum.com/forum/call-duty-6-code-section/73935-king-orgys-nospread.html
- [2012-02-29 22:31:17] James (Charlemagne): that thread references http://www.uc-forum.com/forum/call-duty-6-code-section/69347-do-no-spread-alteriwnet.html
- [2012-02-29 22:36:08] Orange`: http://www.uc-forum.com/forum/call-duty-6-code-section/69067-simple-bypass-message-steam-authorization-failed.html
- [2012-02-29 22:36:11] Orange`: hmm
- [2012-02-29 22:36:15] Orange`: would that still work?
- [2012-02-29 22:37:03] James (Charlemagne): probably not
- [2012-02-29 23:05:50] Orange`: did you read mine latest pm ?
- [2012-02-29 23:05:56] Orange`: about reason 4895 ?
- [2012-02-29 23:06:06] James (Charlemagne): yes
- [2012-02-29 23:06:10] Orange`: what could it be?
- [2012-02-29 23:06:18] James (Charlemagne): idk, I don't have that issue
- [2012-02-29 23:06:23] Orange`: alright
- [2012-02-29 23:06:27] James (Charlemagne): you can ask on the IRC
- [2012-02-29 23:06:32] Orange`: will do tomorro
- [2012-02-29 23:06:32] James (Charlemagne): say you think it's an error
- [2012-02-29 23:06:39] Orange`: ok
- [2012-02-29 23:06:43] Orange`: I'm going sleep now
- [2012-02-29 23:06:47] Orange`: goodnight :D
- [2012-02-29 23:07:01] James (Charlemagne): kk
- [2012-02-29 23:07:02] James (Charlemagne): 'night
- [2012-03-02 22:15:56] Orange`: hey
- [2012-03-02 22:19:24] Orange`: could you tell me how would I change my nickname ingame?
- [2012-03-02 22:20:26] James (Charlemagne): edit the memory
- [2012-03-02 22:20:51] Orange`: yeah but changing 104dfbe0 doesn't seem to do anything to my nickname ingame
- [2012-03-02 22:21:29] James (Charlemagne): it updates every round on public TDM or SnD
- [2012-03-02 22:21:40] James (Charlemagne): send an update packet to the server if you want it to update instantly
- [2012-03-02 22:21:51] James (Charlemagne): hook cL_WritePacket
- [2012-03-02 22:24:37] Orange`: could you give me some example code?
- [2012-03-02 22:25:00] James (Charlemagne): nope, can't access my SVN
- [2012-03-02 22:25:13] James (Charlemagne): it's just a WriteProcessMemory to the location
- [2012-03-02 22:25:23] James (Charlemagne): and then send a packet
- [2012-03-02 22:26:06] Orange`: ok, but how to send it ? :D
- [2012-03-02 22:27:15] James (Charlemagne): er...like I said, hook CL_WritePacket
- [2012-03-02 22:30:23] Orange`: is //0x0048A180 - aIW the right offset?
- [2012-03-02 22:31:27] James (Charlemagne): yeah
- [2012-03-02 22:31:31] Orange`: k
- [2012-03-02 22:32:38] Orange`: btw. found the hook that detected mine favourite kingorgy hack
- [2012-03-02 22:32:44] Orange`: and patched it
- [2012-03-02 22:32:45] Orange`: :)
- [2012-03-02 22:32:57] James (Charlemagne): oh, which one was it?
- [2012-03-02 22:32:57] Orange`: totally myself
- [2012-03-02 22:33:08] Orange`: 0xsnip
- [2012-03-02 22:33:11] James (Charlemagne): I just removed the entire load lol
- [2012-03-02 22:33:32] Orange`: I don't think I need to remove more
- [2012-03-02 22:33:46] Orange`: removed these which blocked my fav hacks
- [2012-03-02 22:34:20] James (Charlemagne): oh, I don't use released hacks, so I just remove all the method hooks
- [2012-03-02 22:34:39] Orange`: I got friend to teach me how to make hacks
- [2012-03-02 22:34:54] Orange`: doesn't have time yet but promised to do it in 2 days
- [2012-03-02 22:35:11] Orange`: until he doesn't, I'll just use these old hacks
- [2012-03-02 22:35:25] James (Charlemagne): it's not that hard, most people just use old bases for them
- [2012-03-02 22:38:03] Orange`: not sure what does this code to I've found posted by alexak
- [2012-03-02 22:38:04] Orange`: __asm pushad;
- __asm popad;
- __asm jmp[CL_WritePacket];
- [2012-03-02 22:38:10] Orange`: will it send the pakcet?
- [2012-03-02 22:38:19] James (Charlemagne): no, he's just detouring the function
- [2012-03-02 22:39:53] Orange`: what do I need to do to send that packet?
- [2012-03-02 22:40:51] Orange`: sorry for these questions, I'm just a noob
- [2012-03-02 22:41:17] James (Charlemagne): basically call the function to send a packet to the server to ack again
- [2012-03-02 22:41:22] James (Charlemagne): then server will see your new name changed
- [2012-03-02 22:41:30] James (Charlemagne): if you don't do it, it'll change your name next round
- [2012-03-02 22:41:42] Orange`: how to find that function ?
- [2012-03-02 22:42:38] James (Charlemagne): you have the offset above^^
- [2012-03-02 22:42:49] James (Charlemagne): just call it via ASM or defines
- [2012-03-02 22:45:53] Orange`: so after reading a thingy at msdn
- [2012-03-02 22:45:57] Orange`: should I do it like
- [2012-03-02 22:47:21] Orange`: mov eax, offset for writepacket
- [2012-03-02 22:47:28] Orange`: push eax
- [2012-03-02 22:47:28] Orange`: ?
- [2012-03-02 22:48:09] James (Charlemagne): er...you have you call it too lol
- [2012-03-02 22:48:28] Orange`: how to do it in asm ?
- [2012-03-02 22:48:58] James (Charlemagne): call offset;
- [2012-03-02 22:49:04] James (Charlemagne): then clean up stack
- [2012-03-02 22:50:01] Orange`: ok
- [2012-03-02 22:50:24] Orange`: for cleaning up stack should I use pop ebx as it was described @ msdn ?
- [2012-03-02 22:51:16] James (Charlemagne): yeah, that works
- [2012-03-02 22:51:39] Orange`: thank you so much :D
- [2012-03-02 22:51:44] Orange`: will make it tomorrow
- [2012-03-02 22:51:45] James (Charlemagne): np
- [2012-03-02 22:51:54] Orange`: but what's first, mov eax or calling ?
- [2012-03-02 22:52:36] James (Charlemagne): you don't need mov eax
- [2012-03-02 22:52:41] James (Charlemagne): brb, gf calling
- [2012-03-02 23:02:37] Orange`: going sleep, cya
- [2012-03-02 23:02:42] Orange`: and thanks
Advertisement
Add Comment
Please, Sign In to add comment