• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

SynIP Changer (7.6 > 8.61 > Customizable) v2.1 LITE

SynIP Changer LITE
synip4.png



Sleek, Simple, and Future-Proof! (hopefully)

Before you overreact, no the fully functional version of the ip changer will not cost money. This "LITE" version is more compact and features most of the core ip changing features. This is for the people who can't wait for the fully functional version to come out or just want a simple ip changer!

You can easily add new tibia versions!
Adding a new version is easier than ever, all you need is two memory addresses that can be found in the resource links below. Open the .lua file named clients.lua and add the new info. NOTE: you can also access the file by simply selecting "edit..." in the client select field. No matter what you do the file should contain this code below.

Lua:
Clients = {
	--Client, IP-Base Address, RSA Address
	{"8.61", 0x789458, 0x5B0980},
	{"8.60", 0x7947F8, 0x5B8980},
	{"8.57", 0x7947F0, 0x5B8980},
	{"8.55", 0x791D20, 0x5B7610},
	{"8.54", 0x78A728, 0x5B2610},
	{"8.52", 0x787E30, 0x5B1610},
	{"8.50", 0x786E70, 0x5B0610},
	{"8.42", 0x785D30, 0x5AF610},
	{"8.41", 0x780CD0, 0x5AB610},
	{"8.40", 0x77FC48, 0x5AB610},
	{"8.30", 0x77AD88, 0x5AA610},
	{"8.22", 0x776CF0, 0x5A7610},
	{"8.21", 0x774CF0, 0x5A5610},
	{"8.20", 0x771CF0, 0x5A3610},
	{"8.10", 0x763BB8, 0x597610},
	{"8.00", 0x593610, 0x75EAE8},
	{"7.92", 0x755E18, 0x58D620},
	{"7.80", 0x746710, 0x582620},
	{"7.60", 0x5EFB50, 0x000000}
}

Download/Resource Links

D3S Official Download Link (The IP Changer)
Notepad++ (Good for .lua file editing)
Memory addresses (LoginServerStart & RSA)


Somebody stole the Sprut logo, and put it on it's side? :eek:
 
no works in 8.7 "/

Just tested it personally it works.

Please note everyone that this ip changer will work no matter what update to the client, as long as they change the client drastically. If you cannot find where the addresses are on the posted link the 8.7 client should look like this in your clients.lua file:

{"8.70", 0x7C0C28, 0x5B8980}
 
Lua:
Clients = {
	--Client, IP-Base Address, RSA Address
	{"8.70", 0x7C0C28, 0x5B8980},
	{"8.62", 0x7B7620, 0x5B2980},
	{"8.61", 0x789458, 0x5B0980},
	{"8.60", 0x7947F8, 0x5B8980},
	{"8.57", 0x7947F0, 0x5B8980},
	{"8.55", 0x791D20, 0x5B7610},
	{"8.54", 0x78A728, 0x5B2610},
	{"8.52", 0x787E30, 0x5B1610},
	{"8.50", 0x786E70, 0x5B0610},
	{"8.42", 0x785D30, 0x5AF610},
	{"8.41", 0x780CD0, 0x5AB610},
	{"8.40", 0x77FC48, 0x5AB610},
	{"8.30", 0x77AD88, 0x5AA610},
	{"8.22", 0x776CF0, 0x5A7610},
	{"8.21", 0x774CF0, 0x5A5610},
	{"8.20", 0x771CF0, 0x5A3610},
	{"8.10", 0x763BB8, 0x597610},
	{"8.00", 0x593610, 0x75EAE8},
	{"7.92", 0x755E18, 0x58D620},
	{"7.80", 0x746710, 0x582620},
	{"7.60", 0x5EFB50, 0x000000}
}
 
Thankyou, if a mod could replace the lua script i posted in the original post with the latest one i posted above that would be great.
 
No I don't I'll either get them from DarkstaR or I'll try to track them later in the week.
 
If I recall correctly the memory space is dynamic since version around 9.3 thus it won't work without additional edits to the code.

Correct, my old ip changers won't. My new tool will have an ipchanger though, and I may update these if I can find the source.
 
Back
Top