Advertisement
Jebula999

asd

May 5th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.35 KB | None | 0 0
  1. if testing == true then
  2.             if (targetlow[i]/(99/((i+1)/100))) >= ratio or if (targetlow[i]/(99/((i+1)/100))) >= ratio then
  3.                 if targetlow[i] >= targethigh[i] then
  4.                     bethigh = false
  5.                 else
  6.                     bethigh = true
  7.                 end
  8.                 a = i
  9.                 chance = ((i+1)/100)
  10.                 nextbet = roundup(((prof*-1)/((99/chance)-1)),top)
  11.                 testing = false
  12.             end
  13.         end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement