Advertisement
AnonSK

HOIC Booster

Feb 11th, 2012
2,329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1. HOIC is pretty useless
  2. UNLESS it is used incombination with "BOOSTERS", AKA "SCRIPTS"/BOOST PACKS / BOOM BOOM POWER
  3. These boosters come in the form of .HOIC scripts.
  4.  
  5.  
  6. hoic scripts are very simple and follow VB6 mixed with vb.net syntax although slightly altered
  7. here are the functions and globals that relate the HOIC:
  8.  
  9. booster -> This is a global variable that contains the contents of the current script (string)
  10. Headers -> This is a global variable that is an array of strings, and will be used to form headers in requests sent to the target URL. To add a header, simply do something like this:
  11. Headers.Append("User-Agent: penis") or Headers.Append("User-Agent: penis x" + CStr(powerFactor)
  12.  
  13. lbIndex -> Index into list box (cant really be used outside of the program, useless to developers)
  14. PostBuffer -> String buffer containig post paramets, ie PostBuffer = "lol=2&lolxd=5"
  15. powerFactor -> Integer from 0-2, 0 being low, 1 being medium , 2 being high
  16. totalbytessent -> a count of the number of bytes sent to the target already (presistent across each attack)
  17. URL -> url to attack
  18. UsePost -> boolean, true = uses post, otherwise itll use get
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement