Jump to content
UBot Underground

nimbuscenter

Members
  • Content Count

    4
  • Joined

  • Last visited

Community Reputation

0 Neutral

About nimbuscenter

  • Rank
    Newbie

System Specs

  • OS
    Windows 10
  • Total Memory
    More Than 9Gb
  • Framework
    unsure
  • License
    Developer Edition

Recent Profile Visitors

852 profile views
  1. Looking to upload a spintax file and have it spit out a spun (readable) file. Here is my code: clear all data ui open file("Upload File",#uploaded) set(#read file,$read file(#uploaded),"Global") add item to list(%spin,$spin(#read file),"Delete","Global") ui button("SPIN") { save to file($replace regular expression(#uploaded,"\\.","result."),%spin) alert("Complete") } What I am getting is every variation possible. What I want is one variation or at the most five. What am I missing/messed up? Thanks so much in advance! Edit: Now it doesn't work at all. Any help would be gre
  2. Noob here. Halfway though tutorials. Made a few working bots and compiled them to exe. Awesome! Each time I open the bot all UI text boxes are empty. Is there a way to save user entered data? Will future customers be able to save their own unique entered data? Thanks!
×
×
  • Create New...