Tradespam v2.6 menu

User Tag List

Page 3 of 5 FirstFirst 12345 LastLast
Results 31 to 45 of 63
  1. #31
    sicktight's Avatar Member
    Reputation
    1
    Join Date
    Dec 2014
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Possible ban from using this. Only thing used on my other account which is now locked. Will update status of why account was locked when i get email back from GGG.

    Tradespam v2.6
  2. #32
    paosho's Avatar Member
    Reputation
    1
    Join Date
    Jul 2012
    Posts
    53
    Thanks G/R
    1/0
    Trade Feedback
    5 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sicktight View Post
    Possible ban from using this. Only thing used on my other account which is now locked. Will update status of why account was locked when i get email back from GGG.
    how long u been using this? been using this almost 12hours a day for months no ban here.

  3. #33
    sicktight's Avatar Member
    Reputation
    1
    Join Date
    Dec 2014
    Posts
    38
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Using it on a mule account for like 10 days now. Emailed support they said that macros on timers are like bots. And apparently they observe the time between messages sent. My account was not banned and was unlocked after giving my word to never do it again which I will never will. But, I guess it should be noted that they do watch this kind of thing. Would be nice if could an update to the program which randomizes the time between trade messages so others don't face this situation.
    Last edited by sicktight; 04-08-2015 at 11:52 PM.

  4. #34
    immor's Avatar Active Member
    Reputation
    20
    Join Date
    Mar 2008
    Posts
    68
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by sicktight View Post
    Would be nice if could an update to the program which randomizes the time between trade messages so others don't face this situation.
    TradeSpam already does alternate the time between each chat-interaction...

    Code:
    ; Creates a random amount of milliseconds anywhere between "msMin" & "msMax".
    ; Additionally this function reads the current inGame Latency and calculates this into the final amount of milliseconds!
    randomSleep(msMin, msMax)
    {
    	global hwnd
    	Performance := {}
    	ReadPerformance(hwnd, Performance)
    	
    	minLatency := msMin + Performance.Latency
    	maxLatency := msMax + Performance.Latency
    	finalSleepTime := random(minLatency, maxLatency)
    	
    	return, %finalSleepTime%
    }
    Last edited by immor; 04-09-2015 at 09:15 AM. Reason: added my function to randomize a value

  5. #35
    immor's Avatar Active Member
    Reputation
    20
    Join Date
    Mar 2008
    Posts
    68
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    updated to version 4.5

  6. #36
    tesla.bhf's Avatar Banned
    Reputation
    1
    Join Date
    Mar 2015
    Posts
    9
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Give me the source! Please i'll pray for you.
    Thanx mate, you are good fellow

  7. #37
    immor's Avatar Active Member
    Reputation
    20
    Join Date
    Mar 2008
    Posts
    68
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why do you need the Source?

  8. #38
    tesla.bhf's Avatar Banned
    Reputation
    1
    Join Date
    Mar 2015
    Posts
    9
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I want to know, how you pull chat messages out of game.

  9. #39
    immor's Avatar Active Member
    Reputation
    20
    Join Date
    Mar 2008
    Posts
    68
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    i am reading the messages from the memory, you might want to take a closer look at the following dll file: MSVCR100.dll

  10. #40
    tesla.bhf's Avatar Banned
    Reputation
    1
    Join Date
    Mar 2015
    Posts
    9
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    But how you find those offsets? And how do you know the length of message ? Please teach me sensei !

  11. #41
    immor's Avatar Active Member
    Reputation
    20
    Join Date
    Mar 2008
    Posts
    68
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    To find Offsets you can use various tools, as for the basics i would suggest cheat engine... As for the length of a msg, you simply read the linebreaks. Each linebreak indicates a new msg.

  12. #42
    xxJoKeRoNexx's Avatar Member
    Reputation
    1
    Join Date
    Mar 2015
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    nice update!
    but how does the word filter work ?
    it doesnt save my words and exchanges them with " 1; "

  13. #43
    immor's Avatar Active Member
    Reputation
    20
    Join Date
    Mar 2008
    Posts
    68
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    [U]Word-Filter HowTo: /U]


    1. Open the 'Word-Filter' gui.
      .

    2. Be sure to check the 'use filter' Option if you want the tradespammer to notify you on string detection!
      .

    3. Enter your desired word and/or string in the editbox and hit the 'Add' button!
      .

    4. You can add as many strings as you want. You may add any string you're interested in, in generel. Now simply check those entries you want to get notified this session!
      .

    5. Finally, when you're done with the above steps, simply hit the 'Save' button to save your list and close the Word-Filter gui!
      .
    6. That's it. As soon as you've completed These steps, tradespammer starts looking for the strings you've set up. You are able to additionally advertise any stuff like normal through the tradespammer. However you'll get notified in aný way on word-filter detection, no matter if you currently advertise or simply have the tradespammer running in the Background!
    Last edited by immor; 05-04-2015 at 10:15 AM.

  14. #44
    tesla.bhf's Avatar Banned
    Reputation
    1
    Join Date
    Mar 2015
    Posts
    9
    Thanks G/R
    1/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Do you include assembler code in your code ?

  15. #45
    immor's Avatar Active Member
    Reputation
    20
    Join Date
    Mar 2008
    Posts
    68
    Thanks G/R
    3/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    no, i dont

Page 3 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. [Tool] TradeSpam (new&improved)
    By immor in forum PoE Bots and Programs
    Replies: 5
    Last Post: 09-10-2016, 12:25 PM
All times are GMT -5. The time now is 05:03 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