Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > Planetside
You last visited: Today at 00:34

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Guide] Finding Cone of Fire Revamped

Discussion on [Guide] Finding Cone of Fire Revamped within the Planetside forum part of the Shooter category.

Reply
 
Old 02/11/2008, 08:59   #16
 
j00b's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 87
Received Thanks: 6
I don't know if you looked at his window but it didn't have the 0x,

meaning there never was a 0x and you have wasted lots of time.

Lol.
j00b is offline  
Old 02/11/2008, 22:32   #17
 
The1nk's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 25
Received Thanks: 3
Quote:
Originally Posted by Obbi75 View Post
I'm going to have to say this was mildly interesting... until the 'look for specific asm out of list of well over a million other very similiar ones which are sorted by address and not in any useful way, which only might be there if you didn't screw up earlier. enjoy your next 72 hours' part.

Guess I'll try out jolt's seems more complete and do-able for anyone with patience that doesn't rival that of a mountain. A~nd if I can't get that to work I'll probably just pack it in and be thankful I didn't take up coding as a hobby.

Edit: Well that worked out, though auto-ban was swift and ammusing, so I guess I'll lurk more and see if I can ever figure this one out.

Edit 2: Can you verify that mov [esi+0x19C],eax still exists... I sorta found a way to 'find' my way through the entire disassembler list (My clipboard hates you and says you should sleep with your eyes open :/) without finding it. Is there any particular action one must take during that running and jumping and gunning step to make it show itself?
If you do enough things, such as:
..Crouch, Has Changed
..Stand, Has Changed
......., Has Not Changed
..(while) Running, Has Changed
etc etc etc.. it should be narrowed down to only a few. The more searches you do [without screwing up] the less you will have to siphon through.

And [I think] its generally better to do Has Changed and Has Not Changed instead of "Has Increased" or "Has Decreased" because theoretically, SOE could have used one of two concepts for each variable. "Half Full" or "Half Empty". (Ie: CoF could be: "How tight are the bullets?"(Higher=Better), or "How much recoil do you have?"(Lower=Better))

Quote:
Originally Posted by j00b View Post
I don't know if you looked at his window but it didn't have the 0x,

meaning there never was a 0x and you have wasted lots of time.

Lol.
LoL! True. According to the pic, there was no 0x infront. In the text he wrote, there was. That may have been to throw off web-searching h4x who aren't interested in a community, only want to leech. :P
The1nk is offline  
Old 02/13/2008, 18:59   #18
 
elite*gold: 0
Join Date: Feb 2008
Posts: 9
Received Thanks: 0
I think you might be correct about the screenshot dealie... it worked going by what was in the SS but I was doing everything word for word the first time around. Still haven't figured out how to turn it off yet though. xD
Obbi75 is offline  
Old 02/14/2008, 00:10   #19
 
j00b's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 87
Received Thanks: 6
ya, me neither, not sure which part of the code I'm supposed to change :/
j00b is offline  
Old 03/02/2008, 09:43   #20
 
elite*gold: 0
Join Date: Feb 2008
Posts: 8
Received Thanks: 0
I got my poke values but they are prolly not correct. When I load them into the trainer, save it and press the ON button, Planetside closes... actually crashes. Any suggestions as to what I am doing wrong. Or are my poke values just incorrect? I followed the cof guide correctly to find the 2 addresses and followed the AB guide to help me the rest of the way to find the pokes but i must be doing something wrong. Any help will be much appreciated.


EDIT 2... ok, I followed the cof guide and got the 2 addresses - right clicked and chose the option "find what writes this address" on both. then went into planetside and jumped crouch shot and ran. came back into MHS and saw the correct values after i did the go to new tab part from the AB guide.

MOV ECX, DWORD PTR [ESI+20]
MOV DWORD PTR [ESI+19C], EAX
LEA EAX, DWORD PTR [EBP-C]

now on the other tab i scrolled down to the part where it says "Add Byte PTR [EAX], AL" and I picked one that had 5 of the same above and below. which was "7C97B7A8". then i right clicked on "MOV ECX, DWORD PTR [ESI+20]" and selected inject. I put "7C97B7A8" in the code cave and put MOV ECX, DWORD PTR [ESI+20],MOV DWORD PTR [ESI+19C], EAX,LEA EAX, DWORD PTR [EBP-C] in the box to get the poke addys and i got 2 pokes.

Poke 7C97B7A8 8B 4E 20 89 86 9C 01 00 00 8D 45 F4 8B 4E 20 89 86 9C 01 00 00 8D 45 F4 E9 63 C4 F8 83

Poke 907C1C E9 87 3B 07 7C

I then put those pokes in my trainer for the "ON"" button saved it and opened the trainer and clicked the on button. went into planetside and i still have a cof.

Am I missing something because it seems like I didn't miss any steps?
StewartJohnson is offline  
Old 03/03/2008, 13:58   #21
 
