Jump to content

zScripz

Members
  • Posts

    744
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by zScripz

  1. This is correct, but I also plan to offer osbot 2 support even if I have to rewrite it
  2. Sending in upload request 2day... -courtesy of qw3
  3. 2 things, 1. You need to use absoluteSlotPosition 2. It withdraws stuff really fast :P But anyways thanks for this! Used this as a base for my own bank api :P
  4. I might but currently its only level 1 clues
  5. Unfourtunately osbot doesn't support limited auths
  6. Unlimited auths for 14.99 at this point. This may change depending on if prices start falling so I'd suggest buying early
  7. Hmm let me try :P I'll tell you. Could be that I'm just withdrawing too many items too
  8. money made + approx per hour: http://gyazo.com/1d52f765562f9571fc0ccc1236938f66 3 guth pages : 187.5k 3 sara pages: 109.5k 2 zammy pages: 950k Random black helms (all) : For 60k you can get a buyer Wizard hat (t) 95k Flared trousers: 150k Black plate (t): 100k Elegant stuff: Like 50k for both Studded trims: 30k Mage(t): 25k Total: 1.75m Per hour (based on hours here) + ~3 hours not recorded = ~194k/hour with no bans at all in my tester or me
  9. It only searches for items below the current point it is at if it gets to low in the bank, so basically it won't go up :P
  10. the problem with osbot's banking is the scrolling yet here you continue to use osbot's scrolling.. not h8ing just saying nothing will change with this
  11. osbot is supposedly going to continue to supported for a while
  12. Wow.. he's gonna give up $50k/day..
  13. EDIT: For anyone who may use this at a later, none of the above worked for me. I came up with another solution however; .htaccess: <Files fakelogo.png> //whatever file you use below ForceType application/x-httpd-php //parses it as a php file </Files> Then create a fakelogo (mine was fakelogo.png), edit it and put your output method
  14. <?php header('Content-Type: image/png'); ?> So tell me why this didn't work?
  15. All I did was ask for help. What I didn't ask for is for you to vent your superiority issues on me. I don't know what you're trying to prove here, that I'm not as skilled as you in a language that I have learned very little about? Because you're right. There was absolutely no need for your comment other than to enlarge dat e-peen, which I guess you did. So congrats.
  16. To be quite honest I don't give a fuck
  17. Aight, so I've made a dynamic signature, all that is fine, etc however, for some reason, even when specified to output a png image, I get a php page. The code (this is a test for it, this theoretically should work): <?php $my_img = imagecreate( 200, 80 ); $background = imagecolorallocate( $my_img, 0, 0, 255 ); $text_colour = imagecolorallocate( $my_img, 255, 255, 0 ); $line_colour = imagecolorallocate( $my_img, 128, 255, 0 ); imagestring( $my_img, 4, 30, 25, "testing", $text_colour ); imagesetthickness ( $my_img, 5 ); imageline( $my_img, 30, 45, 165, 45, $line_colour ); header( "Content-type: image/png" ); imagepng( $my_img ); imagecolordeallocate( $line_color ); imagecolordeallocate( $text_color ); imagecolordeallocate( $background ); imagedestroy( $my_img ); ?> Output: http://www.zscriptz.x10.mx/gensig/12.php Notice that when you go there, it will say "12.php" not "12.png" Could this be my webhost? Any help is appreciated
  18. dem dynamic sigs (ignore the users and data btw its fake ) ma awesome signature Edit: Here is the thread layout to be used ;D
×
×
  • Create New...