Author Topic: Stealth script corner.  (Read 30458 times)

0 Members and 1 Guest are viewing this topic.

Offline TrailMyx

  • Officially retired from UO
  • Administrator
  • *
  • *
  • Posts: 13302
  • Activity:
    0.2%
  • Reputation Power: 154
  • TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!TrailMyx is awe-inspiring!
  • Gender: Male
  • Viper!
  • Respect: +1349
  • Referrals: 33
    • View Profile
    • ScriptUO
Re: Stealth script corner.
« Reply #30 on: January 20, 2012, 04:33:27 PM »
0
A question that keeps popping up in my mind about Stealth - how do they handle client changes.  Does it "brick" when a change to the client happens?
Please read the ScriptUO site RULES
Come play RIFT with me!

Offline Endless Night

  • Global Moderator
  • *
  • *
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: Stealth script corner.
« Reply #31 on: January 20, 2012, 06:56:17 PM »
0
A question that keeps popping up in my mind about Stealth - how do they handle client changes.  Does it "brick" when a change to the client happens?

No.  Because everything is done on a packet basis and the packet layout itself doesnt change, stealth does not need changing.  The only thing you need to do is change your connection profile to report the latest client number.


Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Offline l1nk

  • Restricted
  • *
  • Posts: 1
  • Activity:
    0%
  • Reputation Power: 1
  • l1nk has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: Stealth script corner.
« Reply #32 on: January 25, 2012, 10:34:50 AM »
0
Hey, I'll take a look into this, it looks pretty good although I'm a bit disappointed that it doesn't have more client support.

Offline Crome969

  • Moderator
  • *
  • *****
  • Posts: 2098
  • Activity:
    0%
  • Reputation Power: 25
  • Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.
  • Gender: Male
  • UO Enthusiast
  • Respect: +211
  • Referrals: 10
    • View Profile
    • ScriptSDK
Re: Stealth script corner.
« Reply #33 on: January 26, 2012, 03:05:44 AM »
0
Hey, I'll take a look into this, it looks pretty good although I'm a bit disappointed that it doesn't have more client support.
What you mean with more Clientsupport`? actrual you can emulate every classic client(and connect and play) Enhanced Client worked all version until end of Summer 2011. Noone reported yet that they changed the packets.. So Developer didnt knowed it yet. But they want to keep up, coming soon.

Offline rwo001

  • Jr. Member
  • **
  • Posts: 45
  • Activity:
    0%
  • Reputation Power: 1
  • rwo001 has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: Stealth script corner.
« Reply #34 on: May 03, 2012, 04:55:45 PM »
0
Hi All,

I have a problem when i using stealth

Code: [Select]
Program Testing;
begin
AddToSystemJournal('Begin');
FindType($22C5,Backpack);
AddToSystemJournal('End')
end.

Code: [Select]
08:52:13:330 [Test]: Character Gold Connected.
08:52:16:627 [Test]: Compiling
08:52:16:642 [Test]: Compiled succesfully
08:52:16:642 [Test]: Begin

As I expected, I can found "Begin" and "End" in my system jounral, but it only show "Begin" and the script stopped. What is problem?
Also, I cannot use some API , e.g. UseObject() . There is no response when i using it but I can use the Use Object button in "World" Tab and there is a response in the client.

Shard: OSI
Patch: 7.0.24.5
Stealth Version: 4.0.3

Offline Crome969

  • Moderator
  • *
  • *****
  • Posts: 2098
  • Activity:
    0%
  • Reputation Power: 25
  • Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.
  • Gender: Male
  • UO Enthusiast
  • Respect: +211
  • Referrals: 10
    • View Profile
    • ScriptSDK
Re: Stealth script corner.
« Reply #35 on: May 03, 2012, 11:34:20 PM »
0
Humm this is strange...
Question :
1) What kind of OS you are running? Vista\Seven ? Started as Administrator?
2) Do you have mul files wrapped from uop format or not?
3) Did you tried FindTypeEx as well?
Quote
FindTypeEx($22C5,$FFFF,Backpack(),true);

Contact me in ICQ if you can and when iam home i can try to reproduce this error or help you further out.

Crome

Offline rwo001

  • Jr. Member
  • **
  • Posts: 45
  • Activity:
    0%
  • Reputation Power: 1
  • rwo001 has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: Stealth script corner.
« Reply #36 on: May 06, 2012, 03:49:47 AM »
0
Thanks fro reply and the problem had been solved by CFA..
it is the problem from OSI shard..and he fixed the main program and sent me the update.
Also, i found that stealth cannot get the information from crafting menu.
i think is the same problem..
anyway..it is a greate tools..and i hope it can be use in OSI shards

Offline Crome969

  • Moderator
  • *
  • *****
  • Posts: 2098
  • Activity:
    0%
  • Reputation Power: 25
  • Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.
  • Gender: Male
  • UO Enthusiast
  • Respect: +211
  • Referrals: 10
    • View Profile
    • ScriptSDK
Re: Stealth script corner.
« Reply #37 on: May 06, 2012, 04:04:47 AM »
0
Thanks fro reply and the problem had been solved by CFA..
it is the problem from OSI shard..and he fixed the main program and sent me the update.
Also, i found that stealth cannot get the information from crafting menu.
i think is the same problem..
anyway..it is a greate tools..and i hope it can be use in OSI shards
I toying since 2 or 3 weeks with Gumps in a deeper way and there are aspects and functions how to handle those.CFA was faster than me in parsing gump in objects but thats okay ;)... I were be able yet to do :
  • Search for Text and Elements in Gumps and handle Actions by it
  • Click Button Generic by Clilocs
  • Click Button Generic by Tileart
  • Perform Gump Actions with replying on response on Server with 1ms latency
  • Secure Actions and Handling to 99,9% Security
  • Analyze and write functions based on Content from Gump
The Results are Ultra speed Gump handling, languange indendency(Cliloc).. and Nearly ClientVersion & Shard independency (Osi Content will be always be found).
I tested it on a Freeshard with a ping of 150ms and the handling can be such fast that you will be unable to see any gump popping up. All you need for it is maybe a bit more experience :))


Offline rwo001

  • Jr. Member
  • **
  • Posts: 45
  • Activity:
    0%
  • Reputation Power: 1
  • rwo001 has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: Stealth script corner.
« Reply #38 on: May 06, 2012, 06:33:43 AM »
0
I tried your gumps and it seems the serial no is different in OSI shard.
Also, i found that the stealth cannot get craft menu information(OSI shard).
But you program is great and let me see how to handle the gump. ;D

Offline Crome969

  • Moderator
  • *
  • *****
  • Posts: 2098
  • Activity:
    0%
  • Reputation Power: 25
  • Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.Crome969 is on the verge of being accepted.
  • Gender: Male
  • UO Enthusiast
  • Respect: +211
  • Referrals: 10
    • View Profile
    • ScriptSDK
Re: Stealth script corner.
« Reply #39 on: May 06, 2012, 07:40:00 AM »
0

Offline rwo001

  • Jr. Member
  • **
  • Posts: 45
  • Activity:
    0%
  • Reputation Power: 1
  • rwo001 has no influence.
  • Respect: 0
  • Referrals: 0
    • View Profile
Re: Stealth script corner.
« Reply #40 on: May 06, 2012, 04:29:36 PM »
0
it is the problem from the stealth.. :'(
but CFA fixed.

http://sd.reborn.ru/download.php?fid=dcc6010fb96f4dd8d1a4988053180faf

it is the new fixed version provided by CFA.

Thanks CFA again in here and Thanks Crome for your reply  :-*

Tags: stealth client