Screenshot Thread menu

User Tag List

Page 3 of 116 FirstFirst 123456753103 ... LastLast
Results 31 to 45 of 1734
  1. #31
    luciferc's Avatar Contributor
    Reputation
    90
    Join Date
    Jul 2008
    Posts
    373
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Lol thats funny XD.

    That London Bot looks kick ass thu

    Screenshot Thread
  2. #32
    typedef's Avatar Banned
    Reputation
    8
    Join Date
    Nov 2008
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Looks great guys, I like Spyro one if thats the correct spelling, Nice User Interface, and By the way what language you guys using, should put that in there, I know for the Heal bot, you could easily do a LUA, its great because most games now a days, use it so you could also use it for some other MMORPGS

    Good luck, Nice Signature there CYPHER :P

  3. #33
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by typedef View Post
    Looks great guys, I like Spyro one if thats the correct spelling, Nice User Interface, and By the way what language you guys using, should put that in there, I know for the Heal bot, you could easily do a LUA, its great because most games now a days, use it so you could also use it for some other MMORPGS

    Good luck, Nice Signature there CYPHER :P

    To answer your request: C++ and IA-32 ASM primarily. Mild amounts of LUA and XML (I know XML doesn't really count but meh ).

    In response to the rest of your post: I like my new signature, I'm disappointed you didn't post in my thread on typedefs. Why is that?

  4. #34
    typedef's Avatar Banned
    Reputation
    8
    Join Date
    Nov 2008
    Posts
    96
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Ahh, I will post in the thread of Typedef, and by the way, I would have to learn ASM, that it the wrost Language ever, so hard, confusing... Enough Said.
    @ Under, If you have the pointer storing floating Value types Truncation, I dont know VB, as it seems, but that could be your problem, send me a PM of the full error, I will take a look, but I wouldnt expect it to crash over truncation

  5. #35
    lanman92's Avatar Active Member
    Reputation
    50
    Join Date
    Mar 2007
    Posts
    1,033
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Dude, ASM is the easiest language you can learn. It may be a lot of lines to do seemingly simple things, but you are right on top of the hardware. You can do anything you want. It's not that confusing either. The only hard'ish' part is memorizing all of the opcodes.

  6. #36
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lanman92 View Post
    Dude, ASM is the easiest language you can learn. It may be a lot of lines to do seemingly simple things, but you are right on top of the hardware. You can do anything you want. It's not that confusing either. The only hard'ish' part is memorizing all of the opcodes.

    Sure, maybe if you're only dealing with very simple code doing very simple things. But I doubt from that comment you've ever done any real work involving ASM.

  7. #37
    lanman92's Avatar Active Member
    Reputation
    50
    Join Date
    Mar 2007
    Posts
    1,033
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Idk, a long time ago I used to a lot of wierd stuff in 16-bit asm. Ex. writing kernels, basic OS's, etc. I guess it just came easy for me...

  8. #38
    Cypher's Avatar Kynox's Sister's Pimp
    Reputation
    1356
    Join Date
    Apr 2006
    Posts
    5,368
    Thanks G/R
    0/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by lanman92 View Post
    Idk, a long time ago I used to a lot of wierd stuff in 16-bit asm. Ex. writing kernels, basic OS's, etc. I guess it just came easy for me...
    Writing stuff like that is VERY different to reading compiler-generated ASM for complex systems, especially a highly optimized compiler. We're talking about reversing here. If you want I'll compile an app using the Intel C++ compiler and post a function that will confuse the **** out of you because of all the instructions it abuses and the level of optimization going on. Sorry if I was unclear in my original post, was raiding.

    Compiler generated ASM != hand written ASM.

    Writing ASM is a LOT easier than reading ASM generated by a highly optimized compiler.

  9. #39
    lanman92's Avatar Active Member
    Reputation
    50
    Join Date
    Mar 2007
    Posts
    1,033
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I see what you mean now. Has anyone put any thought into a ASM bot? It would be insanely fast. I've been thinking about it somewhat, but mainly just for my dlls, so they're smaller. I don't really do anything but naked functions with __asm blocks in them anyway, might as well code them in MASM32...

  10. #40
    hypnodok's Avatar Member
    Reputation
    19
    Join Date
    Nov 2007
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Back to topic: Progress!
    Last edited by hypnodok; 01-08-2009 at 11:16 AM.

  11. #41
    luciferc's Avatar Contributor
    Reputation
    90
    Join Date
    Jul 2008
    Posts
    373
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    very nice. Is that the Free C++ Dll for drawing in a program thing off i forgot what site.

    OH and my bots working nice. XD

    See Screenshot (My bot sometimes steals mine but everyone is doing it I swear!!)

    Last edited by luciferc; 01-17-2009 at 06:18 PM.

  12. #42
    hypnodok's Avatar Member
    Reputation
    19
    Join Date
    Nov 2007
    Posts
    65
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Yep thats CEGUI.

  13. #43
    medfrog's Avatar Banned
    Reputation
    249
    Join Date
    Jan 2009
    Posts
    155
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice nice NICE!

  14. #44
    Skull's Avatar Contributor
    Reputation
    237
    Join Date
    Nov 2006
    Posts
    185
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by luciferc View Post
    very nice. Is that the Free C++ Dll for drawing in a program thing off i forgot what site.

    OH and my bots working nice. XD

    See Screenshot (My bot sometimes steals mine but everyone is doing it I swear!!)

    If you don't mind me asking what is that coded in?

  15. #45
    luciferc's Avatar Contributor
    Reputation
    90
    Join Date
    Jul 2008
    Posts
    373
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    C# is the language

Page 3 of 116 FirstFirst 123456753103 ... LastLast

Similar Threads

  1. Screenshot Thread for Diablo 3
    By UnknOwned in forum Diablo 3 Memory Editing
    Replies: 136
    Last Post: 09-03-2018, 01:06 PM
  2. Aion Screenshot Thread
    By JD in forum Aion Exploits|Hacks
    Replies: 0
    Last Post: 11-17-2009, 11:19 AM
  3. Screenshot Thread for AoC
    By Cryt in forum Age of Conan Exploits|Hacks
    Replies: 0
    Last Post: 05-23-2008, 07:32 AM
  4. Why my server is better than yours (a screenshots thread)
    By Liania in forum World of Warcraft General
    Replies: 15
    Last Post: 02-14-2007, 11:00 PM
All times are GMT -5. The time now is 07:42 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2024 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search