Jump to content
UBot Underground

[FREE] Standard/Pro Ubot UI Hack


Recommended Posts

EDIT: I should probably preface this by letting you know that this is not meant to circumvent buying dev - this is simply a display of what is possible to do. If the mods want to delete this post I completely understand and if you are worried about protecting this ability then please PM me because there is yet another way still to do it - and a more powerful way to do it that I won't show people (although its very obvious). I also don't use this on any of my bots just this one for show.

 

 

Not sure if this is unique or not but I decided to upload and share it's just a simple way to change up the UI without having Dev. I was just toying around with it but anyone who knows anything HTML/CSS should be able to edit it pretty easily.

 

By the way width and height don't do anything to my knowledge so you can delete that.

 

UI Hack.ubot

 

Here's a pic of what it does:

 

http://i.imgur.com/MAtIH.jpg

  • Like 5
Link to post
Share on other sites

I love the one with images. Actually is great even for developer version users. Sometimes we like to create quick bots and with this trick we can still use the regular UI elements while changing the feel and look of your bot without having to fully code the ui on html.

 

Thanks a lot for this bro.

Link to post
Share on other sites

Something must be wrong with my ubot. Every bot I download from this forum always shows up as blank. I see the file size but when I open it there's nothing there just blank code. Can you paste the code please?

 

Sure here is the one with the picture, you can replace it with the background color of the body using html code instead.

 


ui stat monitor("<body style=\"background-image:url(\'http://www.dreamaquarium.com/images/soft_rock_1024_B.jpg\');height:250px;\">
</body>", "")
ui text box("<span style=\"color:red;font-size:20pt;\"><b>Query:</b></span>", #query)

  • Like 2
Link to post
Share on other sites

Another cool trick: Make a button an image that when clicked goes to your website:

 


ui button("<img src=\"http://www.w3schools.com/images/w3schoolslogo.gif\">") {
   navigate("http://www.w3schools.com", "Wait")
}

Link to post
Share on other sites

Annnnnd I just broke Ubot! Lol this will make the website appear in the UI part of the bot and it will break the frame!

 

ui stat monitor("<a href=\"http://www.w3schools.com\"><img src=\"http://www.w3schools.com/images/w3schoolslogo.gif\"></a>", "")

  • Like 2
Link to post
Share on other sites
  • 5 months later...
  • 2 months later...

Not to distract from this thread, but I did use this hack on my twitter bot and it turned out awesome.  Try the free share and let us know what you think.  Thanks again helloinsomnia

 

twitter link: http://www.elitesportsupply.com/twitter-1.1-mass-follow-unfollow.html

Link to post
Share on other sites

Another cool trick: Make a button an image that when clicked goes to your website:

 


ui button("<img src=\"http://www.w3schools.com/images/w3schoolslogo.gif\">") {
    navigate("http://www.w3schools.com", "Wait")
}

Nick I believe you had something similarto this, but javascript and it would open the default browser. I cant find it anywhere in the forum and been through your most recent posts, still no joy. Can you point me in the right direction please, it was very useful and I didnt save it after testing - doh!

Link to post
Share on other sites

Open in default browser (load html version)

 

 

define lala {
    shell("cmd.exe /c start http://imautobots.com")
}
load html("<input type=\"button\" value=\"Click\" onclick=\"ubot.runScript(\'lala\')\">")

 

UI HTML Panel version:

 

 

ui html panel("<input type=\"button\" value=\"Click\" onclick=\"ubot.runScript(\'lala\')\">", 100)
define lala {
    shell("cmd.exe /c start http://imautobots.com")
}
Link to post
Share on other sites
  • 4 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...