Forum in READ ONLY mode! All questions and discussions on Discord official server, invite link: https://discord.gg/VxsGzJ7

Search found 2 matches

by jay-z
24.11.2020 1:00
Forum: Help
Topic: autobuy
Replies: 0
Views: 9612

autobuy

runebook = 0x4006B4AA npcTypes = [0x0191, 0x0190] buyTypes = ["Black Pearls", "Mandrake Roots", "Blood Moss", "Blank Scroll"] Ignore(Self()) SetMoveOpenDoor(1) SetFindDistance(14) SetAutoBuyDelay(5) def main(): for i in range(14): UseObject(runebook) CheckLag...
by jay-z
12.08.2020 17:57
Forum: Help
Topic: store variable in registry?
Replies: 1
Views: 5228

store variable in registry?

hello. i would like to create a bulk order script and i want to store timer in registry. could someone show an example of how to do this? or is there a better way i can make stealth update the timer even after re-running the program?