https://www.mediafire.com/file/zyk6zrajmfbyl79/FullNashShanky.txt/file
Take note that this is not a full profile, this is a Nash chart addon for the FullRing, so add it to the start of your profile just after preflop.
There are OpenRaises from UTG1 to SmallBlind depending on your hand and your Stack.
And against an OpenRaise / 3Bet according to your position, your hands, your Stack and according to the position of the Raiser...
The code is 1833 lines.
If you have any comments, let them know!

Some examples of line of code:
// NashPusherRFI_UTG1
When user_rfi and user_utg1 and (hand = AA) and stacksize >= 0 raisemax force
When user_rfi and user_utg1 and (hand = AKsuited) and Stacksize <= 34 raisemax force
When user_rfi and user_utg1 and (hand = AK) and NOT (hand = AKsuited) and stacksize <= 20 raisemax force
//NashPusher_BB_VS_Open_MP
When In BigBlind and user_firstactionvsvillains and (lastraiserposition = 6 or lastraiserposition = 5 or lastraiserposition = 4) and (hand = AA) and StackSize <= 25 raisemax force
When In BigBlind and user_firstactionvsvillains and (lastraiserposition = 6 or lastraiserposition = 5 or lastraiserposition = 4) and (hand = AKsuited) and StackSize <= 25 raisemax force
When In BigBlind and user_firstactionvsvillains and (lastraiserposition = 6 or lastraiserposition = 5 or lastraiserposition = 4) and (hand = AK) and NOT (hand = AKsuited) and StackSize <= 25 raisemax force
//NaPusher_OOP_VS_Open_MP
When user_notintheblinds and user_firstactionvsvillains and (lastraiserposition = 6 or lastraiserposition = 5 or lastraiserposition = 4) and (hand = AA) and StackSize <= 25 raisemax force
When user_notintheblinds and user_firstactionvsvillains and (lastraiserposition = 6 or lastraiserposition = 5 or lastraiserposition = 4) and (hand = AKsuited) and StackSize <= 25 raisemax force
When user_notintheblinds and user_firstactionvsvillains and (lastraiserposition = 6 or lastraiserposition = 5 or lastraiserposition = 4) and (hand = AK) and NOT (hand = AKsuited) and StackSize <= 25 raisemax force
When user_notintheblinds and user_firstactionvsvillains and (lastraiserposition = 6 or lastraiserposition = 5 or lastraiserposition = 4) and (hand = AQsuited) and StackSize <= 18 raisemax force