PDA

View Full Version : Need 3 I assume easy scripts I will pay you



jollebollen
12-13-2015, 08:27 AM
Hey, if you got any of these scripts or know how to do them, please let me know! They were to be found on XenoForums before but not anymore.. :/

1. If a player tries to kill me unjustified I will cast UTAMO VITA and CLOSE CLIENT.
Also would be nice to have this but equip energy ring and close client.

2. Safe exori & exori gran script, when a player is X sqm away from me I will not cast exori/exori gran/exori min, need a cast if X monster is around me and if x range/ammount of monsters so he doesn't spam exori if it's just one monster in my screen.

3. Same safety as above but with exori vis/flam etc, more than 1 spell basically.

4. Ring of Healing/Life ring equipper.

5. If I get an unjustified frag, the script will CLOSE CLIENT.

That's some I'm in use of atm atleast which I had before my computer wiped out everything. Now all these scripts are deleted from the forums for some reason..

HjugO
12-13-2015, 08:49 AM
respond if u are interested
Responding

globalcheater
12-13-2015, 09:15 AM
what do you need?

jollebollen
12-13-2015, 10:09 AM
Hey, I need the following:

1. If a player tries to kill me unjustified I will cast UTAMO VITA and CLOSE CLIENT.
Also would be nice to have this but equip energy ring and close client.

2. Safe exori & exori gran script, when a player is X sqm away from me I will not cast exori/exori gran/exori min, need a cast if X monster is around me and if x range/ammount of monsters so he doesn't spam exori if it's just one monster in my screen.

3. Same safety as above but with exori vis/flam etc, more than 1 spell basically.

4. Ring of Healing/Life ring equipper.

5. If I get an unjustified frag, the script will CLOSE CLIENT.

That's some I'm in use of atm atleast which I had before my computer wiped out everything. Now all these scripts are deleted from the forums for some reason..

seba2632
12-14-2015, 10:01 AM
As of 1 and 5, I don't think there is anything that will close your client anymore.

As of 2 and 3 it's implented in XenoBot, under shooter it should say "PvP safe Enabled" or so in the top left corner.

The 4th should be easy to make, something like:


local RingID = 3052

Module.New('equip-ring', function(mod)
if Self.Ring().id == 0 then
Self.Equip(RingID, "ring")
end
mod:Delay(1500,2500)
end)

jollebollen
12-14-2015, 11:28 AM
As of 1 and 5, I don't think there is anything that will close your client anymore.

As of 2 and 3 it's implented in XenoBot, under shooter it should say "PvP safe Enabled" or so in the top left corner.

The 4th should be easy to make, something like:


local RingID = 3052

Module.New('equip-ring', function(mod)
if Self.Ring().id == 0 then
Self.Equip(RingID, "ring")
end
mod:Delay(1500,2500)
end)


What makes you think nothing can close the client anymore? That would be a shame.. Can anyone confirm this?
And no the pvp safe in XenoBot is not safe at all hehe it takes maximum 2 min to succeed making anyone skulled using that as safety :) I do have a safe strike script but I just dont know how to add ammount of monsters to trigger the spell in it...

Thanks for the ring script I really appreciate it!

seba2632
12-14-2015, 11:54 AM
Hmm.. Not sure, earlier I thought I read something about it being removed with the update pushed with Binary, maybe I was wrong.

If it's still there, should be something like

os.exit()