Page 2 of 11 FirstFirst 1234 ... LastLast
Results 16 to 30 of 161
  1. #16
    Zaczero's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Location
    localhost
    Posts
    3,288
    Reputation
    1517
    Thanks
    14,262
    My Mood
    Angelic
    Quote Originally Posted by Kye.Gill View Post
    So how do i change
    player.GlowColor = new GlowColor((float)<enc 1>, (float)<enc 0>, (float)<enc 1> / (float)<enc 2>, (float)<enc 1>);
    Into a different colour? because 1, 0, 1, 1 isn't purple on a rgba colour picker.
    value ranges : 0f - 1f where 1f is full color
    if you want a purple set it to 1,0,1,1
    glow structure : RED,GREEN,BLUE,ALPHA
    . . . malsignature.com . . .



    [ global rules ] [ scam report ] [ image title ] [ name change ] [ anime force ]
    [ league of legends marketplace rules ] [ battlefield marketplace rules ]

    "because everytime you post a picture of anime in here
    your virginity's time increases by 1 month"
    ~Smoke 2/18/2018


    Former Staff 09-29-2018
    Battlefield Minion 07-21-2018
    Premium Seller 03-04-2018
    Publicist 12-10-2017
    League of Legends Minion 05-31-2017
    Premium 02-05-2017
    Member 10-13-2013

  2. The Following User Says Thank You to Zaczero For This Useful Post:

    KMWTW (04-12-2017)

  3. #17
    Kye.Gill's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    3
    My Mood
    Cold
    Quote Originally Posted by Zaczero View Post


    value ranges : 0f - 1f where 1f is full color
    if you want a purple set it to 1,0,1,1
    glow structure : RED,GREEN,BLUE,ALPHA
    So there's no inbetween colours? Just full red, green, and blue? :'(

    I tried using 0.5 but got
    Unhandled Exception: System.Exception: invalid argument value: 0.5
    Last edited by Kye.Gill; 04-12-2017 at 03:23 PM.

  4. #18
    KMWTW's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Location
    www.learncpp.com
    Posts
    2,466
    Reputation
    321
    Thanks
    14,450
    My Mood
    Blah
    Quote Originally Posted by Kye.Gill View Post
    So there's no inbetween colours? Just full red, green, and blue? :'(

    I tried using 0.5 but got
    Unhandled Exception: System.Exception: invalid argument value: 0.5
    0.5f

    u need to add "f"

  5. #19
    Kye.Gill's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    3
    My Mood
    Cold
    Quote Originally Posted by MaGicSuR View Post
    0.5f

    u need to add "f"
    Unhandled Exception: System.Exception: invalid argument value: 0.5f

    :|

  6. #20
    Zaczero's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Location
    localhost
    Posts
    3,288
    Reputation
    1517
    Thanks
    14,262
    My Mood
    Angelic
    Quote Originally Posted by Kye.Gill View Post
    Unhandled Exception: System.Exception: invalid argument value: 0.5f

    :|
    don't encrypt it.
    sharploader doesn't support float values
    do something like that:
    new GlowColor(1f, 0f, 0.5f, 1f);
    . . . malsignature.com . . .



    [ global rules ] [ scam report ] [ image title ] [ name change ] [ anime force ]
    [ league of legends marketplace rules ] [ battlefield marketplace rules ]

    "because everytime you post a picture of anime in here
    your virginity's time increases by 1 month"
    ~Smoke 2/18/2018


    Former Staff 09-29-2018
    Battlefield Minion 07-21-2018
    Premium Seller 03-04-2018
    Publicist 12-10-2017
    League of Legends Minion 05-31-2017
    Premium 02-05-2017
    Member 10-13-2013

  7. #21
    Kye.Gill's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    3
    My Mood
    Cold
    Quote Originally Posted by Zaczero View Post


    don't encrypt it.
    sharploader doesn't support float values
    do something like that:
    new GlowColor(1f, 0f, 0.5f, 1f);
    Ahh that works. Would not encrypting them make them uhh... not safe?

  8. #22
    KMWTW's Avatar
    Join Date
    Nov 2015
    Gender
    male
    Location
    www.learncpp.com
    Posts
    2,466
    Reputation
    321
    Thanks
    14,450
    My Mood
    Blah
    Quote Originally Posted by Kye.Gill View Post
    Ahh that works. Would not encrypting them make them uhh... not safe?
    trust me. It's safe .

  9. #23
    Kye.Gill's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    3
    My Mood
    Cold
    I wonder how bad generating random numbers every tick for the colours would be. :')

  10. #24
    fireblace19045's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    41
    Reputation
    10
    Thanks
    5
    any way to turn off chams?

  11. #25
    Zaczero's Avatar
    Join Date
    Oct 2013
    Gender
    male
    Location
    localhost
    Posts
    3,288
    Reputation
    1517
    Thanks
    14,262
    My Mood
    Angelic
    Quote Originally Posted by fireblace19045 View Post
    any way to turn off chams?
    console -> record x; stop
    . . . malsignature.com . . .



    [ global rules ] [ scam report ] [ image title ] [ name change ] [ anime force ]
    [ league of legends marketplace rules ] [ battlefield marketplace rules ]

    "because everytime you post a picture of anime in here
    your virginity's time increases by 1 month"
    ~Smoke 2/18/2018


    Former Staff 09-29-2018
    Battlefield Minion 07-21-2018
    Premium Seller 03-04-2018
    Publicist 12-10-2017
    League of Legends Minion 05-31-2017
    Premium 02-05-2017
    Member 10-13-2013

  12. #26
    Nomax1244's Avatar
    Join Date
    Sep 2016
    Gender
    male
    Posts
    7
    Reputation
    10
    Thanks
    2
    is there a way to make the wallhack visible from further away?

  13. #27
    Kye.Gill's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    3
    My Mood
    Cold
    Quote Originally Posted by Nomax1244 View Post
    is there a way to make the wallhack visible from further away?
    CSGO patched long distance wall hacks so that you can't see from one side of the map to the other. Unless you mean, have the chams see through walls.

  14. #28
    maxnillsa's Avatar
    Join Date
    Apr 2016
    Gender
    female
    Posts
    11
    Reputation
    10
    Thanks
    18
    My Mood
    Lonely
    working after CS:GO update?

  15. #29
    fireblace19045's Avatar
    Join Date
    Aug 2014
    Gender
    male
    Posts
    41
    Reputation
    10
    Thanks
    5
    Quote Originally Posted by Zaczero View Post


    console -> record x; stop
    do you mean CS:GO console, CMD, the hacks CMD or something else?

  16. #30
    Kye.Gill's Avatar
    Join Date
    Aug 2016
    Gender
    male
    Posts
    18
    Reputation
    10
    Thanks
    3
    My Mood
    Cold
    What's the best way to get the updated offsets?

Page 2 of 11 FirstFirst 1234 ... LastLast

Similar Threads

  1. [Outdated] SharpLoader v1.3 ((+Yami Hack))
    By Zaczero in forum Counter-Strike 2 Hacks
    Replies: 181
    Last Post: 05-12-2017, 05:57 PM
  2. [Release] SharpLoader v1.1 ((+Yami Hack))
    By Zaczero in forum Counter-Strike 2 Hacks
    Replies: 67
    Last Post: 04-11-2017, 03:33 PM
  3. [Outdated] SharpLoader v1.0 [ + Yami Hack ]
    By Zaczero in forum Counter-Strike 2 Hacks
    Replies: 116
    Last Post: 04-07-2017, 05:02 PM
  4. Warrock Hack - Tutorial
    By Dave84311 in forum WarRock - International Hacks
    Replies: 667
    Last Post: 10-09-2007, 10:10 AM
  5. i need short icq number pls and hack to wr..
    By BoneXDBreaker in forum WarRock - International Hacks
    Replies: 1
    Last Post: 12-26-2005, 05:08 PM

Tags for this Thread