Jump to content

Ynotsend

Member
  • Posts

    99
  • Joined

  • Last visited

Recent Profile Visitors

1,031 profile views

Ynotsend's Achievements

Newbie

Newbie (1/14)

1

Reputation

  1. So I have been working on this previously created project, and really couldn't get it to work correctly, as the projects wasn't finished. I had to create a tcp server for things to somewhat work and added some code to get the project to execute. The project is coded in C sharp and is for the app called Palringo(its suppose to be a engine that logs into the app and can imitate various things that the app does). This line of code is what is used to initiate the packet handler. Apparently, "(packet.Command)" contains the command "LOGON", but the other commands are "AUTH", "MESG", "AVATAR" etc. I literally cannot paste the whole code, but I just want to know why only a certain command was stored into "(packet.Command)". If more information is needed(probably) please tell me. if (_packetHandlers.ContainsKey(packet.Command)) _packetHandlers[packet.Command].Process(tcp, packet); else Console.WriteLine("INVALID COMMAND!: " + packet.Command); //_packetHandlers[packet.Command].Process(tcp, packet);
  2. Yes it's the right function. It affects games fire rate
  3. LDR R3, [R0,#0x14] __text:000890EE CMP R3, #0 __text:000890F0 ITTTT NE __text:000890F2 VMOVNE D0, R2, R2 __text:000890F6 LDRNE R0, [R0,#0x20] __text:000890F8 RSBNE.W R1, R1, R1,LSL#3 __text:000890FC ADDNE.W R0, R0, R1,LSL#3 __text:00089100 IT NE __text:00089102 VSTRNE S0, [R0,#0x18] __text:00089106 VMOV D0, D0 __text:0008910A BX LR I need to know how to store 30.0 into S0. It crashes when you modify the VSTRNE.
  4. But that is Boolean, right? If not, how can I change the value. Here is the same function but different version of the game. LDR R3, [R0,#0x14] __text:0009CCD0 CMP R3, #0 __text:0009CCD4 BXEQ LR __text:0009CCD8 LDR R0, [R0,#0x20] __text:0009CCDC RSB R1, R1, R1,LSL#3 __text:0009CCE0 VMOV S0, R2 __text:0009CCE4 ADD R0, R0, R1,LSL#3 __text:0009CCE8 VSTR S0, [R0,#0x18] __text:0009CCEC BX LR VMOV S0, R2 was the correct one to change. How would I change the VMOVNE to a higher value?
  5. I wasn't fooling shmoo...he didn't believe I created any of the Nova 3 hacks....there is clear proof on there
  6. Game crashes, I even tried changing the value
  7. I do, but why do I need it? I really don't want to set up LLDB again. Is D0, D0 something totally different from everything else?
  8. This is animation speed. Ive hacked this same function before in a different version of the game. Changing the VMOV S0, R2 to VMOV.F32 S0, #30.0. How would I change VMOV D0, D0?
  9. Aight thanks man, it worked, just changed the R register to a number
  10. Please close this thread
  11. U can't be f**king serious....
  12. I only would like an answer from people who have done the following, hacked weapons rate of fire and/or switched weapons bullets(E.g:Assualt rifle shoots rpgs). Although I know switching bullets is really hard, but has anyone done it in any ios games? Also, how am I suppose to speed up the rate of fire? I was thinking maybe to find the function that causes a delay between each bullet? I NEED AN ANSWER FROM SOMEONE WHO SUCCESSFULLY SPED UP THE WEAPONS RATE OF FIRE IN ANY IOS GAME.(Don't say speedmaster or iGG...)
  13. Its unfortunate you didn't die.
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines