Jump to content
UBot Underground

Math Function Percentage


Recommended Posts

I don't know why this threw me....

 

It's simple enough.

 

my percentage amount (divided by) 100 (times) total amount

15/100x50=7.5

 

So this gives me 15% of 50 ... Which amounts to 7.5

Link to post
Share on other sites
  • 2 weeks later...
  • 1 year later...

Hey Brutal, 

Sorry to drag up an old thread but rather than open a new thread I figured this was pretty close to my question, 

 

Ive just had a meltdown caused by trying to work out something percentage related, seriously hoping that you or someone else might just put me out of my god damn misery lmao, 

 

Ok, I know how to calculate percentages Google taught me well lol, 

however how can I translate a percentage into amount of clicks within a total list, .. 

 

Ill explain further, .. 

 

 

So you have a list, in this list are lets say 386 entries, 

A user wants 60% of those to be clicked which is 232 (rounded) 

 

How would you tell a bot to "roughly" click 60% of the list ?

 

 

Ive actually lost quite a few days over this and it is beginning to grind me down, 

 

 

Anyone got a pearl of wisdom lying around, 

The IQ count around here must be biblical so hoping for a miracle lol :)

 

 

 

 

Cheers

CJ

 

 

 

P.S. Ill probably open a new thread for this just in case this one get buried 

Link to post
Share on other sites

Hey Brutal, 

Sorry to drag up an old thread but rather than open a new thread I figured this was pretty close to my question, 

 

Ive just had a meltdown caused by trying to work out something percentage related, seriously hoping that you or someone else might just put me out of my god damn misery lmao, 

 

Ok, I know how to calculate percentages Google taught me well lol, 

however how can I translate a percentage into amount of clicks within a total list, .. 

 

Ill explain further, .. 

 

 

So you have a list, in this list are lets say 386 entries, 

A user wants 60% of those to be clicked which is 232 (rounded) 

 

How would you tell a bot to "roughly" click 60% of the list ?

 

 

Ive actually lost quite a few days over this and it is beginning to grind me down, 

 

 

Anyone got a pearl of wisdom lying around, 

The IQ count around here must be biblical so hoping for a miracle lol :)

 

 

 

 

Cheers

CJ

 

 

 

P.S. Ill probably open a new thread for this just in case this one get buried 

Create a define

In this define, set a variable (#clicks) to calculate your percentage

Create a loop to do your clicking. Set the number of cycles in the loop to #clicks

  • Like 1
Link to post
Share on other sites

Create a define

In this define, set a variable (#clicks) to calculate your percentage

Create a loop to do your clicking. Set the number of cycles in the loop to #clicks

 

 

Cheers for the reply @jomark3, Appreciated :)

 

 

It turns out i just needed to step away for a moment and actually think of something else before my brain melted, 

 

I came back to it after 24 hours and come up with a solution 20 mins, that just works :)

 

The problem specifically was that I was using a "random" system, .. but the process yielded very different results depending if the list was small or large, 

and although i wasnt necessarily looking for accuracy but some sort of consistency,  

 

So there are now 4 checkpoints that will decide whether to click or not depending on the size of the list and the level of % set to click, .. 

A bit over kill, but it works lol

 

 

 

Cheers

CJ

Link to post
Share on other sites

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...