What's new

Tunables Hotfix bypass testing (Mac and Linux)

I

italo

Enthusiast
Messages
133
Reaction score
9
Points
70
Sin$
7
Ok so I started this thread, so we can help each other.
So im using charles proxy and the rewrite option.
To make all connections go through i had to do this:

Mac version: Mac must be connected via wifi, without any ethernet cable connected to it.

1) open terminal
2) type "open /Library/Preferences/SystemConfiguration" without the quotes
3) Look for a file calles com.apple.Boot.plist, open it
4) Change the file so it looks like this:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
  "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
  <key>Kernel Flags</key>
  <string>net.inet.ip.scopedroute=0</string>
</dict>
</plist>
5) Save it in the desktop with the same name, and then replace the original file with this one. It will ask for your password.
6)Restart your mac
7)Open again termina
8)Type "sudo sysctl -w net.inet.ip.forwarding=1". It will ask for admin password
9)Type "open ./". It will open your user folder.
10) Inside the folder create a file called pf.conf
11) pf.conf should have this inside:
Code:
scrub-anchor "com.apple/*"
nat-anchor "com.apple/*"
rdr on en1 inet proto tcp to any port 80 -> 127.0.0.1 port 8888
rdr on en1 inet proto tcp to any port 443 -> 127.0.0.1 port 8888
dummynet-anchor "com.apple/*"
anchor "com.apple/*"
load anchor "com.apple" from "/etc/pf.anchors/com.apple"
I typed port 8888, because there is my proxy working, you type the port of your proxy there, and save the file.
12) You go back to terminal and type "sudo pfctl -f pf.conf"
13) You type "sudo pfctl -e"


Linux version:
Coming Soon, you can see the tutorial here: http://mitmproxy.org/doc/transparent/linux.html

To make your device connect to your computer, go to the internet settings of the device and chage it to manual.
Ip: The same ip it had, if not any ip like 192.168.1.33
Mask: 255.255.255.0
Router or Gateway: Local ip of the computer with the proxy.
DNS 1: Your router or gateway local ip
DNS 2: blank

The device is now connected to your proxy.
 
_Zero_

_Zero_

¯\_( ◔̯◔ )_/¯
Messages
326
Reaction score
271
Points
135
Sin$
0
I didn't even think about using MITM Proxy... :rolleyes:
I have Backtrack 5r3 running on a little netbook laying around. I really forgot how much easier it is to do things on a Linux distro rather than Windows.
 
L

lonix

Enthusiast
Messages
114
Reaction score
22
Points
70
Sin$
0
Just a thought, I'm willing to bet that there is another file that gets updated from a fresh install, that tells gta5 where to get the new tunables.json, I think if you can block that file from downloading you can still use the old method of tunables modding

Just a thought.
 
I

italo

Enthusiast
Messages
133
Reaction score
9
Points
70
Sin$
7
Just a thought, I'm willing to bet that there is another file that gets updated from a fresh install, that tells gta5 where to get the new tunables.json, I think if you can block that file from downloading you can still use the old method of tunables modding

Just a thought.

I like how you think hehehe
Video tutorial?
This is notthe solution, this is how to pass conections im still working on tunables
 
Aviatar2

Aviatar2

Enthusiast
Messages
218
Reaction score
4
Points
70
Sin$
0
So it won't work on windows... but can I use it with Virtual machine?
 
jcfgamer99

jcfgamer99

Enthusiast
Messages
210
Reaction score
123
Points
85
Sin$
0
Its not a file.. Its just a simply authentication request that the Xbox gets from their server in order to see of the tunables you have the authentication matches theirs
 
I

italo

Enthusiast
Messages
133
Reaction score
9
Points
70
Sin$
7
Its not a file.. Its just a simply authentication request that the Xbox gets from their server in order to see of the tunables you have the authentication matches theirs
Then how come if i block the server tunables it will disables feautures that only appear in online tunables
 
jcfgamer99

jcfgamer99

Enthusiast
Messages
210
Reaction score
123
Points
85
Sin$
0
Because then it doesn't authenticate it meaning that it loads it off the disc instead of title update.
 
jcfgamer99

jcfgamer99

Enthusiast
Messages
210
Reaction score
123
Points
85
Sin$
0
No it will load the one in the title update 
ATM none of it is coming from online apart from a simple authentication request from rock star in order to prevent a custom tunables being loaded
 
I

italo

Enthusiast
Messages
133
Reaction score
9
Points
70
Sin$
7
No it will load the one in the title update 
ATM none of it is coming from online apart from a simple authentication request from rock star in order to prevent a custom tunables being loaded
Im not shure or this cause some have achieve to set up custom tunables
 
L

lonix

Enthusiast
Messages
114
Reaction score
22
Points
70
Sin$
0
So wan5's server works right? Anyone want. To connect to his server and analyse which files are different to rockstars

Or see which files have been redirected
 
Last edited:
TYmaster50

TYmaster50

Enthusiast
Messages
573
Reaction score
119
Points
125
Sin$
7
So wan5's server works right? Anyone want. To connect to his server and analyse which files are different to rockstars

which one of wan5s servers? The free ones or the premium? and OP i also have a mac, i suggest making it a dual boot
 
Top Bottom
Login
Register