Page 3 of 5 FirstFirst 12345 LastLast
Results 31 to 45 of 74
  1. #31
    HillarySupporter's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    1,143
    Reputation
    13
    Thanks
    3,847
    My Mood
    Cynical
    Quote Originally Posted by blakeman333 View Post
    I understand, the sig-scanner makes auto update, I'm glad I will continue with the Radar, but this GLOW is a beautiful release.
    Thank you. @Color added virus scans u little cat.

  2. #32
    Orihara's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    39
    Reputation
    10
    Thanks
    9
    Quote Originally Posted by JumBo` View Post


    Thank you. @Color added virus scans u little cat.
    For some reason, radar didnt work for me

  3. #33
    HillarySupporter's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    1,143
    Reputation
    13
    Thanks
    3,847
    My Mood
    Cynical
    Quote Originally Posted by Orihara View Post
    For some reason, radar didnt work for me
    many fixes came out from then already, after this gets approved try it might work for u.

  4. The Following User Says Thank You to HillarySupporter For This Useful Post:

    Orihara (10-07-2015)

  5. #34
    Color's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Posts
    19,896
    Reputation
    2588
    Thanks
    7,864
    My Mood
    Lurking
    Looks good.
    //Approved

    Member Since 8/05/2012
    Editor 4/04/13 - 4/21/13
    Middleman 7/14/13 - 11/4/13

    Battlefield Minion 6/13/14-3/20/15
    Steam Minion 7/16/14-3/20/15

    Minion+ 10/1/14-3/20/15
    M.A.T. Minion 10/19/14-3/20/15
    ROTMG Minion 1/14/15-3/20/15

    Donator Since 2/26/15 (Thanks @Cursed!)
    Steam Minion 5/9/15 - 11/5/15
    OSFPS Minion 9/15/15 - 11/5/15


  6. The Following User Says Thank You to Color For This Useful Post:

    HillarySupporter (10-07-2015)

  7. #35
    lingbobo's Avatar
    Join Date
    Sep 2015
    Gender
    male
    Posts
    9
    Reputation
    10
    Thanks
    1
    My Mood
    Buzzed
    hmmm, not working for me either, i tried all your fixes

  8. #36
    HillarySupporter's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    1,143
    Reputation
    13
    Thanks
    3,847
    My Mood
    Cynical
    Quote Originally Posted by lingbobo View Post
    hmmm, not working for me either, i tried all your fixes
    add me on skype. ill help u using teamviewer.
    Thank you @Color.

  9. #37
    arcanenetwork's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    55
    Reputation
    10
    Thanks
    10
    Quote Originally Posted by JumBo` View Post


    many fixes came out from then already, after this gets approved try it might work for u.
    Did you ever look into what I pm'd you?

  10. #38
    arsexa's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    28
    Reputation
    10
    Thanks
    3
    is there a way to change the colors? or is mine not working correctly because everything (teammates, enemy, weapons, bomb) are all glowing in pink and it's hard to tell who's who lol

  11. #39
    arcanenetwork's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    55
    Reputation
    10
    Thanks
    10
    Edited post, I was wrong
    Last edited by arcanenetwork; 10-07-2015 at 09:01 PM.

  12. #40
    HillarySupporter's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    1,143
    Reputation
    13
    Thanks
    3,847
    My Mood
    Cynical
    Quote Originally Posted by arcanenetwork View Post
    learn to edit the code, find out change the RGB? its a source code to a script.. everything is edit-able.

    - - - Updated - - -



    RGB i do beleive those are it.. find the hex values and have fun. im prolly wrong as I dont know powershell -.-

    numbermonk . com/hexadecimal/12 <-- 0xC



    Should change it to white?

    u can do the rest.

    - - - Updated - - -
    @JumBo` Any input?
    experimental. tomorrow team color will be added and more.
    no, no, no ur wrong about the colors.
    if you want it white change it to:
    [Array]::Copy([BitConverter]::GetBytes([float]1), 0, $glowobj, 0x4, 4)
    [Array]::Copy([BitConverter]::GetBytes([float]1), 0, $glowobj, 0x8, 4)
    [Array]::Copy([BitConverter]::GetBytes([float]1), 0, $glowobj, 0xC, 4)
    Last edited by HillarySupporter; 10-07-2015 at 09:02 PM.

  13. #41
    arcanenetwork's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    55
    Reputation
    10
    Thanks
    10
    Quote Originally Posted by JumBo` View Post


    experimental. tomorrow team color will be added and more.
    no, no, no ur wrong about the colors.
    ty for getting back so fast.. What part of the code is the color? I see nothing that converts to pink via RGB, or even a hex

    - - - Updated - - -

    Quote Originally Posted by JumBo` View Post


    experimental. tomorrow team color will be added and more.
    no, no, no ur wrong about the colors.
    if you want it white change it to:
    [Array]::Copy([BitConverter]::GetBytes([float]1), 0, $glowobj, 0x4, 4)
    [Array]::Copy([BitConverter]::GetBytes([float]1), 0, $glowobj, 0x8, 4)
    [Array]::Copy([BitConverter]::GetBytes([float]1), 0, $glowobj, 0xC, 4)
    so color coding is right after the float? inside GetBytes?

    So i understand where it is, but where are you getting the color conversion out of curiosity?

  14. #42
    HillarySupporter's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    1,143
    Reputation
    13
    Thanks
    3,847
    My Mood
    Cynical
    Quote Originally Posted by arcanenetwork View Post
    ty for getting back so fast.. What part of the code is the color? I see nothing that converts to pink via RGB, or even a hex
    after the float]
    change the number to for example green would be:
    [float]0.000
    [float]0.502
    [float]0.000

    get a float rgb chart for more colors.

  15. #43
    arcanenetwork's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    55
    Reputation
    10
    Thanks
    10
    prideout net/archive/colors.php

    enjoy.

    Minions dont ban me.. its legit site...

  16. #44
    DipyD's Avatar
    Join Date
    Mar 2014
    Gender
    male
    Location
    ¯\_(ツ)_/¯
    Posts
    930
    Reputation
    31
    Thanks
    98
    My Mood
    Cheeky
    Nice Hack, ESP is Kinda to Much though, ESP's Random Items like Walls/Fans/Etc. like some ESP do

  17. #45
    arcanenetwork's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    55
    Reputation
    10
    Thanks
    10
    Quote Originally Posted by DipyD View Post
    Nice Hack, ESP is Kinda to Much though, ESP's Random Items like Walls/Fans/Etc. like some ESP do
    its a beta release tbh, they are testing things out.. Its a nice release though, you have to atleast give them credit...
    Im amazed to see a built in scripting language to windows do this much power.

Page 3 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. [Outdated] PowerShell Multi-Hack (Auto-Updating)
    By HillarySupporter in forum Counter-Strike 2 Hacks
    Replies: 2777
    Last Post: 12-22-2015, 05:00 AM
  2. [Outdated] PolyHack Suite [Radar, Triggerbot, ESP, RCS] - Auto Updating
    By alukastore in forum Counter-Strike 2 Hacks
    Replies: 152
    Last Post: 05-24-2015, 12:16 PM
  3. [Outdated] Merccy's Glow ESP - PolyHack - Auto Updating
    By Merccy2 in forum Counter-Strike 2 Hacks
    Replies: 507
    Last Post: 05-15-2015, 02:58 PM
  4. [Outdated] Merccy's Glow ESP - PolyHack - Auto Updating
    By Merccy2 in forum Counter-Strike 2 Hacks
    Replies: 2406
    Last Post: 04-27-2015, 02:50 PM
  5. [Solved] How do I get the new UPDATED glow esp hack by merccy? help please!
    By loix in forum Counter-Strike 2 Help
    Replies: 2
    Last Post: 04-16-2015, 06:43 PM