The1nk's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 25
Received Thanks: 3
Quote:
Originally Posted by StewartJohnson View Post
MOV ECX, DWORD PTR [ESI+20],MOV DWORD PTR [ESI+19C], EAX,LEA EAX, DWORD PTR [EBP-C] in the box to get the poke addys and i got 2 pokes.
I dunno how anyone else did it here, but on the way I did it- I don't see a zero in there anywhere. :-P

That code right thurr sets up your cof. The "Mov dword ptr [esi+19c], eax" is putting the value that's in EAX into the pointer ESI+19c. So... If that's what increases your coF.. what do you do?

I set it the value that is going to be put into the Cof 0 before that happens. :P Works for me!
The1nk is offline  
Old 03/04/2008, 02:06   #22
 
elite*gold: 0
Join Date: Aug 2007
Posts: 29
Received Thanks: 4
MOV ECX, DWORD PTR [ESI+20]
MOV EAX, 0
MOV DWORD PTR [ESI+19C], EAX
LEA EAX, DWORD PTR [EBP-C]

and presto you got urself nocof
cookiemonster22 is offline  
Old 03/04/2008, 03:53   #23
 
elite*gold: 0
Join Date: Feb 2008
Posts: 31
Received Thanks: 2
MOV ECX, DWORD PTR [ESI+20]
MOV DWORD PTR [ESI+19C], EAX
LEA EAX, DWORD PTR [EBP-C]

That's how I roll. Don't even need MOV EAX, 0. Now if you wanted to say, have a pin size COF, you could add MOV EAX, XXXXXXXX

XXXXXXXX = Hex Value you get from your Converter that came with TMK.

Example. MOV EAX, 40A00000 <====== This would give you a COF of 5.

This way for all you sneaky cheaters, you can appear to have a COF.
faken1337 is offline  
Old 03/04/2008, 03:57   #24
 
j00b's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 87
Received Thanks: 6
just give 'em the pokes why don't you.
j00b is offline  
Old 03/04/2008, 06:41   #25
 
elite*gold: 0
Join Date: Feb 2008
Posts: 31
Received Thanks: 2
Quote:
Originally Posted by StewartJohnson View Post
now on the other tab i scrolled down to the part where it says "Add Byte PTR [EAX], AL"
There is your problem. You don't need the Address from ADD Byte PTP. When you are code caving, just leave it on Auto-Address. Add the ASM and you'll be fine.
faken1337 is offline  
Old 03/04/2008, 10:08   #26
 
elite*gold: 0
Join Date: Feb 2008
Posts: 8
Received Thanks: 0
still not working. i'll keep tryin... even tried the hex value and still not working. I understand how everything works now I just need some guidance as to what I am doing wrong. I have TS and Vent.
StewartJohnson is offline  
Old 04/17/2009, 17:01   #27
 
elite*gold: 0
Join Date: Apr 2009
Posts: 1
Received Thanks: 0
pls help

this is a total newb question but I am very new to hacking
I wrote my own code cave (Which is long messy and horrible) and screwed up so many times I have memory slots in allydbg filled with random lines of useless code I put in on my first few attempts to come up with a working code cave
Can I just erase these some how ...
when I didn't know what NOP's were I filled messed up lines with them and its a disaster pls help if you can....
Alpha492 is offline  
Reply


Similar Threads Similar Threads
[Guide] Finding the PK2 Blowfish Key in 5 Easy Steps
01/14/2021 - SRO Coding Corner - 43 Replies
This guide will show how to find the PK2 Blowfish key required for reading and writing to PK2 files. This key stays the same for official Silkroad versions, but private servers modify the key to break tools. By using this guide, you will learn how to easily find the key to make PK2 tools work again (but, I am not covering updating those tools). I've posted this information before and explained the process to people, but I wanted to have a single resource that can be referred to that easily...
Complete Guide For Finding Your Steam ID And More!
03/20/2010 - Steam Trading - 27 Replies
Table of Contents To use: Hit ctrl + f and enter the xxx code into the search input to quickly jump to a section. 1aa - What is Steam 2aa - What Are Digits or Steam ID's 3aa - Finding Your SteamID 4aa - Selling Your Steam Account 4ab - What to do During a Sale 5aa - Buying a Steam Account 6aa - Securing Your Steam Account
[REQUEST]Cone of fire
03/18/2010 - Planetside - 0 Replies
I am a beginner just learning the need for new COF compile the source code, hackers want to make their own, thank you!:rolleyes:
Does anyone know of a Cone of Fire hack
05/06/2009 - General Gaming Discussion - 4 Replies
Hello, I was just wondering if anyone know's of a Cone of Fire hack, and if cone of fire hacking is possible, if you don't want to share with me your actual hack, could you tell me how to do it? (i.e. is it still possible to edit the files in Neocron folder?). Thanks.
Guide for finding skills in sibibot!
03/08/2009 - SRO PServer Guides & Releases - 13 Replies
Who has trouble finding their skills for sibi bot? This is a guide so you wont ever have to worry! Note:i just made this for the attacks section cause thats the hard list but it will work for the buffs and imbues. And now the hard part:pimp: If you are just starting a character you are gonna go through the most important part of the skills! this is the part where you have to make your order.



All times are GMT +2. The time now is 00:34.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.