Post: {1.20} Battlefield 4 - RAWR Tank, Unlimited Grenade Launcher + More ^_^
06-04-2016, 05:51 AM #1
Eddie Mac
At least I can fight
(adsbygoogle = window.adsbygoogle || []).push({}); Hey NGU, i am not going to argue with this little kid Trojan041 and hate that it comes to this but he since wants to leak my work and try to turn things around on me i will now release it all plus the RAWR that i found without any of his help. As for the weapon modifier it's sad he would leak my work then say i sold behind his back. But anyway all in all i don't care and hope good things come from this for the modding scene as for Battlefield. Only reason i have not released or been on is because i have been finishing up school and working all the time. Anyways i am not going to fight or argue with anyone. Just enjoy Smile or don't :p

NOTE: Net cheat and IDA Debugger are needed for this. I will make a tool once i finish my summer classes but for now enjoy or if anyone else wants to make a tool be my guest Smile

To search for and Modify pack to get RAWR :p
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
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
5850332F47616D65706C61792F56656869636C65732F4D414152535F526F626F742F555F4D41415253426F7400
32E00000 - 3F000000
the ranges

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

For unlimited luancher

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
47616d65706c61792f476164676574732f4d474c2f555f4d474c5f4149
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 very Useful things ^_^ (Mostly "Pointers") Note: Will need to understand how pointers work and how to follow them. Also how the game uses the pointers.
-------------------------
0x1C15F80 - GameContext
0x1694070 - ClientPlayer
0x624640 - GETENTITYLIST
0x1AF9680 - OFFSET_VIEWANGLES ( or static pointer for CurrentWeaponFiring )
0x1ADEF08 - Main
0x1C160F8 - GameWorld

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


Love all my supporters and appreciate all the people that stuck by my side through all the hate but until i am done with school i can't focus on modding for now. But i do i have some things up my selves Winky Winky

As for the drama just stop people lol it's a game and we are here to have fun right? Trojan041 would not even understand how memory works without me so he can stop with his childish behavior. I will even admit i had to start somewhere i was not just born with the knowledge of modding lol, i give lots of thanks for my understanding of modding and how things work to SC58 and Dex (without these 2 i would be a noob). Nothing to hide here and nothing to lie about so yeah just had to get that out cause i hate lairs.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 13 users say thank you to Eddie Mac for this useful post:

/SneakerStreet/, Affects, Basic_Code, CanadianOnCFW, FFM | iMoDzRGFR, jonaaa20, NELUxP, Kronos, Smoky420, TheGreenPlanet, tygouvion123, x5150xiZombie

The following 4 users groaned at Eddie Mac for this awful post:

Badger__4765, MessinBound, OG Trojan041, UGz-
06-09-2016, 06:15 AM #65
Eddie Mac
At least I can fight
Originally posted by Klots View Post
I have the final offset, but i keep trying to use different options in netcheat and ccapi, but i do not see any change.

Can you provide the steps, for example the options i should use.


It has to do with switching out the pointer for your gadget1 or grenade, etc... This you replace with the RAWR pointer. That's why i said for people to PM me if having trouble but this is not for people that don't understand IDA and net cheat.

The following user thanked Eddie Mac for this useful post:

jonaaa20
06-09-2016, 01:26 PM #66
jonaaa20
Climbing up the ladder
Originally posted by Eddie
It has to do with switching out the pointer for your gadget1 or grenade, etc... This you replace with the RAWR pointer. That's why i said for people to PM me if having trouble but this is not for people that don't understand IDA and net cheat.


That's what i said to him, sometimes, you need to do some effort, when you want to create a mod, you don't have a full tutorial, you'll need to figure out where to start...

The following user thanked jonaaa20 for this useful post:

Eddie Mac
06-09-2016, 01:37 PM #67
NELUxP
Do a barrel roll!
share a eboot pls with this function rawr
06-10-2016, 09:04 PM #68
FFM | iMoDzRGFR
Are you high?
Originally posted by Eddie
Hey NGU, i am not going to argue with this little kid Trojan041 and hate that it comes to this but he since wants to leak my work and try to turn things around on me i will now release it all plus the RAWR that i found without any of his help. As for the weapon modifier it's sad he would leak my work then say i sold behind his back. But anyway all in all i don't care and hope good things come from this for the modding scene as for Battlefield. Only reason i have not released or been on is because i have been finishing up school and working all the time. Anyways i am not going to fight or argue with anyone. Just enjoy Smile or don't :p

NOTE: Net cheat and IDA Debugger are needed for this. I will make a tool once i finish my summer classes but for now enjoy or if anyone else wants to make a tool be my guest Smile

To search for and Modify pack to get RAWR :p
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
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
5850332F47616D65706C61792F56656869636C65732F4D414152535F526F626F742F555F4D41415253426F7400
32E00000 - 3F000000
the ranges

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

For unlimited luancher

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
47616d65706c61792f476164676574732f4d474c2f555f4d474c5f4149
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 very Useful things ^_^ (Mostly "Pointers") Note: Will need to understand how pointers work and how to follow them. Also how the game uses the pointers.
-------------------------
0x1C15F80 - GameContext
0x1694070 - ClientPlayer
0x624640 - GETENTITYLIST
0x1AF9680 - OFFSET_VIEWANGLES ( or static pointer for CurrentWeaponFiring )
0x1ADEF08 - Main
0x1C160F8 - GameWorld

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

Love all my supporters and appreciate all the people that stuck by my side through all the hate but until i am done with school i can't focus on modding for now. But i do i have some things up my selves Winky Winky

As for the drama just stop people lol it's a game and we are here to have fun right? Trojan041 would not even understand how memory works without me so he can stop with his childish behavior. I will even admit i had to start somewhere i was not just born with the knowledge of modding lol, i give lots of thanks for my understanding of modding and how things work to SC58, Dex and Cyb3r (without these 3 i would be a noob). Nothing to hide here and nothing to lie about so yeah just had to get that out cause i hate lairs.


You can also credit me because it's me who has learned how ta a breakpoint : p
Can you go on skype i want to talk with you :p
08-05-2016, 06:28 PM #69
KingJavier91
Bounty hunter
Originally posted by Eddie
It has to do with switching out the pointer for your gadget1 or grenade, etc... This you replace with the RAWR pointer. That's why i said for people to PM me if having trouble but this is not for people that don't understand IDA and net cheat.

Eddie Mac I have the current PC offset how could I get it to work on ps3?
08-07-2016, 07:53 AM #70
NGU GHOST
The One And Only
Originally posted by KingJavier91 View Post
Eddie Mac I have the current PC offset for the rail gun 0x142459CA0 how could I get it to work on ps3?


it dont

The following 2 users say thank you to NGU GHOST for this useful post:

OG Trojan041, th3_goodGuy

The following user groaned NGU GHOST for this awful post:

Badger__4765

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo