If you're a lazy tard, it's best if you get out.
Well since my rSilver source got corrupted, i decided to make a new project, with FULL customizability over when, what, their character was going to do while botting.Though i would be very grateful if anyone could donate a little money to help me repair my computer.
Lets get started


Download - PiSC v1.1
Virus Scan
(1/29) False positive
*Note that the basic labels | symbols are provided in the trainer, even examples are provided if you have any doubts
Well, here are the basic symbols and labels (they are also provided in the trainer)
Here's a simple script that teleports to a certain location and loots the items in that specific area.
I recommend that you use semi-item vac for this script
Getting along ? Good.
Here's one that kamivacs to a mob and attacks it with no delay
Basically the script teleports you to a random mob, with a difference in x range of -50, and a difference in y range of 0.
Then it waits for 50ms (0.05 sec), and attacks the mob 3 times with the key(alt) with no delay, with an interval of 300ms (0.3sec) in between the attacks, then, it repeats the no delay steps 2 times, with a delay of 2seconds.
If you would like it to do no delay to a mob only 3 times with a delay of 300ms, use this script
That's all for the current tutorial, if the script dc's you quite fast then just add a bigger delay (wait(delay))
Well since my rSilver source got corrupted, i decided to make a new project, with FULL customizability over when, what, their character was going to do while botting.Though i would be very grateful if anyone could donate a little money to help me repair my computer.
Lets get started
Download - PiSC v1.1
Virus Scan
(1/29) False positive
*Note that the basic labels | symbols are provided in the trainer, even examples are provided if you have any doubts
Well, here are the basic symbols and labels (they are also provided in the trainer)
Code:
teleport (x,y) = teleports you to a certain location
dattack(key,no.of attacks,delay)
//key = your desired key to attack
//no.of attacks = number of attacks you
want to inflict
//delay = delay between attacks
kamivac(random,Xrange,Yrange)
//random = random mob
//Xrange = x range between you and mobs
//Yrange = y range between you and mobs
changechannel(random)
//random = random channel
spawncontrol(x,y)
//x = your desired x location
//y = your desired y location
disablespawncontrol()
//disable spawncontrol
dloot(key,delay)
//key = your desired key to loot
//delay = time to stay there and loot
dskill(key)
//key = your desired key
cmndattack(key,no. of attack per time,delay of
each attack,no. of execution,
each execution delay)
//key = your desired key
//no. of attack per time = attacks per time
with no delay
//delay of each attack = delay per attack
//no. of execution = executes attack loop
how many times
//delay of execution = delay per executionI recommend that you use semi-item vac for this script
Code:
Teleport(0,0) wait(50) dloot(numpad0,3000)
Here's one that kamivacs to a mob and attacks it with no delay
Code:
kamivac(random,-50,0) wait(50) cmndattack(alt,3,300,2,2000)
Then it waits for 50ms (0.05 sec), and attacks the mob 3 times with the key(alt) with no delay, with an interval of 300ms (0.3sec) in between the attacks, then, it repeats the no delay steps 2 times, with a delay of 2seconds.
If you would like it to do no delay to a mob only 3 times with a delay of 300ms, use this script
Code:
cmndattack(alt,3,300,1,1)

