taultunleashed logoWorking claim bot. : FFXI Submissions
newtopic  postreply
 [ 4 posts ] 
blue large dot

Working claim bot. : FFXI Submissions

Posted: June 2nd, 2006, 2:21 pm
 
oskarek
oskarek's Reps:
User avatar
Did You guys were able to get mr argus working? Cuz my premium expired and i`d could tell You how to get it work if You`ll be so kind and give me next year free ;)

Lol i cannot post new post to i`ll just edit this.

First of all you must to find Initcode which is different every time you start POL.

This isn`t really hard.
Here`s the code for it.

#define SCAN_INIT_START 0x100000
#define SCAN_INIT_END 0x1FFFFF

void FindInitCode(DWORD dwModbase, HANDLE hMemory)
{
DWORD dwKod = 67584454;
DWORD dwBuff;
DWORD dwAdres;

dwAdres = dwModbase+SCAN_INIT_START;
//printf("\n Debug: dwAdres = 0x%x \n", dwAdres);

while( /* dwKod != dwBuff || */ dwAdres != dwModbase + SCAN_INIT_END)
{
dwAdres = dwAdres + 0x01;
ReadProcessMemory(hMemory, LPVOID(dwAdres), &dwBuff, 0x04, NULL);
//printf(" Debug: dwAdres = 0x%x, dwBuff(int) = %u \n", dwAdres, dwBuff);
//Sleep(1);
//}
if(dwKod == dwBuff ) {
//printf("Debug: InitCode : %x \n ", dwAdres);
BYTE program[0x30] = {0};
ReadProcessMemory(hMemory, (LPVOID)(dwAdres), program, 0x30, NULL);
memset(program+0x0F, 0x90, 8);
WriteProcessMemory(hMemory, (LPVOID)(dwAdres), program, 0x30, NULL);
//printf("Debug: InitCode disabled \n");
}
}
}

This function will disable the init code so targets will stay in memory.

Next thing is TARGETINFO offset i saw you all post them but they just wrong... Don`t use any auto-finding tools if You didn`t wrote it and cannto trust it. I`ve personaly just used art money and calculator to find it, and here it is:
#define OFFSET_TARGETINFO 0x421ACC
Althrought i don`t know if your offset for npc map is good so here you go:
#define OFFSET_NPCMAP 0x3CC2E8

If You do not have programming knowlegde or just lazy i can compile and post binary of working standalone bot.

So?


You do not have the required permissions to view the files attached to this post.


Last edited by Guest on June 12th, 2006, 11:44 am, edited 5 times in total.

Posted: June 2nd, 2006, 2:50 pm
 
lilfisher

Total Posts: 6810
Location: Corona, California
Joined: March 1st, 2005, 12:13 pm
lilfisher's Reps: 63
User avatar
Moderator
we have a working on in mraoz's pack but we dont have a stand alone one. post it up and we might give you a extention (does not warrant a year for mrargus)

_________________
Click to buy a premium account


Posted: June 3rd, 2006, 3:30 am
 
joelatiso

Total Posts: 157
Location: New York
Joined: June 15th, 2005, 3:21 pm
joelatiso's Reps: 5
User avatar
Lifetime Member (Scripting)
premium
I was just about to put an initcode finder in my NMAlert, this should help. yay?


Posted: June 9th, 2006, 7:46 am
 
pyrolol

Total Posts: 795
Joined: January 11th, 2006, 2:28 pm
pyrolol's Reps: 1
User avatar
Active User > 50 Posts
post compiled programs and maybe it will be worth something.


Want Advertisements After The Last Post Removed? Create A Free Account!

blue large dot Who is online
Users browsing this forum: No registered users and 29 guests

Popular Sections
SWTOR Cheats
Guild Wars 2 Cheats
Guild Wars 2 Hacks
Guild Wars 2 Bots
Diablo 3 Cheats
Guild Wars 2 Mods

Popular Sections
WoW Cataclysm Cheats & Exploits
WoW Cataclysm Hacks & Bots
Star Wars The Old Republic Cheats
SWTOR Mods
Torchlight 2 Cheats
SWTOR Space Mission Bots
Site Nav and RSS
RSS Feed of FFXI Submissions RSS Feed 
Sitemap of FFXI Submissions Sitemap 
SitemapIndex SitemapIndex
RSS Feed RSS Feed
Channel list Channel list
left bottom corner Site and Contents Copyright 2001-2012 All Rights Reserved TaultUnleashed.com bottom corner
top left
top right
createaccount
Username:   Password:   Remember Me?