Battlefield 4 - Unl...
 
Notifications
Clear all

Battlefield 4 - Unlimited RAWR + More 1.20

Page 1 / 5

UGz-
Posts: 113
 UGz-
Topic starter
(@UGz-)
Estimable RivalGamer
Joined: 9 years ago

To search for and Modify pack to get RAWR

weapon offset - 64 = pointer

setting a breakpoint on this = 2965D0 will bring you to all weapons loaded pointers (where you can switch the pointers out for another)

rawr =
String to hex this for the rawr XP3/Gameplay/Vehicles/MAARS_Robot/U_MAARSBot which then gives you this number in hex. Search for it and subtract 64
5850332F47616D65706C61792F56656869636C65732F4D4141 52535F526F626F742F555F4D41415253426F7400
32E00000 - 3F000000
the ranges

^ pointer = address - 64 = rawr pointer < this you take a replace over gadget1 or something else


For unlimited luancher

47616d65706c61792f476164676574732f4d474c2f555f4d47 4c5f4149
search in same range as the rawr


You can modify Camo Here

004023E0 r25
set a bp and go to the addy set in r25
you need to be using a camo

Other Useful things
-------------------------
[HIDE]
0x1C15F80 - gamecontext

0x1694070 - clientPlayer

0x0277554 - reverse to spawn on any player
0x03E956C - Crosshair data
0x0C29E34 - ammo config but its not usefull
0x015958C - set BP to make auto spot everyone
0x14A440C - gets current weapon
0x01D0050 - loads current gadget in R29
0x1CAF460 - loads current weapon
[/HIDE]

Credits go to Trojan041
Cyb3r for Tutorial

It's as easy as searching for hex value in netcheat, example:

  1. Open Netcheat and choose type text in the value field paste this: XP3/Gameplay/Vehicles/MAARS_Robot/U_MAARSBot
    Start Address: 32E00000
    Stop Address: 3F000000

    Hit Initial Scan
    Now you will get an address copy it and goto windows calculator > View > Programmer > Change the number to Hex
    Then paste the address you got from Netcheat and subtract it by 64 and click enter, the result is your wanted address.

    That's all to it, this applies to all others. Pointers are just waste of time IMHO, I would suggest using PPC instead of following it every time in memory.

Reply
Name of the Video Game, and any other Tags
23 Replies
Rivalz
Posts: 307
(@Rivalz)
Reputable RivalGamer
Joined: 8 years ago

Nice, can you please provide a tutorial for members, thank you.

Reply
UGz-
Posts: 113
 UGz-
Topic starter
(@UGz-)
Estimable RivalGamer
Joined: 9 years ago

Nice, can you please provide a tutorial for members, thank you.

there wasnt a tutorial with it and im not 100% sure how to use it thats why i posted it here so then someone who does know how to do it can help ppl 🙂

Reply
Rivalz
Posts: 307
(@Rivalz)
Reputable RivalGamer
Joined: 8 years ago

Okay, Cain532 can you help us?

Reply
Cain532
Posts: 1280
(@cain532)
Noble RivalGamer
Joined: 9 years ago

Seems straight forward enough 🙂 I'll see if I can take a crack at it tonight.

Reply
Page 1 / 5