Im only posting this cuz i saw some guy posting some complicated scripts, so enjoy (psst, give thanks)
////////////// Simple Attacking infinite loop////////////////
replace (x)s with any key u have ur attacks
While 1 = 1
delay 50
setactivewindow Talisman*
keydown {tab} 100
keydown (x) 1000
keydown (x) 1000
keydown (x) 1000
keydown (x) 1000
keydown (x) 1000
end
//////////////// Auto Mana on 1024x768 ///////////////
this script constanty cheks on ur mana bar and will activate when about 1/4 of ur mana, ofc replace X with ur mp potions key ( i recoment in battle potions)
while 1 = 1
delay 50
setactivewindow Talisman*
LoadRGB 115, 60
if {rgbblue} = 72
Keydown (x) 100
else
end
end
////////////////Auto HP heal on 1024x768 /////////////////////////////
same specifications as mana heal script
while 1 = 1
delay 50
setactivewindow Talisman*
LoadRGB 120, 50
if {rgbred} = 40
Keydown p 100
else
keydown (x) 100
end
end
so i think that covers most common needs
if u think about any other scripts let me know and ill make it
////////////// Simple Attacking infinite loop////////////////
replace (x)s with any key u have ur attacks
While 1 = 1
delay 50
setactivewindow Talisman*
keydown {tab} 100
keydown (x) 1000
keydown (x) 1000
keydown (x) 1000
keydown (x) 1000
keydown (x) 1000
end
//////////////// Auto Mana on 1024x768 ///////////////
this script constanty cheks on ur mana bar and will activate when about 1/4 of ur mana, ofc replace X with ur mp potions key ( i recoment in battle potions)
while 1 = 1
delay 50
setactivewindow Talisman*
LoadRGB 115, 60
if {rgbblue} = 72
Keydown (x) 100
else
end
end
////////////////Auto HP heal on 1024x768 /////////////////////////////
same specifications as mana heal script
while 1 = 1
delay 50
setactivewindow Talisman*
LoadRGB 120, 50
if {rgbred} = 40
Keydown p 100
else
keydown (x) 100
end
end
so i think that covers most common needs
if u think about any other scripts let me know and ill make it