hit_p Posted March 31, 2019 Posted March 31, 2019 Pretty sure my method is trash and unoptimized but here it is. pro = gg.makeRequest('--Insert your script link here--').content oen = string.find(''..pro..'' ,'DownloadAction') num1 = ''..oen..'' num2 = 70 nibba = num1 + num2 len = string.sub(''..pro..'', ''..oen..'' , ''..nibba..'') numb = string.match( ''..len..'' , '%d+') aaa = string.find(''..pro..'' ,'ViewAction') num3 = ''..aaa..'' num4 = 55 nibbal = num3 + num4 leen = string.sub(''..pro..'', ''..aaa..'' , ''..nibbal..'') niumb = string.match( ''..leen..'' , '%d+') gg.alert('LIVE DOWNLOAD COUNT: '..numb..'') gg.alert('LIVE VIEW COUNT: '..niumb..'')
Recommended Posts
Archived
This topic is now archived and is closed to further replies.